body.desktop #manufacturerCarousel:not(.glider) {
    display: flex;
    height: 69px;
    overflow: hidden;
}

body:not(.desktop) #manufacturerCarousel {
    margin-top: 10px;
    overflow-x: scroll;
}

.carousel-container-manufacturer {
    margin: 50px 0px 10px;
}

#manufacturerCarousel {
    scrollbar-width: none;
}

#title_carouseles-manufacturer h3 {
    font-size: 20px;
}

#manufacturerCarousel a {
    -webkit-tap-highlight-color: transparent;
    display: flex;
    transition: opacity 0.3s ease-out;
}

.carousel-container-manufacturer .item-carousel {
    height: 64px;
    min-width: 150px !important;
    width: 160px !important;
}

#manufacturerCarousel img {
    max-height: 64px;
    opacity: 1;
    vertical-align: middle;
}

body:not(.desktop) #manufacturerCarousel img {
    max-width: 120px;
}

#manufacturerCarousel a:hover {
    opacity: 0.6;
}

#manufacturerCarousel .imgContainer {
    margin: auto;
}

#manufacturerCarousel a:first-of-type .imgContainer  {
    margin-left: 0;
}

#manufacturerCarousel a:first-of-type {
    margin-left: 0;
}

#manufacturerCarousel a:last-of-type {
    margin-right: 0;
}

#manufacturerCarousel .glider-track {
    margin: 0;
}

.carousel-container-manufacturer .linear-right, .carousel-container-manufacturer .linear-left {
    background: #fff;
    opacity: 1;
    width: 20px;
    position: absolute;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 4px 0 #cacaca;
    height: calc(100% - 4px);
    align-items: center;
    cursor: pointer;
    z-index: 1;
}

#manufacturerCarousel img.lazyloading, #manufacturerCarousel img.lazyload {
    height: 64px;
}

.carousel-container-manufacturer .linear-right:hover, .carousel-container-manufacturer .linear-left:hover {
    box-shadow: -1px 1px 4px 1px #cacaca;
    opacity: 1;
}

.carousel-container-manufacturer .linear-left i, .carousel-container-manufacturer .linear-right i {
    color: #505050;
    font-size: 25px;
}

.carousel-container-manufacturer .linear-right {
    right: 0;
}

#lecarousel-manufacturer {
    position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #manufacturerCarousel img {
        max-height: 64px;
        width: 100%;
        vertical-align: middle;
    }
}

@media screen and (max-width: 768px) {
    #title_carouseles-manufacturer h3 {
        margin-bottom: 20px;
    }

    #manufacturerCarousel {
        display: flex;
    }
    
    #manufacturerCarousel .imgContainer {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    #manufacturerLeftArrow {
        display: none;
    }

    #manufacturerRightArrow {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .carousel-container-manufacturer .item-carousel {
        width: 150px !important;
    }
}