#shopline-section-main-product-info .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;

}
#shopline-section-main-product-info .plugin-product-comment-product-subTitle-start > div {
    color: #FF6C00!important;
}
#mySwiperThumbsImage {
    padding-top: 12px;
}
#thumbsVideo , .mySwiperVideo {
    display: none !important;
}

#thumbsVideo.active ,.mySwiperVideo.active {
    display: flex!important;
}
#shopline-section-main-product-info .mySwiperThumbsVideo  .swiper-slide {
    justify-content: flex-start;
}
#shopline-section-main-product-info .mySwiperThumbsImage .swiper-slide {
    width: 74px;
}

#shopline-section-main-product-info .swiper-slide.swiper-slide-visible img {
    border-radius: 10px;
    border: 1px solid rgba(176, 176, 176, .4);
    opacity: .5;
}
#shopline-section-main-product-info .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active img {
        border: 1px solid #13B2BA;
            opacity: 1;
}

#shopline-section-main-product-info .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    user-select: none;
}

#shopline-section-main-product-info .swiper-slide video {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    background: #000;
}
#shopline-section-main-product-info .mySwiperThumbsVideo .product-single__media img {
    width: 74px;
    height: 74px;
    border-radius: 10px;
}

#shopline-section-main-product-info .swiper-button-prev,
.swiper-rtl,
#shopline-section-main-product-info .swiper-button-next {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: none;
    box-shadow: 0px 0px 7px 0px #B0B0B059;
    position: absolute;

}
#shopline-section-main-product-info .swiper-button-prev {
    left: 2px;
}
#shopline-section-main-product-info .swiper-button-next {
    right:2px;
}
#shopline-section-main-product-info .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
#shopline-section-main-product-info .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: rgb(var(--color-custom-theme));
    width: 4px;
    height: 14px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

#shopline-section-main-product-info .mySwiperThumbs {
    margin-top: 12px;
}

/*  3D */
.new-prouct-media-gallery .product-dimensional-model {
    height: clamp(400px,36.458vw,700px);
    display: none;
}
.new-prouct-media-gallery .product-dimensional-model.active {
    display: block;
}
#shopline-section-main-product-info .new-prouct-media-gallery-tab ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    padding: 0;
}

#shopline-section-main-product-info .new-prouct-media-gallery-tab ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 24px;
    border-radius: 10px;
    border: 1px solid #00010133;
    cursor:pointer;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    color: #040404;

}

#shopline-section-main-product-info .new-prouct-media-gallery-tab ul li:hover {
    box-shadow: 0px 0px 7px 0px #B0B0B080;
    background: #fff;
    border: 1px solid #fff
}

#shopline-section-main-product-info .new-prouct-media-gallery-tab ul li.active {
    box-shadow: 0px 0px 7px 0px #B0B0B080;
    background: #fff;
    border: 1px solid #fff
}

#shopline-section-main-product-info .mySwiperThumbs img {
    max-width: 78px;
    max-height: 78px;

}

@media screen and (max-width: 959px) {
    #shopline-section-main-product-info .swiper-button-prev,
    .swiper-rtl,
    #shopline-section-main-product-info .swiper-button-next {
            width: 34px;
            height: 34px;
        }
    #shopline-section-main-product-info .product__media-wrapper {
        padding-bottom: 50px;
    }

    #shopline-section-main-product-info .new-prouct-media-gallery-tab ul {
        margin-top: 50px;
    }

    #shopline-section-main-product-info .new-prouct-media-gallery-tab ul li {
        font-size: 12px;
        padding: 8px 18px;
    }
    #shopline-section-main-product-info .mySwiperThumbsVideo .product-single__media img {
            width: 34px;
            height: 34px;
    }
    
}