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

.product-info .price {
    font-size: 26px;
    margin: 0 0 5px 0 !important;
}

.product-page-price del {
    font-size: 20px;
}

.price {
    display: flex !important;
    align-items: center;
    gap: 20px;
}

.quick_buy-btn {
    width: 100%;
    max-width: 25rem;
    padding: 10px;
    margin: 0 auto;
    border-radius: 5px;
}

.quick_buy-btn span:first-child,
a.buy_now_button span:first-child {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.quick_buy-btn span:last-child,
a.buy_now_button span:last-child {
    font-size: 13px;
}

.product-short-description {
    margin-bottom: 2rem;
}

.product-short-description * {
    font-size: 14px;
}

.expand-des.pull-right,
.collapse-des.pull-right {
    position: relative;
    top: 0;
    font-size: 14px;
    cursor: pointer;
    color: #2e3b74;
}

.ux-swatch.selected,
.ux-swatch:hover {
    background: #fffef1;
}

form.cart {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 0px;
}

.block-button {
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.block-button .btn-left {
    float: left;
}

.block-button .btn-ins {
    width: 49%;
}

.btn-ins {
    background-color: #2f80ed;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    padding: 7px 0;
    text-align: center;
}

.btn-ins span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-top: 2px;
}

.block-button .btn-right {
    float: right;
}

.block-button .btn-ins {
    width: 49%;
}

table.variations {
    margin-bottom: 2rem;
}

.variations .reset_variations {
    bottom: 5px;
    left: 0;
}

.product-page-price ins {
    font-size: 25px;
}

.realdev-quickbuy button.single_add_to_cart_button.loading:after,
form.quick-buy-form button#place_order,
span.optional {
    display: none;
}

.quick-buy-title {
    font-size: 22px;
}

.shipping-methods li {
    font-size: 14px;
}

.realdev-quickbuy button.single_add_to_cart_button.button.alt.loading {
    color: #fff;
    pointer-events: none !important;
}

.realdev-quickbuy .buy_now_button {
    position: relative;
    color: rgba(255, 255, 255, 0.05);
}

.realdev-quickbuy .buy_now_button:after {
    animation: spin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px;
}

.single_add_to_cart_button {
    margin: 0;
    padding: 5px 30px;
}

a.buy_now_button {
    flex-basis: 100%;
    max-width: 100%;
    padding: 8px;
    background: #fd6e1d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d);
}

a.buy_now_button:hover {
    box-shadow: unset !important;
    background: #f59000;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f59000), to(#fd6e1d));
    background: -webkit-linear-gradient(top, #fd6e1d, #f59000);
    background: -moz-linear-gradient(top, #fd6e1d, #f59000);
    background: -ms-linear-gradient(top, #fd6e1d, #f59000);
    background: -o-linear-gradient(top, #fd6e1d, #f59000)
}

.woocommerce-variation-add-to-cart {
    display: flex;
    gap: 20px;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.quantity input[type=number] {
    height: unset;
}

.ux-quantity {
    margin: 0;
}

.product-images-gallery img {
    width: 100%;
    height: auto;
}

.mfp-bg {
    background-color: rgba(0, 0, 0, .85) !important;
    opacity: 1 !important;
}

.product-image-thumbnail img {
    width: 100%;
    height: auto;
}

#product-lightbox-tab {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 100px !important;
}

#product-lightbox-tab::-webkit-scrollbar {
    display: none;
}


button.mfp-close {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    opacity: 1 !important;
    box-shadow: unset;
    color: #333 !important;
    right: 30px;
    width: unset;
    font-size: 14px;
    padding: 5px;
    border-radius: 6px;
}

button.mfp-close span {
    font-size: 13px;
}

button.mfp-close svg {
    filter: invert(1);
}

.parameter-title {
    background-color: #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.block-tab-content {
    padding-top: 70px;
}

.block-tab-top {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid #e0e0e0;
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 999;
    margin: auto;
    left: 0;
    width: 1160px;
    right: 0;
    padding-top: 20px;
}

.parameter-specs li p {
    margin-bottom: 0;
    font-size: 14px;
}

.product-specs .specs-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
}

.product-specs li p {
    margin-bottom: 0;
    font-size: 14px;
}

.product-specs li {
    display: flex;
    padding: 10px;
    margin: 0;
    align-items: center;
}

.gallery-tab-top {
    list-style: none;
    display: flex;
    justify-content: center;
}

.gallery-tab-top li {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
    width: 55px;
}

.gallery-tab-top li img {
    width: 28px;
    height: auto;
}

.gallery-tab-top .item-border {
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    min-height: 55px;
    padding: 4px;
}

.product-specs li .label {
    width: 140px;
}

.gallery-tab-top li p {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 5px;
    white-space: normal;
}

.product-specs li .value {
    width: calc(100% - 140px);
    padding: 0 5px 0 25px;
}

.product-specs li:nth-child(odd) {
    background-color: #f5f5f5;
}

.parameter-specs .label {
    font-weight: bold;
    line-height: 21px;
    width: 30%;
}

#tab-content-top-tskt,
#tab-content-article {
    max-width: 660px;
    margin: 0 auto;
}

.head-product-title h1 {
    margin-bottom: 0 !important;
    font-size: 18px;
    font-weight: bold;
}

#review-count,
#sales-count {
    color: #2f80ed;
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 0 3px;
    cursor: pointer;
}

.flash-sale-box {
    background: linear-gradient(272.75deg, #f38c25 38.99%, #fb6848 76.29%);
    border-radius: 10px;
    padding-bottom: 1px;
}

.fs-rule {
    padding: 0 7px;
    border-bottom: 1px dashed #f2994a;
}

.fs-rule ul,
.normal-rule ul {
    list-style: none;
    margin-bottom: 10px;
}

.fs-rule li,
.normal-rule li {
    margin-left: 0 !important;
    margin-bottom: 2px;
    line-height: 1.6;
    padding-left: 12px;
    position: relative;
    font-size: 14px;
}

.fs-rule li:before,
.normal-rule li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e0e0e0;
    left: 0;
    top: 8px;
}

button.single_add_to_cart_button {
    flex: 1;
    border-radius: 6px;
}

form.cart {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
}

#specs-btn {
    border: 1px solid #2f80ed;
    border-radius: 5px;
    color: #2f80ed;
    display: block;
    max-width: 340px;
    padding: 10px 5px;
    text-align: center;
    margin: 10px auto;
    cursor: pointer;

}

#specs-btn span {
    position: relative;
    font-size: 14px;
}

#specs-btn span:before {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #2f80ed;
    content: '';
    top: 3px;
    right: -15px;
    position: absolute;
}

.fs-title {
    display: flex;
    align-items: center;
    background-color: transparent;
    background-image: url(/wp-content/uploads/2024/05/bg-olgr-min-562x204-1.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    border-radius: 10px 10px 0 0;
    padding: 15px 10px;
}

.fs-price {
    width: 50%;
}

.fs-price .price {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px !important;
    margin-bottom: 0px;
}

.fs-price .price bdi,
.fs-price .price del,
.fs-price>span {
    color: #fff !important;
}

.fs-price .price del {
    font-size: 14px;
    font-weight: bold !important;
}

.fs-time {
    width: 50%;
    text-align: right;
    color: #fff;
}


.fs-content {
    background-color: #fff;
    margin: 0 5px 5px 5px;
    border-radius: 4px;
    border: 1px solid #fde8d5;
    padding: 10px 0;
}

.pr-content .pr-item {
    display: flex;
    align-items: center;
}

.divb {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
}

.promoadd {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding-bottom: 10px;
    text-align: center;
}

.promoadd__ttl {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    line-height: 16px;
    padding: 12px;
    text-align: left;
}

.promoadd__list {
    padding: 10px;
    text-align: center;
}

.promoadd__list li {
    display: flex;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    gap: 10px;
    margin-left: 0 !important;
    align-items: flex-start;
}

.promoadd__list li:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(/wp-content/uploads/2024/05/correct.svg) no-repeat;
    display: inline-block;
    background-size: contain;
    position: relative;
    top: 5px;
  	max-width: 15px;
    flex-basis: 15px;
    min-width: 15px;
}

.divb .nb {
    background-color: #4a90e2;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
    text-align: center;
    width: 16px;
    min-width: 16px;
}

.divb-right {
    padding-left: 5px;
}

.pr-txtb {
    font-weight: bold;
    margin-bottom: 0;
}

.pr-top .pr-txt {
    color: #666;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
    font-style: normal;
}


.fs-promotion {
    border: 0;
    border-bottom: 1px dashed #f2994a;
    margin-bottom: 10px;
    padding: 7px 7px 10px 7px;
    border-radius: 0;
}

.pr-item p {
    margin-bottom: 0;
    font-size: 14px;
}

.pr-content {
    padding-top: 10px;
}



.fs-time>span {
    font-size: 13px;
}

#clock_oltk {
    margin-bottom: 5px;
    height: 24px;
}

#clock_oltk * {
    display: inline-block;
    vertical-align: middle
}

#clock_oltk i {
    padding: 0 2px;
    color: #fff;
    font-style: normal;
}

#clock_oltk b {
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #d7070c;
    background-color: #fff;
    border-radius: 4px;
    font-size: 15px
}


.fs-remaining-count {
    width: 120px;
    position: relative;
    display: inline-block;
    margin-top: 3px;
}

.fs-remaining-count img {
    width: 19px;
    position: absolute;
    left: -2px;
    bottom: 0;
    z-index: 4;
}

.fs-remaining-count span {
    background: #f1f1f1;
    border-radius: 25px;
    height: 18px;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: block;
}

.fs-remaining-count span i {
    position: absolute;
    left: 0;
    background: linear-gradient(88.98deg, #fcb500 18.95%, #fecb11 106.13%);
    border-radius: 25px 0 0 25px;
    height: 100%;
    z-index: 2;
}

.fs-remaining-count span b {
    font-weight: normal;
    font-size: 11px;
    color: #333;
    text-align: center;
    height: 18px;
    line-height: 19px;
    display: block;
    padding-left: 15px;
    position: relative;
    z-index: 3;
}

.single_add_to_cart_button {
    text-transform: uppercase !important;
}

.normal-prepay {
    border: 1px solid #f59000;
    border-radius: 10px;
    padding: 1rem 1rem 1px;
}

.normal-prepay .amount,
.fs-prepay .amount {
    display: inline-block;
}

.fs-prepay {
    border-bottom: 1px dashed #f2994a;
    padding: 0 10px;
}

.normal-prepay bdi,
.fs-prepay bdi {
    font-size: 24px;
    color: #d0021c;
}

.product-page-price ins bdi {
    font-size: 25px !important;
}

.head-product-title .is-divider,
.ux-quantity {
    display: none !important;
}

.box-title.row .col-inner {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.policy__list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 20px 20px 0px;
}

.normal-promotion {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px;
}

.policy__list>li:nth-last-child(-n+2) {
    border: none;
}

.normal-promotion .pr-top {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 10px;
}

.normal-promotion .pr-content {
    padding: 15px 10px 10px 10px;
}

.policy__list>li img {
    width: 15px;
    height: auto;
    position: relative;
    top: 3px;
}
.promoadd ul {
    margin-bottom: 0;
}
.policy__list>li {
    border-bottom: 1px solid #f1f1f1;
    margin: 0 !important;
    font-size: 14px;
    flex: 1 1 calc(50%);
    max-width: calc(50%);
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.parameter-specs .value {
    line-height: 21px;
    padding-left: 10px;
    width: 70%;
}

.parameter-specs li {
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    padding: 10px;

}

.product-section:first-child {
    border: none;
    padding-top: 0;
}

.product-sidebar .product-small.box {
    padding: 0 10px;
}

.product-thumbnails a,
.product-thumbnails img {
    border-radius: 6px;
    overflow: hidden;
    border: none;
    opacity: 1;
}

.block-tab-top .tab-item {
    margin: 0;
    padding: 0 10px 20px;
    cursor: pointer;
}

.block-tab-top .tab-item.active {
    border-bottom: 3px solid #569ff7;
    padding-bottom: 17px;
}

.slider-nav .flickity-slider>div:not(.col),
.slider-nav .img-nav img {
    width: 80px !important;
    height: 80px !important;
}

.slider-nav .flickity-slider>div:not(.col) {
    margin-right: 10px;
}

.product-thumbnails {
    margin-bottom: 3rem !important;
}

.product-page-sections .tab-title {
    font-size: 18px;
    font-weight: bold;
    background: whitesmoke;
    padding: 10px;
}

.product-page-sections>div {
    margin-bottom: 2rem;
    border: 1px solid #f5f5f5 !important;
    border-radius: 6px;
    overflow: hidden;
}

.product-page-sections .panel {
    padding: 1rem;
}

.product-images .flickity-prev-next-button {
    position: absolute;
}

.product-thumbnails .flickity-prev-next-button {
    display: none;
}

.product-thumbnails .flickity-slider {
    transform: translateX(0px) !important;
}

@media screen and (min-width:551px) {

    .product-thumbnails a,
    .product-thumbnails img {
        width: 80px;
        min-height: unset !important;
        height: 80px !important;
    }

    .block-tab-top .tab-item {
        margin: 0;
        padding: 0 10px 20px;
        cursor: pointer;
    }

    .product-gallery-slider img,
    div[id^="tab-content-"] img,
    .gallery-tab-content {
        height: 500px;
    }

    #tab-content-feature #product-images .woocommerce-product-gallery__wrapper img,
    .block-tab .content-tab.active .slider:not(.product-thumbnails) img {
        height: 600px !important;
        object-fit: cover;
    }

    #product-lightbox-tab .product-thumbnails {
        margin-top: 2rem;
    }

    .block-tab-top .tab-item.active {
        border-bottom: 3px solid #569ff7;
        padding-bottom: 17px;
    }

    .product-thumbnails .is-nav-selected a img {
        transform: unset !important;
    }

    .product-thumbnails .col:hover a {
        transform: translateY(-5px);
    }

    .product-thumbnails .col {
        max-width: 80px !important;
        flex-basis: 80px !important;
        padding: 0 !important;
        margin-right: 10px;
        position: unset !important;
    }

    .product-thumbnails .flickity-slider {
        position: unset !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:551px) {
    .woocommerce-variation-add-to-cart {
        flex-wrap: wrap;
        gap: 10px;
    }

    .ux-quantity {
        max-width: 80%;
        flex-basis: 80%;
    }

    .single_add_to_cart_button,
    .buy_now_button {
        max-width: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
        padding: 6px;
    }

}