.product-content {
    display: grid;
    grid-gap: 44px;
    max-width: 480px;
    margin: 0 auto;
    padding: 30px 0;
    color: #05040f;
}

.btn-category-metabox a {
    background: #f44336;
    padding: 1px 6px 1px 6px;
    color: #ffffff;
    border-radius: 6px;
    font-size: 9px;
}

.top-goods-section {
    display: flex;
    align-content: center;
    gap: 50px;
    align-items: center;
    margin-top: 16px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 21px;
    justify-content: space-between;
}

.product-title {
    font-size: 26px;
    font-weight: 900;
    font-family: "Exo 2", serif;
    line-height: 1.2;
    color: #090909;
}

.description-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

.product-desc {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
}

.product-sub_headblock {
    font-size: 10px;
    display: flex;
    gap: 22px;
    border-bottom: 1px solid #f1f1f1;
    color: #3d9e42;
    margin-top: 22px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.product-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-section-title {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 500;
}

.price_box {
    gap: 0px;
    display: flex;
    margin-top: 10px;
    flex-direction: column;
}

.product_payment-methods_item:last-child {
    margin-right: 0;
}

.product_payment-methods_item.mastercard {
    width: 41px;
    height: 32px;
    background-image: url(../images/icon-mastercard--new.svg);
}

.product_payment-methods_item.visa {
    width: 54px;
    height: 18px;
    background-image: url(../images/icon-visa--new.svg);
}

.product_payment-methods_item.portmone {
    width: 31px;
    height: 31px;
    background-image: url(../img/icon-portmone--new.svg);
}

.product_payment-methods_item.privat {
    width: 60px;
    height: 26px;
    background-image: url(../images/icon-privat--new.svg);
}

.product_payment-methods_item.google {
    width: 53px;
    height: 21px;
    background-image: url(../images/icon-google-pay.svg);
}

.product_payment-methods_item.apple {
    width: 50px;
    height: 21px;
    background-image: url(../images/icon-apple-pay.svg);
}

.product_warranty {
    margin-top: 19px;
}

.product_warranty_title {
    font-weight: 800;
    color: #05040f;
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
}

.product_warranty_item {
    margin-bottom: 12px;
    line-height: 1.15;
    font-size: 11px;
    color: #05040f;
    margin-top: 0px;
}

.product_warranty_item:last-child {
    margin-bottom: 0;
}

.product_item_ykup {
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    width: 335px;
    padding: 16px;
    border: 3px solid #f9f9f9;
    border-radius: 4px;
    max-width: 100%;
    background: linear-gradient(-45deg, #f0f0f0, #f4f4f4, #ffffff, #f7f7f7);
}

.product_item_ykup .product_item_img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    background: #fff;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 40px 22px 40px;
}

.product_item_ykup h4.product_item_name {
    margin-bottom: 10px;
    color: #020202;
    font-size: 16px;
    word-break: break-word;
    border-top: 2px solid #f9f9f9;
    padding-bottom: 15px;
    padding-top: 20px;
    border-bottom: 2px solid #f9f9f9;
}

.sidebar_shop h4.widget-title {
    display: none;
}

.product_item_ykup .product_item_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    -ms-flex-wrap: wrap;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.product_item_ykup .product_item_btn {
    margin-top: 10px;
}

.sticky_row_block {
    margin-bottom: 64px;
    padding-top: 40px;
    display: grid;
    align-items: flex-start;
    grid-template-columns: minmax(700px, 1200px) 336px;
    grid-gap: 25px;
    order: 1;
}

.product-atts {
    margin-top: 0;
    position: relative;
}

.product_chose-helper {
    width: 100%;
    background: #f7f7f7;
    padding: 12px 12px 12px 46px;
    margin-top: 0px;
    position: relative;
    /* border: 2px solid #4758b878; */
    display: flex;
    border-radius: 5px;
    height: 72px;
    cursor: pointer;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product_chose-helper_title {
    font-size: 14px;
    color: #222d4a;
    font-weight: 700;
}

.shop_attributes.expanded {
    max-height: 2000px;
}

.shop_attributes tr {
    display: none;
}

.shop_attributes tr.visible {
    display: table-row;
    width: 100%;
    height: 54px;
}

.shop_attributes {
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    max-height: 600px;
}

.show-more-btn {
    display: flex;
    margin-top: 0;
    color: #3e9e41;
    padding: 0;
    background: transparent;
    text-align: center;
    cursor: pointer;
    border: none;
    border-bottom: 1px dashed #3e9e41;
    border-radius: 0;
}

span.cashsafe {
    font-size: 13px;
    margin-left: 0;
    border: 1px dashed #4a34eb;
    padding: 3px 10px 3px 10px;
    border-radius: 4px;
    margin-top: 20px;
    width: auto;
    max-width: max-content;
    background: #ffffff;
}

span.cashsafe span {
    color: #3d9e42;
    font-weight: 900;
}

.ckeditor-html5-video {
    max-width: 100%;
    display: block;
    position: relative;
}

.wl-compare {
    display: none;
    gap: 15px;
}

.wl-compare button {
    border: none;
}

span.textimg-wrap br {
    display: none;
    height: 0 !important;
}

.sale_warning {
    display: block !important;
    margin-top: 25px;
    border: 1px dashed #4a34eb;
    padding: 13px;
    background: #ffffff;
}

.sale_warning p:first-child {
    text-align: center;
    font-size: 15px;
    color: #131313;
    margin-bottom: 2px;
    font-weight: 600;
}

.promo-product {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;
}

.sale_warning p:last-child {
    text-align: justify;
    font-size: 11px;
    color: #0a0a0a;
    font-weight: 400;
}

.sale_warning .promo-product a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: 2px solid #4a34eb;
    margin-top: 13px;
    background: #f9f8f8;
}

.sale_warning .promo-product {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sale_warning .promo-product img {
    max-width: 100px;
    margin-right: 10px;
    padding: 6px;
    background: #fff;
}

.sale_warning .promo-product span {
    font-weight: 800;
}

.pc_sale {
    display: none;
}

.mob_sale {
    display: block;
}

.subcategories-slider {
    margin-top: 21px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.subcategories-slider .swiper-slide a img {
    width: 101px;
    height: 66px;
    object-fit: contain;
}

.subcategories-slider .swiper-slide {
    font-size: 11px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 14px 20px 10px 20px;
    background: #f7f7f7;
    border-radius: 10px;
    align-items: center;
}

.subcategories-slider .swiper-slide a h3 {
    font-weight: 800;
    min-height: 31px;
    display: flex;
    font-size: 11px;
    justify-content: center;
    align-items: center;
}

span.custom-product-badges {
    position: absolute;
    top: 7px;
    right: 10px;
    display: flex;
    gap: 5px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    left: auto;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

.custom-product-badges {
    display: inline-block;
    margin-bottom: 10px;
}

.badge-best-seller {
    background-color: #4a34eb;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
}

.badge-new {
    background-color: #f44336;
    padding: 5px;
    border-radius: 5px;
}

.badge-recommended, .badge-super-price {
    background-color: #009688;
    padding: 5px;
    border-radius: 5px;
}

.product-gallery span.custom-product-badges {
    display: none;
}

.more-category p {
    font-size: 16px;
    text-align: center;
}

.more-category {
    text-align: center;
    font-weight: 600;
}

.btn-category-parent {
    padding: 11px;
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
    border: 2px solid #4a34eb;
    border-radius: 5px;
    font-weight: 900;
}

.btn-category-parent a.button {
    color: #4a34eb;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-category-parent a.button b {
    font-weight: 900;
}

.product_item_ykup.hidden-mobile span.custom-product-badges {
    position: absolute;
    top: -10px;
    right: -14px;
    display: flex;
    gap: 5px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    left: auto;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

@media (min-width: 1100px) {
    .pc_sale {
        display: block;
    }

    .mob_sale {
        display: none;
    }

    .hide_desctop {
        display: none;
    }
}

@media (max-width: 768px) {
    .product_item_ykup.hidden-mobile.show .frating {
        display: none;
    }

    .product_item_ykup.hidden-mobile {
        position: fixed;
        background: #f9f8f8;
        z-index: 99;
        min-width: 100%;
        opacity: 0;
        transition: opacity 0.7s ease!important;
        bottom: 63px;
        height: 58px;
        left: 0;
        right: auto;
        font-size: 16px !important;
        padding: 0;
        top: auto;
        width: auto;
        flex-direction: row;
        border: none;
        justify-content: center;
        border-top: 1px solid #b8b8b8;
        align-items: center;
        border-radius: 0;
    }

    .product_item_ykup.hidden-mobile.show {
        display: flex !important;
        opacity: 1;
        z-index: 99;
    }

    .product_item_ykup .product_item_img {
        display: none;
    }

    .product_item_ykup.hidden-mobile .product_item_savings {
        display: none;
    }

    .product_item_ykup.hidden-mobile .product_warranty.js-product-warranty.deliv {
        display: none;
    }

    .product_item_ykup h4.product_item_name {
        display: none;
    }

    .product_item_ykup.hidden-mobile span.sale-price {
        font-size: 12px;
        padding: 0;
        margin: 0;
        height: 11px;
        margin-left: 0;
    }

    .product_item_ykup.hidden-mobile .product_item_inf {
        width: 50%;
    }

    .product_item_ykup .product_item_btn {
        margin-top: 0;
        width: 46%;
    }

    .product_item_ykup.hidden-mobile button.btn.product-btn.add-to-cart-btn.single_add_to_cart_button.button.alt, a.btn.product-btn.add-to-cart-btn.button.add_to_cart_button {
        margin-top: 0px !important;
        padding: 7px;
        height: 38px;
        font-size: 13px;
    }

    .product_item_ykup.hidden-mobile .product_item_price_current {
        font-size: 20px;
    }
}

.swipe-hint {
    position: absolute;
    z-index: 22;
    bottom: 7px;
    left: 45%;
    transform: translateX(-45%);
    width: 35px;
    height: 35px;
    background-image: url('../images/hand.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    pointer-events: none;
    animation: swipeHint 2s infinite;
}

@keyframes swipeHint {
    0% {
        transform: translateX(-50%);
        opacity: 1;
    }

    50% {
        transform: translateX(calc(-50% + 20px));
        opacity: 0.5;
    }

    100% {
        transform: translateX(-50%);
        opacity: 1;
    }
}

.sw_countdown_wrapper p {
    margin-bottom: 14px !important;
}

.sw_countdown_wrapper {
    display: inline-block;
    background-color: #fff;
    padding: 0;
    border-radius: 0;
    text-align: center;
    margin: 2px 0;
}

.sw_countdown_wrapper p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #555;
}

#sw_countdown {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
}

#sw_countdown span {
    display: inline-block;
    background-color: #F44336;
    color: #ffffff;
    padding: 5px 5px;
    margin: 0 0;
    border-radius: 5px;
    min-width: 36px;
    text-align: center;
}

.sw_countdown_unit {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

span.sw_countdown_unit {
    background-color: transparent!important;
    color: #000!important;
}

.frating-piechart-canvas {
    position: absolute;
    margin-top: -45px;
    margin-left: 0px;
}

/* Product price display fix */
.product_item_inf .product_item_price_current {
    display: flex!important;
}

.product_item_inf span.regular-price {
    display: flex;
    font-weight: 900;
    font-size: 23px;
    color: #f44336;
}

.product_item_ykup .product_item_price span.sale-price {
    display: flex;
    color: #5c5c5c;
    font-size: 10px;
    text-decoration: line-through;
    font-weight: 400;
    margin-bottom: -3px;
}


.frating-stars .star.empty {
    color: #e1e1e1;
}

.frating-info p {
    font-size: 14px;
    display: flex;
    color: #333;
}

.piechart-container {
    margin: 15px 0;
    text-align: center;
}


.freviews-tabs {
    margin-top: 20px;
    background-color: #fafafa;
    border-radius: 5px;
    overflow: hidden;
}

.freviews-tabs .tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: #eaeaea;
    border-bottom: 1px solid #ddd;
}

.freviews-tabs .tabs li {
    flex: 1;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    background: #f9f8f8;
    color: #000000;
    transition: background-color 0.3s, color 0.3s;
}

.freviews-tabs .tabs li:hover {
    background-color: #dcdcdc;
}

.freviews-tabs .tabs li.current {
    background-color: #000000;
    color: #ffffff;
    border-bottom: 2px solid #f44336;
}

.freviews-tabs .tab-content {
    padding: 0px 0px 20px 4px;
    display: none;
    background-color: #fff;
    margin-top: 20px;
}

.freviews-tabs .tab-content.current {
    display: block;
}

.product_item_ykup .frating-info {
    display: flex;
    justify-content: flex-start;
}

.product_item_ykup .piechart-container {
    margin: 0px 0px 0px 0px;
}

.product_item_ykup .frating-piechart-canvas {
    margin-left: 0;
}

.product_item_ykup .meta_loop {
    margin-top: 20px;
    margin-bottom: 16px;
}

.freviews-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.freview-item {
    border-bottom: 1px solid #eee;
    padding: 20px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
    border: 1px solid #ddd;
}

.freview-header {
    display: flex;
    gap: 2px;
    align-content: space-between;
    justify-content: space-between;
}

.freview-body {
    display: flex;
    flex-direction: column;
}

.review-buyer-info {
    display: flex;
    align-items: center;
}

.review-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.review-purchased {
    display: flex;
    width: 100%;
    font-size: 11px;
}

.freview-item .bought-flag {
    color: #28a745;
    margin-right: 5px;
    font-size: 16px;
}

.freview-item .review-stars {
    margin-bottom: 9px;
}

.freview-item .review-stars .star.full, .freview-item .review-stars .star.half {
    color: #ffc008;
    font-size: 16px;
}

.freview-item .review-stars .star.empty {
    color: #e0e0e0;
    font-size: 16px;
}

.freview-item .review-text {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.4;
    font-weight: 400;
}

.freview-item .review-date, .freview-item .review-time, .freview-item .review-author {
    font-size: 18px;
    color: #000000;
    margin-right: 3px;
    font-weight: 800;
}

span.review-datetime {
    font-size: 12px;
    font-weight: 600;
    color: #2b2b2bdd;
}

.review-advantages {
    margin-top: 13px;
}

.review-advantages strong {
    display: flex;
    align-items: center;
    gap: 6px;
}

.review-advantages ul {
    margin-left: 15px;
    margin-top: 5px;
    list-style: disc;
}

.review-disadvantages {
    margin-top: 16px;
}

.review-disadvantages strong {
    display: flex;
    align-items: center;
    gap: 7px;
}

.review-disadvantages li {
    margin-left: 15px;
    margin-top: 5px;
    list-style: disc;
}

.freview-item .reply-link {
    margin-top: 5px;
    font-size: 13px;
    color: #0073aa;
    text-decoration: none;
    align-self: flex-start;
}

.freview-item .reply-link:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .freviews-tabs .tabs li {
        font-size: 14px;
        padding: 8px;
    }

    .freviews-tabs .tab-content {
        padding: 10px;
    }
}

.piechart-container {
    right: auto;
    left: 220px;
    margin-top: -55px;
}
