:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--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: rgb(11,22,181);
	--wd-alternative-color: rgb(255,229,0);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(11,22,181);
	--btn-accented-bgcolor-hover: rgb(19,25,33);
	--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: url(https://casamixteco.com.mx/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(23,23,23);
	background-image: none;
}
html .btn.wd-buy-now-btn {
	color: rgb(23,23,23);
	background: rgb(255,229,0);
}
html .btn.wd-buy-now-btn:hover {
	color: rgb(23,23,23);
	background: rgb(232,207,0);
}
.wd .product-label.onsale {
	background-color: rgb(217,48,37);
	color: rgb(255,255,255);
}
.wd .product-label.new {
	background-color: rgb(11,22,181);
	color: rgb(255,255,255);
}
.wd .product-label.featured {
	background-color: rgb(255,229,0);
	color: rgb(23,23,23);
}
.wd .product-label.out-of-stock {
	background-color: rgb(75,85,99);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 0px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-bottom-active: -1px;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-default-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--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) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}



/* =========================================================
   CASA MIXTECO
   CARRITO LATERAL + BUSCADOR FULL SCREEN
   VERSIÓN COMPLETA
   ========================================================= */

:root{
    --cmx-blue:#0B16B5;
    --cmx-blue-dark:#071073;

    --cmx-night:#0B1220;
    --cmx-night-2:#111A2E;
    --cmx-night-3:#17233A;

    --cmx-yellow:#FFD814;
    --cmx-yellow-hover:#F7CA00;

    --cmx-white:#FFFFFF;
    --cmx-soft:#F8FAFC;
    --cmx-border:#26344D;
    --cmx-gray:#9CA7B8;
    --cmx-text:#171717;
}


/* =========================================================
   1. CARRITO LATERAL
   ========================================================= */

.cart-widget-side{
    background:var(--cmx-night) !important;
    color:var(--cmx-white) !important;
}


/* CABECERA */
.cart-widget-side .wd-heading{
    background:var(--cmx-night) !important;
    border-bottom:1px solid var(--cmx-border) !important;
}

.cart-widget-side .wd-heading .title,
.cart-widget-side .wd-heading a{
    color:var(--cmx-white) !important;
}


/* ZONA DE PRODUCTOS */
.cart-widget-side .wd-scroll-content{
    background:var(--cmx-night) !important;
}


/* PRODUCTO */
.cart-widget-side .mini_cart_item{
    background:var(--cmx-night-2) !important;
    border-bottom:1px solid var(--cmx-border) !important;
    padding-top:14px !important;
    padding-bottom:14px !important;
}

.cart-widget-side .mini_cart_item:hover{
    background:var(--cmx-night-3) !important;
}


/* NOMBRE PRODUCTO */
.cart-widget-side .mini_cart_item a:not(.remove){
    color:var(--cmx-white) !important;
    font-weight:600 !important;
}


/* CANTIDAD */
.cart-widget-side .quantity{
    color:var(--cmx-gray) !important;
}


/* PRECIO ACTUAL */
.cart-widget-side .woocommerce-Price-amount,
.cart-widget-side .amount{
    color:var(--cmx-yellow) !important;
    font-weight:800 !important;
}


/* PRECIO ANTERIOR */
.cart-widget-side del,
.cart-widget-side del .amount,
.cart-widget-side del .woocommerce-Price-amount{
    color:#778295 !important;
    opacity:.85 !important;
    font-weight:400 !important;
}


/* BOTÓN ELIMINAR */
.cart-widget-side .remove{
    color:var(--cmx-gray) !important;
}

.cart-widget-side .remove:hover{
    color:var(--cmx-white) !important;
}


/* =========================================================
   2. SUBTOTAL DEL CARRITO
   ========================================================= */

.cart-widget-side .shopping-cart-widget-footer{
    background:var(--cmx-night) !important;
    border-top:1px solid var(--cmx-border) !important;
}

.cart-widget-side .woocommerce-mini-cart__total,
.cart-widget-side .woocommerce-mini-cart__total strong{
    color:var(--cmx-white) !important;
}

.cart-widget-side .woocommerce-mini-cart__total .amount,
.cart-widget-side .woocommerce-mini-cart__total .woocommerce-Price-amount{
    color:var(--cmx-yellow) !important;
    font-size:18px !important;
    font-weight:800 !important;
}


/* =========================================================
   3. BARRA ENVÍO GRATIS
   ========================================================= */

.cart-widget-side .wd-free-progress-bar{
    color:var(--cmx-white) !important;
}

.cart-widget-side .wd-free-progress-bar .progress-area{
    background:#26344D !important;
}

.cart-widget-side .wd-free-progress-bar .progress-bar{
    background:linear-gradient(
        90deg,
        var(--cmx-blue) 0%,
        #3445DB 55%,
        var(--cmx-yellow) 100%
    ) !important;
}


/* =========================================================
   4. BOTONES CARRITO
   ========================================================= */

/* VER CARRITO */
.cart-widget-side .woocommerce-mini-cart__buttons .btn-cart{
    background:var(--cmx-soft) !important;
    color:var(--cmx-night) !important;
    border:1px solid var(--cmx-soft) !important;
    border-radius:7px !important;
    font-weight:700 !important;
}

.cart-widget-side .woocommerce-mini-cart__buttons .btn-cart:hover{
    background:#E7ECF3 !important;
    color:var(--cmx-night) !important;
}


/* FINALIZAR COMPRA */
.cart-widget-side .woocommerce-mini-cart__buttons .checkout{
    background:var(--cmx-yellow) !important;
    color:var(--cmx-text) !important;
    border:1px solid var(--cmx-yellow) !important;
    border-radius:7px !important;
    font-weight:800 !important;
}

.cart-widget-side .woocommerce-mini-cart__buttons .checkout:hover{
    background:var(--cmx-yellow-hover) !important;
    border-color:var(--cmx-yellow-hover) !important;
    color:var(--cmx-text) !important;
}


/* =========================================================
   5. BUSCADOR FULL SCREEN
   WOODMART NORMAL + NUEVA VARIANTE
   ========================================================= */

.wd-search-full-screen,
.wd-search-full-screen-2{
    background:rgba(11,18,32,.97) !important;
}


/* =========================================================
   6. CAJA DEL BUSCADOR
   ========================================================= */

.wd-search-full-screen .searchform,
.wd-search-full-screen-2 .searchform{
    background:var(--cmx-white) !important;
    border:2px solid var(--cmx-blue) !important;
    border-radius:999px !important;
    overflow:hidden !important;
}


/* INPUT */
.wd-search-full-screen input[type="text"],
.wd-search-full-screen input[type="search"],
.wd-search-full-screen-2 input[type="text"],
.wd-search-full-screen-2 input[type="search"]{
    background:var(--cmx-white) !important;
    color:var(--cmx-text) !important;
}


/* PLACEHOLDER */
.wd-search-full-screen input::placeholder,
.wd-search-full-screen-2 input::placeholder{
    color:#737D8D !important;
    opacity:1 !important;
}


/* =========================================================
   7. BOTÓN LUPA
   ========================================================= */

.wd-search-full-screen .searchsubmit,
.wd-search-full-screen-2 .searchsubmit{
    background:var(--cmx-blue) !important;
    color:var(--cmx-white) !important;
}

.wd-search-full-screen .searchsubmit:hover,
.wd-search-full-screen-2 .searchsubmit:hover{
    background:var(--cmx-blue-dark) !important;
    color:var(--cmx-white) !important;
}


/* =========================================================
   8. BOTÓN X CERRAR
   ========================================================= */

.wd-search-full-screen .wd-close-search,
.wd-search-full-screen .close-search,
.wd-search-full-screen-2 .wd-close-search,
.wd-search-full-screen-2 .close-search{
    color:var(--cmx-white) !important;
}


/* =========================================================
   9. CONTENEDOR DE RESULTADOS
   ========================================================= */

.wd-search-full-screen .search-results-wrapper,
.wd-search-full-screen .wd-dropdown-results,
.wd-search-full-screen-2 .search-results-wrapper,
.wd-search-full-screen-2 .wd-dropdown-results,
.wd-search-results-wrapper{
    background:transparent !important;
}


/* =========================================================
   10. TARJETAS / SUGERENCIAS
   ========================================================= */

.wd-search-full-screen .autocomplete-suggestion,
.wd-search-full-screen-2 .autocomplete-suggestion,
.wd-search-results-wrapper .autocomplete-suggestion{
    color:var(--cmx-white) !important;
}


/* =========================================================
   11. NOMBRE PRODUCTO
   ========================================================= */

.wd-search-full-screen .wd-suggestion-content .wd-entities-title,
.wd-search-full-screen-2 .wd-suggestion-content .wd-entities-title,
.wd-search-results-wrapper .wd-suggestion-content .wd-entities-title,
.wd-search-full-screen .suggestion-title,
.wd-search-full-screen-2 .suggestion-title{
    color:var(--cmx-white) !important;
    font-weight:700 !important;

    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;

    overflow:hidden !important;
    text-overflow:ellipsis !important;

    line-height:1.35em !important;
}


/* LINKS DE NOMBRE */
.wd-search-full-screen .wd-entities-title a,
.wd-search-full-screen-2 .wd-entities-title a,
.wd-search-results-wrapper .wd-entities-title a{
    color:var(--cmx-white) !important;
}


/* HOVER NOMBRE */
.wd-search-full-screen .wd-entities-title a:hover,
.wd-search-full-screen-2 .wd-entities-title a:hover,
.wd-search-results-wrapper .wd-entities-title a:hover{
    color:var(--cmx-yellow) !important;
}


/* =========================================================
   12. PRECIO ACTUAL
   CORREGIDO PARA QUE NO SALGA AZUL
   ========================================================= */

.wd-search-full-screen .price,
.wd-search-full-screen .amount,
.wd-search-full-screen .woocommerce-Price-amount,
.wd-search-full-screen .suggestion-price,

.wd-search-full-screen-2 .price,
.wd-search-full-screen-2 .amount,
.wd-search-full-screen-2 .woocommerce-Price-amount,
.wd-search-full-screen-2 .suggestion-price,

.wd-search-results-wrapper .price,
.wd-search-results-wrapper .amount,
.wd-search-results-wrapper .woocommerce-Price-amount{
    color:var(--cmx-yellow) !important;
    font-weight:800 !important;
}


/* PRECIO ENLACE */
.wd-search-full-screen .price a,
.wd-search-full-screen-2 .price a,
.wd-search-results-wrapper .price a{
    color:var(--cmx-yellow) !important;
}


/* =========================================================
   13. PRECIO ANTERIOR / TACHADO
   ========================================================= */

.wd-search-full-screen del,
.wd-search-full-screen del .amount,
.wd-search-full-screen del .woocommerce-Price-amount,

.wd-search-full-screen-2 del,
.wd-search-full-screen-2 del .amount,
.wd-search-full-screen-2 del .woocommerce-Price-amount,

.wd-search-results-wrapper del,
.wd-search-results-wrapper del .amount,
.wd-search-results-wrapper del .woocommerce-Price-amount{
    color:#8791A2 !important;
    opacity:.9 !important;
    font-weight:400 !important;
}


/* PRECIO REBAJADO */
.wd-search-full-screen ins,
.wd-search-full-screen ins .amount,
.wd-search-full-screen ins .woocommerce-Price-amount,

.wd-search-full-screen-2 ins,
.wd-search-full-screen-2 ins .amount,
.wd-search-full-screen-2 ins .woocommerce-Price-amount,

.wd-search-results-wrapper ins,
.wd-search-results-wrapper ins .amount,
.wd-search-results-wrapper ins .woocommerce-Price-amount{
    color:var(--cmx-yellow) !important;
    text-decoration:none !important;
}


/* =========================================================
   14. IMÁGENES RESULTADOS
   ========================================================= */

.wd-search-full-screen .wd-suggestion-thumb,
.wd-search-full-screen-2 .wd-suggestion-thumb,
.wd-search-results-wrapper .wd-suggestion-thumb{
    background:var(--cmx-white) !important;
}


/* =========================================================
   15. SEPARADORES
   ========================================================= */

.wd-search-full-screen .suggestion-divider,
.wd-search-full-screen-2 .suggestion-divider,
.wd-search-results-wrapper .suggestion-divider{
    border-color:var(--cmx-border) !important;
}


/* =========================================================
   16. TEXTO AUXILIAR
   ========================================================= */

.wd-search-full-screen .search-info-text,
.wd-search-full-screen-2 .search-info-text{
    color:var(--cmx-gray) !important;
}


/* =========================================================
   17. MÓVIL
   ========================================================= */

@media (max-width:767px){

    .wd-search-full-screen .searchform,
    .wd-search-full-screen-2 .searchform{
        border-radius:12px !important;
    }

    .wd-search-full-screen .wd-suggestion-content .wd-entities-title,
    .wd-search-full-screen-2 .wd-suggestion-content .wd-entities-title,
    .wd-search-results-wrapper .wd-suggestion-content .wd-entities-title{
        font-size:13px !important;
    }

    .wd-search-full-screen .price,
    .wd-search-full-screen .woocommerce-Price-amount,
    .wd-search-full-screen-2 .price,
    .wd-search-full-screen-2 .woocommerce-Price-amount{
        font-size:15px !important;
    }
}