.brands .swiper-slide {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brands .swiper-slide a img {
    max-height: 70%;
    max-width: 70%
}

.brands .swiper-slide .swiper-brands-images {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    vertical-align: middle
}

.brands .swiper-slide .swiper-brands-images img {
    height: 100%
}

.brands .swiper-brands-image-container {
    max-width: 20%;
    max-height: 100%;
    overflow: hidden
}

.brands .swiper-container {
    background: #fff
}

.brands .swiper-button-next {
    background: hsla(0, 0%, 100%, .8);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 0 8px 8px 0;
    width: 49px;
    height: 90px;
    margin-top: -35px;
    color: #a8a8a8;
    -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15)
}

.brands .swiper-button-prev {
    background: hsla(0, 0%, 100%, .8);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 8px 0 0 8px;
    width: 49px;
    height: 90px;
    margin-top: -35px;
    color: #a8a8a8;
    -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15)
}

.brands .swiper-button-next:before,
.brands .swiper-button-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    font-weight: 700;
    color: #000
}

.brands .swiper-button-next {
    color: #a8a8a8
}

.brands .swiper-button-next:before {
    font-family: FontAwesome;
    content: "\f104"
}

.brands .swiper-button-prev {
    color: #a8a8a8
}

.brands .swiper-button-prev:before {
    font-family: FontAwesome;
    content: "\f105"
}

.c-swiper--trends .swiper-slide {
    height: 210px;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brands .c-product-box:hover {
    box-shadow: none;
    z-index: 11
}
