.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    #right: .34rem;
    left: auto;
    bottom: -15px;
    z-index: 50;
    height: 1px;
    width: 100%;
    background: #516677;
}
.swiper-product .swiper-scrollbar {
    width: 100%;
    right: auto;
    bottom: 5px;
}
.swiper-scrollbar-drag {
    height: 7px;
    width: 100%;
    position: relative;
    background: #516677;
    border-radius: 10px;
    left: 0;
    top: -3px;
}