/** 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%);
}

.nw-product-gallery--gallery-item > a {
    cursor: zoom-in;
}


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 {
    opacity: 0;
    transition: ease opacity 0.3s;
}
.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-next,
.nw-product-gallery .nw-product-gallery--thumbnails-container button.slick-prev {
    /*top: 50%;*/
    right: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
}

.nw-product-gallery--gallery-item a.nw-product-gallery {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
}
.nw-product-gallery--gallery-item a.nw-product-gallery > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nw-product-gallery .nw-product-gallery--thumbnails-container button.slick-prev {
    top: 0px;
    /*left: calc(50% - 20px);*/
    left: 50%;
    opacity: 1;
    transform: rotate(-90deg);
    /*background-image: url('../assets/icon_chevron_up.svg');*/
}
.nw-product-gallery .nw-product-gallery--thumbnails-container button.slick-next {
    top: unset;
    /*left: calc(50% - 20px);*/
    left: 50%;
    opacity: 1;
    bottom: 0px;
    transform: rotate(90deg);
    /*background-image: url('../assets/icon_chevron_down.svg');*/
}
.nw-product-gallery button.slick-prev.slick-hidden,
.nw-product-gallery button.slick-next.slick-hidden {
    opacity: 0;
    visibility: hidden;
}

.nw-product-gallery .nw-product-gallery--thumbnails-container button.slick-prev.slick-disabled,
.nw-product-gallery .nw-product-gallery--thumbnails-container button.slick-next.slick-disabled,
.nw-product-gallery .nw-product-gallery--thumbnails-container button.slick-prev.slick-disabled:hover,
.nw-product-gallery .nw-product-gallery--thumbnails-container button.slick-next.slick-disabled:hover {
    opacity: 0.25!important;
    cursor: default;
}
.nw-product-gallery--thumbnail-list-item {
    cursor: pointer;
}

.nw-product-gallery button.slick-arrow {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center center;
    background-color: #fff!important;
    border-radius: 50%;
}
.nw-product-gallery button.slick-arrow:before {
    display: none!important;
}
.nw-product-gallery .slick-prev.slick-disabled,
.nw-product-gallery .slick-next.slick-disabled{
    opacity: 0.25
}

.nw-product-gallery .nw-product-gallery--gallery-container button.slick-prev.slick-arrow,
.nw-product-gallery .nw-product-gallery--gallery-container button.slick-prev.slick-arrow:hover {
    /*
    top: 10px;
    left: 35%;
    transform: translateX(-50%) rotate(90deg);
    */
    /*top: 50%;*/
    /*left: 30px;*/
    /*background-image: url('../assets/icon_chevron_left.svg');*/
    right: unset;
    left: -15%;
    top: 0px;
    rotate: 90deg;
    width: 56px;
    height: 56px;
    background-size: 30px;
}
.nw-product-gallery .nw-product-gallery--gallery-container button.slick-next.slick-arrow,
.nw-product-gallery .nw-product-gallery--gallery-container button.slick-next.slick-arrow:hover {

    /*
    bottom: 10px;
    left: 35%;
    transform:translateX(-50%) rotate(90deg);
    top: unset;
    */
    /*top: 50%;*/
    /*right: 30px;*/
    /*background-image: url('../assets/icon_chevron_right.svg');*/

    right: unset;
    left: -15%;
    bottom: 60px;
    rotate: 90deg;
    width: 56px;
    height: 56px;
    background-size: 30px;
}
.nw-product-gallery .nw-product-gallery--thumbnails .slick-track {
    margin: -2.5px 0px;
}
.nw-product-gallery .nw-product-gallery--thumbnail-list-item {
    margin: 2.5px 0px;
}
.nw-product-gallery .nw-product-gallery--thumbnails-container.col-2 {
    /*padding-right: 9.5px;*/
    padding-right: 5px;
    padding-top: 0px!important;
    overflow-y: visible!important;
}
.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 var(--mid-grey);
    margin: 0;
    background-color: var(--white);
}
.nw-product-gallery--thumbnails {
    height: 100%;
}

.nw-product-gallery--thumbnails .slick-prev ~ .slick-list.draggable {
    /*padding: 0px 0px 20%;*/
    margin: 20px 0px;
}

.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 var(--slate);
    padding: 10px;
    background-color: var(--white);
}
.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%;*/
    /*border: 1px solid #ececec;*/
    transition: 0.3s ease-in-out;
}
.single-product div.product a.btn-add-to-project {
    top: 10px;
    right: 10px;
}
@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;
    }
    .nw-product-gallery ul.nw-product-gallery--gallery {
        background-color: transparent;
        border: 0;
    }
    .nw-product-gallery--gallery-item a.nw-product-gallery > img {
        background-color: var(--white);
    }
}
@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;*/
    /*}*/

}

@media(min-width: 768px) and (max-width:991.98px) {
    .nw-product-gallery .nw-product-gallery--thumbnails-container.col-2 {
        padding-right: 10px;
    }
    .nw-product-gallery .nw-product-gallery--gallery-container button.slick-prev.slick-arrow,
    .nw-product-gallery .nw-product-gallery--gallery-container button.slick-prev.slick-arrow:hover {
        left: 10px;
    }
    .nw-product-gallery .nw-product-gallery--gallery-container button.slick-next.slick-arrow,
    .nw-product-gallery .nw-product-gallery--gallery-container button.slick-next.slick-arrow:hover {
        right: 10px;
    }
}
@media(min-width: 992px) and (max-width:1199.98px) {
    .nw-product-gallery .nw-product-gallery--thumbnails-container.col-2 {
        padding-right: 20px;
    }
    .nw-product-gallery .nw-product-gallery--gallery-container button.slick-prev.slick-arrow,
    .nw-product-gallery .nw-product-gallery--gallery-container button.slick-prev.slick-arrow:hover {
        left: 10px;
    }
    .nw-product-gallery .nw-product-gallery--gallery-container button.slick-next.slick-arrow,
    .nw-product-gallery .nw-product-gallery--gallery-container button.slick-next.slick-arrow:hover {
        right: 10px;
    }
}

html.with-featherlight {
    overflow-y: visible !important;
}
.nw-product-gallery.row.has-thumbnails {
    margin-bottom: 60px;
}

.nw-product-gallery.row.no-thumbnails {
    margin-bottom: 25px;
}



@media(max-width: 991.98px) {
    .nw-product-gallery--gallery:not(.slick-initialized),
    .nw-product-gallery--gallery:after {
        list-style-type: none;
    }
    .nw-product-gallery--gallery:not(.slick-initialized) > li {
    display: none;
}
    .nw-product-gallery--gallery:not(.slick-initialized) > li:first-of-type {
        display: block;
    }
}
.nw-product-gallery--thumbnails-container .custom-slick-buttons.slick-slider-buttons {
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .nw-product-gallery--thumbnails-container .custom-slick-buttons.slick-slider-buttons {
        margin-left: -10px;
    }
}


.glightbox-clean .gslide-media {
    background: white;
}