.product-detail .item-rating svg {
    width: 20px;
    height: 20px;
}
.product-detail.rating_block_head {
    margin-bottom: 1.7569vw;
}
.product-detail .bx-breadcrumb {
    margin: 0 0 0.5856vw 0;
}
.product-detail .bx-breadcrumb .bx-breadcrumb-item {
    margin-bottom: 0;
}
.product-detail h1.product-detail__name {
    border-bottom: 0.5856vw;
}
.product-detail .options {
    display: flex;
}
.product-detail .options .option {
    width: calc(100%/var(--count-opt));
}
.product-detail .option__icon{
    margin: 0 auto 0;
}
.product-detail .compatibility_detail a{
    font-size: 12px;
}
.product-detail .diff_percent{
    background: var(--product-5-htp, #A533FF);
    color: #fff;
}


.section.view_new {
    padding-top: 15.81259150805271vw;
}

.gallery-top, .gallery-thumbs {
    overflow: hidden;
}
.gallery-thumbs {
    position: relative;
}
.gallery-top .product-detail-pic {
    width: 100%;
    height: 100vh;
}
.gallery-top .product-detail-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-thumbs .thumb-product-detail-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-thumbs .swiper-slide {
    opacity: 1;
}
.gallery-thumbs .swiper-slide .product-detail-pic-tm {
    height: calc(9.809663250366032vw + 4px);
}
.gallery-thumbs .swiper-slide-thumb-active .product-detail-pic-tm {
    height: calc(9.809663250366032vw - 4px);
}
.gallery-thumbs .swiper-slide-thumb-active {
    border: 4px solid #000;
}
.gallery-thumbs .swiper-thumb__buttons {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transform: translate(0, -50%);
}
.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev{
    position: unset;
    width: 40px;
    height: 40px;
    background: #000;
    padding: 0.5856515373352855vw;
    margin-top: 0;
}

.gallery-thumbs .swiper-button-prev:after {
    content: none;
}
.gallery-thumbs .swiper-button-next:after {
    content: none;
}

/* custom desc */
.product-detail__info .tabs-content .tab-content.no-pad {
    padding: 0;
}
.product-detail__info .product-detail__desc.text-only {
    padding: 2.928257686676428vw 1.756954612005857vw 2.928257686676428vw;
}
.product-detail__info .product-detail__desc.complex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.product-detail__info .product-detail__desc.complex.left {
    flex-direction: row-reverse;
}
.product-detail__info .product-detail__desc .product-detail__desc-text {
    width: 50%;
    padding: 1.464128843338214vw 1.756954612005857vw 1.464128843338214vw;
}
.product-detail__info .product-detail__desc-complex {
    width: 50%;
    height: 27.08638360175695vw;
}
.product-detail__info .product-detail__desc-complex video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-detail__info .product-detail__desc img {
    width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;
}
.product-detail__info .product-detail__desc-complex img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

/* complect */
.complect_detail .product-detail .product__btn span {
    color: white;
}

.product-detail__novasol-banner {
    display: none;
}

.compatibility_detail.mobile {
    display: none;
}

@media (min-width: 768px) {
    .gallery-thumbs .swiper-wrapper {
        flex-direction: row;
    }
}

@media (max-width: 991px) {
    .product-detail {
        min-height: unset;
    }
    .product-detail__info .product-detail__desc-complex video {
        position: unset;
        transform: unset;
    }
    .gallery-top .product-detail-pic {
        display: flex;
        flex-direction: column;
        align-items: unset;
        height: calc(var(--vh, 1vh) * 60 - 10.2205vw) !important;
        padding: 0;
    }
    .gallery-top .product-detail-pic__disclaimer {
        margin-top: 4.444444444444444vw;
    }
    .gallery-thumbs {
        padding: 1.111111111111111vw 0 0;
    }
    .gallery-thumbs .swiper-slide .product-detail-pic-tm {
        height: calc(36.11111111111111vw + 7px);
    }
    .gallery-thumbs .swiper-slide-thumb-active .product-detail-pic-tm {
        height: 36.11111111111111vw;
    }
    .gallery-thumbs .swiper-slide img {
        width: 20.55555555555556vw;
        height: auto;
    }
    .gallery-thumbs .thumb-product-detail-pic img {
        width: 100%;
        height: 100%;
    }

    .product-detail h1.product-detail__name {
        font-size: 8.036111111111111vw !important;
        line-height: 125%;
        margin-bottom: 2.222222222222222vw;
    }
    .product-detail .total_count_comment {
        font-size: 3.055555555555556vw;
    }

    .product-detail .options {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6.666666666666667vw;
    }
    .product-detail .options .option__icon {
        width: 11.11111111111111vw;
        margin: 0;
    }
    .product-detail .options .option {
        width: 100%;
    }

    .product-detail .product-detail__buy {
        margin-top: 4.444444444444444vw;
    }

    .product-detail .product__btn .btn-buy > span > span {
        justify-content: center;
    }

    .product-detail .compatibility_detail {
        display: none;
    }

    .product-detail .product-detail__info .tab-accordion__title {
        font-size: 5vw;
        line-height: 6.666666666666667vw;
    }

    /* new desc */
    .product-detail__info .product-detail__desc.complex {
        flex-direction: column;
    }
    .product-detail__info .product-detail__desc .product-detail__desc-text {
        width: 100%;
        padding: 6.666666666666667vw 5.555555555555556vw 3.333333333333333vw;
    }
    .product-detail__info .product-detail__desc-complex {
        width: 100%;
        height: auto;
    }
    .product-detail__info .product-detail__desc.text-only {
        padding: 40px 20px 40px;
    }
    .product-detail__info .product-detail__desc.complex.text-with-img {
        flex-direction: column-reverse;
    }

    .product-detail__novasol-banner {
        display: flex;
        flex-direction: column;
        gap: 17.77777777777778vw;
        background: #CAF5FF;
        padding: 11.11111111111111vw 10vw 11.11111111111111vw 7.777777777777778vw;
    }
    .product-detail__novasol-banner .product-detail__novasol-banner-wrapper {
        position: relative;
    }
    .product-detail__novasol-banner .product-detail__novasol-banner-print {
        position: absolute;
        width: 29.44444444444444vw;
        height: 29.44444444444444vw;
        right: 0;
        top: 50%;
        transform: translate(20%, 0) rotate(23deg);
    }
    .product-detail__novasol-banner .product-detail__novasol-banner-print img {
        width: 100%;
        height: 100%;
    }

    .compatibility_detail.mobile {
        display: block;
    }
    .compatibility_detail.desktop {
        display: none;
    }
}