/*
Sidcom
13-12-2022
*/
:root {
    --color2022: #93212D;    
    --color2022B: #727377;
    --color2022txt: #252525;
    --light-gray: #eaeaea;
    --light-black: #444;
    --white-color: #fff;
    --colorCategory: #F4F4F4;
    --ifButtonCategory: none;
    --gris: #e6e6e6;
    --btnBottom: #2c2e35; 
  }
body {
    font-family: 'Sarabun', sans-serif;
}
#h1 .middle {
    padding: 0px 0px;
    height: 130px;
    display: flex;
    align-items: center;
    background: #fff;
    /*
    background: url(http://sd-2568627-h00025.ferozo.net/sistema/skin_dev1/assets/img/bglogo.png) #fff;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
    */
}
#h1 .middle .logo img {
    /*width: 290px; padding: 0px 0px;*/
    /* width: 190px; */
    padding: .5rem .5rem .5rem .8rem;
    height: 110px;
    filter: invert();
}
.navbar {
    background: var(--gris);
}
.cAds1::before, .cAds2::before, .ads1 .contentAds h4, .ads1:hover .bAds1, .ads1:hover .bAds2 {
    background: var(--color2022);
}
.arrepentido {background-color: #fff;}
.arrepentido:hover {color: #fff;}
.mm-spn.mm-spn--light {background: rgb(30, 30, 30);}
#h1 .top {
    background: #7D1E27;
  }
#h1 .top a { color: #fff;z-index: 2;}
.navbar-nav .nav-link,
#limitedOffer .col-md-12:first-of-type h1,
.arrepentido {
    color:var(--color2022txt);
}
.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: 8px;
    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;
}

.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;
    background: #ddd;
}
.itemsP figure .img-fluid {
    height: 150px;
    padding-bottom: .5rem;
    padding-top: .5rem;
}
.homeRecent .itemsP {height: 334px; width:95%;}
.homeRecent .itemsP .btn {
    padding: .275rem .75rem;
    font-size: 14px;
    width: 100%;
    border: none;
    margin: 0% 0%;
    background-color: var(--color2022);
    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;
    position: relative;
    overflow: hidden;
}

#iconsCategory .container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #fff;
}

#iconsCategory .container::after {
    content: '';
    width: 100%;
    height: 124%;
    position: absolute;
    background: var(--colorCategory) url(http://sidcom.com.ar/sistema/skin_dev1/assets/img/bg2.jpg);
    background-size: auto;
    top: -8px;
    left: 0px;
    z-index: 0;
    padding: 1rem;
    opacity: .9;
    background-size: 134%;
    background-repeat: repeat;
    background-blend-mode: darken;
}

#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;
    /* background: #fff357; */
}

.offerLimited .col-md-12 {
    display: grid;
    padding: 1rem;
    border-radius: 8px;
   /* background: #fff357;
     background: #f2f2f2; */
    position: relative;
    grid-template-columns: 300px 1fr;
}
.offerLimited .titleArea {
    min-width: 300px;
    width: 300px;
    border: 0px solid #fff;
    /* box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3); */
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.offerLimited .titleArea img {
    width: 100%;
    height: 296px;
    object-fit: cover;
}
.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;
    /* margin: 0px 5px; */
    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: #2c2e35;
}
.offerLimited .itemsP {
    height: 295px;
    width: auto;
    margin: 0px 10px;
    border: none;
}
#banner {margin-top: 0rem;}
#mainCarousel {
    overflow: hidden;
    border-radius: 0px;
    padding: 0;
}
#h1 .middle .input-group {border: 1px solid rgb(125, 30, 39);}

.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: #727376;
    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: 322px;
    /* width:242px; */
}

#grid .itemsP .btn {
    padding: .275rem .75rem;
    font-size: 14px;
    width: 95%;
    border: none;
    margin: 0% 2.5%;
    background-color: var(--btnBottom);
    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: 159px;}
#relacionados .itemsP {
    height: 376px;
    margin-bottom: 1rem;
}
.related .itemsP {height: 322px;}
.related .itemsP .btn {
    font-size: 12px;
    color: #fff;
    background: #3a3a3b;
}
#offerDetails {background:rgb(147, 33, 45);}
.relacionados .col-md-12:first-of-type {margin: 0rem 0rem 1rem 0rem;}
#offerDetails h3 {color: #ffff;}
#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:14px;
    color: rgba(5, 5, 5, 0.77);
}
#lWr img {
    /* width: 21px;
    height: 25px; */
    width: 28px;    
    filter: invert(0);
}
.navbar-expand-lg {padding: .3rem;}

/*nav home*/
.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(-152px);
    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: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 2rem;
}
.parallax_img a {
    padding: .5rem 1rem;
    background: var(--gris);
    color: #000;
    border-radius: 5px;
}
.parallax_img h2 {font-size: 20px;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: #727376;}

#filter .checks li {
    accent-color: #727376;
}

.iconsMobile {
    display: none;
    /* display: flex; */
    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: 20px;
    width: 20px;
    margin-right: .5rem;
    filter: invert();
}

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

footer .line:first-of-type .izq img {
    width: 72px;
}

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

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

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

.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: 32px;
        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: 120px;}    
    .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(-152px);
    }
    .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;}
    #banner {margin-top: 0rem;}
    #openFilter {
        background: var(--btnBottom);
        color: #fff;
        border-color: var(--btnBottom);
    }
    #grid .itemsP {height: 342px;}
    #cuotas {
        width: 100%;
        font-size: 9px;
    }
    .itemsP .cuotas {
        width: 100%;
      }
    .tituloFiltro {
        color: #000;
        background: var(--color2022);
    }
    .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;}

    .itemsP .priceList span:last-of-type,
    .offerLimited .itemsP .btn {font-size: 8px;}
    .homeRecent .itemsP .btn, .itemsP .btn {font-size: 8px;}
}


.variaciones {
    padding: .5rem 1rem .5rem .6rem;
    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: 80px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.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(1.5);
    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: #ddd;
    stroke: #727376;
    stroke-width: 3px;
}

.itemsP .tags svg:hover {
    cursor: pointer;
    transition: cubic-bezier(0.86,0,0.07,1) all 500ms; 
    fill: #727376 ;
    stroke: #727376;
    stroke-width: 3px;
    transform: scale(1.2);

}

.itemsP .tags svg {width: 25px;}
.owl-item .tags {display: none;}
.itemsP .tags svg[data-set="1"] {
    fill: #727376;
    stroke: #727376;
    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: .2rem .2rem .1rem .2rem;
	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;}

#lst_favs li > a {
    display: grid;
    grid-template-columns: 30px 1fr 5px;
    gap: .5rem;
}
.titleFav {
    color: #5e5e5e;
    font-size: 10px;
}
#lst_favs {padding: 0px;}
#lst_favs li {
    margin: 0rem 0rem .8rem 0rem;
    line-height:1.5;
    padding-bottom: .2rem;
}
#lst_favs li:last-of-type {
    border-bottom: 0px;
}
#lst_favs .price {
    color: #383838;
    font-weight: bold;
    font-size: 12px;
}
.groupIcon .cantidad {
	position: absolute;
	top: -5px;
	right: -10px;
	background: var(--color2022);
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 8px;
	border-radius: 100%;
	z-index: 2;
	color: #fff;
}
.drop li {
    width: 100%;
    padding: .2rem;
    text-align: left;
    display: flex !important;
    flex-direction: column;
    gap: .2rem;
    border: none;
    padding: 0rem .2rem;
    margin: 0rem 0rem .2rem 0rem;
    border-bottom: 1px dotted #e9e9e9;
}
.drop > li {margin: 0px;padding: 0px;line-height: 1.5!important;}

.btn-bottom {
	background: var(--btnBottom);								
	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;
}
#btn_ver_compras {color: #fff;}
.maschico {
    font-size: 25px;
}
.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;
    /*border-radius: 50%;border: 1px solid #727376;fill: #727376 !important;*/						
    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: 110px 1fr;
    gap: .5rem;
}
.row-cart > .group:last-of-type,
.row-cart > .group:first-of-type {
    padding: 0;
}

footer .line:last-of-type {position: relative;}
.qrafip a {position: absolute;top: calc(50% - 40px);right: 30px;}
.qrafip img {height: 80px;}

#centroayuda .maschico, center .title h1 {font-size: 1.75rem;text-transform: uppercase;font-weight: bold;}
#centroayuda p {margin-top: 0rem;margin-bottom: 1rem;}
.mat-card-header .mat-card-title {margin-bottom: 3px;font-family: 'Sarabun', sans-serif;}
.mat-card-subtitle.descripcion {font-size: 1rem;font-weight: 400;line-height: 1.5;}
.titulo_intro h4 {font-size: 1.4rem;text-transform: uppercase;font-weight: bold;}
.titulo_intro p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: 'Sarabun', sans-serif;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align:justify;
}

footer .line.poderjudicial {
    display: flex;
    justify-content: space-between;
}
footer .line.poderjudicial img:last-of-type {height: 93px;padding-right: 0.2rem;}

footer {background: var(--color2022);}

footer a:hover {color: #440c11;}

#mainMenu {
    min-height: 418px;
    min-width: 240px;
    height: 418px;
    overflow-y: scroll;
}

.col-md-12.credits {background: #2c2e35;}
.about .all--txt {width: 65%;}

.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;}

.col-md-12.txt-about {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: center;
}

.about .all--txt h2::before {background: #93212d;top: 34px;display: none;}
.intro--about {background: url('https://editorial.jusbaires.gob.ar/images/foto_editorial.jpg');background-size: cover;}
.about p {
    text-align: justify;
    color: rgb(119, 119, 119);
    white-space: normal;
    font: 12pt/18pt 'geogtq-r', Arial, Helvetica, sans-serif;
    margin-bottom: 1.5rem;
}

.form-horizontal .row {
    flex-direction: column;
    align-items: center;
}
fieldset {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.autoridades .row {flex-direction: row;}

.autoridades h2 {
    font: 20pt/23pt 'geogtq-sb', Arial, Helvetica, sans-serif;
    color: #646567;
    padding: 10px 0 10px 0;
    display: block;
}

.autoridades h3 {
    font: 15pt/18pt 'geogtq-r', Arial, Helvetica, sans-serif;
    color: #9F1931;
    padding: 10px 0 10px 0;
    display: block; 
    font-weight: lighter;
}

.autoridades ul {padding-left: 0px;}
.autoridades li {list-style: none;}
.autoridades li strong {
    color: #93212D;
    font: 13pt/15pt 'geogtq-r', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.line_01 {
    position: relative;
    height: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #B1B3B4;
}

.accordion-button:not(.collapsed)::after {  filter: brightness(100);}
.accordion-button:not(.collapsed) {
    color: #f9f9f9;
    background-color: #93212d;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #93212d!important;
    background: #93212d!important;
    color: #fff!important;
}

.ui-widget.ui-widget-content {
    background: rgb(217,217,217);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #2c2e35!important;
    background: #2c2e35!important;
    font-weight: normal;
    color: #ffffff;
  }

.arrepentido {
  border: 0px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  padding: 1rem 1rem;
  position: relative;
  transition: 150ms all ease-in;
  height: 50px;
  width: 80%;
}

.offerLimited .itemsP p {
    height: 78px;/*115*/
    font-size: 12px;
}

.offerLimited .itemsP {
    height: 315px;/*372*/
}

.grupo-grilla .item-p {
    height: 355px;/*316  347px(11-07-23)*/
}

.grupo-grilla .item-p .title {
    height: 111px;/*86*/
    margin-bottom: .1rem;
    font-size: 12px;
}

.carouselHome .itemsP {height: 373px;}
.carouselHome .itemsP p {
    height: 76px;
    font-size: 12px;
}

#grid .itemsP {height: auto;/*350px*/padding-bottom:.5rem;}
#grid .itemsP p {height: auto; font-size: 12px;}

.related .itemsP {height: 313px;/*343px(11-07-23)*/}
.related .itemsP p {height: 63px;}

#relacionados .itemsP {height: 272px;}

.otherDetails {margin-top: 1rem;}

.about {background: #fff;}

/*Calendario JUSBAIRES*/
.ui-widget.ui-widget-content {background: rgb(255, 255, 255);width: 100%;}
.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;
    background: #fff;
    font-weight: normal;
    color: #454545;
    border-radius: 25px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border: 1px solid #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default :not(.highlighted){
    border: 1px solid #fff!important;
    background: #fff!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #93212d !important;
    background: #93212d !important;
    font-weight: normal;
    color: #ffffff;
}
.ui-widget-header {
    border: 1px solid #fff;
    background: #fff!important;
    color: #333333;
    font-weight: bold;
}
.ui-datepicker tbody tr td {
    padding: 4px;
}
.ui-widget-header {
    border: 1px solid #fff!important;
    background: #fff;
    color: #333333;
    font-weight: bold;
}
.ui-widget.ui-widget-content {border: 0;box-shadow: 0px 0px 5px rgba(0,0,0,0.2);}

.slick-slide .btn-block {
    padding: 0;
    font-size: 12px;
    width: 100%;
    border: none;
    margin: 0% 0%;
    background: #2c2e35;
    height: 38px;
}

.slick-slide .btn-block img {
    filter: invert(1);
    width: 20px;
    margin-right: .5rem;
    height: 20px;
    padding: 0!important;
}


@media(max-width:992px) {
    .btn-comprar div,
    .btn-comprar div span {color: #000;}
    footer .line:first-of-type,footer .line {grid-template-columns: 1fr;}
    #cantidad_carrito_front_celu {
        position: absolute;
        top: -18px;
        right: 8px;
        font-size: 7px;
        background: #fff357;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: #000;
      }
      .iconsMovile {position: relative;}
      .iconsGroup .icons:last-of-type .iconsMovile {filter: invert(0);}
      .iconsGroup .icons:last-of-type .iconsMovile svg {filter: invert(0);}
      #offer0 .container {padding: 0px;}
      .owl-carousel.owl-drag .owl-item {margin-right:0!important;}
      .homeRecent .itemsP {height: 334px;width: 100%;}
      footer {width: 100%;overflow: hidden;}
      #gridProducts .itemsP {display: flex;flex-direction: column;justify-content: space-between;height: 100%!important;}
      #gridProducts .itemsP p {height: auto;}
      .tituloFiltro {background:var(--btnBottom)!important;}
      #filter {position:fixed!important;overflow-y: auto;height: 100%;}
      .ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-default {border: 1px solid #d5d5d5 !important;transform: translateY(-3px);}
      .widgetAgenda .ui-widget-content .ui-state-hover, .widgetAgenda .ui-widget-content .ui-state-default {border: 0px solid #fff !important;transform: translateY(0px);}
      .about .all--txt {width: 100%;}
      .autoridades .row {flex-direction: column;}
      .about p {text-align: left;}
}	

/** 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: 11px!important;}
        .contenedor-small .slick-prev {left: -14px!important;}
        .grillax2 .item-p {height: 414px;width:100%}
        .homeRecent .itemsP {height: 324px;}
        .relacionados .itemsP {height: 323px !important;}
        .itemsP .priceList span:last-of-type,
        .offerLimited .itemsP .btn {font-size: 7px!important;}
        .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; height: 297px;}
        .cf {font-size: 8px!important;}
        .item-p .title {height: 37px!important; margin-bottom: .3rem;}
        .grillax2 .item-p .title {
            height: 166px !important;
            margin-bottom: 0rem;
            text-align:left;
        }
        .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: 373px;
        }
        .pagination {
            margin-top: 1rem;
            justify-content: center!important;
        }

    }
}


.buttons-item {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}
.buttons-item img {
    display: none;
}