.related{
    background-color: #ffffff;
    padding-bottom: 50px;
}
.swiper-title{
    padding: 25px 2%;
    font-size: calc(24px + ((36 - 24) * (100vw - 375px)) / (1920 - 375));
    color: black;
    font-family: "Helvetica Neue LT W01_97 BlkCn";
    line-height: 1.4666666667em;
}
#js-related-accessories {
    width: 100%;
    margin: auto;
}
.slick-slide {
    padding: 0 10px;
    margin-bottom:0
}

.slick-prev, .slick-next {
    width: auto;
    color: #008290;
    background-color: #E6E7E8;
    opacity: 0.5;
    z-index: 1;
    height: 50.4px;
    margin-top: -25px;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    background-color: #E6E7E8;
    opacity: 1;
}
.slick-prev{
    left: 0;
}
.slick-next{
    right:0
}
.slick-next:before,.slick-prev:before {
    content: none;
}
.slick-dots {
    position: absolute;
    bottom: -30px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    font-size: .9375em;
    line-height: 1.4666666667em;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 3px 0;
    cursor: pointer;
}
.slick-dots li button{
    background: #fff;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    margin: 0;
    vertical-align: baseline;
    border-radius: 50%;
    border: 2px solid #939598;
    transform: scale(0.7);
}
.slick-active button {
    background-color: #d6d6d6!important;
}
.slick-dots li button:hover {
    background-color: #d6d6d6;
    transition: all 0.3s ease-in-out;
}
.slick-dots li button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
}
.related-title{
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding: 5px 5px 0px 5px;
    font-family: "Helvetica Neue LT W01_55 Roman";
    line-height: 1.4666666667em;
}
.related-subtitle{
    font-family: "Helvetica Neue LT W01_71488914";
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 5px 0px 5px;
    display: block;
    line-height: 1.4666666667em;
}
.related-img{
    max-width: 100%;
    max-height: 100%;
}
@media screen and (min-width:900px) {
    .slick-dots li button {
        transform: scale(1);
    }
}