body {
    font-family: var(--fuente);
}
#h1 .middle {
    padding: 0px 0px;
    height: 80px;
    display: flex;
    align-items: center;
}
#h1 .middle .logo img {
    width: auto;
    height: 73px;
    padding: .5rem .5rem .5rem .8rem;
}
footer {background:var( --colorFondoFooter);}
.cAds1::before, .cAds2::before, .ads1 .contentAds h4, .ads1:hover .bAds1, .ads1:hover .bAds2 {
    background: var(--color1);
}
.arrepentido {background-color: var(--btnArrepentimientoBg);}
.arrepentido:hover {color: var(--btnArrepentimientoBg);}
.mm-spn.mm-spn--light {background: rgb(30, 30, 30);}
#h1 .top {
    background: var(--colorFondoTopCabecera);
}
#h1 .top a { color: var(--colorTxtTopHeader);z-index: 2;}

#h1 .middle {background: var(--middleHeader);}
.navbar-nav .nav-link,
#limitedOffer .col-md-12:first-of-type h1,
.arrepentido {
    color:var(--btnArrepentimientoColor);
}
.navbar-nav .nav-link {color: #000;}

.homeRecent .col-md-12:first-of-type {
    margin: 2rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.homeRecent .col-md-12:first-of-type h3 {
    margin-top: 5px;
    margin-right: 12px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #555;
    margin-bottom: 0px;
}
.homeRecent .col-md-12:first-of-type a {
    background-color: #3a3a3b;
    border-radius: 5px;
    color: #FFFFFF;
    
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 22px;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 5px 12px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 5px 12px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 5px 12px 0px rgba(0,0,0,0.4);
}
.itemsP {
    margin: 10px;
    text-align: center;
    border: 1px solid var(--light-gray);
    border-radius: 5px;
    background-color: var(--white-color);
    position: relative;
    transition: 0.5s ease all;
    box-shadow: none;
    padding: 5px;
}
.itemsP .priceSection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.itemsP p {
    color: var(--light-black);
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    height: 35px;
    margin: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.itemsP p span {font-size: 9px;}

.itemsP h4 {
    line-height: 20px;
    color: #000;
    font-size: 22px;
    margin-bottom: auto !important;
}

.itemsP figure {
    display: block;
    height: 150px;
    padding: 0 15px;
    border-bottom: 1px solid var(--light-gray);
    position: relative;
    margin: 0;
}
.itemsP figure .img-fluid {
    height: 150px;
    padding-bottom: .5rem;
}
.homeRecent .itemsP {height: auto; width:95%;}
.homeRecent .itemsP .btn {
    padding: .275rem .75rem;
    font-size: 14px;
    width: 100%;
    border: none;
    margin: 0% 0%;
    background-color: var(--color1txt);
    color: #fff;
}
body {background: var(--white-color);}
.itemsP .priceList span:last-of-type {
    align-self: center;
    border-radius: 2px;
    padding: 2px 5px;
    background-color: #d5e7fa;
    line-height: 1;
    font-size: 12px;
    letter-spacing: -0.28px;
    color: #0085fa;
}
#iconsCategory .row {
    background: var(--colorCategory);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#iconsCategory {
    background: none;
}
#iconsCategory a {
    padding: 0rem .5rem;
    width: 70%;
    position: relative;
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;;
}
#iconsCategory a:hover {
    cursor: pointer;
    opacity: .8;
    text-decoration: none;;
}
#iconsCategory .allCategoryBtn {
    display: var(--ifButtonCategory);
    width: auto;
    margin-bottom: 1rem;
}
.categoryCarousel .owl-nav {
    transform: translateY(71px);
    z-index: 3;
    height: 0px;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
}
#iconsCategory .owl-nav .owl-next {transform: translateY(-5px) translateX(-6px);}
#iconsCategory .owl-nav .owl-prev {transform: rotate(180deg) translateX(-6px);}
#iconsCategory p {margin-top: .5rem;font-size: 14px;color: #666;white-space: nowrap;}

.offerLimited {
    margin-top: 2rem;
    position: relative;
    display: block;
}

.offerLimited .col-md-12 {
    display: grid;
    padding: 1rem;
    border-radius: 8px;
    position: relative;
    grid-template-columns: 300px 1fr;
}
.offerLimited .titleArea {
    min-width: 300px;
    width: 300px;
    border: 0px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.offerLimited .titleArea img {
    width: 100%;
    height: 270px;
    object-fit: contain;
}
.offerLimited .itemsArea {
    display: block;
    width:100%;
    position:relative;
    overflow: hidden;
}

.titleArea .title {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: .5rem;
}
.titleArea h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}
.titleArea a {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    color: #fff;
    background-color: #3a3a3b;
    border-color: #3a3a3b;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}
.titleArea a:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; 
}

.offerLimited .itemsP {
    display:block;
    text-align: center;
    border: 1px solid var(--light-gray);
    border-radius: 8px;
    background-color: var(--white-color);
    position: relative;
    transition: 0.5s ease all;
    box-shadow: none;
    padding: 5px;
}
.offerLimited .itemsP figure {
    display: flex;
    height: 150px;
    padding: 0 15px;
    border-bottom: 1px solid var(--light-gray);
    position: relative;
    justify-content: center;
    margin: auto;
}
.offerLimited .itemsP figure .img-fluid {
    height: 150px;
    padding-bottom: .5rem;
    object-fit: contain;
}
.offerLimited .itemsP .btn {
    padding: .275rem .25rem;
    font-size: 12px;
    width: 90%;
    border: none;
    margin: 0% 5%;
    background: var(--color1txt);
}
.offerLimited .itemsP {
    height: auto;
    width: auto;
    margin: 0px 10px;
    border: none;
    padding-bottom: .8rem;
}
#banner {margin-top: 0rem;}
#mainCarousel {
    overflow: hidden;
    border-radius: 0px;
    padding: 0;
}
#h1 .middle .input-group {
    border: 1px solid;
    border-color: var(-colorBordeInputBusqueda);
}

.miga-de-pan {
    background-color: #f8f9fa;
    padding: 1rem 0rem;
    font-size: 11px;
}

.miga-de-pan .col-md-12 {
    display: flex;
    gap: .5rem;
    color: #adadad;
    padding-left: 1.3rem;
}

.miga-de-pan a {
    color: #6a6969;
}

#filter {display: flex; flex-direction: column; gap:1rem;}
.filtro-grupo {
    background-color: #f4f4f3;
    border-radius: 8px;
    padding: 1rem;
}

.categorias-filtro {
    padding: 0px;
    margin: 0px;
    height: 150px;
    overflow-y: auto;
}

.categorias-filtro li {
    list-style: none;
}

.categorias-filtro a {
    color: var(--gris2);
    font-size: 13px;
}

.categorias-filtro span {
    font-size: 13px;
    color: #888;
}

.titulo-filtro-small {
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.main-slide-price {
    margin-top: .5rem;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 40px 25px 15px 25px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.slider-group {
    position: relative;
    width: 100%;
}

.porcentage::before {
    content: '$';
    padding-right: .3rem;
}

.minimo {
    left: 0%;
    justify-content: flex-start;
}

.porcentage {
    width: 40px;
    height: 30px;
    font-size: 12px;
    color: #000;
    position: absolute;
    top: -40px;
    display: flex;
    align-items: flex-end;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
    padding: 0;
}

.ui-widget.ui-widget-content {
    border: 0px solid #ddd;
    background: #ddd;
}

.ui-widget-header {
    border: 0px solid #dddddd;
    background: #17A2B8;
    background-position-x: 0%;
    background-position-y: 0%;
    color: #333333;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px solid #17A2B8;
    background: #17A2B8;
    font-weight: normal;
    color: #454545;
    border-radius: 25px;
    top: -7px;
  }

#grid .itemsP {height: 326px;}

#grid .itemsP .btn {
    padding: .275rem .75rem;
    font-size: 14px;
    width: 95%;
    border: none;
    margin: 0% 2.5%;
    background-color: #dd2a27;
    color: #fff;
}

#gridProducts .itemsP {
    box-shadow:0 0 0 rgba(0,0,0,0);
    padding: 5px;
}

.minimo {
    left: 0%;
    justify-content: flex-start;
}
.maximo {
    right: 0%;
    justify-content: flex-end;
}
.owl-carousel .owl-item .btn-block img {
    width: 20px;
    margin-right: .5rem;
    filter: invert(1);
}
.relacionados .owl-carousel .owl-item .btn-block img {
    width: 20px;
    margin-right: .5rem;
    filter: invert(1)!important;
}
.homeRecent .owl-carousel .owl-item .btn-block img {filter: invert(1);}
#grid .itemsP .btn img {filter: invert(0);}
.related .itemsP p {height: auto;}
#relacionados .itemsP {height: 250px;}
.related .itemsP {height: 322px;}
.related .itemsP .btn {
    font-size: 12px;
    color: #fff;
    background: #3a3a3b;
}
#offerDetails {background: var(--relacionadosBg);}
.relacionados .col-md-12:first-of-type {margin: 0rem 0rem 1rem 0rem;}
#offerDetails h3 {color: var(--relacionadosColor);}
#terminos a, #politica a {color: rgb(6, 6, 6);}
.btn-corporativo {background-color: #fff357;}
.filtro-grupo .btn-block {
    background-color: #fff357;
    border-color: #fff357;
    color: #000;
}
.resultado-cantidad {
    margin: 1rem 0rem;
    font-size: 13px;
}
.titulo-categoria {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: var(--sizeTxtMenuCategorias);
    color: var(--colorTxtMenuCategorias);
}
#lWr img {
    width: var(--iconosHeaderSize);    
    filter: var(--iconosHeaderInvert);
}
.navbar-expand-lg {padding: .3rem;}

.carouselHome .owl-nav {
    z-index: 3;
    height: 0;
    transform: translateY(-165px);
}
.carouselHome .owl-nav .arrows {width: 40px;}
.carouselHome .owl-nav .owl-prev,
.carouselHome .owl-nav .owl-next {box-shadow: -6px 0px 7px rgba(0,0,0,.2);}

.itemsArea .owl-nav {
    height: 0px;
    z-index: 3;
    width: 100%;
    transform: translateY(-107px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
}
.itemsArea .owl-nav button {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.itemsArea .owl-nav button span {
    font-size: 33px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    transform: translateY(-2px);
}
.itemsArea .owl-nav button:first-of-type span {
    transform: translateY(2px) rotate(180deg);
}
.itemsArea .owl-nav button:hover span {color: #000;}

.section-informative-banners {
    padding: 50px 0;
    margin-bottom: 20px;
    background: rgba(0,0,0,0.1);
}

.swiper-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.svg-icon-text {
    fill: #a2a2a2;
}
  .icon-5x {
    font-size: 5em;
}
  .icon-inline {
    display: inline-block;
    font-size: inherit;    
    overflow: visible;
    width: 70px;  
}

.service-item-container h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}

.service-item-container p {
    font-size: 14px;
}

.parallax_img {
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
    .service-item-container:nth-of-type(2),
    .service-item-container:nth-of-type(3),
    .service-item-container:nth-of-type(4) {display:none;}
    .swiper-wrapper {justify-content: center;}
    .parallax_img {
        background-attachment: inherit;
    }
}

.parallax_img div {
    width: 100%;
    height: var(--ParallaxAltura);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--txtParallaxColor);
    gap: 2rem;
}
.parallax_img a {
    padding: .5rem 1rem;
    background: var(--gris);
    color: #000;
    border-radius: 5px;
}
.parallax_img h2 {font-size: var(--txtParallaxSize);font-weight: bold;text-align: center;}

.parallax_img p {font-size: 13px;}

.itemsP .cuotas {margin-top: .5rem;}

#h1 .col-md-12.icons::after {
    content: attr(texto);
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    width: 99.6%;
    color: #fff;
    left: 5px;
}

.page-link {color: var(--gris2);}

#filter .checks li {
    accent-color: var(--gris2);
}

.iconsMobile {
    display: none;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

#lWr {
    justify-content: center;
    z-index: 16;
    position: relative;
}

#lWr li, #categoriaB li {margin-left: 25px;}

.redes {
    display: flex;
    align-items: flex-start;
    padding: 0px;
}

.redes img {height: 22px;}

footer .der span img {
    height: var(--iconosFooterSize);
    width: var(--iconosFooterSize);
    margin-right: .5rem;
    filter: var(--iconosFooterInvert);
}

footer .der span {
    margin-bottom: .5rem;
}

footer .line:first-of-type .izq img {
    width: var(--logoFooterSize);
}

footer .line:first-of-type b {color: #545454;}

footer a, footer .der span {color: #545454;}
footer a b {color: #4d4d4d;}
footer .footerEnd p:first-of-type {color: #3d3d3d;}
footer .footerEnd p:last-of-type {color: rgb(145, 145, 145);}

footer .line {
    grid-template-columns: 200px 250px 270px 270px;
    gap: 1.5rem;
}

footer .line:first-of-type {grid-template-columns: 200px 280px 250px 250px 1fr;}

.line .der:last-of-type {
    align-items: center;
    display: flex;
    justify-content: center;
}

footer .der span p {text-align: justify;}

@media(max-width: 992px) {
    .homeRecent .col-md-12:first-of-type {
        flex-direction: column;
        gap: 5px;
        margin: .2rem 0rem 1rem 0rem;
    }
    .itemsP p {
        font-size: 10px;
        height: 37px;
        line-height: 12px;
    }
    .homeRecent .itemsP .btn,
    .itemsP .btn {
        padding: .275rem .25rem;
        font-size: 11px;
    }
    .itemsP h4 {
        line-height: 12px;
        font-size: 19px;
    }
    .homeRecent .itemsP,
    .itemsP {height: 325px;}

    #iconsCategory .col-md-12 {
        grid-template-columns: 1fr;
        grid-gap: 2rem 0rem;
    }
    #iconsCategory a {
        padding: 0rem 0rem;
        width: 100%;
    }
    #iconsCategory figure {
        width: 100px;
        height: 100px;
    }
    .offerLimited .col-md-12 {
        grid-template-columns: 1fr;
        gap: 0rem;
        padding-top: .2rem;
    }
    .offerLimited .titleArea {width: 100%;min-width:100%;}
    .offerLimited .titleArea img {height: 103px;}    
    .offerLimited .itemsP .btn {
        padding: .275rem .25rem;
        font-size: 9px;
    }
    #iconsCategory .owl-carousel .owl-stage-outer {height: 138px;}
    #iconsCategory .owl-nav {
        transform: translateY(71px)!important;
    }
    #iconsCategory {        
        position: relative;
        display: block;
    }
    .offerLimited .owl-nav {
        height: 0;
        z-index:3;
        font-size: 30px;
        transform: translateY(-106px);
    }
    .offerLimited .owl-nav button {
        width: 50px;
        height: 50px;
        display: flex !important;
        align-items: center;
        position: relative;
        justify-content: center;
    }
    .offerLimited .owl-nav .owl-prev {
        transform: rotate(360deg);
    }
    .owl-theme .owl-nav [class*="owl-"]:hover {color: #000;transform:translateX(-8px)}
    #banner {margin-top: 0rem;}
    #openFilter {
        background: var(--color1);
        color: #fff;
        border-color: var(--color1);
    }
    #grid .itemsP {height: 342px;}
    #cuotas {
        width: 100%;
        font-size: 9px;
    }
    .itemsP .cuotas {
        width: 100%;
      }
    .tituloFiltro {
        color: var(--colorTituloCabeceraFiltroMovil)!important;
        background: var(--color1)!important;
    }
    .logoGroup {
        grid-template-columns: 50px 180px;
    }
    #h1 .middle .logo img {
        width: 180px;
    }
    .itemsArea .owl-nav button:first-of-type span {
        transform: translateY(-2px) rotate(0deg);
    }
    .homeRecent .col-md-12:first-of-type h3 {font-size: 16px;}
}


.variaciones {
    padding: .5rem 1rem;
    border: 1px dotted #7e7e7e;
    width: 100%;
    margin: 1rem 0rem;
    border-radius: 5px;
}
.v-group {
    display:block;
}
.v-group label {
    font-weight: bold;
}
.v-group select {
    width: 100%;
}
.variaciones .combo .image img {
    width: 100%;
    object-fit: contain;
    height: 100px;
}
.variaciones .combo {
    display: grid;
    gap: .5rem;
    align-items: flex-start;
    grid-template-columns: 80px 1fr;
    border-bottom: 1px dotted #3b3b3b;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}
.v-group.combo:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.variaciones .combo .text-list {font-size: 14px;}
.variaciones .combo .text-list .combo--title {font-weight: bold;}

#iconsCategory img {
    width: 100px;
    height: 100px !important;
    margin: 0 !important;
    transform: scale(.7);
    object-fit: contain;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #000;
}

.itemsP .tags img:nth-last-of-type(1) {display: none;}
.itemsP .tags svg {
    position: absolute;
    top: 3px;
    right: 7px;
    display: block;
    transition: cubic-bezier(0.86,0,0.07,1) all 500ms;
    fill: #fff;
    stroke: var(--gris2);
    stroke-width: 3px;
}
.itemsP .tags svg:hover {
    cursor: pointer;
    transition: cubic-bezier(0.86,0,0.07,1) all 500ms; 
    fill: var(--gris2) ;
    stroke: var(--gris2);
    stroke-width: 3px;
    transform: scale(1.2);

}
.itemsP .tags svg {width: 25px;}
.owl-item .tags {display: none;}
.itemsP .tags svg[data-set="1"] {
    fill: var(--gris2);
    stroke: var(--gris2);
    stroke-width: 3px;
}
.lh-copy {text-align: justify;}


#lWr li:hover .dropFav {
    opacity: 1;
    visibility: visible!important;
    transition: ease all 200ms;
}

#dropFav::before {display: none;}

#filter .orderBy select {
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    padding: .17rem .2rem;
}

.filtro-grupo .form {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

#iconsCategory figure {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drop-new {position: relative;}
.drop-new ul {
	font-size: 0;
	list-style-type: none;									
}								
.drop-new .drop {
	display: none;									
}
.drop::before {
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	z-index: 0;
	position: absolute;
	right: 2px;
	top: -3px;
	transform: rotate(45deg);
}
.drop-new:hover {cursor: pointer;}
.drop-new:hover .drop {
	min-width: 240px;
	border-radius: 4px;
	background: #fff;
	margin-top: 0px;									
	right: 6px;
	position: absolute;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
}			
.drop .dropTitle {color: #000;font-size: 13px;}	

.groupIcon {position: relative;}
.groupIcon .cantidad {
	position: absolute;
	top: -5px;
	left: -10px;
	background: var(--bulletCantidadFondo);
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 8px;
	border-radius: 100%;
	z-index: 2;
	color: var(--bulletCantidadColor);
}
.drop li {
	width: 100%;
	padding: .2rem;
	text-align: left;
}
.btn-bottom {
	background: var(--colorBtnFavoritos);								
	padding: 0px 7px;
	border-radius: 3px;
	margin: 0px !important;
	width: 100%;
	position: relative;
	display: flex;
	height: 25px;
	align-items: center;
	justify-content: center;
	font-size: 11px;
    color: var(--colorTxtBtnFavoritos);
}
.btn-bottom:hover {color: var(--colorTxtBtnFavoritos);}

.list {
    grid-template-columns: 1fr !important;
}

.list .itemsP {
    display: flex;
    align-items: center;
    height: 83px!important;
    justify-content: space-between;
}

.list .itemsP figure {
    height: auto;
    padding: 0 15px 0 5px;
    border-bottom: 0px solid var(--light-gray);
    margin: 0;
}

.list .itemsP figure .img-fluid {
    height: 60px;
    padding-bottom: 0rem;
    border-radius: 5px;
    width: 60px;
    object-fit: cover;
}

.list .itemsP p {
    width: 300px;
    display: flex;
    align-items: center;
    text-align: left;
}

.list .priceList {
    position: absolute;
    top: 42px;
    right: 237px;
}

.list .itemsP .priceList span:last-of-type {font-size: 10px;}

.list .itemsP .btn {width: 150px!important;}

.list .itemsP .btns {
    padding: .275rem 0.95rem;
    width: 187px!important;
}
.itemsP .priceSection {flex-direction:column;}
.itemsP.list .priceSection {flex-direction:column;}

.itemsP .precioxbulto {
    display: flex;
    gap: .4rem;
    align-items: center;
    border: 1px solid #f49999;
    border-radius: 5px;
    padding: .2rem;
    font-size: 9px;
    background: #ffbebe;
    font-weight: bold;
}

.list .itemsP .precioxbulto {
    display: flex;
    gap: .4rem;
    align-items: center;
    border: 1px solid #f49999;
    border-radius: 5px;
    padding: .2rem;
    font-size: 9px;
    background: #ffbebe;
    font-weight: bold;
}
.itemsP .precioxbulto svg { height:20px;}
.list .itemsP .precioxbulto svg { display:none;}

.links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 0rem;
    font-size: 13px;
}

.filter_btn a {
    padding: 2px 7px;
}
.filter_btn .btn-danger {
    color: #fff;
}
.maschico {
    font-size: 25px;
}
.list .itemsP .tags,
.list .itemsP .cuotas {
    display: none;
}
.pan-productos .col-md-12 {
    align-items: center;
    justify-content: space-between;
}
.miga-de-pan .col-md-12 {
  display: flex;
  gap: .5rem;
  color: #adadad;
  padding-left: 1.3rem;
}

.form-horizontal .row {
    flex-direction: column;
    align-items: center;
}

.links ul {
    align-items: center;
    gap: 1rem;
    text-align: center;
    width: 100%;
    justify-content: center;
}
.links ul a {
    color: #7a7979;
}
.alert ul {margin-bottom: 0px;}

fieldset {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.registro fieldset {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
}

.cFull .landing__header__logo {opacity: 0;}
#banner .carousel-item {height: auto;}
.in-column {flex-direction: column;}
.garantia { margin: 4rem 0rem;}
.garantia h3 { font-weight: bold;}
.info-alert {
    clear: both;
    padding: 8px;
    border: 1px solid;
    text-align: center;
    color: #d27611;
    font-size: 14px;
    margin-top: 1rem !important;
    border-radius: 5px;
}
.info-alert::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: bottom;
}
.info-alert::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="%23d27611"><path d="M270.2 160h35.5c3.4 0 6.1 2.8 6 6.2l-7.5 196c-.1 3.2-2.8 5.8-6 5.8h-20.5c-3.2 0-5.9-2.5-6-5.8l-7.5-196c-.1-3.4 2.6-6.2 6-6.2zM288 388c-15.5 0-28 12.5-28 28s12.5 28 28 28 28-12.5 28-28-12.5-28-28-28zm281.5 52L329.6 24c-18.4-32-64.7-32-83.2 0L6.5 440c-18.4 31.9 4.6 72 41.6 72H528c36.8 0 60-40 41.5-72zM528 480H48c-12.3 0-20-13.3-13.9-24l240-416c6.1-10.6 21.6-10.7 27.7 0l240 416c6.2 10.6-1.5 24-13.8 24z"/></svg>');
}
.garantia p {text-align: justify;}
.garantia .info-alert {font-size: 18px;}
.garantia .info-alert::before {
    margin-right: 4px;
    vertical-align: middle;
    transform: translateY(-2px);
}
.otherDetails {
    margin-top: 5rem;
    border-top: 2px solid #a2a2a2;
    padding-top: 1rem;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.otherDetails h3 {
    font-size: 13pt;
    font-family: Montserrat, sans-serif;
    color: rgb(0, 0, 0);
    background-color: transparent;
    font-weight: 700;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    vertical-align: baseline;
    white-space: pre-wrap;						
}
.otherDetails p {
    font-size: 11pt;
    font-family: Montserrat, sans-serif;
    color: rgb(0, 0, 0);
    background-color: transparent;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    vertical-align: baseline;
    white-space: pre-wrap;
}
.social-share img {
    width: 40px;
    height: 40px;
    padding: 5px;
    display: inline-block;
    font-size: inherit;						
    overflow: visible;
    vertical-align: -.125em;
    filter: grayscale(100%);
}
.social-share a {						
    color: #000;
    margin: 5px;
    margin-top: 1rem;
}

.btn-comprar.btn-ingresando {
    cursor: default;
    user-select: none;
}
.btn-comprar.btn-nostock {
    opacity: .5;
    background-color: #727376;
    color: #fff;
    cursor: default;
    user-select: none;
}

.row-cart {
    display: grid;
    grid-template-columns: 163px 1fr;
    gap: .5rem;
    align-items: center;
}
.row-cart .qty-input {
    height: 27px;
    transform: translateY(1px);
}
.row-cart > .group:last-of-type,
.row-cart > .group:first-of-type {
    padding: 0;
}

.col-md-12.credits {background: #2c2e35;}
.col-md-12.credits p {text-align: center;padding: .5rem;line-height: 1;margin: 0;color: #fff;font-size: 12px;}
.col-md-12.credits a { color: #fff; font-weight: bold; text-decoration:underline;}

.navbar .navbar-nav .nav-item::after {color:var(--lineMenuCategorias);}
.arrepentido::after {color: var(--btnArrepentimientoAfter);}
.filter_btn .btn-danger {
    background:var(--filterBtnBg);
    color:var(--filterBtnColor);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px solid var(--colorSlider)!important;
    background: var(--colorSlider)!important;
    font-weight: normal !important;
    color: #454545 !important;
    border-radius: 25px !important;
    top: -7px !important;
  }

  .ui-widget-header {
    border: 0px solid #dddddd !important;
    background: var(--colorSlider)!important;
    color: #333333 !important;
    font-weight: bold !important;
  }

.carouselMarcas .owl-stage-outer {
    overflow: hidden;
    background: #e5e5e5;
    border-radius: 8px;
}

.carouselMarcas .owl-stage {
    display: flex;
    mix-blend-mode: multiply;
    align-items: center;
    gap:.5rem;
}
.carouselMarcas .owl-stage img {
    height: 100px;
    object-fit: contain;
    
}
.carouselMarcas .imageMarca {
    padding: 1rem;
    display: flex;
    justify-content: center;
  }

.carouselMarcas {
    position: relative;
}

.carouselMarcas .owl-nav .owl-prev {
    transform: rotate(0deg) translateY(84px) translateX(6px);
}

.carouselMarcas .owl-nav .owl-next {
    transform: translateY(84px) translateX(-6px);
}

.carouselMarcas .owl-nav span {
    font-size: 50px;
    transform: translateY(-5px);
}

.carouselMarcas .owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 50px;
    height: 50px;
    margin: 32px 0px;
    color: inherit;
    border: none;
    padding: 0 !important;
    cursor: pointer;
    border-radius: 3px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {background: rgba(255,255,255,.8) !important;}
.notlogin .itemsP {height: auto;}
#grid.notlogin .itemsP {height: auto;}
#offer0 .itemsP.isNotLogin {height: 220px;}
#offer0.notlogin .carouselHome .owl-nav {transform: translateY(-107px);}
.offerLimited.notlogin .itemsP,.offerLimited.notlogin .titleArea img {height: auto;}
.related.notLogin .itemsP {height: auto;}
#centroayuda .maschico, center .title h1 {font-size: 1.75rem;text-transform: uppercase;font-weight: bold;}
.titulo_intro h4 {font-size: 1.4rem;text-transform: uppercase;font-weight: bold;}
#lst_brands {overflow-x: hidden;max-height: 218px;overflow-y: auto;}
.tot {font-size: 12px;}
#lWr li:last-of-type {border-radius: 5px;padding: .8rem 1.2rem;background: #f3f3f3;}

@media(max-width:992px) {
    .btn-comprar div,
    .btn-comprar div span {color: #000;}
    footer .line:first-of-type {grid-template-columns: 1fr;}

    .links {
        flex-direction:column;
    }
    .list .itemsP p {
        width: 120px;
        height: 50px;
    }
    .list .priceList {display: none;}
    .list .itemsP .btn a {font-size: 0px;}
    .list .itemsP .btn {width: auto !important;}
    .list .itemsP figure { padding: 0px;}
    .list .itemsP figure img {
        width: 50px;
        height: 50px;
    }
    .list .itemsP .btn img {
        width: 25px;
        height: 25px;
        object-fit: contain;
        margin: 0px;
    }
    .list .itemsP h4 {font-size: 13px;}
    .list .itemsP .btns {
        padding: .275rem .2rem;
        width: 120px !important;
    }
    #filter {
        position: fixed !important;
        overflow-y: auto;
        height: 100%;
    }
    .iconsMovile {filter:var(--iconosHeaderInvert);}
    #banner .carousel-item {height: auto;}
    .iconsMovile {filter: invert(0);}
    #burger {transform: translateX(1px);}
}	


/** Internet Explorer */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}    

/** Microsoft Edge */
@supports (-ms-ime-align: auto) {}    

/** Mozilla Firefox */
@-moz-document url-prefix() {
    @media(max-width:992px) {
        .grillax2 .item-p {height: 299px;}
        .homeRecent .itemsP {height: 320px;}
        .itemsP .priceList span:last-of-type,
        .offerLimited .itemsP .btn {font-size: 8px;}
        .homeRecent .itemsP .btn, .itemsP .btn {font-size: 8px;}
        .offerLimited .titleArea {margin: .8rem 0rem;}
        .owl-carousel .owl-item {-moz-transform: translate3d(11px,0,0);}
        .owl-carousel .owl-stage {gap: .8rem;display: flex;}
        .offerLimited .itemsP {margin: 0px 0px;}
        .cf {font-size: 8px!important;}
        .item-p .title {height: 47px!important; margin-bottom: .3rem;}
        .grillax2.slick-slider {padding: 20px 0px;}
        .related .itemsP p {
            height: 45px;
            line-height: 1.1;
        }
        .related .itemsP h4 {margin-top: 0.3rem;}
        #relacionados .itemsP {
            height: 267px;
        }
        .owl-theme .owl-nav {z-index: 3;}
        .owl-nav {transform: translateY(-183px);height: 0px;}

    }
}    


/** Safari */
@media not all and (min-resolution: 0.001dpcm) {}    

/** Chrominum */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    @media(max-width:992px) {
        .contenedor-small .slick-next, .contenedor-small .slick-prev {top: 45%;}
        .contenedor-small .slick-next {right: -15px!important;}
        .contenedor-small .slick-prev {left: -14px!important;}
        .grillax2 .item-p {height: auto;width:100%}
        .homeRecent .itemsP {height: auto;}
        .relacionados .itemsP {height: 323px !important;}
        .itemsP .priceList span:last-of-type,
        .offerLimited .itemsP .btn {font-size: 7px!important;transform: translateX(0px) translateY(0px);}
        .homeRecent .itemsP .btn, .itemsP .btn {font-size: 7px; width: 92%;height: 24px;transform: translateX(4px) translateY(-4px);}
        .offerLimited .titleArea {margin: .8rem 0rem;}
        .owl-carousel .owl-item {-moz-transform: translate3d(11px,0,0);}
        .owl-carousel .owl-stage {gap: .8rem;display: flex;}
        .offerLimited .itemsP {margin: 0px 0px; height: auto;}
        .cf {font-size: 8px!important;}
        .item-p .title {height: 37px!important; margin-bottom: .3rem;}
        .grillax2 .item-p .title {
            height: 39px !important;
            margin-bottom: 0rem;
        }
        .grillax2 .slick-slider button, .grillax2 .slick-slider .slick-prev {width:40px;height:40px;}
        .grillax2.slick-slider {padding: 20px 0px;}
        .related .itemsP p {
            height: 45px;
            line-height: 1.1;
        }
        .related .itemsP h4 {margin-top: 0.3rem;}
        #relacionados .itemsP {
            height: 267px;
        }
        .owl-theme .owl-nav {z-index: 3;}
        .owl-nav {transform: translateY(-183px);height: 0px;}

        #grid .itemsP {
            height: 319px;
        }
        .pagination {
            margin-top: 1rem;
            justify-content: center!important;
        }

    }
}

.row-cart {
    display: grid;
    grid-template-columns: 245px 1fr;
    gap: .5rem;
    align-items: center;
}
.row-cart .qty-input {
    height: 27px;
    transform: translateY(1px);
}
.row-cart > .group:last-of-type,
.row-cart > .group:first-of-type {
    padding: 0;
}

.row-cart small {font-size: 9px;}
.row-cart .btn-group-add-complete {margin-bottom: .5rem;}
#lst_productos_carrito > .row {
    margin-bottom: 1rem;
    padding-bottom: .6rem;
}


.btnAllFav {
    display: flex;
    gap: .3rem;
    flex-direction: column;
    padding: .1rem;
}
#h1 .middle .logo a:last-of-type {display: block;width: 190px;}

#offerDetails .owl-theme .owl-nav {
    height: 0;z-index: 3;transform: translateY(-113px);
}

#modal_matrices .modal-dialog {
    max-width: 400px;    
}
/* lista matrices 05-06-23*/
#grid_matrices {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#modal_matrices .modal-header {
    padding: .5rem 1rem;
  }
.itemList {
    display: flex;
    gap: 1rem;
    align-items: center;
    border: 1px solid #f3f3f3;
    padding: .5rem .5rem;
    width: 100%;
    justify-content: space-between;
    border-radius: 5px;
}

.itemList img {
    width: auto;
    height: 111px;
    object-fit: contain;   
}

.itemList .contenido {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;    
}

.itemList .tituloyprecio {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}

.itemList .tituloyprecio h4 {
    font-size: 14px;
}

.itemList .precioybulto {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 5px;
    align-items: center;
    padding: 0rem .5rem;
    font-weight: bold;
}

.itemList .precioybulto span {
    border: 1px solid #ffadad;
    border-radius: 5px;
    padding: 2px 2px;
    font-size: 10px;
    line-height: 1;
    background: #ffadad;
    font-weight: 400;
}

.itemList .btn-group-add {
    background: none;
    border: 0px;
    border-radius:0px;
}
.itemList .qty-input {
    width: 120px;
    grid-template-columns: 40px 40px 40px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.itemList .btn-group-add-complete {
    justify-content: space-between;
    grid-template-columns: 1fr 120px;
}

.item-matriz .btn-group-add {
    height: 100px;
    align-items: center;
    justify-content: center;
}

.list .item-matriz .btn-group-add {
    height: auto;
}

.list .qty-input .product-qty, .list .qty-input .qty-count {
    height: 1rem;
}

.list .itemsP small {
    font-size: 11px !important;
    transform: translateY(-4px);
    position: relative;
    display: block;
}

.list .btn-group-add {
    height: 65px;
}
@media(max-width:1024px) {
    .forgot_pwd form .row {flex-direction:column;}
    .forgot_pwd form .row div,.forgot_pwd form .row div button {width: 100%;}
}