.product-box {
    padding: 0px 0 100px 0;
    overflow: visible;
}
.product-box .onsale {
    display: none;
}
/* Product Gallery - Start */
.woocommerce-product-gallery {
    position: sticky;
    top: calc(106px + 20px);
}
.woocommerce-product-gallery__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
}
.woocommerce-product-gallery__wrapper > div {
    display: flex;
    width: calc(50% - 8px);
}
.woocommerce-product-gallery__wrapper > div img {
    height: 100%;
    border-radius: 10px;
}
.wpgs-lightbox-icon {
    display: flex;
    justify-content: center;
}
.wpgs-nav .slick-slide {
    display: flex !important;
    justify-content: center;
    border: 0px solid;
}
.slick-dots li button:before {
    width: 14px;
    height: 14px;
    background: #ffffff;
    opacity: 1;
    border: 1px solid var(--primary);
    border-radius: 100px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: var(--primary);
}
.woo-product-gallery-slider .flaticon-right-arrow,
.woo-product-gallery-slider .flaticon-back {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.woo-product-gallery-slider .flaticon-right-arrow {
    right: 50px;
}
.woo-product-gallery-slider .flaticon-back {
    left: 50px;
}
.woo-product-gallery-slider .flaticon-right-arrow:before {
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/shop/img/icons/arrow-right.svg) no-repeat center center;
    background-size: contain;
    filter: brightness(0) invert(0);
    transition: all 0.3s ease-in-out;
}
.woo-product-gallery-slider .flaticon-back:before {
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/shop/img/icons/arrow-right.svg) no-repeat center center;
    background-size: contain;
    filter: brightness(0) invert(0);
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
}
.wpgs-nav .slick-prev:before {
    position: relative;
    top: 5px;
    left: 10px;
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/shop/img/icons/arrow-right.svg) no-repeat center center;
    background-size: contain;
    filter: brightness(0) invert(0);
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
}
.wpgs-nav .slick-next:before {
    position: relative;
    top: 5px;
    right: 10px;
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/shop/img/icons/arrow-right.svg) no-repeat center center;
    background-size: contain;
    filter: brightness(0) invert(0);
    transition: all 0.3s ease-in-out;
}
.wpgs-lightbox-icon::before {
    display: none;
}
.product-gallery {
    position: sticky;
    top: calc(var(--header-height-pc) + 30px);
    display: flex;
    gap: 15px;
}
.gallery-top {
    width: calc(100% - 120px);
    height: calc(100vh - var(--header-height-pc) - 60px);
}
.gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    cursor: zoom-in;
}
.gallery-thumbs {
    width: 100px;
    height: calc(100vh - var(--header-height-pc) - 60px);
}
.gallery-thumbs .swiper-slide {
    height: fit-content !important;
}
.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    cursor: pointer;
}
.gallery-top .swiper-button-prev,
.gallery-top .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: #7e6851;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.gallery-top .swiper-button-prev {
    left: 20px;
}
.gallery-top .swiper-button-next {
    right: 20px;
}
.gallery-top .swiper-button-prev:hover,
.gallery-top .swiper-button-next:hover {
    background: var(--black);
}
.gallery-top .swiper-button-prev::after,
.gallery-top .swiper-button-next::after {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 767px) {
    .product-gallery {
        position: relative;
        top: 0;
        flex-direction: column-reverse;
        gap: 10px;
    }
    .gallery-thumbs {
        width: 100%;
        height: auto;
    }
    .gallery-top {
        width: 100%;
        height: auto;
    }
    .gallery-top .swiper-button-prev,
    .gallery-top .swiper-button-next {
        width: 38px;
        height: 38px;
    }
    .gallery-top .swiper-button-prev::after,
    .gallery-top .swiper-button-next::after {
        font-size: 16px;
    }
    .gallery-top .swiper-button-prev {
        left: 10px;
    }
    .gallery-top .swiper-button-next {
        right: 10px;
    }
}
/* Product Gallery - End */

/* Product Base - Start */
.sku {
    color: #c6c6c6;
    margin-top: 7px;
    margin-bottom: 20px;
}
.product-details h1.product_title {
    font-family: "Fixel Display";
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: var(--black);
    max-width: calc(100%);
    margin-bottom: 15px;
}
.product-short-description {
    padding-right: 60px;
    margin-bottom: 30px;
}
.product-short-description p {
    color: #777777;
    font-size: 16px;
    line-height: 20px;
}
.stock-status {
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 16px;
    line-height: 16px;
}
.stock-status {
    display: flex;
    gap: 7px;
    color: #191919;
}
.stock-status.in-stock span {
    color: #22a52f;
    font-weight: 700;
}
.stock-status.out-of-stock span {
    color: #ff0000;
    font-weight: 700;
}
.stock-status.on-order span {
    color: #ffed00;
    font-weight: 700;
}
.stock-status.no-status span {
    color: #2759ff;
    font-weight: 700;
}
.woocommerce-product-rating,
.product-details form.cart,
.product-details .quantity,
.product-details .compare-btn,
.product-details .wishlist-btn,
.product-details .product_meta,
.product-details .woocommerce-product-details__short-description {
    display: none;
}
@media (max-width: 1279px) {
    .product-details h1.product_title {
        font-size: 24px;
        line-height: 28px;
        max-width: calc(100% - 140px);
    }
    .stock-status {
        right: 15px;
        font-size: 14px;
        line-height: 14px;
    }
}
@media (max-width: 768px) {
    .sku {
        margin-top: 15px;
    }
    .product-details h1.product_title {
        max-width: calc(100% - 0px);
    }
    .product-short-description {
        padding-right: 20px;
    }
    .col-50 {
        position: relative;
        width: calc(100% - 0px);
    }
    .stock-status {
        position: absolute;
        top: 10px;
        right: 0;
    }
}
/* Product Base - End */

/* Product Options - Start */
.color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.color-options .option-head {
    width: 100%;
}
.color-option {
    position: relative;
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    cursor: pointer;
    border: 4px solid transparent;
    transition: all 0.3s ease;
}
.color-option.bronze {
    background: #DB9A4B;
}
.color-option.grafit {
    background: #222222;
}
.color-option.silver {
    background: #DCDCDC;
}
.color-option.bronze.selected {
    border: 3px solid #c97e23;
}
.color-option.grafit.selected {
    border: 3px solid #6f6f6f;
}
.color-option.silver.selected {
    border: 3px solid #b5b3b3;
}
span.color-option:before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    padding: 10px;
    border-radius: 5px;
    background: #f0f0f3;
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    font-family: var(--font-family-1);
    font-size: 14px;
    line-height: 14px;
    color: #0a121f;
    position: absolute;
    top: 42px;
    left: -13px;
    margin: 0 auto;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
}
span.color-option.bronze:before {
    content: "Бронза";
}
span.color-option.grafit:before {
    content: "Графіт";
}
span.color-option.silver:before {
    content: "Срібло";
}
span.color-option:hover:before {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
/* Product Options - End */

/* Buy Group - Start */
.buy-group {
    position: relative;
    display: flex;
    width: 100%;
}
.buy-group .col-left {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.buy-group .price,
.buy-group .price-sell {
    position: relative;
    display: flex;
    width: fit-content;
    font-family: "Fixel Display";
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: var(--black);
    display: none;
}
.buy-group .price del,
.buy-group .price-sell del {
    display: flex;
    align-items: center;
    color: #d3d3d3;
    font-size: 20px;
    line-height: 31px;
    font-weight: 600;
    text-decoration-line: line-through;
    margin-right: 10px;
}
.buy-group .price .per-product {
    margin-left: 5px;
}
.buy-group .col-left .btn-group {
    gap: 15px;
    margin-top: 30px;
}
.buy-group .col-left .btn-group .btn {
    height: 45px;
}
.buy-group .col-right {
    display: flex;
    flex-direction: column;
    width: 20%;
    display: none;
}
.buy-group .col-right .btn-group {
    justify-content: flex-end;
    gap: 16px;
    padding-top: 31px;
}
.buy-group .col-right .btn-group > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.buy-group .col-right .btn-group .btn {
    width: 38px;
    height: 38px;
    padding: 8px;
    border-radius: 5px;
}
.buy-group .col-right .btn-group .btn img {
    height: 22px;
}
p.stock {
    display: none;
}
.custom-quantity-input {
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    overflow: hidden;
}
.quantity-btn {
    background: transparent;
    border: none;
    color: #333;
    font-size: 18px;
    padding: 11px 5px;
    width: 35px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.quantity-btn:hover {
    background: var(--gray);
}
.quantity-display {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    width: 35px;
    border: none;
    outline: none;
}
@media (max-width: 1279px) {
    .buy-group {
        flex-direction: column;
        justify-content: flex-start;
    }
    .buy-group .col-left {
        width: 100%;
    }
    .buy-group .col-right {
        width: 100%;
    }
    .buy-group .col-right .btn-group {
        padding-top: 25px;
    }
}
@media (max-width: 1279px) {
    .product-box .btn-group {
        flex-direction: column;
        gap: 15px;
    }
    .product-box .btn-group .btn {
        width: 100%;
    }
    .product-box .buy-group .col-right .btn-group {
        flex-direction: row;
    }
    .buy-group .col-right .btn-group > div {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 50%;
    }
    .buy-group .col-right .btn-group > div {
        justify-content: center;
        padding: 5px 0;
        border: 1px solid var(--yellow);
    }
    .buy-group .col-right .btn-group .btn.btn-yellow {
        background: transparent;
    }
    .buy-group .col-right .btn-group .btn.btn-yellow:hover {
        background: transparent;
    }
    .custom-quantity-input {
        width: 100%;
    }
    .quantity-display {
        width: 20%;
    }
    .quantity-btn {
        font-size: 22px;
        padding: 14px 5px;
        width: 40%;
        text-align: left;
    }
    .quantity-btn.minus {
        text-align: right;
    }
    .buy-group .col-left .btn-group .btn {
        height: 55px;
    }
}
/* Buy Group - End */

/* Scroll Price - Start */
.mob.scroll-price {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fafbff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    box-shadow: 0px 0px 24px 0px #8e8e8e33;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
    z-index: 99999;
    display: none!important;
}
.mob.scroll-price.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.mob.scroll-price .price {
    display: flex;
    gap: 5px;
    padding-top: 3px;
}
.mob.scroll-price del {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
}
.mob.scroll-price ins {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.mob.scroll-price .per-product {
    margin-left: 5px;
}
.mob.scroll-price ins span.price-format {
    display: inline-flex;
    gap: 5px;
}
.mob.scroll-price .btn {
    min-width: 50%;
}
body.single-product #scrollToTopBtn {
    display: none !important;
}
/* Scroll Price - End */

/* One Click Order - Start */
.one-click-order .lightbox-section {
    max-width: 900px;
}

/* Product Tabs - Start */
.product-tabs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 35px;
}
.product-tabs .tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 25px;
    border-bottom: 0px solid var(--gray);
    cursor: pointer;
    background: var(--light-gray);
    border-radius: 10px;
}
.product-tabs .tab:nth-child(1) {
    border-top: 1px solid var(--gray);
    display: none;
}
.product-tabs .tab .tab-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    line-height: 25px;
    height: 25px;
    font-weight: 600;
}
.product-tabs .tab .tab-title::after {
    content: "";
    display: flex;
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/shop/img/icons/arrow-right.svg) no-repeat center center;
    background-size: contain;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
    filter: brightness(0);
}
.product-tabs .tab.active .tab-title::after {
    transform: rotate(270deg);
}
.product-tabs .tab .tab-content {
    padding-top: 20px;
}
.product-tabs .tab .tab-content table {
    display: flex;
    width: 100%;
}
/* Product description */
#tab-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#tab-description div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#tab-description * {
    margin: 0 !important;
    padding: 0 !important;
}
#tab-description h2,
#tab-description h2 *,
#tab-description h3,
#tab-description h3 * {
    font-size: 20px !important;
    line-height: 26px !important;
}
#tab-description ul,
#tab-description ol {
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: none !important;
    margin: 0 !important;
    margin-left: 5px !important;
    padding: 0 !important;
}
#tab-description ul li,
#tab-description ol li {
    display: flex;
    list-style: none !important;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
}
#tab-description ul li:before {
    content: "";
    display: flex;
    width: 6px;
    min-width: 6px;
    height: 6px;
    background: #000;
    border-radius: 100%;
    margin-top: 4px !important;
    margin-right: 5px !important;
}
#tab-description ol li {
    counter-increment: list-counter;
}
#tab-description ol li:before {
    content: counter(list-counter) ". ";
    display: flex;
    border-radius: 100%;
    margin-right: 3px !important;
}
/* Product attributes */
.woocommerce-product-attributes tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    width: 100%;
}
.woocommerce-product-attributes tbody tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    width: calc(50% - 10px);
    padding: 0px;
}
.woocommerce-product-attributes tbody tr th {
    width: 100%;
    display: flex;
    color: #303030;
    font-weight: 400;
    min-width: fit-content;
}
.woocommerce-product-attributes tbody tr th span {
    min-width: max-content;
    padding-right: 5px;
}
.woocommerce-product-attributes tbody tr th span:after {
    content: ":";
    min-width: max-content;
    padding-right: 5px;
}
.woocommerce-product-attributes tbody tr th:after {
    content: "";
    background: url(/wp-content/themes/shop/img/icons/line-dashes.svg);
    background-size: auto;
    background-position: 50% 100%;
    background-repeat: repeat-x;
    width: 100%;
    display: inline-flex;
    height: 12px;
}
.woocommerce-product-attributes tbody tr td {
    padding-left: 8px;
}
.woocommerce-product-attributes tbody tr td p {
    text-align: right;
    color: #303030;
    display: inline;
}

@media (max-width: 1279px) {
    .woocommerce-product-attributes tbody tr {
        width: calc(100% - 0px);
    }
}
/* Product Tabs - End */

/* Product Reviews - Start */
.review-block {
    margin-top: 50px;
    display: none;
}
#reviews {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
}
#tab-title-reviews {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#tab-title-reviews .h3 {
    font-size: 30px;
    line-height: 36px;
}
.woocommerce-Reviews-title,
.clear {
    display: none;
}
#tab-reviews {
    margin-top: 28px;
}
#tab-reviews ol.commentlist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#tab-reviews ol.commentlist > li {
    display: flex;
    padding: 25px;
    background: #f8f9fb;
    border-radius: 5px;
}
#tab-reviews ol.commentlist > li .comment_container {
    display: flex;
    gap: 10px;
    width: 100%;
}
#tab-reviews ol.commentlist > li img.avatar {
    border-radius: 100%;
    width: 43px;
    height: 43px;
}
#tab-reviews ol.commentlist > li .comment-text {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#tab-reviews ol.commentlist > li .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    order: 1;
}
#tab-reviews ol.commentlist > li .meta > * {
    display: flex;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
#tab-reviews ol.commentlist > li .meta > span {
    display: none;
}
#tab-reviews ol.commentlist > li .meta > time {
    margin-left: auto;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}
#tab-reviews ol.commentlist > li .star-rating {
    display: flex;
    gap: 5px;
    order: 2;
    margin-top: 10px;
    font-size: 20px;
}
#tab-reviews ol.commentlist > li .description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    order: 3;
}
#review_form_wrapper {
    display: none;
}
#review_form .comment-reply-title {
    display: flex;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
form#commentform {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.comment-form .stars > span {
    display: flex;
    gap: 6px;
}
.comment-form .stars > span a {
    display: flex;
    padding-top: 3px;
    background: var(--gray);
    border-radius: 5px;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.comment-form .stars > span a.active,
.comment-form .stars > span a:hover {
    background: var(--yellow);
}
.comment-form .comment-form-comment {
    display: flex;
    flex-direction: column;
}
.comment-form #comment {
    width: 100%;
    color: var(--black);
    padding: 12px 12px 12px 10px;
    outline: none;
    border: none;
    border: 1px solid #e2e2e2;
}

.comment-form input#submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: min-content;
    width: fit-content;
    padding: 15px 24px;
    background: var(--yellow);
    color: var(--black);
    margin: 0;
    border: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    cursor: pointer;
}
/* Product Reviews - End */

/* Up Sells - Start */
section.up-sells {
    padding-bottom: 100px;
}
section.up-sells .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (max-width: 1279px) {
    section.up-sells {
        padding-bottom: 50px;
    }
}
/* Up Sells - End */

/* Recently Viewed Products - Start */
section.recently-viewed-products {
    padding-bottom: 50px;
}
section.recently-viewed-products .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* Recently Viewed Products - End */
