.product .summary a.wc-forward,
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none
}


.section-single-product-additional-information .uk-accordion > li,
.section-single-product-faq .uk-accordion .faq-loop__item {
    border-top: 1px solid #222222;
    padding: 16px 16px
}

.section-single-product-additional-information .uk-accordion > li:last-child,
.section-single-product-faq .uk-accordion > li:last-child {
    border-bottom: 1px solid #222222;
}

.section-single-product-additional-information .uk-accordion > :nth-child(n+2) {
    margin-top: 0;
}

.section-single-product-faq .faq-loop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.section-single-product-additional-information .uk-accordion-title {
    font-weight: 600;
}

.section-single-product-additional-information .uk-accordion-title,
.section-single-product-faq .uk-accordion-title {
    font-size: 14px;
}

.section-single-product-faq .uk-accordion-content {
    font-size: 13px;
}


.product .summary .product_title {
    letter-spacing: 2px;
    font-size: 28px;
    font-family: 'Prata';
    line-height: 1.4;
}

.woocommerce-page div.product div.summary,
.woocommerce div.product div.images.woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
}

.product .summary {
    max-width: 470px;
}


.product .summary form button[type="submit"] {
    color: #fff !important;
    background-color: #000 !important;
    border: 2px solid #212121;
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.product .summary form button[type="submit"]:hover {
    color: #fff !important;
    background: #000 !important;
}

.section-single-product-faq .uk-container {
    max-width: 650px !important;
}

a:hover {
    text-decoration: none;
}

.single-product .woo-price-block {
    margin-bottom: 20px;
    font-size: 18px;
}

.single-product .woo-price-block > .price {
    display: flex;
    align-items: center;
}

.single-product .woo-price-block ins {
    order: 1;
    margin-right: 10px;
}

.single-product .woo-price-block del {
    order: 2;
    color: #999;
    font-weight: normal;
}

.single-product .entry-summary .original-price:not(.has-sales) {

    color: var(--main-black);
    font-weight: 700;
}

.single-product .entry-summary .price__block {
    margin: 20px 0;
}

.full-product{
    z-index: 0;
}
.full-product .woo-price-block ins {
    font-size: 18px;

}

.full-product .woo-price-block {
    font-weight: 700;
}

/** ------------ START ---------
Custom single gallery lightbox
 */

.custom-single-gallery-lightbox {
    float: none;
    width: 100%;
    margin-bottom: 2em;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.custom-single-gallery-lightbox .swiper.swiper-initialized {
    margin: 0;
}

.main-swiper-custom-gallery__wrapper {
    position: relative;
}

.thumbs-swiper-custom-gallery {
    padding: 12px 0 8px;
    margin-top: -1px !important;
}

.main-swiper-custom-gallery {
    width: 100%;
    margin-bottom: 10px;
}

.main-swiper-custom-gallery .swiper-slide {
    text-align: center;
}

.main-swiper-custom-gallery .swiper-slide img {
    width: 100%;
    max-width: 380px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.thumbs-swiper-custom-gallery .swiper-wrapper {
    justify-content: center;
}

.thumbs-swiper-custom-gallery .swiper-slide {
    opacity: 0.8;
    cursor: pointer;
    display: inline-block;
    width: auto;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.thumbs-swiper-custom-gallery .swiper-slide-thumb-active,
.thumbs-swiper-custom-gallery .swiper-slide:hover {
    opacity: 1;
}

/* Стили для попап-режима */
.custom-single-gallery-lightbox .swiper-custom-arrow {
    display: none;
}

.custom-single-gallery-lightbox.lightbox-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-single-gallery-lightbox.lightbox-active .swiper-custom-arrow {
    display: block;
}

.custom-single-gallery-lightbox.lightbox-active .main-swiper-custom-gallery__wrapper,
.custom-single-gallery-lightbox.lightbox-active .thumbs-swiper-custom-gallery {
    max-width: 970px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}

.custom-single-gallery-lightbox.lightbox-active .swiper-popup-close {
    position: absolute;
    top: 10px;
    right: 8px;
    background: white;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
}

.custom-single-gallery-lightbox .swiper-popup-close svg {
    width: 24px;
    height: 24px;
}

.custom-single-gallery-lightbox.lightbox-active .main-swiper-custom-gallery .swiper-slide img {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 80vh;
    max-height: 960px;
    max-width: inherit;
}

.custom-single-gallery-lightbox .thumbs-swiper-custom-gallery .swiper-slide img {
    max-width: 90px;
    width: 100%;
    height: auto;
    max-height: 90px;
}

.custom-single-gallery-lightbox.lightbox-active .swiper-custom-arrow.swiper-button-prev {
    left: 0;
}

.custom-single-gallery-lightbox.lightbox-active .swiper-custom-arrow.swiper-button-next {
    right: 0;
}

/** ------------ Finish ---------
Custom single gallery lightbox
 */
.full-product {
    margin-top: 50px;
}

.full-product .uk-container {
    max-width: 1170px;
}

.full-product .uk-sticky {
    /*z-index: 2;*/
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
    margin-bottom: 20px;
}

.product .summary .quantity-label {
    margin-right: 20px;
}

.product .summary .quantity .btn {
    border: 1px solid #eee;

    align-items: center;
    background: transparent;
}

.product .summary .quantity input[type=number],
.product .summary .quantity .btn {
    width: 30px !important;
    height: 30px;
}

.section-single-product-additional-information .descriptions {
    font-size: 14px;
}

.section-single-product-additional-information .descriptions .inner {
    overflow: hidden;
}

.section-single-product-additional-information .descriptions.close:before {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 24%) 45%, #fff 100%);
    background-repeat: repeat-x;
    pointer-events: none;
    z-index: 1;
}

.section-single-product-additional-information a[data-readmore-toggle] {
    font-size: 14px;
    color: var(--main-black);
    position: relative;
    border-bottom: 1px solid var(--main-black);
    text-transform: uppercase;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    padding: 0;
}


.single-related-product, .single-upsells-product {
    padding: 72px 0;
}

.open-custom-single-gallery-lightbox .site-header{
    z-index: 0;
    position: relative;
}