:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #6ca300;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 160px;
}

@media (max-width: 1024px) {
	.woocommerce-product-gallery.thumbs-position-left {
		--wd-thumbs-width: 160px;
	}

}

@media (max-width: 768.98px) {
	.woocommerce-product-gallery.thumbs-position-left {
		--wd-thumbs-width: 100px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@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);
}
}


.wd-page-title {
background-color: rgb(131,183,53);
}

.woodmart-products-per-page {
    
    display: none;
}
.labels-rounded .out-of-stock {
    max-width: 90px;
    font-size: 13px;
}
.product-image-summary .single_add_to_cart_button {
    margin-bottom: 10px;
    padding: 12px 80px;
}
@media (max-width: 767px) {
    /* Fuerza a que el formulario apile la cantidad y el botón en bloques verticales */
    .woocommerce div.product form.cart {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    /* Mantiene los botones de + y - alineados horizontalmente en una sola barra */
    .woocommerce div.product form.cart .quantity {
        display: inline-flex !important;
        flex-direction: row !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 15px !important; /* Espacio de separación con el botón de abajo */
    }

    /* Asegura que los botones internos (+ / -) y el input se distribuyan correctamente */
    .woocommerce div.product form.cart .quantity .minus,
    .woocommerce div.product form.cart .quantity .plus {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 1 !important;
        height: 46px !important;
    }

    .woocommerce div.product form.cart .quantity input.qty {
        flex: 2 !important;
        width: auto !important;
        max-width: 100% !important;
        height: 46px !important;
        text-align: center !important;
    }

    /* Estiliza el botón de Añadir al Carrito en bloque completo */
    .woocommerce div.product form.cart .single_add_to_cart_button {
        display: flex !important;
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        height: 50px !important;
        font-size: 16px !important;
        font-weight: bold !important;
        border-radius: 6px !important; /* Bordes ligeramente suaves estilo app */
        margin-left: 0 !important;
    }
}
@media (max-width: 767px) {
    /* Agrega un fondo gris claro al selector de cantidad */
    .woocommerce div.product form.cart .quantity {
        background-color: #f5f5f5 !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 6px !important;
    }
    /* Quita los fondos individuales internos si los hubiera para unificar */
    .woocommerce div.product form.cart .quantity input.qty,
    .woocommerce div.product form.cart .quantity .minus,
    .woocommerce div.product form.cart .quantity .plus {
        background: transparent !important;
        border: none !important;
    }
    /* Añade una línea divisoria sutil entre los botones y el número */
    .woocommerce div.product form.cart .quantity input.qty {
        border-left: 1px solid #e0e0e0 !important;
        border-right: 1px solid #e0e0e0 !important;
    }
}
@media (max-width: 576px) {
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
    display: none;
    MARGIN-TOP: 16PX;
}
.vc_tta-color-green.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
    color: #fff;
    display: none;
}
}

