.col-12.col-md-6.col-xl-4 {
    height: unset !important;
}

.mst_mv_wrapper {
    display: block !important;
}

.info-after-title.manage-custom-view-section-content {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}

.manage-custom-view-section-content .product-reviews-summary.short {
    display: flex;
    width: auto;
}

.manage-custom-view-section-content .product-reviews-summary.short a.action.view {
    color: #0066cc;
    margin-left: 5px;
}

.manage-custom-view-section-content .product-reviews-summary.short a.action.view:hover {
    color: #da7100 !important;
    text-decoration: underline;
}

.manage-custom-view-section-content .product-info-stock-sku {
    display: flex;
    width: 25%;
    margin-top: 0;
    margin-left: 20px;
}

.manage-custom-view-section-content .product.attribute.sku {
    display: flex;
    width: 25%;
    gap: 5px;
}

.manage-custom-view-section-content button.action.towishlist.mb-tooltip {
    display: flex;
    border: none;
    font-size: 26px;
    border-radius: 50%;
    justify-content: center;
    height: 42px;
    width: 42px;
    padding: 7px;
    max-width: 10%;
}

.product-options-bottom .box-tocart .fieldset-add {
    flex-flow: column;
}

.actions.full-width-btn {
    width: 100%;
    display: flex;
}

.product-options-bottom .box-tocart .fieldset-add .actions button.action.primary.tocart,
button.action.primary.buynow,
.actions.full-width-btn button.action.primary.tocart {
    width: 90%;
    height: 50px;
    font-size: 18px;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 14%);
    color: white;
    font-weight: 600;
    border-radius: 25px;
    background: #fc9200;
    border: none;
    transition: background-image 0.3s ease-in-out;
    margin-bottom: 20px;
    margin-right: 0;
}

.product-options-bottom .box-tocart .fieldset-add .actions button.action.primary.tocart:hover,
.actions.full-width-btn button.action.primary.tocart:hover {
    background-image: linear-gradient(to bottom, #FFBF66 0, #FFA830 100%);
}

.box-tocart .fieldset-add button.action.primary.buynow {
    width: 90%;
    height: 50px;
    font-size: 18px;
    color: white;
    border-radius: 25px;
    border: none;
    background: #ff7217;
    transition: background-image 0.3s ease-in-out;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 14%);
    color: white;
    font-weight: 600;

}

.box-tocart .fieldset-add button.action.primary.buynow:hover {
    background: #FF8E1F;
}

.field.full-width-qty-section {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

span.qty-label {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.full-width-qty-section .qty-wrapper .action.toggle.active:after {
    content: "\f3d8";
}

input.input-text.qty.bss-qty::-webkit-outer-spin-button,
input.input-text.qty.bss-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.input-text.qty.bss-qty {
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid #aaa;
    width: 65px;
    text-align: center;
    height: 26px;
    border-radius: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

input.input-text.qty.bss-qty:focus {
    outline: none;
    border: 1px solid red;
    z-index: 4;
}

#bss-ptd-table {
    width: 100% !important;
}

.bss-ptd-table {
    font-size: 14px;
    font-weight: 500;
}

#bss-ptd-table tbody tr.bss-table-row,
#bss-ptd-table tfoot tr td {
    border: 1px solid #dddddd !important;
}

.catalog-product-view table#bss-ptd-table>tbody>tr>td,
table#bss-ptd-table>tfoot>tr>td {
    padding: 2px 3px !important;
}

td.bss-table-row-attr.swatch-option.swatch-attribute>div>.swatch-option {
    width: 100%;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    padding: 4px 6px;
    margin-left: 5px;
}

.bss-table-row .swatch-option:not(.disabled):hover {
    border: none !important;
}

td.bss-table-row-attr.swatch-option.swatch-attribute>div>.swatch-option:hover {
    outline: 2px solid #ff5501 !important;
    border: 1px solid #fff !important;
}

.swatch-attribute-options.clearfix .swatch-option:not(.disabled):hover {
    border: 1px solid #a7a7a7;
}

.swatch-attribute-options.clearfix .swatch-option.selected {
    border: 2px solid #ff7519 !important;
}

.swatch-option:not(.disabled):hover:before,
.swatch-option.selected:before {
    border: none;
}

td.bss-table-row-attr.swatch-option.swatch-attribute.selected {
    border: none !important;

}

td.bss-table-row-attr.swatch-option.swatch-attribute.selected:before {
    border: none;
}

td.bss-qty-col {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.decreaseQty {
    width: 26px;
    height: 26px;
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: white;
    border: 1px solid #aaa;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(170, 170, 170);
    padding: 4px 4px;
    margin-right: -1px;
    z-index: 5;
}

.decreaseQty:hover {
    border: 1px solid red !important;
    color: #474747;
    border-left: 1px solid transparent;
    z-index: 5;
}

.increaseQty {
    width: 26px;
    height: 26px;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: white;
    border: 1px solid #aaa;
    padding: 4px 4px;
    margin-left: -1px;
}

.increaseQty:hover {
    border: 1px solid red !important;
    color: #474747;
    border-right: 1px solid transparent;
}

.decreaseQty span.mbi.mbi-minus,
.increaseQty span.mbi.mbi-plus {
    font-weight: 700;
    font-size: 14px;
}

.bss-subtotal-wrapper {
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.bss-subtotal-left-section {
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: flex-start;
}

.bss-subtotal-right-section {
    display: flex;
    width: 75%;
    align-items: center;
    justify-content: end;
}

.bss-totals-qty-wrapper {
    font-weight: 500;
}

.bss-totals-qty-wrapper.bss-totals-qty-wrapper-left {
    margin-right: 30px;
}

.bss-subtotal-section-text,
.bss-total-section-text,
.bss-total-section-text-orderprice {
    font-size: 17px;
    font-weight: 500;
    color: #f60;
}

.bss-subtotal-left-popup-swatch-option-image .swatch-option.image {
    margin-right: 22px;
}

.bss-subtotal-left-popup-qty-text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: red;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: 8px;
    display: block;
    position: relative;
    left: 44px;
    z-index: 5;
}

.bss-subtotal-left-popup-qty-text-manage {
    font-size: 17px;
    font-weight: 500;
    color: #f60;
    text-align: center;
    margin-left: 5px;
}

.bss-subtotal-left-section-content {
    display: none;
}

.bss-subtotal-left-section-content.active {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 4;
    background: #fff;
    box-shadow: 0 0px 8px 0px rgb(90 90 90 / 20%);
    border: 1px solid #bbb;
    overflow-y: auto;
    transition: all 0.3s ease;
    height: fit-content;
    bottom: 2%;
    top: 75%;
    justify-content: flex-start;
}

.bss-subtotal-left-popup-item-main {
    display: flex;
    width: 100%;
    padding: 10px;
}

.bss-subtotal-left-popup-totals-section {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 5px;
    justify-items: center;
    justify-content: flex-end;
    padding: 10px;
}

.bss-subtotal-left-popup-total-qty {
    display: flex;
    margin-right: 20px;
}

.bss-subtotal-left-popup-total-price {
    display: flex;
}

.bss-subtotal-left-section-popup-close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    border-radius: 20%;
    height: 30px;
    width: 30px;
    padding: 0px;
}

.bss-subtotal-left-section-popup-close:hover {
    color: #ff0000;
}

.bss-subtotal-left-popup-item-main-title {
    border-color: #39b689 !important;
    background-color: #ebeff1 !important;
    color: #323337;
    font-size: 1.05em;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-left-width: 4px !important;
    border-width: 0;
    width: 100%;
}

span.bss-subtotal-left-section-title-icon span.mbi.mbi-chevron-down,
span.bss-subtotal-left-section-title-icon span.mbi.mbi-chevron-up {
    padding-left: 10px;
    vertical-align: middle;
    font-weight: 600;
    font-size: 13px;
}

.fieldset-add button.action.towishlist.mb-tooltip {
    display: none;
}

.custom-review-popup {
    position: absolute;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 6px;
    padding: 5px;
    z-index: 5;
    width: 65%;
    box-shadow: 0 0px 10px 1px rgb(0 0 0 / 12%);
    top: 68px;
    left: 0;
    flex-direction: column;
}

.custom-review-popup .prar-recommend {
    display: none;
}
.custom-review-popup .prar-prod-rating .prar-recommend {
    width: 100%;
    margin: inherit;
}

.custom-review-popup .prar-prod-rating .prar-recommend h2 {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.custom-review-popup .prar-prod-rating .prar-recommend h2 strong {
    width: 20%;
    font-size: 20px;
    font-weight: 600;
}

.custom-review-popup .prar-prod-rating .prar-recommend h2 span {
    width: 80%;
    vertical-align: middle;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    flex-direction: column;
    align-self: baseline;
    font-size: 14.5px;
    padding: 4px;
}
.custom-review-popup .prar-prod-rating {
    max-width: min-content;
    justify-content: center;
}


.custom-review-popup .prar-prod-rating .prar-histogram {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.custom-review-popup .prar-rating .rating-summary.prar-rat-sum {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    width: auto;
    white-space: nowrap;
    max-width: max-content;
}

.custom-review-popup .prar-prod-rating .rating-summary,
.custom-review-popup .prar-rating .rating-summary .rating-result {
    width: 100%;
    max-width: fit-content;
}

.custom-review-popup .prar-rating .rating-summary.prar-rat-sum a.prar-all-rev-link {
    display: none;
}

.custom-review-popup .prar-rating .rating-summary.prar-rat-sum span.prar-stars-amount {
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}

.custom-review-popup .prar-rating .rating-summary .rating-result>span:before,
.custom-review-popup .prar-rating .rating-summary .rating-result:before {
    height: 39px;
    font-size: 25px;
    line-height: 30px;
}

.custom-review-popup .prar-prod-rating .prar-rating {
    width: 100%;
    margin-top: 15px;
    justify-content: center;
    margin-right: auto;
}

.custom-review-popup .customer-review-popup-header-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
}

.custom-review-popup .prar-prod-rating button.prar-btn {
    display: none;
}

.custom-review-popup .customer-review-popup-footer {
    margin: 10px auto;
    width: 62%;
    padding: 10px;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6));
    border: solid 1px #B6B6B6;
    border-radius: 6px;
    color: #474747;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}

.customer-review-popup-footer a.customer-review-popup-footer-btn:hover {
    color: #474747;
}

.catalog-product-view .manage-custom-view-section-content .product-reviews-summary.short {
    height: 42px;
    align-items: center;
}

.product.info.detailed.product-accordion .product.data #reviews {
    overflow: hidden;
    position: relative;
}

.product.info.detailed.product-accordion .product.data #reviews .btn-desc {
    text-align: center;
    margin-top: 20px;
}

.product.info.detailed.product-accordion .product.data #reviews .btn-more {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding-top: 100px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}

.catalog-product-view .prar-prod-rating button.prar-btn {
    display: none;
}

.catalog-product-view .prar-reviews {
    margin-left: auto;
}

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

    .catalog-product-view .product-info-main-content .row .col-12.col-md-6.col-xl-4 {
        flex: 0 0 39.333333%;
        max-width: 39.333333%;
        padding-left: 0;
        
    }

    .catalog-product-view .product-info-main-content .row .col-12.col-md-6.col-xl-5 {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .catalog-product-view .product-info-main-content .row .col-12.col-xl-3 {
        flex: 0 0 22.666%;
        max-width: 22.666%;
        padding-right: 0;
    }

    .sticky-addcart.active.fadeindown .fieldset-add {
        display: none;
    }

    .product-accordion .product.data.items .item.title>.switch {
        cursor: default;
    }

    .product-accordion .product.data.items .item.title.opened a:after {
        content: '';
        display: none;
    }

    .product-accordion .product.data.items .item.title>.switch:before {
        width: 100%;
        height: 1px;
        background: #ccc;
    }

    .product.info.detailed.product-accordion {
        max-width: 100%;
        display: flex;
        gap: 20px;
    }

    .product-sidebar-sticky-wrapper {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .product.data.items.mage-accordion-disabled {
        display: flex;
        width: 70%;
        flex-direction: column;
    }

    .product-sidebar-sticky-container {
        display: flex;
        width: 30%;
    }

    .custom-sticky-product-section-sidebar {
        width: 100%;
        height: auto;
        position: sticky;
        top: 50px;
        z-index: 5;
        border: 1px solid #ccc;
        padding: 15px;
        border-radius: 10px;
    }

    .catalog-product-view .product.info.detailed.product-accordion {
        overflow: visible;
    }

    /* Sticky issue resolve */
    .catalog-product-view .page-wrapper.magebig-container {
        overflow: visible;
    }

    .catalog-product-view .row {
        margin: 0;
    }

    .catalog-product-view .column.main.main-wrap.col-12 {
        padding: 0;
    }

    .product.info.detailed .product.data.items>.item.title.active>.switch,
    .product.info.detailed .product.data.items>.item.title.active>.switch:focus,
    .product.info.detailed .product.data.items>.item.title.active>.switch:hover {
        font-size: 22px;
        font-weight: 600;
    }

    .prar-box-reviews.prar-review-list .prap-rev-container .prar-review-list-wrp {
        width: 100%;
    }

    .recommendations-sticky-container {
        display: flex;
        width: 100%;
        text-align: center;
        flex-wrap: nowrap;
    }

    .recommendations-sticky-container .prar-recommend {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .recommendations-sticky-container .prar-recommend h2.prar-recommend-title {
        display: flex;
    }

    .recommendations-sticky-container .prar-recommend .prar-recommend-title span {
        width: 100%;
        display: flex;
        align-items: center;
        margin-left: 5px;
        font-size: 18px;
        margin-bottom: 4px;
        font-weight: 500;
    }

    .recommendations-sticky-container .prar-recommend .prar-recommend-title strong {
        font-size: 18px;
        font-weight: 600;
    }

    .prar-prod-rating.rating-histogram-sticky-section {
        display: flex;
        width: 100%;
        flex-direction: row;
        margin: 10px 0 10px 0;
    }

    .prar-prod-rating.rating-histogram-sticky-section .prar-histogram {
        margin-left: initial;
        width: 100%;
        max-width: 100%;
    }

    .prar-prod-rating.rating-histogram-sticky-section .prar-histogram .prar-histogram-item .prar-histogram-line {
        width: 80%;
    }

    .prar-prod-rating.rating-summary-custom-sticky-section .prar-rating .rating-summary.prar-rat-sum a.prar-all-rev-link {
        display: none;
    }

    .prar-prod-rating.rating-summary-custom-sticky-section {
        display: flex;
        width: 100%;
        flex-direction: row;
        margin: 10px 0 10px 0px;
    }

    .prar-prod-rating.rating-summary-custom-sticky-section .prar-rating {
        width: 100%;
        margin-right: auto;
    }

    .prar-prod-rating.rating-summary-custom-sticky-section .prar-rating .rating-summary.prar-rat-sum {
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
        max-width: 100%;
        justify-content: center;
    }

    .prar-prod-rating.rating-summary-custom-sticky-section .prar-rating .rating-summary.prar-rat-sum span.prar-stars-amount {
        font-size: 18px;
        font-weight: 600;
        height: 20px;
    }

    .prar-prod-rating.rating-summary-custom-sticky-section .rating-summary,
    .prar-prod-rating.rating-summary-custom-sticky-section .prar-rating .rating-summary .rating-result {
        width: auto;
        max-width: max-content;
    }

    .prar-prod-rating.rating-summary-custom-sticky-section .prar-rating .rating-summary .rating-result>span:before,
    .prar-prod-rating.rating-summary-custom-sticky-section .prar-rating .rating-summary .rating-result:before {
        height: 29px;
        font-size: 29px;
        line-height: 29px;
    }

    .prap-rev-container.product-details-sticky-section {
        width: 100%;
        display: flex;
    }

    .prap-rev-container.product-details-sticky-section .custom-sticky-basket-sticky.prar-sticky-basket.visible {
        width: 100%;
        padding: inherit;
        margin: inherit;
        border-radius: 6px;
        top: auto;
        border: none;
        align-items: flex-start;
    }

    .related-category-products-show-section {
        margin-top: 40px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {

    .catalog-product-view .product-info-main-content .row .col-12.col-md-6.col-xl-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .catalog-product-view .product-info-main-content .row .col-12.col-md-6.col-xl-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.catalog-product-view .product-info-main-content .product.media {
    display: block;
    width: 100%;
    height: auto;
    position: sticky;
    top: 20px;
    z-index: 7;
}

.catalog-product-view .widget-product .owl-theme .owl-nav .owl-next {
    right: 0;
}

.catalog-product-view .widget-product .owl-theme .owl-nav .owl-prev {
    left: 0;
}

.catalog-product-view .fotorama__stage .fotorama__stage__shaft {
    width: auto !important;
}

.catalog-product-view .gallery-placeholder .fotorama__thumb {
    border-radius: 10px;
}

.catalog-product-view .gallery-placeholder .fotorama__thumb-border {
    border: 3px solid #ff7519;
    border-radius: 10px;
}

.product-zoom-preview {
    background-position: center;
    background-size: 181%;
    display: none;
}

.zoom-lens {
    position: absolute;
    display: none;
    pointer-events: none;
    border: 1px solid #aaa;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 9999;
    border-radius: 4px;
}

a.action.quick-view {
    display: none !important;
}

.wrapper-breadcrums {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.holiday-product-view-section {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.holiday-product-view-section .holiday-product-view-btn {
    background-color: #f60;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.sticky-inner-scroll .holiday-product-view-section .holiday-product-view-btn {
    padding: 10px;
    border-radius: 26px;
}

.product-view-seller-vacation-message-on-top {
    text-align: center;
    padding: 0.75rem 1.25rem;
    margin: auto;
    background-color: #e0f6fc;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.64);
    border: 1px solid #26c1ec;
}

.holiday-custom-message-seller {
    font-size: 13.5px;
    font-weight: 500;
}

.product-info-main-content {
    margin-top: 15px;
}

.product-view-seller-vacation-section {
    padding-left: 15px;
    padding-right: 15px;
}

.sticky-inner-scroll .mst_mv_wrapper {
    border: none;
}

.sticky-inner-scroll .prap-rev-container .prar-sticky-basket h3 {
    margin: 0;
    font-weight: 400;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    color: #000;
}

.sticky-inner-scroll .custom-sticky-basket-sticky.prar-sticky-basket.visible .product-image-wrapper img {
    width: auto;
}

.sticky-inner-scroll span.askque {
    padding-left: 8px;
    text-align: center;
    justify-content: center;
    font-weight: 600;
    height: 42px;
}

.visit-seller-store-img {
    height: 25px;
}

.visit-seller-store-img-section,
.view-seller-store-collection-section {
    display: flex;
    gap: 10px;
    font-weight: 500;
}

.sticky-inner-scroll .prar-sticky-basket .mini-view button {
    width: 100%;
    border-radius: 26px;
}

.sticky-inner-scroll .prar-sticky-basket .mini-view button:hover {
    background-color: #ff8d00 !important;
    color: #fff;
}

.seller-message-section {
    display: flex;
    align-items: center;
    vertical-align: bottom;
    border: 1px solid #cccccc;
    border-radius: 24px;
    background-color: #e8e8e8;
    height: 42px;
    width: 100%;
    cursor: pointer;
    gap: 5px;
    margin-bottom: 15px;
}

.seller-message-section-img {
    width: 20%;
    justify-content: end;
    display: flex;
}

.askque.side-bar-seller-text {
    text-align: center;
    width: 70%;
}

.side-bar-visit-seller-store-img {
    height: 30px;
}

.favorite-seller-section {
    background-color: #fceed7;
    border-color: #f4c67a;
}

.seller-message-section.is-subscribe {
    background-color: #e1f1e1;
    color: #2f732f;
    border-color: #a7d5a7;
}

.seprate-section-link {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #fff 0%, #e1e1e1 10%, #e1e1e1 90%, #fff 100%);
    margin-bottom: 15px;
}

span.lofmp-badges__wrapper.hint--top {
    margin-bottom: 10px;
}

.swatch-quantity-section {
    width: 15%;
}

.swatch-attribute-section,
.swatch-product-price-section,
.swatch-subtotal-section {
    width: 20%;
}

.swatch-attribute-center-section {
    display: flex;
    padding: 3px 0px;
}

.swatch-attribute-center-section .swatch-option.text {
    font-size: 14px;
    font-weight: 500;
}

.product-options-wrapper .swatch-attribute-options.clearfix .swatch-option.text.selected {
    color: #f60;
    background: none;
    border: 1px solid transparent;
}

.product-options-wrapper .swatch-attribute-options.clearfix .swatch-option.text:hover {
    color: #f60;
}

.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute-label {
    margin-bottom: 1.2rem;
    margin-right: 1rem;
    font-weight: 600;
}

.swatch-attribute-options.clearfix {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product-options-wrapper .swatch-attribute-options.clearfix .swatch-option.text {
    font-weight: 500;
    border: 1px solid #a7a7a7;
    font-size: 14px;
    border-radius: 5px;
    max-width: 100%;
    min-width: auto;
}



.auction-bider-section-manage .bid-text-bold {
    font-weight: 600;
    font-size: 16px;
}

.auction-bider-section-manage .winning-status {
    font-size: 14.5px;
    font-weight: 500;
}

.auction-bider-section-manage .winning-status .error.message {
    font-size: 14.5px;
    background-color: #ffefef;
    border: 1px solid #eeafa4;
}

.auction-bider-section-manage .bid-winner-main-section {
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 6px 15px;
    position: relative;
    background-color: #eff9f5;
    border: 1px solid #a6deca;
    justify-content: center;
}

.auction-bider-section-manage .bid-winner-content::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    line-height: 21px;
    color: #006400;
    content: "\e959";
    font-family: 'mbicon';
    margin: -5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 500;
    overflow: hidden;
    speak: none;
}

.auction-bider-section-manage .bid-winner-content {
    color: #237155;
}

.auction-bider-section-manage .error.message:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: #e02b27;
    content: "\e954";
    font-family: 'mbicon';
    margin: -5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.auction-bider-section-manage .message.success:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: #006400;
    content: "\e959";
    font-family: 'mbicon';
    margin: -5px 5px 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.bid-status-show {
    display: block;
    text-align: center;
    width: 100%;
}

.auction-bider-section-manage .message.error>*:first-child:before,
.auction-bider-section-manage .message.success>*:first-child:before {
    display: none;
}

.anchr.number_of_bids {
    color: #0f9500;
    font-size: 15px;
    font-weight: 500;
}

.lof-row .customer_name.value {
    font-size: 16px;
    color: #008d8f;
    font-weight: 500;
}

.show-bidder-section-bidder {
    font-size: 16px;
    font-weight: 500;
}

.current-bid-title {
    font-size: 16px;
    font-weight: 500;
}

.current-bid-value {
    font-size: 15px;
    font-weight: 500;
}

.auction-bid-over-section {
    padding: 8px;
    text-align: center;
    font-size: 16px;
    background: #ff5e00;
    color: #fff;
    font-weight: 500;
    margin: 14px 0px;
}

.product-tab-labels-nav {
    position: sticky;
    top: 0px;
    z-index: 5;
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.product-tab-labels-nav ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}


.product-tab-labels-nav li a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    padding: 5px 10px;
    transition: color 0.2s ease;
    white-space: nowrap;
    font-size: 15px;
}


.product-tab-labels-nav li a:hover, .product-tab-labels-nav li a.active {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.fotorama-video-container.fotorama__active.hide-overlay::after {
    visibility: hidden;
    opacity: 0;
}

.fotorama-video-container.fotorama__active.video-unplayed::after {
    visibility: visible;
    opacity: 1;
}

.shipping-delivery {
    width: 100%;
}

.custom-shipping {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.title-div {
    font-weight: 600;
    text-align: start;
    font-size: 16px;
    color: #000;
}

.custom-shipping-description.description-div {
    padding: 0 10px;
    line-height: 1.4;
}

span.custom-shipping-price {
    font-size: 15px;
    font-weight: 500;
}

span.custom-shipping-method {
    font-weight: 500;
    font-size: 15px;
    color: #333;
}

.customshipping-date {
    font-size: 16px;
    font-weight: 600;
    color: green;
}

.description-div img {
    margin-left: 15px;
    max-width: 70%;
}

.refund-block .custom-shipping-description p {
    margin-top: unset;
    margin-bottom: unset;
}

.refund-block.custom-shipping {
    max-height: 50px;
}

.refund-block.custom-shipping .custom-shipping-tile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product-common-title {
    font-size: 14.5px;
    font-weight: 600;
}

.product-condition-description-info {
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 8px;
}

img.product-return-accept-img {
    max-width: 37px;
}

.not-refund-block-section-note {
    background-color: #fbe1e1;
    color: #ca2525;
    padding: 10px;
    font-size: 13.5px;
    border: 1px solid #eca7c2;
    border-radius: 5px;
}

.not-refund-product-title {
    padding-left: 20px;
    color: #ed3900;
    font-weight: 600;
    font-size: 14.5px;
}

.product-return-title {
    font-weight: 600;
    font-size: 14.5px;
}

.refund-block.custom-shipping {
    align-items: center;
}

img.guarantee-header-img {
    max-width: 26px;
}

strong.guarantee-title {
    font-weight: 600;
    color: #000;
}

.guarantee-box {
    padding: 10px;
    background: #f7f7f7;
}

.guarantee-header {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    gap: 10px;
}

.guarantee-header i {
    font-size: 20px;
    margin-right: 8px;
    color: #0a7a4a;
}

.guarantee-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 3px;
    font-size: 12.5px;
    color: #044a34;
    justify-items: start;
    font-weight: 500;
    flex-wrap: wrap;
    align-content: center;
}

.guarantee-list li {
    display: flex;
    align-items: center;
    padding: 4px 20px;
    cursor: pointer;
}

.guarantee-list li i {
    color: #fff;
    margin-right: 6px;
    font-size: 9.5px;
    background-color: #31af52;
    border-radius: 50%;
    padding: 4px;
    height: 16px;
}

.guarantee-footer {
    font-size: 14px;
    line-height: 1.5;
    text-transform: capitalize;
}

.vendor-name,
.ship-source {
    color: #10684f;
}

.return-policy {
    font-size: 13px;
    margin-top: 5px;
    color: #333;
}

.free-shipping-info,
.free-shipping-price {
    font-weight: 600;
}

img.privatesale-event-image-section {
    width: 100%;
}

.event-manager-shipping-outer-section.custom-free-shipping-info {
    padding: 15px;
    position: relative;
    color: #fff;
    background-color: #f60;
    text-align: center;
}

.event-manager-shipping-info-container {
    position: relative;
    width: 100%;
}

.event-manager-shipping-info {
    width: 100%;
    position: absolute;
    top: 25px;
    right: 0;
    color: #fff;
    font-weight: 500;
    text-align: end;
    margin-right: 20px;
}

.privatesale-event-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.privatesale-event-sold-progress-container {
    width: 50%;
}

.sold-items-title-info {
    font-weight: 600;
}

.avaiable-items-info {
    margin-right: 15px;
}

.totla-sold-items-info {
    color: #d10000;
    font-weight: 500;
}

.page-title-wrapper.product .page-title {
    font-weight: 500;
    margin: initial;
}

.product-info-stock-sku .stock.available {
    color: #006200;
    font-weight: 600;
    text-transform: uppercase;
}
.product.attribute.sku strong.type {
    font-weight: 600;
}
.product.attribute.sku .value {
    font-weight: 500;
    color: #333;
}
.related-category-products-show-section .widget-product .heading-title ,  .widgetplus.widget-product.featured  .heading-title {
    margin-bottom: 15px;
}

.verified-review-text-info {
    display: flex;
    width: 85%;
    text-align: end;
    font-size: 14px;
    align-items: center;
    justify-content: end;
    gap: 10px;
    color: #005e04;
}
.verified-review-check-icon {
    color: #fff;
    font-size: 10.5px;
    background-color: #31af52;
    border-radius: 50%;
    padding: 4px;
    height: 17px;
    width: 17px;
}

div#tab-label-reviews {
    display: flex;
    flex-direction: column;
}
a#tab-label-reviews-title {
    display: flex;
    gap: 10px;
}

button.btn-more-btn-info {
    border: none;
    margin-top: 10px;
    padding: 10px 21px;
    background: #f60;
    border-radius: 24px;
    color: #fff;
    width: 226px;
    font-weight: 600;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 28%);
}
button.btn-less-btn-info {
    border: none;
    margin-top: 10px;
    padding: 10px 21px;
    background: #000;
    border-radius: 24px;
    color: #fff;
    width: 226px;
    font-weight: 600;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 28%);
}

.promise-features-section-wrapper-inner-slider .media-heading.h4 {
    font-size: 14px;
    font-weight: 600;
    color: #007000;
}
.promise-features-section-wrapper-inner-slider .text.desc.std {
    font-size: 12.5px;
}
.promise-features-section-wrapper-inner-slider .promise-features-icon {
    font-size: 22px;
    color: #007000;
}
.promise-features-section-wrapper-inner-slider .media-left.align-self-center {
    margin-right: 10px;
}
.owl-carousel.promise-features-section-wrapper-inner-slider {
    padding: 0 10px;
    border-top: 1.5px solid #00bb00;
    background: #eaffe6;
}
.free-shipping-method-text {
    color: #006200;
    font-weight: 600;
    margin-left: 15px;
    font-size: 15px;
}
.product-wishlist {
    width: 28px;
    height: 28px;
}