.swiper-container {
    width: 86%;
    height: 100%;
}
.swiper-container.swiper-product-other {
    width: 225px;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper_box{
    display: block;
    margin-top:75px;
}
.swiper-button-prev,
.swiper-container-ltl .swiper-button-prev {
    background-image: url(../../images/feedback/arrow_left.png)!important;
    background-position: center center;
    background-repeat: no-repeat;
    left: 17px!important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../../images/feedback/arrow_right.png)!important;
    background-position: center center;
    background-repeat: no-repeat;
    right: 17px!important;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    width: 22px!important;
    height: 42px!important;
    top:40%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100%!important;
    -webkit-background-size: 100%!important;
    background-size: 100%!important;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1169px) {
    .swiper-container {
        width: 80%;
        height: 100%;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    .swiper-container {
        width: 80%;
        height: 100%;
    }
}
@media screen and (max-width: 599px) {
    .swiper-container {
        width: 70%;
        height: 100%;
    }
    .swiper-button-prev,
    .swiper-container-ltl .swiper-button-prev {
        left: 2px!important;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: -2px!important;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 20px!important;
        height: 35px!important;
    }
}