/** Lightbox **/
span.featherlight-previous, span.featherlight-next {
    background: #1A1A1A;
    opacity: 1;
    height: 55px;
    width: 55px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-image: url(../assets/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease-in-out;
    border: 1px solid #1A1A1A;
}

span.featherlight-previous {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
} span.featherlight-next {
      position: fixed;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
}


span.featherlight-previous:hover, span.featherlight-next:hover {
    background: var(--white);
    opacity: 1;
    background-image: url(../assets/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.featherlight span.featherlight-previous span img, .featherlight span.featherlight-next span img {
    display: none!important;
}

.nw-product-gallery .nw-product-gallery--thumbnails-container {

}
.nw-product-gallery .nw-product-gallery--gallery-container {

}
.nw-product-gallery--thumbnails {

}

.slick-vertical .slick-list,
.slick-slider.slick-vertical .slick-list,
.slick-slider.slick-vertical .slick-track

{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.nw-product-gallery .slick-next:before, .nw-product-gallery .slick-prev:before {
    /*display: none;*/
}
.nw-product-gallery .nw-product-gallery--thumbnails-container button.slick-arrow {
    width: 25px;
    height: 30px;
}

.nw-product-gallery button.slick-prev.slick-arrow, .nw-product-gallery button.slick-prev.slick-arrow:hover {
    top: 10px;
    left: 35%;
    transform: translateX(-50%) rotate(90deg);
}
.nw-product-gallery button.slick-next.slick-arrow, .nw-product-gallery button.slick-next.slick-arrow:hover {
    bottom: 10px;
    left: 35%;
    transform:translateX(-50%) rotate(90deg);
    top: unset;
}
.nw-product-gallery .nw-product-gallery--thumbnails .slick-track {
    margin: -7px 0px;
}
.nw-product-gallery .nw-product-gallery--thumbnail-list-item {
    margin: 7px 0px;
}
.nw-product-gallery .nw-product-gallery--thumbnails-container.col-2 {
    padding-right: 26px;
}
.nw-product-gallery .nw-product-gallery--gallery-container.col-10 {
    padding-left: 9.5px;
}
.nw-product-gallery ul.nw-product-gallery--gallery {
    padding-inline-start: 0px;
    border: 1px solid #ececec;
    margin: 0;
}
.nw-product-gallery--thumbnails {
    height: 100%;
}

.nw-product-gallery--thumbnails .slick-list.draggable {
    /*padding: 0px 0px 60px;*/
    /*padding: 0px 0px 30px;*/
    padding: 0px 0px 60%;
}

.single-product .featherlight .featherlight-close-icon {
    font-size: 24px;
    background: transparent;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.featherlight .featherlight-image {
    width: 100%!important;
}

.featherlight span.featherlight-next {
    right: 10px;
    left: unset;
}

.featherlight span.featherlight-previous {
    left: 10px;
    transform: rotate(180deg) translateY(50%)
}
.nw-product-gallery--thumbnail-list-item.slick-slide.slick-current.slick-active > img {
    border: 1px solid #212529;
}
.nw-product-gallery--thumbnails.slick-initialized.slick-slider.slick-vertical:hover button {
    opacity: 1;
}
.nw-product-gallery--thumbnails.slick-initialized.slick-slider.slick-vertical button {
    opacity: 0;
}
.nw-product-gallery--thumbnails.slick-initialized.slick-slider.slick-vertical button::before {
    content: '';
    background-image: url('../assets/arrow.svg');
}

.nw-product-gallery .slick-slide img {
    min-height: 100%;
}

@media only screen and (max-device-width: 1024px) {
    .featherlight-next span, .featherlight-previous span {
        display: none!important;
    }
}


@media(max-width: 991.98px) {
    .single-product .product-gallery.featherlight span.featherlight-previous, .single-product .product-gallery.featherlight span.featherlight-next {
        width: 55px;
        height: 55px;
    }
    span.featherlight-previous, span.featherlight-next {
        width: 35px;
        height: 35px;
    }
}
@media(max-width: 767.98px){
    .single-product .product-gallery.featherlight span.featherlight-previous, .single-product .product-gallery.featherlight span.featherlight-next {
        width: 40px;
        height: 40px;
    }
    .single-product .product-gallery.featherlight .featherlight-image {
        width: 50%!important;
        height: 100%!important;
        margin: 0 auto;
    }
    .single-product .product-gallery.featherlight .featherlight-close-icon {
        right: 5px;
        top: 5px;
    }
}
@media(max-width: 575.98px){
    .nw-product-gallery .nw-product-gallery--gallery-container .slick-list.draggable {
        padding-bottom: 0;
    }
    .single-product .product-gallery.featherlight .featherlight-image {
        width: 100%!important;
    }
    .nw-product-gallery .nw-product-gallery--gallery-container ul.slick-dots {
        bottom: unset;
        margin-top: 15px;
    }
    .nw-product-gallery .nw-product-gallery--gallery-container ul.slick-dots li {
        display: none;
    }
    .nw-product-gallery .nw-product-gallery--gallery-container ul.slick-dots li:nth-child(1), .nw-product-gallery .nw-product-gallery--gallery-container ul.slick-dots li:nth-child(2), .nw-product-gallery .nw-product-gallery--gallery-container ul.slick-dots li:nth-child(3), .nw-product-gallery .nw-product-gallery--gallery-container ul.slick-dots li:nth-child(4), .nw-product-gallery .nw-product-gallery--gallery-container ul.slick-dots li:nth-child(5), .nw-product-gallery .nw-product-gallery--gallery-container ul.slick-dots li:nth-child(6), .nw-product-gallery .nw-product-gallery--gallery-container ul.slick-dots li:nth-child(7) {
        display: block;
    }
    .nw-product-gallery .nw-product-gallery--gallery-container .slick-dots li {
        position: relative;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 7.5px;
        padding: 0;
        cursor: pointer;
    }
    .nw-product-gallery button.slick-prev.slick-arrow, .nw-product-gallery button.slick-prev.slick-arrow:hover, .nw-product-gallery button.slick-next.slick-arrow, .nw-product-gallery button.slick-next.slick-arrow:hover {
        width: 36px;
        height: 36px;
    }
    /*.nw-product-gallery button.slick-prev.slick-arrow {*/
        /*left: 10px;*/
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
    /*}*/
    /*.nw-product-gallery button.slick-next.slick-arrow {*/
        /*right: 10px;*/
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
        /*left: unset;*/
    /*}*/

}

html.with-featherlight {
    overflow-y: visible !important;
}