@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//acer-e.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.3") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Urbanist", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Urbanist", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-transform: capitalize;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Urbanist", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-transform: capitalize;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Urbanist", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Urbanist", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 14px;
	--wd-header-el-font: "Urbanist", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(0,50,174);
	--wd-alternative-color: rgb(0,50,174);
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(0,50,174);
	--btn-default-bgcolor: rgb(61,61,61);
	--btn-default-bgcolor-hover: rgb(61,61,61);
	--btn-accented-bgcolor: rgb(0,50,174);
	--btn-accented-bgcolor-hover: rgb(0,50,174);
	--btn-transform: capitalize;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(16,16,16);
	background-image: none;
}
html .wd-nav.wd-nav-main > li > a {
	color: rgb(0,0,0);
}
html .wd-nav.wd-nav-main > li:hover > a, html .wd-nav.wd-nav-main > li.current-menu-item > a {
	color: rgb(0,50,174);
}
.page .main-page-wrapper {
	background-color: rgb(244,244,244);
	background-image: none;
}
html .woocommerce-mini-cart__buttons .btn-cart {
	color: rgb(255,255,255);
	background: rgb(61,61,61);
}
html .woocommerce-mini-cart__buttons .btn-cart:hover {
	color: rgb(242,242,242);
	background: rgb(48,48,48);
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.checkout-button.button.alt.wc-forward {
    display: none;
}

a.button.checkout.wc-forward {
    display: none;
}

#fluentform_3,
#fluentform_3 button,
#fluentform_3 input,
#fluentform_3 textarea,
#fluentform_3 label,
#fluentform_3 select {
	font-family: kumbh sans;
	color: black;
}

#fluentform_3 .ff-el-form-control,
#fluentform_3 select.ff-el-form-control option {
    border: none;
    background-color: Gainsboro;
    text-transform: uppercase;
    font-weight: 800; /* Actualizado a negrita */
    font-size: 12px;
    letter-spacing: 1.2px;
    transition: 0.3s ease background, color;
    color: black;
    border-radius: 10px; /* Asegúrate de incluir 'px' para que sea válido */
}


/* all the input fieds except dropdown */
#fluentform_3:not(select) .ff-el-form-control {
	padding: 20px;
}

/* textarea */
#fluentform_3 textarea.ff-el-form-control {
	resize: none;
}
#fluentform_3 .ff-el-form-control:focus {
	color: White;
	background-color: gray;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#fluentform_3 .ff-el-form-control::-webkit-input-placeholder {
	color: black;
}
#fluentform_3 .ff-el-form-control::placeholder {
	color: black;
}
#fluentform_3 .ff-el-form-control:focus::placeholder {
	color: white
}
#fluentform_3 .ff-btn {
	border-radius: 130;
	border: none;
}
#fluentform_3 .ff-btn:focus,
#fluentform_3 .ff-btn:hover {
	box-shadow: none;
	opacity: 1;
}
#fluentform_3 .ff-btn-submit {
	background-color: #2e2e2e;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1.2px;
	padding: 15px;
	transition: 0.4s ease background;
	width: 100%
}
#fluentform_3 .ff-btn-submit:hover {
	background-color: #212121bd
}
#fluentform_3 .text-danger {
	color: red
}
#fluentform_3 .ff-el-is-error .ff-el-form-control {
	border: 2px dashed red;
}
#fluentform_3 .ff-el-is-error .ff-el-form-check-label,
#fluentform_3 .ff-el-is-error .ff-el-form-check-label a {
	color: red;
}
#fluentform_3 .ff-message-success {
	color: white;
	box-shadow: none;
}

.wd-accordion-opener.wd-opener-style-arrow {
    color: black;
}

/* Ocultar subtotal y total en la página del Carrito y Checkout */
.woocommerce-cart .cart-subtotal,
.woocommerce-cart .order-total,
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .order-total {
    display: none !important;
}

/* Ocultar precio en la página de producto individual */
.single-product .woocommerce-Price-amount.amount {
    display: none !important;
}

/* Ocultar precios en la sección "Tu pedido" durante el checkout */
.woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
    display: none !important;
}
span.woocommerce-Price-amount.amount {
    display: none !important;
}

/* Ocultar el widget de filtro por precio */
.widget_price_filter {
    display: none;
}

/* Ocultar el botón de finalizar compra */
.button.checkout.wc-forward {
    display: none;
}

.wd-cats-toggle {
    background-color: #ffaa01;
}
.wd-cats-toggle::after {
    content: "→";  /* contenido que deseas añadir */
    color: #f8f8f8;  /* el color que deseas para el contenido */
}

/* Ocultar subtotal y total en la página del Carrito y Checkout */
.woocommerce-cart .cart-subtotal,
.woocommerce-cart .order-total,
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .order-total {
    display: none !important;
}

/* Ocultar precio en la página de producto individual */
.single-product .woocommerce-Price-amount.amount {
    display: none !important;
}

/* Ocultar precios en la sección "Tu pedido" durante el checkout */
.woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
    display: none !important;
}
span.woocommerce-Price-amount.amount {
    display: none !important;
}
