.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.product-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-info {
    max-width: 470px;
    float: right;
    width: 48%;
    clear: none;
}

.product-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 620px;
    width: 100%;
    position: relative;
}

.product-info h1 {
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "BebasNeue", sans-serif;
    margin-bottom: 6px;
}

.product-price__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.single-product .product-price .label {
    margin-right: 5px;
}
.product-price__block * {
    font-weight: 600;
}
.product-price__block .old-price {
    color: rgba(163, 163, 163, 1);
    text-decoration: line-through;
    margin-right: 10px;
}

.product-price__block .current-price {
    display: inline-block;
    color: #000000;
}

.product-price__block .discount-badge {
    font-size: 18px;
    color: rgba(244, 54, 67, 1);
    margin: 0 0 0 10px;
}

.product-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 700;
}

.variations .label,
.product-price .label {
    color: #73757e;
    font-size: 16px;
    display: block;
    margin-right: 20px;
    text-align: left;
    font-weight: 400;
}

.variations .label {
    margin-bottom: 10px;
}

.product-info .variations tr:not(:last-child) .woo-variation-items-wrapper {
    margin-bottom: 25px;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 400 !important;
    margin: 0;
}

.product-size__list,
.product-quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.product-size__list input,
.product-color__list input {
    position: absolute;
    opacity: 0;
}

.product-size__list span {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 12px;
    color: #111;
    border: 1px solid #eee;
}

.product-size__list input:checked + span {
    border: 1px solid #111;
}

.product-number span {
    margin-right: 20px;
}

.product-quantity button,
.product-quantity input {
    border: 1px solid #eee;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.product-quantity .qty {
}

.product-quantity .qty::-webkit-outer-spin-button,
.product-quantity .qty::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
}

.product-quantity .qty {
    -moz-appearance: textfield; /* Firefox */
}

.product-quantity input {
    border: none;
}

.product-info .stock-status {
    margin-left: 5px;
}

.product-info .stock-status.in-stock {
    color: rgba(0, 148, 0, 1);
    font-weight: 700;
    text-transform: uppercase;
}

.product-info button[type="submit"] {
    background-color: #111 !important;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    padding: 17px 0;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.product-price del .woocommerce-Price-amount bdi {
    margin-right: 20px;
    color: #73757e;
}

.product-price ins {
    text-decoration: none;
}


.product-excerpt {
    font-size: 16px;
    line-height: 150%;
    margin: 60px 0 40px;
    font-weight: 500;
}


.woo-selected-variation-item-name {
    font-size: 16px;
    color: #000;
    font-weight: 500 !important;
}


.product-zodiac__top span:first-child {
    margin-right: 20px;
}

.woo-variation-swatches .image-variable-items-wrapper .variable-item:not(.radio-variable-item) {
    height: 49px !important;
    width: 57px !important;
}

.woo-variation-swatches .button-variable-items-wrapper .variable-item:not(.radio-variable-item) {
    height: 43px !important;
    width: 55px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    border: 1px solid #000;

}


.variations_form .variations .woo-variation-items-wrapper .image-variable-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;

}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    content: none !important;
}

.variations_form .variations .single-product-variable-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.variations_form .variations .woo-variation-items-wrapper .image-variable-item img {
    width: 56px;
    height: 56px;
    margin: auto !important;
}

.variations_form .variations .woo-variation-items-wrapper ul[data-attribute_name="attribute_pa_znak-zodiaka"] .image-variable-item img {
    width: 35px;
    height: auto;
    margin: auto !important;
}

.product-color {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-color__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    max-width: 330px;
    width: 100%;
    grid-row-gap: 20px;
}

.product-color__list label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-color__list span {
    position: relative;
    width: 12px;
    height: 12px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 17px 0 0;
}

.product-color__list span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5.34px;
    left: -5.34px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.product-color__list input:checked + span:before {
    border: 1px solid #111;
}

.product-about {
    display: none;
}

.product-about__wrap .product-about__block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.product .color-variable-items-wrapper > li {
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #eeeeee !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

.product .color-variable-items-wrapper .variable-item-span-color {
    width: 14px;
    height: 14px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.product .color-variable-items-wrapper li.selected .variable-item-contents:before {
    content: none;
}

.product .color-variable-items-wrapper li.selected {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #000 !important;
}

.product .button-variable-items-wrapper .variable-item {
    font-size: 16px;
    padding: 0 !important;
    height: 35px !important;
    width: 45px !important;
    color: #111;
    border: 1px solid #111 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.product .button-variable-items-wrapper .variable-item.selected {
    border: 2px solid #000 !important;
}

.product-number {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.woo-product-swiper-gallery {
    float: left;
    max-width: 620px;
    width: 100%;
}

.pswp--open .pswp__button.pswp__button--arrow--prev {
    background: #fff !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: auto;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
    transform: translateX(-85px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pswp--open .pswp__button.pswp__button--arrow--prev,
.pswp--open .pswp__button.pswp__button--arrow--next {
    height: 35px;
    width: 35px;
}

.pswp--open .pswp__top-bar .pswp__button--zoom {
    height: 40px;
    width: 40px;
}

.pswp--open .pswp__preloader {
    display: none;
}

.pswp--open .pswp__top-bar .pswp__button--zoom {
    display: none;
}

.pswp--open .pswp__top-bar .pswp__button--close {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pswp--open .pswp__top-bar {
    bottom: 25px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}

.pswp--open .pswp__button.pswp__button--arrow--prev svg,
.pswp--open .pswp__button.pswp__button--arrow--next svg,
.pswp--open .pswp__top-bar svg {
    height: 25px;
    width: auto;
}

.pswp--open .pswp__button.pswp__button--arrow--next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pswp--open .pswp__button.pswp__button--arrow--prev,
.pswp--open .pswp__button.pswp__button--arrow--next,
.pswp--open .pswp__top-bar .pswp__button--close {
    background: #000 !important;
}

.pswp--open .pswp__top-bar .pswp__button--close {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pswp--open .pswp__button.pswp__button--arrow--next {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: auto;
    bottom: 25px;
    right: 50%;
    -webkit-transform: translateX(85px);
    -ms-transform: translateX(85px);
    transform: translateX(85px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pswp--open .pswp__counter {
    display: none;
}

.pswp__button svg {
    fill: #bc9f7d;
    height: 100%;
}

.pswp--open {
    opacity: 1;
    background: #111 !important;
    position: fixed !important;
}

.woocommerce-product-gallery__image {
    text-align: center;
}

.woocommerce-product-gallery__image img {
    /* cursor:
        url("../img/cursor-zoom-in.svg") 18 18,
        zoom-in; */
    cursor: pointer;
    height: auto;
    max-width: 100%;
    width: auto;
}

.woocommerce-product-gallery__trigger {
    display: none;
}

.product-info table.variations {
    border-collapse: separate;
    margin-bottom: 0 !important;
}

.product-info table.variations tr:not(:last-child) {
    margin-bottom: 1em;
}

.product-type-variable .variations_form {
    margin-top: 0;
}

.product-info .reset_variations {
    display: none !important;
}

.single_add_to_cart_button + .wc-forward {
    display: none !important;
}

.single-product .product-excerpt p {
    margin-bottom: 24px;
}

.single-product .product-excerpt p:last-child {
    margin-bottom: 0;
}

.woo-product-swiper-gallery .swiper-pagination {
    display: none;
}

.woo-product-swiper-gallery .swiper-pagination-bullet-active {
    background: #000;
}

.product.product-type-simple .product-price {
    margin-bottom: 20px;
}


.product-services .accordion-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    padding: 0 0 5px 0;
}

.product-services .accordion-header:hover {
    background-color: #fafafa;
}

.product-services .product-service__image {
    margin-right: 0 !important;
    height: 40px;
    width: 40px;
}


.product-services .product-service__name {
    line-height: 1.4;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.product-services .product-service__info {
    padding: 20px 0;
}

.popup-bullet__close {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    cursor: pointer;
}

.popup-bullet__close img {
    margin-right: 0 !important;
    width: 24px !important;
    height: 24px !important;
}

.valid-mesege {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #f43643;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.valid-mesege span {
    white-space: nowrap;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.product .variable-items-wrapper > li.nonvalid {
    border: 1px solid #f43643 !important;
}

.help-choosing-size-link {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #636363;
    cursor: pointer;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.tab-item {
    overflow-y: scroll;
    max-height: 723px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tab-item::-webkit-scrollbar {
    width: 0;
    height: 0;
}


.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 20px !important;
}

.woocommerce-product-gallery {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-button-disabled {
    cursor: none;
    opacity: 0.4;
}

.flex-control-thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single_add_to_cart_button.disabled.wc-variation-selection-needed.loading::after {
    display: none !important;
}

.single_add_to_cart_button.disabled.wc-variation-selection-needed.added::after {
    display: none !important;
}

.woocommerce div.product div.woocommerce-product-gallery__image > a > img {
    max-width: 380px !important;
    max-height: 380px !important;
    display: block !important;
    margin: auto !important;
}

.woocommerce-product-gallery .flex-control-thumbs {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,
    -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    max-width: 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto !important;
    float: none !important;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    width: 95px !important;
    height: auto;
    max-width: 100%;
    opacity: 0.84 !important;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs li img:hover {
    opacity: 1 !important;
}

.woocommerce-variation.single_variation {
    display: none !important;
}

.mcg-review-item__image img {
    width: 100%;
    height: auto;
    margin-right: 0;
}

.mcg-review-item__avatar img {
    width: 100%;
    height: auto;
    margin-right: 0;
}

/** ------------ START ---------
Custom single gallery lightbox
 */

.custom-single-gallery-lightbox {
    float: left;
    width: 58%;
    margin-bottom: 2em;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.custom-single-gallery-lightbox.lightbox-active {
    width: 100%;
    height: 100%;
}

.custom-single-gallery-lightbox .swiper.swiper-initialized {
    margin: 0;
    height: 100%;
}

.main-swiper-custom-gallery__wrapper {
    position: relative;
}

.main-swiper-custom-gallery {
    width: 100%;
    margin-bottom: 10px;
}

.main-swiper-custom-gallery .swiper-slide {
    text-align: center;
}

.custom-single-gallery-lightbox:not(.lightbox-active) .main-swiper-custom-gallery .swiper-slide {
    background: #fff;

}

.main-swiper-custom-gallery .swiper-slide img {
    width: 100%;
    max-width: 600px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}


/* Стили для попап-режима */
.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: #fff;
    z-index: 10;
    padding: 40px 20px;
    -webkit-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 {
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    height: 100%;
}

.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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: 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: calc(100% - 80px);
    height: 80vh;
    max-height: 960px;
    max-width: inherit;
}


.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;
}

.custom-navigation__see-more {
    color: #231f20;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 44px;
    cursor: pointer;
    text-decoration: underline;
}

/** ------------ Finish ---------
Custom single gallery lightbox
 */


.single-products-reviews .reviews-statistic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 500;
}

.single-products-reviews .stats-stars .value {
    font-weight: 700;
    margin-right: 5px;
}

.section-recommendations .recommendations-header {
    margin-bottom: 0;
}
.single-product .features-section{
    margin-bottom: 0;
}

.rating-hidden-field {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    width: 1px;
    height: 1px;
}

.product-info .product-services {
    margin: 25px 0 0;
    width: 100%;
    max-width: 100%;
}

.product-services .accordion-item {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.woocommerce-variation-add-to-cart .product-number {
    display: none;
}


.single-product-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 0 0 30px;
}

.single-product-rating .star-rating__value {
    font-weight: 700;
    font-size: 16px;
}

.single-product-rating a {
    color: inherit;
    font-size: 16px;
    font-weight: 500;
}

.product-info .label-free-delivery {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #009400FF;
    margin: 20px 0;
    text-align: center;
}



/* Responsive */
@media (min-width: 993px) {

    .custom-single-gallery-lightbox:not(.lightbox-active) .no-active-swiper .swiper-wrapper {
        grid-gap: 0.5rem;
        display: -ms-grid;
        display: grid;
        gap: 0.5rem;
        -ms-grid-columns: 1fr 0.5rem 1fr;
        grid-template-columns: repeat(2, 1fr);
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    .custom-single-gallery-lightbox:not(.lightbox-active) .no-active-swiper .swiper-wrapper > .swiper-slide:first-child {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
}
@media screen and (max-width: 1200px) {
    .woo-product-swiper-gallery {
        max-width: 52%;
    }
}

@media screen and (max-width: 993px) {
    .product-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-info {
        max-width: 100%;
    }

    .product {
        border-bottom: none;
    }

    .product-about {
        display: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .product-about p {
        font-size: 15px;
        line-height: 2;
        color: #777777;
        text-align: justify;
    }

    .product-about p:not(:last-child) {
        margin-bottom: 24px;
    }

    .product-about__block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-about__block img {
        width: 50%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .product-about__block p {
        padding: 0 3%;
    }

    .product-about__last {
        margin-top: 20px;
    }

    .woo-product-swiper-gallery {
        float: none;
        max-width: 100%;
        width: 100%;
    }

    .single-product .product-info,
    .custom-single-gallery-lightbox {
        float: none !important;
        width: 100% !important;
        clear: none !important;
    }

    .custom-single-gallery-lightbox .swiper-custom-arrow.swiper-button-prev {
        left: 0;
    }

    .custom-single-gallery-lightbox .swiper-custom-arrow.swiper-button-next {
        right: 0;
    }

    .woocommerce div.product form.cart {
        padding-bottom: 0px;
        margin-bottom: 0;
    }

    .woo-product-swiper-gallery .gallery-thumbsSlider {
        display: none;
    }

    .woo-product-swiper-gallery .swiper-pagination {
        display: block;
    }

    .woo-product-swiper-gallery .swiper {
        padding-bottom: 30px;
    }

    .single-product .woocommerce-breadcrumb{
        display: none;
    }

    .main-swiper-custom-gallery__wrapper .swiper-wrapper{
        padding-bottom: 7px;
    }

}

@media screen and (max-width: 768px) {

    .section-default-title{
        font-size: 32px;
    }

    .product-info h1 {
        font-size: 30px;
    }

    .product-info .product-price *,
    .product-info .woo-selected-variation-item-name,
    .product-info .woo-variation-swatches.wvs-show-label .variations th label,
    .product-info button[type="submit"],
    .product-info .label-free-delivery,
    .product-price__block .discount-badge,
    .product-info  .product-price__block .woocommerce-Price-amount{
        font-size: 14px;
    }
    
    .product-services .product-service__name {
        font-size: 16px;
    }

    .product-services .product-service__info{
        font-size: 13px;
    }
    
    
    .product-info .product-excerpt {
        font-size: 16px;
        text-align: justify;
    }
    
    .product-info .single-product-rating *,
    .single-products-reviews .reviews-statistic {
        font-size: 12px;
    }
    
    .product-info .help-choosing-size-link {
        font-size: 11px;
    }


    .custom-navigation__see-more {
        margin-bottom: 36px;
    }

    .mob-menu.active {
        /*top: 1% !important;*/
    }

    .thumbs-wrapper {
        width: 100%;
    }

    .fancybox-show-toolbar {
        /* display: none !important; */
    }

    .tab-item {
        overflow-y: scroll;
        max-height: -webkit-calc(100vh - 162px);
        max-height: calc(100vh - 162px);
        /* padding-bottom: 40px; */
    }



    .product-info  .product-size span,
    .product-info .product-number span,
    .product-zodiac__top span:first-child,
    .product-info .product-color span {
        font-size: 17px;
        margin-right: 20px;
        border: 1px solid #f43643;
    }

    .product-size__list span {
        font-size: 16px;
        padding: 7px 11px;
        margin-bottom: 10px;
    }

    .product-size__list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-about__block img {
        width: 100%;
    }


    .product-about__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .product-about__block p {
        padding: 20px 0px;
        text-align: justify;
    }

    .product-about__block:nth-child(2) p {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .product-about__wrap .product-about__block:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .woocommerce div.product div.woocommerce-product-gallery__image > a > img {
        max-width: 349px !important;
        max-height: 349px !important;
    }

    .popup-size-wrapper .popup-labels {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        padding: 0 24px;
    }

    .popup-size-wrapper .tab-item {
        overflow-y: scroll;
        max-height: -webkit-calc(100vh - 162px);
        max-height: calc(100vh - 162px);
        /* padding-bottom: 40px; */
    }

    .custom-single-gallery-lightbox.lightbox-active .main-swiper-custom-gallery .swiper-slide img {
        height: auto;
    }

    .custom-single-gallery-lightbox.lightbox-active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .custom-single-gallery-lightbox {
        margin-bottom: 20px;
    }

    /*.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
        height: 34.06px !important;
        width: 43.56px !important
    }*/

    .product-services .product-service__image {
        height: 33px;
        width: 33px;
    }

    .product-services .accordion-header {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .reviews-slider-wrapper .swiper-custom-arrow.swiper-button-next {
        right: -5px;
    }

    .reviews-slider-wrapper .swiper-custom-arrow.swiper-button-prev {
        left:  -5px;
    }

    .product-info .single-product-rating {
        margin: 0 0 10px;
    }
    .product-info .product-price{
        margin: 15px 0 10px;
    }
    .product-info button[type="submit"]{
        padding: 16px 0;
        font-size: 18px;
    }
}


@media screen and (max-width: 576px) {
    .tab-item {
        max-height: -webkit-calc(100vh - 200px);
        max-height: calc(100vh - 200px);
    }

    .product-info .product-size,
    .product-info .product-number,
    .product-info  .product-color {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .product-info .product-size span,
    .product-info .product-number span,
    .product-info .product-color > span {
        margin-bottom: 14px;
    }

    .product-attributes {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
    }

    .product-size span {
        margin-right: 0px;
    }

    .product-color__list span {
        margin: 0 17px 0 6px;
    }

    .product-number > span {
        border: none;
    }

    .product-quantity button,
    .product-quantity input {
        border: none;
    }

    .product-quantity button,
    .product-quantity input {
        font-size: 20px;
    }

    form.cart .product-quantity {
        border: 1px solid #eee;
        padding: 9px 10px;
    }

    .popup-size-wrapper .tab-item {
        max-height: -webkit-calc(100vh - 200px);
        max-height: calc(100vh - 200px);
    }


}

@media screen and (max-width: 380px) {
    .tab-item {
        max-height: -webkit-calc(100vh - 210px);
        max-height: calc(100vh - 210px);
    }

    body {
        font-size: 12px;
    }

    .product-about__block p {
        padding: 20px 0;
    }

    .woocommerce-breadcrumb a,
    .woocommerce-breadcrumb span {
        font-size: 12px;
    }

    .product-info h1 {
        font-size: 15px;
    }

    .product-excerpt {
        font-size: 14px;
    }

    .popup-size-wrapper .tab-item {
        max-height: -webkit-calc(100vh - 210px);
        max-height: calc(100vh - 210px);
    }
}

/* Native Stripe/Klarna product messaging. Hidden until Stripe renders a real message. */
.single-product #wc-stripe-klarna-product-msg,
.single-product .stripe_klarna-product-message,
.single-product .wc-stripe-bnpl-product-message {
    display: block !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    opacity: 0;
    overflow: hidden !important;
    pointer-events: none;
    -webkit-transition: opacity 0.18s ease, margin 0.18s ease;
    transition: opacity 0.18s ease, margin 0.18s ease;
}

.single-product #wc-stripe-klarna-product-msg.mc-klarna-product-message--visible,
.single-product .stripe_klarna-product-message.mc-klarna-product-message--visible,
.single-product .wc-stripe-bnpl-product-message.mc-klarna-product-message--visible {
    height: auto !important;
    margin: 12px 0 0 !important;
    opacity: 1;
    overflow: visible !important;
    pointer-events: auto;
}

.single-product #wc-stripe-klarna-product-msg .__PrivateStripeElement,
.single-product #wc-stripe-klarna-product-msg iframe,
.single-product .stripe_klarna-product-message .__PrivateStripeElement,
.single-product .stripe_klarna-product-message iframe,
.single-product .wc-stripe-bnpl-product-message .__PrivateStripeElement,
.single-product .wc-stripe-bnpl-product-message iframe {
    max-width: 100% !important;
    background: transparent !important;
}

