/* BODY */
div#page {
    background-color: rgb(245 245 245 / 25%);
}

.header-widget-region {
    position: relative;
    z-index: 9;
}

.home .site-content {
    max-width: 1360px;
    padding: 1rem;
    margin: 0 auto;
}

.home .site-content .col-full {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/***  PRODUCT CARDS  ***/
.home ul.productos-pizza-list, .home ul.products {
    padding: 0;
    margin: 0;
}

.home .category-arma-tu-pizza ul.products.columns-3 {
    display: flex;
    /* height: 21vw; */
}

/* CARDS IMG */
img.pizza-img.ls-is-cached.lazyloaded {
    height: auto;
}

.home .container-product-image {
    margin: 0;
    margin-bottom: 0;
    background: radial-gradient(circle, rgb(225 233 236) 0%, rgb(171 184 194) 50%, rgb(208 210 217) 100%);
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
}

/* CARDS DATA */
.home .product .product-data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: .3rem;
    padding: 0!important;
    z-index: 9;
}

.description p {
    margin: 0;
}

/* ESPACIO ENTRE CARDS */
.home ul.productos-pizza-list li.product {
    padding: .3rem;
    position: relative;
}

.home ul.productos-pizza-list.category-arma-tu-pizza li.product {
    padding: 0 .3rem;
    margin: 2px 0px 2px 0px;
}

.home ul.productos-pizza-list li.product button.card-add-to-cart {
    background: linear-gradient(to left, #ffffff 50%, #000084 50%) right;
    background-size: 201%;
    transition: 0.3s;
}
.home ul.productos-pizza-list li.product:hover button.card-add-to-cart {
    color: #ffffff;
    background-position: left;
}

.entry-content li.product.type-product .product-card {
    background-color: #ffffff;
    box-shadow: 1px 1px 6px rgba(0, 2, 138, 0.2);
    border-radius: .5rem;
    transition: all .3s;
    border: 2px solid transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.entry-content li.product.type-product .product-card:hover {
    transform: scale(1.04);
    z-index: 99;
    border-radius: .8rem;
    border: 2px solid #000084;
    box-shadow: 1px 1px 10px rgba(0, 2, 138, 0.1);
}

.entry-content li.product.type-product .product-card:hover .material-symbols-outlined.veggie-icon {
    color: #159063;
}

.entry-content li.product.type-product .product-card:hover .texto-veggie {
    font-size: .85rem;
    font-weight: 600;
}

.entry-content li.product.type-product.featured .product-card {
    border: 2px solid;
    border-radius: 1rem;
    animation: top-ventas 2s linear infinite alternate both;
}

.content-area h3::after {
    content: "";
    /* min-width: 60%; */
    height: 1px;
    background: #000084;
    margin: 0 0 0 1rem;
}

.home h3.d-flex.align-items-center {
    margin: 2rem 0 0;
    padding: 0;
    font-family: 'AvenirNextLTPro';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #000084;
}

.home .homepage-cart-container h3.d-flex.align-items-center {
    margin: 1rem 0 .7rem;
    padding: 0 1rem;
}

/* CARD COMBOS */
.home .card-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 1rem .5rem;
    min-height: 175px;
    height: 80%; 
}

.home .card-info .card-description p {
    font-size: .75rem;
    margin-bottom: .5rem;
    text-align: left;
    font-family: 'AvenirNextLTPro', sans-serif;
    font-weight: 400; 
}

.home .card-button {
    background: transparent;
    margin: 0;
    padding: 0px 1rem .8rem 12px;
}

.home .product_cat-promociones .container-product-image img {
    max-width: 100%;
    height: 100%;
    border-radius: 6px 0px 0px 6px !important;
}


/* ARMA TU PIZZA */
.home .product_cat-pizza-unitaria {
    border: none;
    margin-bottom: 0 !important;
}

.home .product_cat-pizza-unitaria .container-product-image {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin-bottom: 0;
    background: radial-gradient(circle, rgb(225 233 236) 0%, rgb(171 184 194) 50%, rgb(208 210 217) 100%);
    border-radius: .5rem;
}

.home .product_cat-pizza-unitaria .container-product-image img {
    height: 100%;
    width: 100%;
    margin: 0;
}

/* CARD ESPECIALIDADES */
.home .card-product-caontainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 1rem .5rem;
    min-height: 175px;
    height: 100%;
}

.home .card-product-caontainer .description p {
    font-size: .75rem;
    margin: .5rem 0rem .5rem 0rem;  
    text-align: left;
    font-family: 'AvenirNextLTPro', sans-serif;
    font-weight: 400;
}

.home .card-button-container {
    background: transparent;
    margin: 0;
    padding: 0 1rem .8rem;
}

.home .category-especialidades .container-product-image img, .home .category-arma-tu-pizza .container-product-image img {
    position: relative;
    max-width: 180%;
    min-width: max-content;
    padding: .5rem;
    height: 100%;
    max-height: 240px;
    left: 6px;
    filter: drop-shadow(0px 8px 6px #5d4e38);
}
.home .category-arma-tu-pizza #product-399 .container-product-image img {
    transform: rotate(90deg);
}
.home .category-especialidades li.product_cat-especialidades img.pizza-img {

    border-radius: 5px 0px 0px 5px !important;
}

/* CARD ACOMPAÑAMIENTOS */
.home .category-acompanamientos .product-card, .home .category-postres .product-card {
    height: 100%;
}

.home .category-acompanamientos .product-data {
    min-height: 300px;
}

.home .card-content-acompañamiento {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 1rem .5rem;
    height: 100%;
}

.home .card-content-acompañamiento .card-info-acom {
    font-size: .75rem;
    margin-bottom: .5rem;
    text-align: left;
    font-family: 'AvenirNextLTPro', sans-serif;
    font-weight: 400;    
}

.home .product_cat-acompanamientos .container-product-image {
    position: relative;
}

.home .product_cat-acompanamientos .container-product-image img {
    position: absolute;
    max-width: 25vw;
    height: 100%;
    left: -80px;
}

.home .product_cat-acompanamientos.post-189 .container-product-image img {
    left: -5px;
    transform: rotate(90deg);
    filter: drop-shadow(3px 6px 6px #57534d);
}

.product_cat-postres.post-945093 .container-product-image img {
    left: -100px;
    filter: drop-shadow(3px 6px 6px #57534d);
}

.product_cat-postres .container-product-image img {
    overflow: hidden;
    left: -60px;
    height: 100% !important;
    max-width: max-content;
    position: absolute;
}

.home .category-bebidas img {
    width: 70%;
    justify-self: center;
    margin: 1rem;
}

.home ul.productos-pizza-list li.product .woocommerce-loop-product__title {
    font-size: 1rem;
    font-family: 'AvenirNextLTPro', sans-serif;
    font-weight: 500;
}

span.woocommerce-Price-amount.amount {
    color: #000084;
    font-family: 'AvenirNextLTPro', sans-serif;
    font-weight: 500;
}

.home .homepage-cart-container span.woocommerce-Price-amount.amount {
    color: #000084;
    font-family: 'AvenirNextLTPro', sans-serif;
    font-weight: 500;
    padding-left: .2rem;
}

span.woocommerce-Price-amount.amount bdi {
    font-variant-numeric: tabular-nums;
}

a.button.product_type_simple.add_to_cart_button {
    display: none!important;
}

li.product.type-product.post-477.status-publish.first.instock.product_cat-arma-tu-pizza.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple {
    margin: 0;
    /*height: 150px;*/
    max-width: 33%;
    margin-right: .8rem;
}

li.product.type-product.post-399.status-publish.instock.product_cat-arma-tu-pizza-por-mitades.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple {
}

/* FEATURED BADGE */
.product.featured .product-card .promo-info .container-title .product-title:after {
    content: 'Top Ventas';
    max-width: 65px;
    left: 0;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: white;
    font-size: 0.7rem;
    border-radius: 0.4rem;
    position: absolute;
    padding: 0rem 0rem 0rem 0.2rem;
    color: red;
    -webkit-animation: text-change-4x 2s linear infinite alternate both;
    animation: text-change-4x 2s linear infinite alternate both;
    z-index: 9;
}

/* VEGGIE BADGE */
.contenedor-veggie {
    position: absolute;
    bottom: 2px;
    left: 6px;
    width: 114px;
    padding: 0rem;
    z-index: 9;
    color: white;
    font-size: .7rem;
    transition: .5s all;
}

.material-symbols-outlined.veggie-icon {
    color: white;
    transition: 1s all;
}

/* Card Button */
.home ul.productos-pizza-list li.product a.button.yith-wcqv-button {
    background: transparent;
    margin: 0;
    padding: 0 1rem .8rem;
}
.blockUI {
    z-index: 999999999;
}

a.button.add-to-cart .card-add-to-cart, .card-btn-container button.card-add-to-cart {
    border: 1px solid #000084;
    color: #000084;
    background: #ffffff;
    border-radius: .3rem;
    width: 100%;
    padding: .5rem;
    font-size: .8rem;
    font-weight: 500;
    word-break: break-word;
}

.category-acompanamientos a.button.add-to-cart, .category-bebidas a.button.add-to-cart, .category-postres a.button.add-to-cart {
    margin: 0;
    background-color: transparent!important;
    padding: 0 1rem .8rem;
}

.category-bebidas .product-data .d-flex.justify-content-between.align-items-center.flex-row.my-1.line-height-1 {
    height: 100px;
}

.category-postres .product-data .d-flex.justify-content-between.align-items-center.flex-row.my-1.line-height-1 {
    height: 80px;
}

.repeat-display {
    display: block;
    background-color: #ffffff;
    color: #000084;
    box-shadow: 1px 1px 6px rgb(0 2 138 / 20%);
    border: 1px solid #b2c2e8;
    border-radius: .3rem;
    text-align: center;
    font-size: .8rem;
    font-family: 'AvenirNextLTPro';
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: .7rem;
    margin-top: 0;
    transition: .5s all;
    line-height: 1.2;
}

.repeat-display:hover {
    display: block;
    color: #fafafa;
    background-color: #000084;
    border: 1px solid #0000e9;
}

/* .outofstock .open-modal{
    display: none!important;
}
.outofstock .product-data a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    margin-bottom: 48px
}  */
.outofstock * {
    cursor: not-allowed !important;
} 
.promotions-active-container-sidecar .text-2x1, .promotions-active-container-sidecar .text-hh {
    color: #da3832;
} 

/* ABOVE CART */
.above-cart .delivery-title {
    line-height: 1;
    font-size: 1rem;
    font-family: 'AvenirNextLTPro';
    font-weight: 400;
    color: #000084;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
    max-width: 220px;
}

.above-cart .delivery-text {
    font-size: .8rem;
    font-family: 'AvenirNextLTPro';
    font-weight: 200;
    color: #000084;
    line-height: 1.2;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
    max-width: 220px;
}

/*pizza unitaria*/
#yith-quick-view-content #product-204231 .woocommerce-product-gallery [data-wapf-att-id] .zoomImg {
    display: none !important;
}
#yith-quick-view-content #product-204231 .woocommerce-product-gallery div[data-wapf-att-id] {
    opacity: 1 !important;
    left: -2px !important;
    top: 0px !important;
    position: relative !important;
    height: 671px !important;
    width: auto;
    width: 352px !important;
    background: url("../../../uploads/2021/11/Banner-Interior-Compra-700x1340-1.png");
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 571px) {
	.products.columns-1 .product.type-product.post-204231 .pizza-img.lazyloaded {
		opacity: 1;
	}
	.products.columns-1 .product.type-product.post-204231  {
        background-size: cover;
        height: 130px;
	}
}
/* Home Side Cart */
.home .homepage-delivery-container {
    display: none;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    height: 70px;
    width: -webkit-fill-available;
    margin: 0 0 1rem;
}

.homepage-delivery-container .fas.fa-map-marker-alt {
    color: #da3832;
    font-size: 2rem;
}

.home .homepage-cart-container {
     padding: 0 1rem 1.2rem;
    border: 1px solid #000084;
    background-color: #ffffff;
    box-shadow: 1px 1px 6px rgb(0 2 138 / 20%);
    border-radius: .3rem;
    position: sticky;
    top: 110px;
} 

.homepage-cart-container .widget.woocommerce.widget_shopping_cart {
    width: 100%;
    margin: 0;
    padding: 0;
}

.home .homepage-cart-container .woocommerce-mini-cart {
    max-height: 48vh;
    overflow-y: scroll;
    overflow-y: overlay;
    width: 104%;
    padding: 0 20px 0 7px;
    min-height: 20vh;
}

.cart_list a, .cart_list .mini_cart_item {
    color: #000084 !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'AvenirNextLTPro';
}

#site-header-cart p.woocommerce-mini-cart__total.total {
    display: flex;
    justify-content: space-between;
    padding: 0 1.4em !important;
}

#site-header-cart .woocommerce-mini-cart__discount.total {
    display: flex;
    justify-content: space-between;
}

.home .homepage-cart-container a.remove:before, a.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f057";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #da3832;
    line-height: 1.618;
    text-indent: 0;
    text-align: center;
}

a.remove:hover:before {
    color: #da3832;
}

.homepage-cart-container .widget_shopping_cart .product_list_widget li {
    padding: 0 0 .5rem 1rem;
    position: relative;
    color: #000084;
    font-weight: 700;
    font-family: 'AvenirNextLTPro';
    text-transform: uppercase;
}

.homepage-cart-container .widget_shopping_cart .product_list_widget li a.remove {
    position: absolute;
    top: 0;
    left: -10px;
    opacity: 1;
}

.homepage-cart-container .wapf-pricing-hint {
    opacity: .7;
    display: none;
}

/* Cart Product Image */
.homepage-cart-container .product_list_widget li img {
    display: none;
    max-width: 7em;
    float: left;
    margin-right: 1rem;
}

/* Cart New Ingredients */
.homepage-cart-container .widget_shopping_cart dd.variation-Ingredientes p, 
.homepage-cart-container .widget_shopping_cart dd.variation-Ingrediente p, 
.homepage-cart-container .widget_shopping_cart dd.variation-Ingredientesadicionales p {
    margin-left: .5rem;
}

.wc-block-grid_products .wc-block-gridproduct img, .wc-block-gridproducts li.product img, ul.productos-pizza-list .wc-block-grid_product img, ul.productos-pizza-list li.product img {
    border-radius: 5px 5px 0px 0px;
}

.homepage-cart-container .widget_shopping_cart_content {
    background-color: white;
    padding-bottom: 0;
}

.homepage-cart-container h3::after {
    content: "";
    height: 1px;
    width: -webkit-fill-available;
    background: #000084;
    margin: 0 0 0 1rem;
}

.homepage-cart-container h3::before {
    content: "";
    height: 1px;
    width: -webkit-fill-available;
    background: #000084;
    margin: 0 1rem 0 0;
}

.homepage-cart-container h3.cart-title {
    display: flex;
    align-items: center;
    margin: 0;
    /* text-align: left; */
    white-space: nowrap;
}

.home dt {
    font-weight: 400;
    color: #000084;
}

dt.variation-flujo, dt.variation-Flujo, dt.variation-Tamao, dt.variation-Nombre, dt.variation-Bebidas15lts, dt.variation-Carnes, dt.variation-Vegetalesyfrutas, dt.variation-Salsas, dt.variation-Tipodemasa, dt.variation-Extraopcionales, dt.variation-PostresHelados, dt.variation-Mitad1, dt.variation-Mitad2, dt.variation-Postreshelados, dt.variation-Opcionesdesalsas, dt.variation-TipodeMasa, dt.variation-ExtraOpcionales, dt.variation-Extrasopcionales, dt.variation-Ingredientes, dt.variation-Acompaamientos, dt.variation-Acompaamiento, dt.variation-Acompaamiento1, dt.variation-Acompaamiento2, dt.variation-Acompaamiento3 {
    width: auto;
    float: left;
    margin-right: .2rem;
    max-width: -webkit-max-content;
    max-width: max-content;
    margin-bottom: 0;
}

dt.variation-Mitad1, dt.variation-Mitad2 {
    font-weight: 500;
}

dt.variation-Ingredientes, dt.variation-Ingredientesadicionales,dt.variation-Mitad1, dt.variation-Mitad2 {
    width: 100%;
    float: none;
}

dt.variation-Ingrediente {
    display: none;
}

dd.variation-Ingredientes, dd.variation-Ingrediente, dd.variation-Ingredientesadicionales {
    width: 170px;
    display: flex;
}

.homepage-cart-container .widget_shopping_cart a[data-product_id="1279720"] ~ .variation dt.variation-Ingrediente {
    display: none;
}

.variation-Tamao p {
    height: 100%;
    margin: 0;
}

.variation-Pizza {
    display: none;
}

/* CART PLUS AND MINUS BUTTON */
button.plus-ajax {
    /* padding: 0; */
    padding: 0 0 0 .1rem;
    width: 30px;
    height: 30px;
    border-radius: .2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #fdfdfd;
    border: 1px solid #dddddd;
    color: #1e1e1e;
    font-weight: 300;
}

button.plus-ajax:hover {
    color: #000084;
    border: 1px solid #000084;
    transform: scale(1.01);
    box-shadow: 1px 1px 5px #00008440;
}

button.plus-ajax:active {
    color: #ffffff;
    background-color:#000084;
    border: 1px solid #000084;
    transform: scale(1.01);
    box-shadow: 1px 1px 5px #00008440;
}

button.minus-ajax {
    /* padding: 0; */
    padding: 0 0 0 .1rem;
    width: 30px;
    height: 30px;
    border-radius: .2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #fdfdfd;
    border: 1px solid #dddddd;
    color: #1e1e1e;
    font-weight: 300;
    margin-right: 1rem;
}

button.minus-ajax:hover {
    color: #000084;
    border: 1px solid #000084;
    transform: scale(1.01);
    box-shadow: 1px 1px 5px #00008440;
}

button.minus-ajax[disabled="disabled"]:hover {
    border: 1px solid #dddddd;
    color: #1e1e1e;
}

button.minus-ajax:active {
    color: #ffffff;
    background-color:#000084;
    border: 1px solid #000084;
    transform: scale(1.01);
    box-shadow: 1px 1px 5px #00008440;
}

/* ARMA TU PIZZA CART */
.homepage-cart-container a[data-product_id="477"] ~ dl.variation dt.variation-Ingredientes ~ dt.variation-Ingredientes, .homepage-cart-container a[data-product_id="477"] ~ dl.variation dd.variation-Ingredientes ~ dd.variation-Ingredientes {
    display: none!important;
}


dt.variation-Acompaamientos, dt.variation-Acompaamiento, dt.variation-Acompaamiento1, dt.variation-Acompaamiento2, dt.variation-Acompaamiento3 , dt.variation-Bebidas15lts, dt.variation-PostresHelados, dt.variation-Postreshelados {
    color: #06038d !important;
    font-weight: 500;
}

dd.variation-Acompaamientos, dd.variation-Acompaamiento, dd.variation-Bebidas15lts, dd.variation-Postreshelados {
    border-top: 1px solid #08068d61;
}

dd.variation-Acompaamientos ~ dd.variation-Bebidas15lts, dd.variation-Acompaamiento ~ dd.variation-Bebidas15lts, dd.variation-Acompaamientos ~ dd.variation-Postreshelados, dd.variation-Bebidas15lts ~ dd.variation-Postreshelados {
    border-top: none;
}

dt.variation-no-label, dt.variation-PizzaN1, dt.variation-PizzaN2, dt.variation-PizzaN3, dt.variation-PizzaN4 {
    display: none!important;
}

dt.variation-no-label, dt.variation-Especialidad1, dt.variation-Especialidad2, dt.variation-Especialidad3, dt.variation-Especialidad4 {
    display: none!important;
}

dd.variation-Pizza1 > p, dd.variation-Pizza2 > p, dd.variation-Pizza3 > p, dd.variation-Pizza4 > p {
    color: #06038d !important;
    font-weight: 600;
}

dd.variation-Especialidad1 > p, dd.variation-Especialidad2 > p, dd.variation-Especialidad3 > p, dd.variation-Especialidad4 > p {
    color: #06038d !important;
    font-weight: 600;
}

dd.variation-PizzaN1, dd.variation-PizzaN2, dd.variation-PizzaN3, dd.variation-PizzaN4, dt.variation-Ingrediente ~ .variation-PizzaN3, dt.variation-Ingrediente ~ .variation-PizzaN4 {
    border-top: 1px solid #08068d;
}

dd.variation-PizzaN1 p, dd.variation-PizzaN2 p, dd.variation-PizzaN3, dd.variation-PizzaN4, dt.variation-Ingrediente ~ .variation-PizzaN3, dt.variation-Ingrediente ~ .variation-PizzaN4 {
    color: #2a43d8;
    font-size: .8rem;
    font-weight: 500;
    font-family: 'AvenirNextLTPro';
    margin-top: .3rem;
}   

.variation .variation-formula {
    display: none!important;
}

dl.variation {
    width: 100%;
    float: left;
    margin-top: .2rem;
    margin-bottom: 0;
    text-transform: math-auto;
}

dl.variation dd, dd > p {
    margin: 0;
    unicode-bidi: -webkit-isolate;
}

/* .home .product.post-505 .product-data, .home .product.post-510 .product-data, .home .product.post-582 .product-data {
    height: 290px;
} */

/* COMBOS 5-8 y HAPPY HOUR 5-8 */


/* CATEGORY ARMA TU PIZZA */
.home .category-arma-tu-pizza .product .product-data {
    background-color: transparent;
    justify-content: flex-end;
}

.home .category-arma-tu-pizza .product .product-data .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: none;
}

.home .category-arma-tu-pizza .product .product-data .button.yith-wcqv-button.open-modal {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: rgb(0 0 0 / 10%);
    border-radius: .3rem;
    font-weight: 500;
}

.home .category-arma-tu-pizza .product .product-data .button.yith-wcqv-button.open-modal {
    display: none!important;
}

.home .category-arma-tu-pizza .product:hover .product-data .button.yith-wcqv-button.open-modal {
    border: none;
    color: #ffffff;
    background: #da3832;
    border-radius: .3rem;
    font-weight: 500;
}

.home .category-arma-tu-pizza .product .pizza-img, .home .category-happy-hour .product img.pizza-img, .home .category-2x1 .product img.pizza-img{
	border-radius: 6px 0px 0px 6px;
    margin: 0;
    height: 100%;
}

/* Palitos de ajo */
.home .product.post-187 .pizza-img {
    left: -80px;
}

/* Chaparritas */
.home .product.post-188 .container-product-image .pizza-img, .home .product.post-1565  .container-product-image .pizza-img, .home .product.post-764296 .container-product-image .pizza-img {
    left: -95px;
}

.home .product.post-599 .container-product-image .pizza-img {
    left: -100px;
}

.home .product.post-575042 .container-product-image .pizza-img {
    left: -110px;
}

.home .product.post-186 .pizza-img, .home .product.post-1588 .pizza-img, .home .product.post-146365 .pizza-img {
    left: -80px;
    height: 100%;
    top: 0px;
}

.home .product .product-title {
    font-size: 1rem;
    font-weight: 400;
    padding: 0;
    font-family: 'AvenirNextLTPro', sans-serif;
    color: #000084;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

/* .category-2x1 h4.product-title:after {
    content: '2x1';
    margin-left: 0.4rem;
    font-weight: 500;
    color: #da3832;
} */

/* ADD 2x1 to TITLES from ESPECIALIDADES */
/*
.category-especialidades h4.product-title::after {
    content: ' 2x1';
}
*/
.home li.product.type-product:hover .product-title {
    font-weight: 600;
}

.home .product .product-data a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 1rem .5rem;
    min-height: 175px;
}

.home span.quantity {
    color: #0d0990;
    text-align: left;
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

/* Ocultar cantidad solo para productos individuales (pizzas/combos) */
.woocommerce-mini-cart .mini_cart_item.producto-individual .quantity {
    font-size: 0; /* Oculta todo el texto */
}

/* Mostrar solo el precio (mantiene descuentos y JavaScript) */
.woocommerce-mini-cart .mini_cart_item.producto-individual .quantity .woocommerce-Price-amount {
    font-size: 14px; /* Restaura el tamaño del precio */
    font-weight: 600;
}

/* Asegurar que los elementos del precio se mantengan visibles */
.woocommerce-mini-cart .mini_cart_item.producto-individual .quantity .woocommerce-Price-currencySymbol,
.woocommerce-mini-cart .mini_cart_item.producto-individual .quantity bdi {
    font-size: 14px;
}

.home .item-discount-display {
    font-size: 12px;
    color: #da3832;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500;
    text-align: right;
    text-transform: capitalize;
}

.home .product a.button.yith-wcqv-button {
    display: none;
} 

.home .product a.button.yith-wcqv-button.open-modal {
    display: block;
    font-size: .8rem;
    padding: .5rem .5rem;
}

.home .product .price-title {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'AvenirNextLTPro', sans-serif;
}

.home .category-2x1 .product .price-title {
    font-size: .85rem;
    font-weight: 400;
    font-family: 'AvenirNextLTPro', sans-serif;
}

.home .product .price-mid, .home .product .price-big {
    font-size: 1rem;
    font-family: 'AvenirNextLTPro', sans-serif;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
} 

.home .category-bebidas .product .product-title, .home .category-acompanamientos .product .product-title{
    min-height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* ACOMPAÑAMIENTOS */
.home .category-acompanamientos .product.post-189 .product-data .quantity, .home .category-acompanamientos .product.post-190 .product-data .quantity, .home .category-acompanamientos .product.post-186 .product-data .quantity, .home .category-acompanamientos .product.post-146365 .product-data .quantity {
    margin-bottom: .5rem;
}

.home .category-acompanamientos .product.post-188 .product-data .quantity, .home .category-acompanamientos .product.post-599 .product-data .quantity, .home .category-acompanamientos .product.post-187 .product-data .quantity, .home .category-acompanamientos .product .product-data .quantity {
    margin-bottom: .5rem;
}

/* .home .category-bebidas .product.post-176 .description, .home .category-acompanamientos .product.post-560 .description, .home .category-acompanamientos .product.post-563 .description, .home .category-acompanamientos .product.post-565 .description {
    min-height: 80px;
} */

/* BEBIDAS */


.home .category-bebidas .product .description {
    min-height: 20px;
}

/* POSTRES */
.home .category-postres .product .description {
    min-height: 60px;
}

.home .product p.description {
    font-size: .75rem;
    margin-bottom: .5rem;
    text-align: left;
    font-family: 'AvenirNextLTPro', sans-serif;
    font-weight: 400;
}

.homepage-cart-container .widget a.button.checkout {
    display: block;
    background-color: #ffffff;
    border: 1px solid #b2c2e8;
    border-radius: .3rem;
    color: #000084;
    box-shadow: 1px 1px 6px rgb(0 2 138 / 20%);
    margin-bottom: 0;
    font-size: .8rem;
    padding: .7rem;
    text-transform: uppercase;
}

.widget a.button.checkout:hover {
    display: block;
    background-color: #000084;
    border-color: #000084;
    color: #ffffff;
    box-shadow: 1px 1px 6px rgba(136, 0, 11, 0.098);
}

.widget_shopping_cart p.buttons, .widget_shopping_cart p.total {
    padding: 1em 0 0;
    margin: 0;
    text-align: center;
    border-bottom: 0;
}

.homepage-cart-container p.woocommerce-mini-cart__total.total {
    display: flex;
    justify-content: space-between;
    padding: .5rem .55rem 0 .5rem !important;
    border-top: 1px solid #9c9cdd63;
}

.homepage-cart-container p.woocommerce-mini-cart__discount {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
    padding: .5rem .55rem 0 .5rem!important
}

.homepage-cart-container p.woocommerce-mini-cart__discount strong {
    font-weight: 500;
    font-size: 1rem;
}

.homepage-cart-container .woocommerce-Price-amount.amount bdi {
    font-size: .9rem;
    font-family: 'AvenirNextLTPro', sans-serif;
    font-weight: 500;
    color: #000084;
}

/* .woocommerce-message se estiliza en css/ajustes.css. */

/*.home .woocommerce-mini-cart__empty-message::before {
    content: url(../../../uploads/2021/03/empty-box.png);
    background-image: '';
    width: 100%;
    clear: both;
    width: 300px;
    margin: 0 3rem 0 1rem;
    opacity: .5;
} */

.home .woocommerce-mini-cart__empty-message {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    font-family: 'AvenirNextLTPro', sans-serif;
    font-weight: 400;
    font-size: .8rem;
    line-height: 3;
    margin-bottom: 0;
}

/* ADD COMBO 1-4 DETAIL TEXT TO CART */
/* COMBO 1 */
a[data-product_id="191"] ~ dl.variation::before {
    content: '1 Pizza de 1 Ingrediente';
    color: #da3832;
    font-size: .9rem;
    font-weight: 500;
    min-width: 100%;
    float: left;
    margin-bottom: .2rem;
    line-height: 1.3;
    height: 18px;
}
/* COMBO 2 */
a[data-product_id="206"] ~ dl.variation::before {
    content: '1 Pizza de 3 Ingredientes';
    color: #da3832;
    font-size: .9rem;
    font-weight: 500;
    min-width: 100%;
    float: left;
    margin-bottom: .2rem;
    line-height: 1.3;
    height: 18px;
}
/* COMBO 3 */
a[data-product_id="209"] ~ dl.variation::before {
    content: '1 Pizza Todas las Carnes';
    color: #da3832;
    font-size: .9rem;
    font-weight: 500;
    min-width: 100%;
    float: left;
    margin-bottom: .2rem;
    line-height: 1.3;
    height: 18px;
}
/* COMBO 4 */
a[data-product_id="537"] ~ dl.variation::before {
    content: '2 Pizzas de 1 Ingrediente';
    color: #da3832;
    font-size: .9rem;
    font-weight: 500;
    min-width: 100%;
    float: left;
    margin-bottom: .2rem;
    line-height: 1.3;
}
dt.variation-Pizza1, dt.variation-Pizza2,dt.variation-Pizza3, dt.variation-Pizza4 {
    display: none!important;
}
dd.variation-Pizza1, dd.variation-Pizza2,dd.variation-Pizza3, dd.variation-Pizza4 {
    border-top: 1px solid #a1a0d5;
    padding-top: .2rem;
}

dt.variation-TamaoCombo, dd.variation-TamaoCombo {
    display: none !important;
}
/* ADD COMBO 5-8 DETAIL '2 PIZZA 3 SABORES' TEXT TO CART */
a[data-product_id="540"] ~ dl.variation::before, a[data-product_id="538"] ~ dl.variation::before, a[data-product_id="224"] ~ dl.variation::before{
    content: '2 Pizzas de 3 Ingredientes';
    color: #da3832;
    font-size: .9rem;
    font-weight: 500;
    min-width: 100%;
    float: left;
    margin-bottom: .2rem;
    line-height: 1.3;
}


/* ADD HAPPY HOUR 1-4 DETAIL 1 SUPER DELUXE */
a[data-product_id="229"] ~ dl.variation::before, a[data-product_id="232"] ~ dl.variation::before, a[data-product_id="235"] ~ dl.variation::before, a[data-product_id="238"] ~ dl.variation::before {
    content: '1 Super Deluxe®';
    color: #da3832;
    font-size: .9rem;
    min-width: 100%;
    float: left;
    margin-bottom: .2rem;
    line-height: 1.3;
    clear: both;
}

/* ADD HAPPY HOUR 5-8 DETAIL 1 PIZZA 3 SABORES */
a[data-product_id="241"] ~ dl.variation::before, a[data-product_id="244"] ~ dl.variation::before, a[data-product_id="247"] ~ dl.variation::before, a[data-product_id="250"] ~ dl.variation::before{
    content: '1 Pizza de 3 ingredientes';
    color: #da3832;
    font-size: .9rem;
    font-weight: 500;
    min-width: 100%;
    float: left;
    margin-bottom: .2rem;
    line-height: 1.3;
}

a[data-product_id="538"] ~ dl.variation::before {
    content: '4 Pizzas de 3 Ingredientes';
    color: #da3832;
    font-size: .9rem;
    font-weight: 500;
    min-width: 100%;
    float: left;
    margin-bottom: .2rem;
    line-height: 1.3;
}

.wc-forward:after, .woocommerce-Button--next:after {
    display: none;
}

#scroll-interior{
    position: absolute;
    top: -75px;
}

#scroll-interior-pizza, #scroll-interior-acompanamientos {
    position: relative;
    margin: 0;
    top: -4rem;
}

.home .product-card .quantity .input-text.qty.text {
    padding: 0;
    width: 3rem;
    height: 45px;
    background-color: transparent;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: none;
}

.home .plus.change-value-home, .home .minus.change-value-home{
    color: #6d6d6d;
}

.home .plus.change-value-home:hover, .home .minus.change-value-home:hover {
    color: #000084;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

div.minus-home, div.plus-home {
    border: 1px solid #ddd;
    background: #fdfdfd;
    color: #1e1e1e;
    font-weight: 300;
    font-size: 25px;
    width: 42px;
    height: 40px!important;
    line-height: 2;
    padding: 0;
    display: flex;
    border-radius: .2rem;
    justify-content: center;
    margin-top: 3px;
    align-items: center;
}

div.minus-home:hover, div.plus-home:hover {
    background: #ffffff;
    border: 1px solid #000084;
    transform: scale(1.01);
    box-shadow: 1px 1px 5px #00008440;
    color: #000084;
    font-weight: 600;
} 

div.minus-home:active, div.plus-home:active {
    background: #000084;
    color: #fdfdfd;
    border: 1px solid #000084;
    transform: scale(1.01);
    box-shadow: 1px 1px 5px #00008440;
    font-weight: 600;
} 

/* <div class="cont-preload"><div class="preloader"></div></div> */
.cont-preload,.cont-preload-acompa{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 95%);
    z-index: 100;
    position: absolute;
    padding: 0;
    margin: 0;
    border-radius: 0.4rem;
}

/* .preloader {
    content: url(../img/pizza-preloader-blue.png)!important;
    width: 100px;
    height: 100px;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
} */

/* Preloader card pre-modal */
.preloader {
    content: url(../../../uploads/2025/11/logo-animacion-adicional-1.gif)!important;
    max-width: 160px;
    height: auto;
}

.blockUI.blockOverlay {
    display: none !important;
}

.d-none{
    display: none!important;
}

.si-disp{
    display: flex!important;
}

/* Preloader Carrito Lateral */
.homepage-cart-container .button.checkout.cart-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.homepage-cart-container .button.checkout.cart-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #000084;
    border-top-color: transparent;
    border-radius: 50%;
    animation: cart-button-spinner 0.6s linear infinite;
}

.homepage-cart-container .button.checkout.cart-loading .button-text {
    opacity: 0.5;
}

@keyframes cart-button-spinner {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes girar {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}

.promos-activas p {
    color: #000084;
    font-weight: 600;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}

.cont-preload-home {
    position: fixed!important;
    top: 0;
    background: #fdfdfd;
    position: fixed!important;
    z-index: 10000;
    overflow: hidden;
    overflow-y: hidden;
    width: 100vw;
    height: 100vh;
    z-index: 200!important;
    transition: 2000ms;        
}

.preloader-home{
    content: url(../img/pizza-preloader-blue.png)!important;
    width: 100px;
    height: 100px;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;  
    z-index: 200!important;
}

#site-header-cart .variation {
    display: none;
}

p.woocommerce-mini-cart__total.total::before {
    content: 'Total:';
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

p.woocommerce-mini-cart__total.total > strong {
    display: none;
}

.discount-price-custom {
    text-align: center;
    margin: 0;
    padding: 0;
}
.woocommerce-mini-cart__total.total {
    padding: 0 !important;
}

li.woocommerce-mini-cart-item.mini_cart_item dl.variation ~ span.quantity div.qty-buttons {
    display: none!important;
}

div.qty-buttons {
    width: 65%;
}
.mod-buttons {
    width: 60%;
    margin-left: 0px;
}
button.modify-ajax {
    padding: 0;
    padding: 0 0 0 .1rem;
    width: 80px;
    height: 30px;
    border-radius: .2rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    background-color: #fdfdfd;
    border: 1px solid #000084;
    color: #000084;
    font-weight: 300;
    margin-right: 0;
    font-size: 13px;
    margin-top: 5px;
    margin-left: -3px;
}
button.modify-ajax:hover {
    color: #000084;
    border: 1px solid #000084;
    transform: scale(1.01);
    box-shadow: 1px 1px 5px #00008440;
}
/* SCROLLBAR */
/* Designing for scroll-bar */
::-webkit-scrollbar {
    width: 6px;
}

a[href="#"]:hover{
    cursor: default;
}
/* Track */
::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5d5ba1;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000084;
}

/* PRODUCTO PROXIMAMENTE */

/* PRODUCTO AGOTADO */
.outofstock .product-card:before {
    content: 'AGOTADO';
    position: absolute;
    font-size: 1rem;
    font-weight: 600;
    left: -35px;
    top: 21px;
    z-index: 99;
    background: #e4022b;
    color: white;
    padding: .3rem 2rem;
    transform: rotate(315deg);
}

.outofstock .product-card button.card-add-to-cart {
    border: #eaeaea!important;
    background: #d6d6d6!important;
    color: white!important;
}

.outofstock a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    opacity: .8;
}

div#sow-layout-slider-3 {
    display: none;
}

/* TOOLTIP STYLES DISCOUNT PROMOTIONS*/
.product_cat-sugerencias-2x1 .product-card{
    position: relative;
}

.home .widget .category-2x1 ul.productos-pizza-list li.product .product-card a, .home .widget .happy-hour-display ul.productos-pizza-list li.product .product-card a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.toltip {
    display: none;
    position: absolute;
    background-color: #4631317a;
    padding: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-top-left-radius: 6px;
    top: 0;
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.product_cat-sugerencias-2x1 .product-card:hover .toltip,
.category-happy-hour .product-card:hover .toltip{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.container-elementos-tool {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-tool p {
    color: #fff;
    margin: 0 !important;
    margin-right: 0px;
    font-weight: 500;
    text-align: right;
    margin-right: 1px !important;
}

.ahorro-toltip {
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    font-size: 1.2rem;
    margin: .3rem 0 .5rem;
    height: 50%;
}

.inner-tool .fas.fa-star.mr-2 {
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}


/* PRELOADER */

svg#Capa_1 {
    z-index: 9999;
    width: 300px;
}

.cont-preload-home div.smoke {
    position: absolute;
    height: 5px;
    width: 35px;
    background: #000;
    border-radius: 2px 10px 1px 0;
    top: 11rem;
}

.cont-preload-home {
    position: fixed!important;
    top: 0;
    background: #ffffff;
    position: fixed!important;
    z-index: 10000;
    overflow: hidden;
    overflow-y: hidden;
    width: 100vw;
    height: 100vh;
    z-index: 9999999!important;
    transition: 1ms;   
}
  

/* .cont-preload-home {

    position: fixed!important;
    top: 0;
    background: #fdfdfd;
    z-index: 10000;
    overflow: hidden;
    overflow-y: hidden;
    width: 100vw;
    height: 100vh;
    z-index: 9999!important;
    transition: 200ms;        
} */

.cont-preload-home > div.motoboy {
    width: 200px;
    height: 200px;
    position: relative;
}

.cont-preload-home div.smoke > span:nth-child(1),
.cont-preload-home div.smoke > span:nth-child(2),
.cont-preload-home div.smoke > span:nth-child(3),
.cont-preload-home div.smoke > span:nth-child(4) {
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    animation: fazer1 .2s linear infinite;
}

.cont-preload-home div.smoke > span:nth-child(2) {
    top: 3px;
    animation: fazer2 .4s linear infinite;
}
  
.cont-preload-home div.smoke > span:nth-child(3) {
    top: 1px;
    animation: fazer3 .4s linear infinite;
    animation-delay: -1s;
}
  
.cont-preload-home div.smoke > span:nth-child(4) {
    top: 4px;
    animation: fazer4 1s linear infinite;
    animation-delay: -1s;
}

.brown-box-1 {
    height: 10px;
    position: absolute;
    margin-top: 6.3rem;
    width: 55px;
    z-index: 99999; 
    background: #bba37c;
}

.brown-box-2 {
    height: 10px;
    position: absolute;
    margin-top: 5.8rem;
    width: 55px;
    z-index: 99999;
    background: #a78b5e;
}

.brown-box-3 {
    height: 10px;
    position: absolute;
    margin-top: 5rem;
    width: 55px;
    z-index: 99999;
    background: #a98e64;
}

.longfazers {
    position: absolute;
    width: 100%;
    height: 100%;
}

.longfazers span {
    position: absolute;
    height: 2px;
    width: 20%;
    background: #06028d;
}

.longfazers span:nth-child(1) {
    top: 20%;
    animation: lf .6s linear infinite;
    animation-delay: -5s;
}

.longfazers span:nth-child(2) {
    top: 40%;
    animation: lf2 .8s linear infinite;
    animation-delay: -1s;
}

.longfazers span:nth-child(3) {
    top: 60%;
    animation: lf3 .6s linear infinite;
}

.longfazers span:nth-child(4) {
    top: 80%;
    animation: lf4 .5s linear infinite;
    animation-delay: -3s;
}

h3.preloader-home-title {
    position: absolute;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    left: 45%;
    top: 64%;
} 
/* END NEW HOME PRELOADER */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

  /* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
    
  /* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    }
    
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #000084;
}

input:focus + .slider {
    box-shadow: 0 0 1px #000084;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

  /* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

  /* CSS CAJA ANIMACION */
.scene *,
.scene *:after,
.scene *:before {
    box-sizing: border-box;
    transform-style: preserve-3d;
    touch-action: none;
}

.scene {
    box-sizing: border-box;
    transform-style: preserve-3d;
    touch-action: none;
    position: relative;
    transform:
        scaleX(-1)
        translate3d(0, 0, 100vmin)
        rotateX(calc((var(--rotation-y, -24) - 8) * 1deg))
        rotateY(calc(var(--rotation-x, -32) * 1deg))
        rotateX(90deg);
    width: 55%;
    margin: 6rem auto 0;
}

:root {
    --size: 50;
    --rotation-y: -24;
    --rotation-x: -32;
    --open: 0;
}

.scene .shadow {
    position: absolute;
    bottom: -5vmin;
    left: 50%;
    transform: translateX(-50%) rotateX(90deg);
    width: 60vmin;
    height: 60vmin;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3), transparent 70%);
    z-index: -1;
    pointer-events: none;
    animation: shadowPulse 10s ease-in-out infinite;
}

.scene .pizzabox {
    --depth: calc(var(--size) * 0.04);
    width: 140px;
    aspect-ratio: 1;
    display: grid;
    position: relative;
    place-items: center;
}

.scene .pizzabox__bottom {
    --color: white;
    grid-area: 1 / 1;
    height: 100%;
    width: 100%;
}

.pizzabox__top .cuboid__side:nth-of-type(1),
.pizzabox__top .cuboid__side:nth-of-type(6),
.pizzabox__bottom .cuboid__side:nth-of-type(5) {
    display: none;
}

.scene .pizzabox__top {
    --color: hsl(0 0% 100%);
    position: absolute;
    top: 0%;
    left: 50%;
    grid-area: 1 / 1;
    height: 99%;
    width: 99%;
    z-index: 2;
    transform-origin: 50% 0%;
    transform: translateX(-50%) translate3d(0, 0, calc(var(--depth) * 0.05vmin)) rotateX(calc(var(--open, 0) * 65deg));
}

.scene .pizzabox__top > .cuboid {
    transform: translate3d(0, 0, calc(var(--depth) * -0.05vmin));
}

.scene .pizza {
    grid-area: 1 / -1;
    border-radius: 50%;
    height: 94%;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    background: repeating-conic-gradient(from -2deg, hsl(45 60% 45%) 0 1%, transparent 1% 10%), hsl(45 60% 75%);
    transform: translate3d(0, 0, calc(var(--depth) * -0.05vmin));
}

.scene .pizza__base {
    height: 100%;
    width: 100%;
    grid-area: 1 / -1;
    background: hsl(45 50% 65%);
    border-radius: 50%;
    transform: translate3d(0, 0, calc(var(--depth) * -0.25vmin));
}

.scene .pizza__toppings {
    grid-area: 1 / -1;
    position: relative;
    height: 86%;
    aspect-ratio: 1;
    border-radius: 50%;
    transform: translate3d(0, 0, calc(var(--depth) * 0.02vmin));
    container-type: inline-size;
}

.scene .logo {
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    background: #eeeeee;
    transform: scaleX(-1) translate3d(0, 0, 1px);
}

/* Cuboid sides */
.scene .cuboid {
    width: 100%;
    height: 100%;
    position: relative;
}

.scene .cuboid__side {
    background: var(--color, currentColor);
    filter: brightness(var(--b, 1));
    position: absolute;
}

.scene .cuboid__side:nth-of-type(1) {
    --b: 0.76;
    height: calc(var(--depth, 20) * 1vmin);
    width: 100%;
    top: 0;
    transform: translate(0, -50%) rotateX(90deg);
}

.scene .cuboid__side:nth-of-type(2) {
    --b: 0.9;
    height: 100%;
    width: calc(var(--depth, 20) * 1vmin);
    top: 50%;
    right: 0;
    transform: translate(50%, -50%) rotateY(90deg);
}

.scene .cuboid__side:nth-of-type(3) {
    --b: 0.65;
    width: 100%;
    height: calc(var(--depth, 20) * 1vmin);
    bottom: 0;
    transform: translate(0%, 50%) rotateX(90deg);
}

.scene .cuboid__side:nth-of-type(4) {
    --b: 0.85;
    height: 100%;
    width: calc(var(--depth, 20) * 1vmin);
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) rotateY(90deg);
}

.scene .cuboid__side:nth-of-type(5) {
    --b: 1;
    height: 100%;
    width: 100%;
    transform: translate3d(0, 0, calc(var(--depth, 20) * 0.5vmin));
    top: 0;
    left: 0;
}

.scene .cuboid__side:nth-of-type(6) {
    --b: 1.2;
    height: 100%;
    width: 100%;
    transform: translate3d(0, 0, calc(var(--depth, 20) * -0.5vmin)) rotateY(180deg);
    top: 0;
    left: 0;
}

.scene.auto-animate .pizzabox__top {
    animation: openLid 10s ease-in-out infinite;
}

.scene.auto-animate .pizza {
    animation: rotatePizza 10s ease-in-out infinite;
}

.scene img {
    width: 110px;
    position: relative;
    top: 40px;
    left: 10px;
}

/* Centrar narbar movile */
ul.columns-5 {
    padding-left: 0;
}

@media (max-width: 1200px) {
    .home .product .category-especialidades .container-product-image {
        overflow: hidden;
        height: 100%;
    }
    .home .category-arma-tu-pizza .product .pizza-img, .home .category-2x1 .product img.pizza-img {
        height: min-content;
    }
    .home ul.productos-pizza-list li.product {
        width: 50%;
    }
    .home ul.productos-pizza-list.category-pizza-unitaria li.product {
        width: 100%;
    }
}

@media (max-width: 991px) {
    li.product.type-product.status-publish.instock.product_cat-pizza-unitaria.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple {
        width: 100%;
        padding: 0;
    }

    #product-1279376 .price-section{ 
        padding-right: 25px;
    }

    #product-1279376 .stock {   
        padding-right: 25px;
    }

	div#sow-layout-slider-2 {
        display: none;
    }

    .home #side-content-cart {
        display: none!important;
    }

    .home .wc-block-grid__products .wc-block-grid__product, .wc-block-grid__products li.product, ul.productos-pizza-list .wc-block-grid__product, ul.productos-pizza-list li.product {
        clear: none;
        width: 100%;
        float: none;
        font-size: 1rem;
        overflow: hidden;
    }

    .wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link, .wc-block-grid__products li.product .woocommerce-LoopProduct-link, ul.productos-pizza-list .wc-block-grid__product .woocommerce-LoopProduct-link, ul.productos-pizza-list li.product .woocommerce-LoopProduct-link {
        display: block;
        width: 100%;
    }

    .home .category-arma-tu-pizza li.product.type-product {
        border: none;
    }

    .home .product-card .quantity .input-text.qty.text {
        color: #1d1d1d;
    }

    .home h3.d-flex.align-items-center {
        margin: 1rem 0rem 0.7rem 0rem;
        margin-left: 0rem;
        padding: 0;
        font-size: 1.5rem;
        color: #06028d;
    }

    .home h3.d-flex.align-items-center.title-cart-mobile {
        font-size: 1rem;
        padding: 1rem 1rem .8rem !important;
        margin: 0 !important;
        background: #eb1b25;
        color: #fff;
    }
    
    /* PICTURE PIZZA SUPER TEJANA MOBILE */
    .home .product.post-582 .pizza-img {
        left: 0px;
        height: auto;
        top: -8px;
    }

    /* MOBILE CART */
    #cart-mobile-window {
        position: fixed;
        z-index: 9999;
        width: 100%;
        top: 0;
        background: #f5f5f5;     
    }

    #cart-mobile-window .widget.woocommerce.widget_shopping_cart {
        width: 100%;
        height: 90vh;
        z-index: 9999;
    }

    #cart-mobile-window .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
        height: 90vh;
    }

    #cart-mobile-window p.woocommerce-mini-cart__empty-message {
        display: flex;
        flex-direction: column;
    }

    #cart-mobile-window .button.wc-forward {
        display: none;
    }

    /* TOTAL CART MOBILE */
    #cart-mobile-window .widget_shopping_cart p.total {
        margin-top: .5rem;
    }

    /* FINALIZAR COMPRA BUTTON MOBILE */
    #cart-mobile-window .button.checkout.wc-forward {
        display: block;
        background-color: #000084;
        border-color: #000084;
        color: #ffffff;
        box-shadow: 1px 1px 6px rgb(0 2 138 / 20%);
        margin: 0 1rem 1rem;
        padding: 0.7rem 0.5rem;
    }

    #cart-mobile-window .woocommerce-mini-cart.cart_list.product_list_widget {
        max-height: 70vh;
        height: 76vh;
        overflow-y: auto;
        padding: 0 1rem 1rem;        
    }

    #cart-mobile-window .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        display: none;
    }

    #cart-mobile-window p.promotions-active {
        padding: 0.5rem 1rem 0;
        margin: 0;
    }

    /* PICTURE ALITAS DE POLLO */
    .home .product.post-186 .pizza-img, .home .product.post-1588 .pizza-img, .home .product.post-146365 .pizza-img {
        left: -115px;
        height: 100%;
        max-width: max-content;
        top: 0px;
    }

    .home .category-acompanamientos .product .container-product-image .pizza-img {
        max-width: initial;
        height: 100% !important;
        position: relative;
        max-height: 270px;
    }
    
    span.close-side-cart {
        font-size: 2.5rem;
        font-weight: 200;
        font-family: sans-serif;
        padding: 0;
        margin: 0;
        line-height: 0;
        text-align: center;
    }

    .home ul.productos-pizza-list.category-arma-tu-pizza li.product {
        border: none;
        padding: 0;
        margin: .3rem 0;
    }

    .home ul.productos-pizza-list li.product:hover {
        transform: none !important;
        z-index: 99;
        border-radius: .5rem;
        border: none;
        box-shadow: 1px 1px 6px rgb(0 2 138 / 20%);
        padding: 0 0 1rem;
    }

    .entry-content li.product.type-product:hover a.button.yith-wcqv-button button.card-add-to-cart, .entry-content li.product.type-product:hover a.button button.card-add-to-cart {
        border-radius: .3rem;
        border: 1px solid #000084;
        color: #ffffff;
        background: #000084;
    }

    .home .category-bebidas img {
        width: 70%;
        justify-self: center;
        margin: 1rem;
    }

    .home .category-especialidades .container-product-image img {
        min-width: auto;
    }

    .product_cat-postres .container-product-image .pizza-img {
        max-width: initial;
        height: 100% !important;
        position: relative;
        left: -60px;
    }
}
/* TEXTO BAJADA TITULO HOME SECCION */
@media (max-width: 768px){
    div#sow-layout-slider-3 {
        display: block;
    }

    .home p.hide-mobile {
        display: none;
    }

    .entry-content li.product.type-product:hover {
        transform: none;
        background-color: #ffffff;
        box-shadow: 1px 1px 6px rgb(0 2 138 / 20%);
        border-radius: .5rem;
        margin: 0;
        padding: 0;
        transition: all .3s;
        border: 2px solid #000084;
        box-sizing: unset;
    }

    .entry-content li.product.type-product .product-card:hover {
        transform: none;
    }

    .entry-content li.product.type-product:hover a.button.yith-wcqv-button button.card-add-to-cart, .entry-content li.product.type-product:hover a.button button.card-add-to-cart {
        border: 1px solid #000084;
        color: #ffffff;
        background: #000084;
    }

    .entry-content li.product.type-product a.button button.card-add-to-cart:active {
        border: 1px solid #000084;
        background-color: #000084;
        color: white;
    }

    :hover .toltip {
        background-color: #4631317a;     
    }

    dd.variation-Tamao {
        margin-top: 17px !important;
    }

    .home ul.productos-pizza-list li.product {
        width: 100%;
        padding: 0 0 10px;
    }
    /*
    .home .product .product-title {
        font-size: 2rem;
    }
    .home .card-product-caontainer .description p {
        font-size: 1.5rem;
    }
    */

    .home .card-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 1rem 1rem .5rem;
        min-height: 150px;
        max-height: 195px;
        height: 76%;
    }

    .home .category-postres .container-product-image, .home .category-arma-tu-pizza .container-product-image, .home .category-2x1 .container-product-image {
        max-height: 270px;
    }

    .home .category-arma-tu-pizza .product .pizza-img, .home .category-2x1 .product img.pizza-img {
        height: 100%;
        max-height: -webkit-fill-available;
        min-width: auto;
    }
    .home .category-arma-tu-pizza #product-399 .container-product-image img {
        transform: rotate(0);
    }

    .home .card-content-acompañamiento {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 1rem 1rem .5rem;
        height: 100%;
    }

    .home .category-acompanamientos .product-data {
        min-height: 230px;
    }

    .category-bebidas .product-data .d-flex.justify-content-between.align-items-center.flex-row.my-1.line-height-1 {
        height: 70px;
    }

    #cart-text-promo {
        display: none;
    }
}

/**
 * ----------------------------------------
 * animations
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
  /* END DISCOUNT PROMOTIONS TOOLTIP */

@keyframes lf {
    0% {
        left: 200%;
    }
    100% {
        left: -200%;
        opacity: 0;
    }
}
@keyframes lf2 {
    0% {
        left: 200%;
    }
    100% {
        left: -200%;
        opacity: 0;
    }
}
@keyframes lf3 {
    0% {
        left: 200%;
    }
    100% {
        left: -100%;
        opacity: 0;
    }
}

@keyframes lf4 {
    0% {
        left: 200%;
    }
    100% {
        left: -100%;
        opacity: 0;
    }
}

@-webkit-keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-1400px);
        transform: translateZ(-1400px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slide-in-fwd-center {
    0% {
        -webkit-transform: translateZ(-1400px);
        transform: translateZ(-1400px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-1px, 1px);
        transform: translate(-1px, 1px);
    }
    40% {
        -webkit-transform: translate(-1px, -1px);
        transform: translate(-1px, -1px);
    }
    60% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px);
    }
    80% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-1px, 1px);
        transform: translate(-1px, 1px);
    }
    40% {
        -webkit-transform: translate(-1px, -1px);
        transform: translate(-1px, -1px);
    }
    60% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px);
    }
    80% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
} 

@-webkit-keyframes vibrate-2 {
    0% {
        -webkit-transform: translate3d(0);
        transform: translate3d(0);
    }
    20% {
        -webkit-transform: translate3d(-1px, 1px, 0px);
        transform: translate3d(-1px, 1px, 0px);
    }
    40% {
        -webkit-transform: translate3d(-1px, -1px, 60px);
        transform: translate3d(-1px, -1px, 60px);
    }
    60% {
        -webkit-transform: translate3d(1px, 1px, 120px);
        transform: translate3d(1px, 1px, 120px);
    }
    80% {
        -webkit-transform: translate3d(1px, -1px, 60px);
        transform: translate3d(1px, -1px, 60px);
    }
    100% {
        -webkit-transform: translate3d(0);
        transform: translate3d(0);
    }
}

@keyframes vibrate-2 {
    0% {
        -webkit-transform: translate3d(0);
        transform: translate3d(0);
    }
    20% {
        -webkit-transform: translate3d(-1px, 1px, 0px);
        transform: translate3d(-1px, 1px, 0px);
    }
    40% {
        -webkit-transform: translate3d(-1px, -1px, 60px);
        transform: translate3d(-1px, -1px, 60px);
    }
    60% {
        -webkit-transform: translate3d(1px, 1px, 120px);
        transform: translate3d(1px, 1px, 120px);
    }
    80% {
        -webkit-transform: translate3d(1px, -1px, 60px);
        transform: translate3d(1px, -1px, 60px);
    }
    100% {
        -webkit-transform: translate3d(0);
        transform: translate3d(0);
    }
}

@keyframes fazer1 {
    0% {
        left: 0;
    }
    100% {
        left: -80px;
        opacity: 0;
    }
}

@keyframes fazer2 {
    0% {
        left: 0;
    }
    100% {
        left: -100px;
        opacity: 0;
    }
}

@keyframes fazer3 {
    0% {
        left: 0;
    }
    100% {
        left: -50px;
        opacity: 0;
    }
}

@keyframes fazer4 {
    0% {
        left: 0;
    }
    100% {
        left: -150px;
        opacity: 0;
    }
}

@-webkit-keyframes slide-fwd-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        -webkit-transform: translateZ(160px);
        transform: translateZ(160px);
    }
}

@keyframes slide-fwd-center {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        -webkit-transform: translateZ(160px);
        transform: translateZ(160px);
    }
}  

@-webkit-keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
    }
}

@keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
    }
}

@-webkit-keyframes color-change-4x {
    0% {
        background: #3a0ee7;
    }
    33.3333% {
        background: #000084;
    }
    66.666% {
        background: #ff4545;
    }
    100% {
        background: #da3832;
    }
}

@keyframes color-change-4x {
    0% {
        background: #3a0ee7;
    }
    33.3333% {
        background: #000084;
    }
    66.666% {
        background: #ff4545;
    }
    100% {
        background: #da3832;
    }
}

@-webkit-keyframes text-change-2x {
    0% {
        color: #fff045;
    }
    33.3333% {
        color: #dab032;
    }
    66.666% {
        color: #ff4545;
    }
    100% {
        color: #da3832;
    }
}

@keyframes text-change-2x {
    0% {
        color: #fff045;
    }
    33.3333% {
        color: #dab032;
    }
    66.666% {
        color: #ff4545;
    }
    100% {
        color: #da3832;
    }
}

@keyframes top-ventas {
        0% {
        color: #3a0ee7;
        border-color: #3A0EE7;
    }
    33.3333% {
        color: #000084;
        border-color: #000084;
    }
    66.666% {
        color: #ff4545;
        border-color: #ff4545;
    }
    100% {
        color: #da3832;
        border-color: #da3832;
    }
}

/* Animaciones sincronizadas */
@keyframes openLid {
    0%, 9% { --open: 0; }
    10%, 65% { --open: 1; }
    70%, 100% { --open: 0; }
}

@keyframes rotatePizza {
    0%, 17% {
        transform:
        translate3d(0, 0, calc(var(--depth) * -0.05vmin))
        rotateZ(0deg);
    }
    55% {
        transform:
        translate3d(0, 0, calc(var(--depth) * -0.05vmin))
        rotateZ(360deg);
    }
    100% {
        transform:
        translate3d(0, 0, calc(var(--depth) * -0.05vmin))
        rotateZ(360deg);
    }
}

@keyframes shadowPulse {
    0%, 9% {
        transform: translateX(-50%) rotateX(90deg) scale(1);
        opacity: 0.6;
    }
    10%, 65% {
        transform: translateX(-50%) rotateX(90deg) scale(1.15);
        opacity: 0.8;
    }
    70%, 100% {
        transform: translateX(-50%) rotateX(90deg) scale(1);
        opacity: 0.6;
    }
}
/* Centrar narbar movile */

@keyframes text-change-5x {
  0%   { color: #a8e6cf; }  /* verde muy claro */
  25%  { color: #81c784; }  /* verde medio */
  50%  { color: #4caf50; }  /* verde principal */
  75%  { color: #2e7d32; }  /* verde más oscuro */
  100% { color: #006943; }  /* vuelve al primero */
}