.simple-list_brands img{
    filter: grayscale(1);
    opacity: 0.7;
}
.showroom__opening-hours__item>span{
    min-width: 40px;
    display: inline-block;
}
#innerSlider .slider__description{
    z-index: 3;
}

.brochures .products .brochure-open {
    text-decoration: none;
    color:var(--bs-body-color);
}

.brochures .products .brochure-open:hover {
    color: #45adda;
}

@media (min-width: 768px) {
    .links-nav__item.active::before {
        background-color: #f9f9fc;
        content: "";
        left: -1.25rem;
        right: -1.25rem;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    #modal-disponibility{
        min-width: 50rem;
    }
    #confirm-block-wrapper{
        position: sticky;
        top: 120px;
    }
}
.badge--yellow{
    background-image: url(../img/icons/badge-yellow.svg);
}

.btn-coupon {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
}

.btn-coupon:hover {
    background-color: #312782;
    border-color: #312782;
}
.card-manufacturer {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1%!important;
    margin-right: 1%!important;
    border-radius: 7px;
}
.card:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.bg-light {
    background-color: #f8f9fa!important;
}

.header{
    position: sticky;
    z-index: 100;
    top: 0;
    box-shadow: 0 .25rem 1.875rem rgba(104,117,130,15%);
}

.nav-mobile {
    box-shadow: 0 .25rem 1.875rem rgba(104,117,130,15%);
}

body{
    /*overflow-x: visible;*/
}

body.user-view{
    overflow-x: hidden;
}

.contact__grid {
    grid-template-areas:
        "title title"
        "description_top description_top"
        "description map";
}

.contact__description_top {
    grid-area: description_top;
}

.card-product .price .price-value{
    font-size: 1.125em;
}

.price-value-colored {
    padding-left: 8px;
    padding-right: 3px;
    border-radius: 5px;
    margin-right: 5px;
}
.category-list__item:hover .category-list__image ,
.category-list__item.active .category-list__image,
.simple-list__image:hover img,
.recently-viewed__item:hover{
    box-shadow: 0 10px 10px -4px rgb(49 39 130 / 50%);
}
.category-list__item:hover .category-list__image img,
.category-list__image:hover,
.simple-list__image:hover img,
.recently-viewed__item:hover img,
.card-manufacturer:hover,
.card-manufacturer:hover img{
    transform: scale(1.06);
}
.card-manufacturer:hover,
.card-manufacturer:hover img{
    transform: scale(1.04);
}
.category-list__item .category-list__image img,
.simple-list__image img,
.recently-viewed__item,
.recently-viewed__item img,
.card-manufacturer,
.card-manufacturer img{
    transition: .5s;
}
.card-manufacturer img{
    max-width: 100%;
    max-height: 120px;
}
.recently-viewed__item img {
    padding: 5px;
}
.simple-list__image img{
    border-radius: 11px;
}
.category-list__image,.simple-list__image{
    transition: .5s;
    transition-timing-function: cubic-bezier(0,0,.58,1);
}
.link-nav__title{
    color: #212529;
    text-decoration: none;
}

::-webkit-scrollbar {
    width: .75rem;
    height: .75rem
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
}
#sliderWithNav .slider-for .card-product__image img {
    object-fit: contain;
}
.changePriceTo{
    padding-left: 10px;
    padding-right: 2px;
    border-radius: 9px;
    padding-top: 2px;
    margin-right: 10px;
}

#recent_search {
    text-align: center;
}

#recent_search a{
    color: #312782;
    text-decoration: none;
    border-bottom: dotted 1px #312782;
    font-size: 0.75rem;
    display: inline-block;
    margin-right: 0.25rem;
}

.links-nav__sub .links-nav__list {
    column-width: 17.3125rem;
}
.main-bd .container-main-slider{
    max-width: 80rem;
}
.slider .slick-dots li.slick-active::before{
    background-color: #fabe06;
}
.simple-list_brands .simple-list__item img{
    transition: .5s;
}
.simple-list_brands .simple-list__item:hover img{
    opacity: 1;
    transform: scale(1.07);
    filter: none;
    transition: .5s;
}
.card-product{
    transition: .5s;
}
.category-list__item .category-list__image img{
    padding: 5px;
}
.pswp img{
    background-color: white;
}
@media (max-width: 460.98px) {
    .category-list__item {
        max-width: 7.5rem;
    }

    .category-list__image {
        width: 7.5rem;
        height: 7.5rem;
    }
}
@media (max-width: 420.98px) {
    .category-list__item {
        max-width: 6.8rem;
    }

    .category-list__image {
        width: 6.8rem;
        height: 6.8rem;
    }
}

@media (max-width: 380.98px) {
    .category-list__item {
        max-width: 6rem;
    }

    .category-list__image {
        width: 6rem;
        height: 6rem;
    }
}
@media (max-width: 340.98px) {
    .category-list__item {
        max-width: 8rem;
    }

    .category-list__image {
        width: 8rem;
        height: 8rem;
    }
}

@media (max-width: 599.98px){
    .links-nav__sub.sub-open {
        width: 100%!important;
    }
    .links-nav__sub .links-nav__list{
        -webkit-columns: 1!important;
    }
    .ui-autocomplete{
        top: 70px!important;
    }
    .informations >div:first-child img{
        object-fit: contain;
    }

    #recent_search {
        display: none;
        visibility: hidden;
        z-index: 0;
    }
    .nav-mobile{
        overflow-x: hidden;
    }
}

.recently-viewed__item{
    height: 100%!important;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.product-recently-viewed .slick-track{
    margin-left: 0;
}

.contact__map img{
    width: 50%
}

@media (max-width: 767.98px){
    .nav-mobile {
        top: calc(4.5rem - 1px);
    }

    .contact__map{
        grid-area: auto;
    }

    .contact__map img{
        width: 100%
    }
}

.header .logo{
    z-index: 1000;
}
.mobile-nav-overlay{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    z-index: 50;
    opacity: 0.5;
}
.bestseller-slider{
    padding-top: 60px!important;
}
.bestseller-slider .btn__arrow{
    top: 30px;
}
.bestseller-slider .btn__arrow--right{
    right: 10px;
}
.bestseller-slider .btn__arrow--left {
    right: 55px;
    left: auto;
}
.changeSkuTo {
    color: #312782;
    font-weight: bold;
}
.links-nav__link:hover{
    color: #f47b54;
}
.link-nav__title:hover{
    color: #f47b54;
}

.card-product__foot .btn{
    background-color: #312782;
    border-color: #312782 !important;
}
.card-product__foot .btn img{
    filter: brightness(0) invert(1);
}
.card-product__foot .btn:hover img{
    filter: brightness(0) invert(1);
}

.card-product__foot .btn:hover {
    background-color: #212529;
    color: #312782
}

@media (min-width: 991px) {
    .content{
        width: calc(100% - 280px);
    }

    .sidebar{
        width: 280px;
    }
}

.img-fluid{
    width: 100%;
}

@media (max-width: 767.98px) {
    .modal-view {
        height: calc(100% - 180px);
        top: 90px;
    }
    .modal-view .mini-cart__content-row .img-res{
        max-height: 250px;
    }
}


.product-item .slider-nav .slider-nav__item:nth-child(n+4) {
    //display: none!important;
}

.links-nav__sub-bottom-0 .links-nav__sub{
    top: unset !important;
    bottom: -1.325rem !important;
}