@keyframes inventory-pulse {
    0% {
        opacity: 0.5;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.badge-green .icon {

    &:before,
    &:after {
        width: 9px;
        height: 9px;
        background: #f72727;
        border-radius: 9px;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        margin: 8px 8px 8px 0px;
    }

    &:before {
        animation: inventory-pulse 2s linear infinite;
    }

    @nest .inventory--low & {

        &:before,
        &:after {
            background: #F4AF29;
        }
    }
}

@keyframes btn-payment {
    0% {
        left: 0;
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    48% {
        opacity: .2;
    }

    80% {
        opacity: 0;
    }

    100% {
        left: 82%;
    }
}

.badge-green {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
}

.badge-green .text {
    display: inline-block;
    background: #fff;
    color: #f72727;
    font-size: 0.8rem;
    border-radius: 4.0rem;
    text-align: center;
}

.badge-green.outline .text {
    padding: 0px 15px;
    border: solid 2px #54c63a;
}

.badge-green .icon {
    display: inline-block;
    width: 18px;
    height: 17px;
    position: relative;
}

.product-page {
    background: #fff;
}

.main-image-wrap {
    background: #f7f7f7 url('../img/loader.webp') center top no-repeat;
    background-size: 100% auto;
    min-height: 450px;
}

.main-image-wrap img {
    width: 100%;
    display: block;
}

.product-title {
    font-size: 1.2rem;
}

.product-sub-title {
    color: var(--color-text2);
    font-size: 0.8rem;
    font-weight: 400;
}

.product-review-bar {
    background: #FBF7EB;
    border-radius: 8px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
}

.product-review-bar .review-link:hover {
    opacity: 0.85;
}

.product-review-bar .stars i {
    font-size: 14px;
}

.custom-price-box {
    font-family: var(--font-heading-family);
}

.old-price {
    color: var(--color-text2);
    font-size: 1.1rem;
    font-weight: 400;
}

.sale-price {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 500;
}

.sale-price .price-only {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-top: -11px;
    margin-left: 5px;
}

.product-price {
    font-size: 1.2rem;
    font-weight: 300;
}

.buy-bullets {
    margin-bottom: 37px;
}

.buy-bullets>div {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 5px;
}

.buy-bullets i {
    color: var(--color-text);
    font-size: 1.1rem;
    margin-left: 0px;
    margin-right: 5px;
}

.buy-bullets span {
    display: inline-block;
    color: var(--color-text);
    font-size: 0.9rem;
}

.product-benefits {
    margin: 15px auto 45px;
}

.benefits-box {
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    padding: 0px 28px;
    background: #fff;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

.benefit-icon {
    flex-shrink: 0;
    color: #111;
}

.benefit-icon i {
    font-size: 1.1rem;
}

.benefit-content h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #111;
    letter-spacing: .2px;
}

.thumbs-wrap {
    position: sticky;
    top: 100px;
}

.thumb-item {
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
}

.thumb-item.active-thumb {
    border: 2px solid var(--color-black-light);
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 55%);
}

.product-thumb {
    width: 100%;
    display: block;
}

.video-thumb-inner {
    position: relative;
}

.video-thumb-inner i {
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #ffffff;
}

.qty-wrap {
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0px 0px;
}

.qty-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #000000;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
}

.form-cart .qty-btn {
    color: #fff;
}

.qty-input {
    width: 50px;
    border: none;
    text-align: center;
    font-size: 20px;
    outline: none;
}

.btn-add-cart,
.btn-buy-now {
    border: none;
    background: #000000;
    color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 500;
    letter-spacing: .5px;
    width: 100%;
}

.btn-buy-now {
    width: 100%;
}

#custom-buy-now button {
    color: #ffffff !important;
    width: 100%;
    background: #006819;
	background: #000000;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    position: relative;
    padding: 10px 0px;
    border-radius: 8px;
    margin-top: 12px;
    text-transform: uppercase !important;
    text-decoration: none;
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 55%);
    transition: all 0.2s ease;
}

#custom-buy-now button:active {
    box-shadow: none;
}

#custom-buy-now i {
    font-size: 1rem;
	margin-right: 4px;
	}


#custom-buy-now button span {
    color: #ffffff !important;
}

#custom-buy-now button:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to right, #fff0, #ffffff08 1%, #fff9 30%, #ffffffd9 50% 70%, #ffffffd9 71%, #fff0);
    width: 15%;
    height: 100%;
    transform: skew(-10deg);
    animation: btn-payment 1.5s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

#custom-buy-now .buy-now-desc {
    display: block;
    color: #fff;
    background: linear-gradient(90deg, #ed1f1f 0%, #f107a3 100%);
    border: solid 0px #a7a7a7;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: -10px;
    padding-top: 15px;
    padding-bottom: 3px;
    border-radius: 8px;
}

#wa-buy-now {
    background: #00968B;
	background: linear-gradient(90deg, rgb(0 110 102) 0%, rgba(1, 163, 150, 1) 100%);
    color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    border: none !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
    margin: 20px auto 20px;
    padding: 10px 0px;
    position: relative;
    box-shadow: 0px 3px 5px -3px rgb(0 0 0 / 55%);
    transition: all 0.2s ease;
}

#wa-buy-now:active {
    box-shadow: none;
}

#wa-buy-now i {
    font-size: 1rem;
}

.basic__step-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-shadow: none;
    line-height: 1.14285714em;
    border-radius: .28571429rem;
    border: 1px solid rgba(34, 36, 38, .15);
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
}

.basic__step-container .step-box__basic {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    flex-direction: column;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0;
    padding: 10px 4px 10px 4px;
    background: #fff;
    color: rgba(0, 0, 0, .87);
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-right: 1px solid rgba(34, 36, 38, .15);
    -webkit-transition: background-color .1s ease, opacity .1s ease, color .1s ease, box-shadow .1s ease;
    transition: background-color .1s ease, opacity .1s ease, color .1s ease, box-shadow .1s ease;
    box-sizing: inherit;
    width: 33.333%;
}

.basic__step-container .step-box__basic .icon__step-box i {
    font-size: 1.5rem;
}

.basic__step-container .step-box__basic .content__step-box {
    text-align: center;
    margin-top: 10px;
}

.basic__step-container .step-box__basic:after {
    display: none;
    position: absolute;
    z-index: 2;
    content: '';
    top: 50%;
    right: 0;
    border: medium none;
    background-color: #fff;
    width: 1.14285714em;
    height: 1.14285714em;
    border-style: solid;
    border-color: rgba(34, 36, 38, .15);
    border-width: 0 1px 1px 0;
    -webkit-transition: background-color .1s ease, opacity .1s ease, color .1s ease, box-shadow .1s ease;
    transition: background-color .1s ease, opacity .1s ease, color .1s ease, box-shadow .1s ease;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
}

.basic__step-container .step-box__basic:after {
    display: block;
}

.basic__step-container .step-box__basic:last-child:after {
    display: none;
}

.basic__step-container .step-box__basic .title__content {
    font-weight: 700;
}

.basic__step-container .step-box__basic .description__content {
    font-size: 13px !important;
    font-weight: 400;
    margin-top: 4px;
    color: rgba(0, 0, 0, .87);
}

.product-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
}

.product-accordion .accordion-button {
    background: transparent;
    padding: 25px 0;
    font-size: 1.1rem;
    box-shadow: none !important;
}

.product-accordion .accordion-body {
    padding: 0 0 25px;
}

.custom-reviews {
    background: #f5f5f5;
}

.reviews-heading {
    font-size: 1.5rem;
}

.review-summary-box,
.review-card,
.review-form-box {
    background: #fff;
    border-radius: 24px;
    padding: 25px 40px 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05);
}

.avg-rating {
    font-size: 1.9rem;
    font-weight: 700;
    color: #3c4b64;
}

.summary-stars i,
.review-stars i,
.interactive-stars i,
.rating-label i {
    color: #f7b500;
}

.review-total {
    font-size: 1.1rem;
    font-weight: 700;
    color: #3c4b64;
}

.rating-progress-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}

.progress {
    height: 10px;
    border-radius: 50px;
    background: #e5e5e5;
}

.progress-bar {
    background: #f7b500;
}

.write-review-btn,
.submit-review-btn {
    background: #000000;
    color: #fff;
    border: none;
    padding: 16px 42px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
}

.write-review-btn:hover,
.submit-review-btn:hover {
    color: #fff;
    background: #000000;
}

.cancel-btn {
    padding: 16px 42px;
    border-radius: 14px;
    font-size: 1.1rem;
    font-weight: 600;
}

.review-success-message {
    max-width: 800px;
    margin: auto;
}

.review-success-message .success-icon {
    font-size: 70px;
    color: #ee0777;
    line-height: 1;
}

.review-success-message h4 {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 700;
}

.review-success-message p {
    color: #000000;
    font-size: 1rem;
}

.interactive-stars i {
    font-size: 28px;
    cursor: pointer;
    color: #F7B500;
    margin-right: 5px;
}

.submit-review-btn {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.submit-review-btn:hover {
    background: #000000;
    border-color: #000000;
}

.review-card {
    text-align: left;
    height: 100%;
    min-height: 400px;
    position: relative;
}

.review-avatar {
    width: 90px;
    height: 90px;
    margin: 45px auto 20px;
    overflow: hidden;
    border-radius: 50%;
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-author {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
}

.review-stars {
    text-align: center;
    margin-bottom: 20px;
}

.review-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.review-text {
    color: var(--color-black-light);
    font-size: 0.9rem;
    line-height: 1.4rem;
}

.review-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.review-images img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.review-form-box h2 {
    font-size: 2rem;
}

.review-form-box label {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
    font-weight: 500;
}

.review-form-box .form-control {
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 18px;
}

.review-form-box textarea.form-control {
    min-height: 180px;
}

.interactive-stars i {
    font-size: 24px;
    cursor: pointer;
    margin-right: 5px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #111;
}

.cod-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 99999;
}

.cod-modal.active {
    display: block;
}

.cod-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
}

.cod-box {
    position: relative;
    width: 960px;
    max-width: 95%;
    background: #fff;
    margin: 5% auto 0px;
    border-radius: 16px;
    padding: 20px;
    animation: pop 0.25s ease;
}

@keyframes pop {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cod-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.cod-header h5 {
    margin-bottom: 0px;
}

#closeCod {
    background: var(--color-black);
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 10px 3px !important;
    height: auto !important;
    line-height: 0px;
}

.cod-product {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.cod-product h6 {
    font-size: 0.9rem;
}

.cod-product img {
    width: 60px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.cod-product p {
    margin-bottom: 0px;
}

.cod-product .sale-price {
    font-size: 1.3rem;
}

.cod-product .old-price {
    font-size: 1rem;
}

.shipping-card input[type="radio"] {
    display: none;
}

.shipping-card-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 18px;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.25s ease;
    background: #fff;
}

.shipping-card-label:hover {
    border-color: transparent;
    transform: translateY(-2px);
}

.shipping-price {
    font-weight: 700;
    font-size: 16px;
    color: var(--color-black);
}

.btn-check:checked+.shipping-card-label {
    border-color: #d5ebff;
    background: rgba(13, 110, 253, 0.06);
    box-shadow: 0px 0px 4px 0px rgba(13, 110, 253, 0.12);
}

.btn-check:checked+.shipping-card-label .shipping-price {
    color: #0d6efd;
}

.cod-box label {
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 0.2rem;
}

.cod-box input {
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    box-shadow: 5px 6px 14px -15px var(--color-black);
}

.cod-box input::placeholder {
    font-size: 0.8rem;
}

.cod-total-box {
    background: linear-gradient(135deg, #ffffff, #ececec);
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 8px 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.cod-total-label {
    font-size: 0.9rem;
    font-weight: 500;
}

.cod-total-amount {
    font-family: var(--font-heading-family);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    color: var(--color-black);
    letter-spacing: -1px;
}

.cod-total-note {
    margin-top: 6px;
    font-size: 13px;
    color: #6c757d;
}

.cod-submit {
    position: relative;
    width: 100%;
    padding: 12px;
    background: var(--color-black);
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 4px 5px -4px var(--color-black);
    transition: 0.2s ease;
}

.cod-submit:active {
    box-shadow: none;
}

.cod-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    display: none;
    margin-left: 8px;
    vertical-align: middle;
}

.cod-submit.loading .btn-spinner {
    display: inline-block;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.cancel-codForm {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: underline;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

.success-popup-box {
    width: 100%;
    max-width: 500px;
    background: #fff;
    border-radius: 20px;
    padding: 10px 10px;
    text-align: center;
    animation: popupScale .35s ease;
}

.success-icon {
    border-radius: 50%;
    color: #ee0777;
    font-size: 48px;
    font-weight: bold;
}

.success-popup-box h2 {
    font-size: 34px;
    margin-bottom: 10px;
    color: #111827;
}

.success-text {
    font-size: 0.9rem;
    color: var(--color-black-light);
    margin-bottom: 25px;
    border-top: solid 1px #dedede;
    padding-top: 15px;
}

.success-order-id {
    background: #f3f4f6;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 25px;
    font-size: 18px;
}

.success-order-id span {
    font-weight: 700;
    color: #ee0777;
}

.order-details {
    border: solid 1px #ececec;
    border-radius: 10px;
}

.order-details label {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--color-black-light);
    margin: 0px;
}

.order-details p {
    font-weight: 600;
}

.continue-btn {
    width: auto;
    border: none;
    background: #ee0777;
    color: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
}

.continue-btn:hover {
    background: #cb146c;
}

@keyframes popupScale {
    from {
        transform: scale(.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media(max-width:991px) {

    .review-summary-box,
    .review-card,
    .review-form-box {
        padding: 25px;
    }

    .write-review-btn,
    .submit-review-btn,
    .cancel-btn {
        width: 100%;
        margin-top: 10px;
    }
}

@media(max-width:768px) {

    .thumbs-wrap {
        flex-direction: row !important;
        overflow-x: auto;
        position: relative;
        top: 0;
    }

    .product-title {
        font-size: 1.4rem;
    }

    .btn-add-cart {
        width: 100%;
    }

    .qty-wrap {
        width: 100%;
        justify-content: space-between;
    }

    .benefits-box {
        border-radius: 18px;
        padding: 0px 20px;
    }

    .benefit-item {
        gap: 14px;
        padding: 15px 0;
    }

    .benefit-content h4 {
        font-size: 0.9rem;
    }

    .benefit-icon i {
        font-size: 1.1rem;
    }

}