
    body {
        background: #fff;
        font-family: "Trebuchet MS", sans-serif;
        font-size: 15px;
        overflow-x:hidden;
    }

    .d-flex {
        display: flex;
    }
    .mb-5{
        margin-bottom: 3rem
    }
    /* breadcrumbs */
    .after-header {
        padding: 10px 0;
    }

    .breadcrumbs {
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        font-size: 14px;
        margin: 20px 0px 0px 0px;
    }

    .breadcrumbs li {
        display: flex;
        align-items: center;
        color: #777;
    }

    .breadcrumbs li a {
        color: #1d1d1d;
        text-decoration: none;
        font-weight: 500;
    }

    .breadcrumbs li:not(:first-child)::before {
        content: "/";
        margin: 0 8px;
        color: #777;
        font-weight: 300;
    }

    @media (max-width: 576px) {
        .breadcrumbs {
            margin-top:30px;
        }
        .breadcrumbs_ml{
          margin-left:0px;  
        }
        .breadcrumbs li:last-child span[itemprop="name"] {
            display: inline-block;
            max-width: 15ch;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
        }
        
    }

    .breadcrumbs ul li img {
        width: 14px;
        color: #858585;
        margin-right: 5px;
        margin-bottom: 4px;
    }

    /* social icons css */

    /* social icons css */

    .pd-q-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffff;
        padding: 12px 20px;
        border-radius: 30px;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
        margin: 20px 0;
        overflow: hidden;
    }

    .pd-q-actions .share-on {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .pd-q-actions .share {
        font-size: 14px;
        color: #1a1a1a;
        font-weight: 500;
    }

    /* Icon styles */
    .pd-q-actions .icon img,
    .options img {
        width: 18px;
        /* Increase icon size */
        height: 18px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        /* Center icon inside the span */
    }

    /* Options styling */
    .pd-q-actions .options {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    @media (max-width: 576px) {
        .pd-q-actions .options
         {
        display: flex;
        align-items: center;
        gap: 5px;
        }
    }
    .pd-q-actions .options span {
        font-size: 14px;
        cursor: pointer;
        color: #000;
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: 500;
    }

    .pd-q-actions .options i {
        font-size: 18px;
        color: #000;
    }



    .product-name {
        font-size: 22px;
        color: var(--brand-dark);
        margin-top: 20px;
    }

    /* Gallary Images */
    .gallery-container {
                margin: 0 auto;
            }
            
     @media (max-width: 576px) {
            .gallery-container {
                width: 100%;
            }
            }
    .product-images{
        text-align:center;
    }        
    .product-images img {
        width: 100%;
        border-radius: 5px;
        cursor: pointer;
        padding: 0px 15px;
        max-width: 400px;
        margin: 0 auto;
    }
    .mt-2.d-flex.thumbnails {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 30px 0px;
    }
    .thumbnails {
        margin: 0;
    }

    .thumbnails img {
        width: 70px;
        height: 70px;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid #eee;
    }

    .info-badges {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px;
    }

    .ibadge {
        background: #f3f6fb;
        padding: 0px 10px;
        border-radius: 30px;
        font-size: 14px;
        color: #666;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        border: 1px solid #e5e9f3;
        line-height: 30px;
    }

    .ibadge .value {
        font-weight: 700;
        margin-left: 4px;
        color: #000;
    }

    .ibadge ins {
        text-decoration: none;
        color: #000;
        font-weight: 700;
        margin-right: 5px;
    }

    .ibadge del {
        color: #777;
    }

    .in-stock {
        color: #00a65a !important;
    }
    .key_features{
        margin-bottom:10px;
    }
    .key_features_txt {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .key_features ul {
        margin-top: 0;
        margin-bottom:0px;
        list-style: none;
        padding: 0;
    }

    .key_features ul li {
        font-weight: 500;
        padding-bottom: 10px;
    }

    .key_features .view-more {
        display: inline-block;
        line-height: 24px;
        padding-bottom: 2px;
        color: #d51e0b;
        border-bottom: 1px solid #d51e0b;
        cursor: pointer;
    }

    .key_features .view-more:hover {
        box-shadow: 0 1px 0 #d51e0b;

    }

    .product-price-options .p-wrap {
        border: 2px solid #ddd;
        padding: 15px;
        width: 100%;
        cursor: pointer;
    }

    .product-price-options .p-wrap:nth-child(2) {
        margin-left: 20px;
    }

    @media (max-width: 576px) {
        .product-price-options .p-wrap:nth-child(2) {
            margin-left: 0;
        }
    }

    .product-price-options .p-wrap div {
        font-size: 14px;
    }

    .product-price-options .p-wrap p:first-child {
        font-size: 20px;
    }

    .product-price-options .p-wrap p:first-child del {
        font-size: 18px;
        color: #838383;
        font-weight: 400;
    }

    @media (max-width: 576px) {
        .product-price-options {
            display: block !important;
        }

        .product-price-options .p-wrap:nth-child(2) {
            margin-top: 20px;
        }
    }

    .product-price-options .active {
        border-color: var(--brand-dark);
    }

    .product-price-options label {
        display: flex;
        align-items: center;
    }

    .product-price-options p {
        margin: 0;
        padding: 0;
    }

    .product-price-options input[type="radio"] {
        margin-right: 10px;
        width: 24px;
        height: 24px;
        /* Space between radio button and price text */
    }

    /* qty css */

    .qty-box {
        display: inline-flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 2px;
        overflow: hidden;
        justify-content: space-around;
    }

    .qty-btn {
        width: 40px;
        height: 40px;
        border: none;
        background: none;
        font-size: 22px;
        cursor: pointer;
        user-select: none;
    }

    .cart-option {
        margin-top: 20px;
    }

    .cart-option .btn {
        background: var(--btn-secondary);
        display: inline-block;
        border: aliceblue;
        min-width: 200px;
        padding: 0 20px;
        margin: 0px 0px 0px 15px;
        line-height: 38px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        cursor: pointer;
        border-radius: 4px;
        outline: none;
        text-align: center -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .cart-option .btn:hover {
        box-shadow: 0 50px rgba(0, 0, 0, 0.2) inset;
        color: #fff;
        text-decoration: none;
    }
    @media (max-width: 767px) {
        .qty-box {
            width: 48%;
        }
        .cart-option .btn {
            min-height: 40px;
            padding: 0px 20px;
            margin: 0px 0px 6px 5px;
            min-width: 48%;
        }
    }
    .qty-btn:hover {
        background: #e5e5e5;
    }

    #qtyInput {
        width: 50px;
        border: 0;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        text-align: center;
        font-size: 15px;
        outline: none;
        border-radius:0;
        box-shadow:none !important;
    }
@media (max-width: 576px) {
    /*.cart-option {*/
    /*    display: block !important;*/
    /*}*/
    
    .cart-option .btn
    {
        min-width: 48% !important;
        margin: 0px 0px 0px 0px !important;
        display: block !important;
    }
    
    .qty-box {
        margin: 0 auto 0 0;
    }
    body {
        overflow-x: hidden !important;
    }
}
    /* contdown css */

    .countdown {
        text-align: center;
        padding: 12px;
        border: 1px solid #eee;
        display: inline-block;
        border-radius: 6px;
        margin-top: 20px;
    }

    @media (max-width: 576px) {
        .countdown {
            width: 100%;
            margin-top: 40px;
        }
    }

    .cd-title {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 20px;
        margin-top: -23px;
        background: white;
    }

    .cd-boxes {
        display: flex;
        justify-content: center;
        gap: 25px;
    }

    .cd-group {
        text-align: center;
    }

    .cd-digits {
        display: flex;
        gap: 5px;
        margin-bottom: 5px;
    }

    .cd-digit-box {
        width: 15px;
        height: 20px;
        background: #ff5722;
        color: white;
        font-size: 14px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }

    .cd-label {
        font-size: 13px;
        font-weight: 500;
        color: #444;
    }

    /* ---------- LIGHTBOX ---------- */
    #lightbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    #lightbox img {
        max-width: 90%;
        max-height: 80%;
        border-radius: 8px;
    }

    #closeLightbox {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 40px;
        color: white;
        cursor: pointer;
        user-select: none;
    }

    /* --- ARROWS LEFT / RIGHT --- */
    #lightboxControls {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 30px;
        transform: translateY(-50%);
    }

    .lightbox-arrow {
        font-size: 50px;
        color: #b9b8b8;
        cursor: pointer;
        user-select: none;
        padding: 10px 20px;
    }

    .lightbox-arrow:hover {
        color: #ddd;
    }

 
/*body part css start*/
    .container-mt {
        margin-top: 30px;
    }

    .product_product_navs {
        margin: 20px 0;
    }

    .product_nav {
        list-style: none;
        padding: 0;
        display: flex;
        gap: 10px;
    }

    .product_nav li {
        padding: 10px 18px;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        color: #000;
        border: 1px solid #e2e2e2;
        transition: 0.2s ease;
        background: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }

    .product_nav li:hover {
        background: #d51e0b;
        color: white;
        border-color: #d51e0b;
    }

    .product_nav .active {
        background: #d51e0b;
        /* Startech Red */
        color: #fff;
        border-color: #d51e0b;
    }

    @media (max-width: 576px) {
        .product_nav {
            gap: 4px;
        }

        .product_nav li {
            padding: 5px 3px;
            font-size: 14px;
        }
    }

    /* ======= TABLE MAIN DESIGN ======= */
    .specification-tab .data-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 15px;
        background: #fff;
        border-radius: 6px;
        overflow: hidden;
    }

    .specification-tab .data-table td {
        padding: 10px 14px;
        border-bottom: 1px solid #e6e6e6;
    }

    /* ======= HEADING ROW (blue bar) ======= */
    .specification-tab .data-table .heading-row {
        background: #3749bb0d;
        font-weight: 600;
        font-size: 15px;
        color: var(--brand-dark);
        border-bottom: 1px solid #d4d7fa;
        padding: 12px 14px;
    }

    /* ======= Name column ======= */
    .specification-tab .data-table .name {
        width: 40%;
        font-weight: 500;
        color: #333;
    }

    /* ======= Value column ======= */
    .specification-tab .data-table .value {
        color: #000;
    }

    /* ======= Remove last border ======= */
    .specification-tab .data-table tbody tr:last-child td {
        border-bottom: none;
    }

    /* ======= RESPONSIVE MOBILE VIEW ======= */
    @media (max-width: 768px) {

    .specification-tab .data-table .name {
        width: 30%;
        font-weight: 500;
        color: #333;
    }
        .specification-tab .data-table,
        .specification-tab .data-table tr,
        .specification-tab .data-table td {
            display: block;
            width: 100%;
        }

        .specification-tab .data-table td {
            padding: 8px 12px;
        }

        .specification-tab .data-table td.name {
            font-weight: 600;
            width: 100%;
            background: none;
            border-bottom: none;
        }

        .specification-tab .data-table td.value {
            padding-top: 0;
            margin-bottom: 10px;
        }

        .specification-tab .data-table .heading-row {
            display: block;
            width: 100%;
        }
    }


    .section-head-ppb h2 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .bg-white {
        background-color: #fff;
    }

    .m-tb-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .wrapper {
        background: var(--s-b-bg);
        border-top: 1px solid #ddd;
    }

    .specification-tab,
    .description,
    .latest-price,
    .related-product-list,
    .recently-viewed {
        background: white;
        padding: 20px;
        border-radius: 5px;
    }

    /* sidebar stye css start*/
    .side-section {
        background: #fff;
        border: 1px solid #e5e5e5;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 6px;
        margin-top: 30px;
    }

    .side-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #1d1e1f;
    }

    .side-item {
        display: flex;
        align-items: center;
        margin-bottom: 18px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .side-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .thumb img {
        max-width: 80px;
        height: 80px;
    }

    .sidebar-info {
        margin-left: 12px;
    }
.sidebar-info h4.p-name {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
    .p-name a {
        color: #333;
        text-decoration: none;
    }

    .p-name a:hover {
        color: #FF6600;
    }

    .p-price .price-new {
        font-size: 16px;
        color: #e80000;
        font-weight: 600;
        margin-right: 8px;
    }

    .p-price .price-old {
        font-size: 14px;
        text-decoration: line-through;
        color: #777;
    }

    .compare-btn {
        display:flex;
        margin-top: 6px;
        background: transparent;
        border: none;
        color: #444;
        font-size: 13px;
        cursor: pointer;
    }

    .compare-btn i {
        margin-right: 5px;
    }

    .compare-btn:hover {
        color: #FF6600;
    }

    /* sidebar css end */

    /* review and qa section start*/
    .section-head-ppb {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }

    .section-head-ppb .title-n-action h2 {
        font-size: 18px;
    }

    .ask-question,
    .review-section {
        padding: 20px;
        border-radius: 5px;
    }

    .rating .material-icons {
        color: #ff9900;
        width:15px;
        margin-right: -5px;
        margin-bottom: 9px;
    }

    .average-rating .rating .material-icons {
        width:20px;
    }

    .average-rating .count {
        font-size: 18px;
        margin-left: 5px;
    }

    .review-wrap,
    .question-wrap {
        padding: 15px 0px;
        border-bottom: 1px solid #eee;
    }

    .question-wrap h3,
    .answer-wrap p {
        font-size: 15px;
        margin: 0;
    }

    .question-wrap .author,
    .review-wrap .author {
        font-size: 13px;
        font-weight: 500;

    }

    .question-wrap .question,
    .review-wrap .review {
        margin-bottom: 5px;
    }

    .question-wrap .author .name,
    .review-wrap .author .name {
        color: var(--brand-dark);
    }

    .q-action .btn {
        background: white;
        display: inline-block;
        border: 2px solid var(--brand-dark);
        min-width: 100px;
        padding: 0 20px;
        margin: 0px 0px 0px 15px;
        line-height: 38px;
        font-size: 14px;
        font-weight: 600;
        color: var(--brand-dark);
        cursor: pointer;
        border-radius: 4px;
        outline: none;
        transition: all 300ms linear;
    }

    .q-action .btn:hover {
        box-shadow: 0 50px rgb(26 75 61) inset;
        color: #fff;
        text-decoration: none;
    }

    @media (max-width: 768px) {
        .section-head-ppb {
            display: block;
        }

        .q-action .btn {
            margin: 0;
        }

    }
    
    
    /**/
    .copy-success-alert {
    
    width: 100%; 
    margin: 15px 0; 
    
    background-color: #e6f6f0; 
    color: #197962; 
    padding: 15px 20px;
    border-radius: 4px;
    border: 1px solid #c9e6db;
    
    box-shadow: none; 
    
    display: flex;
    align-items: center;
    gap: 10px;
    
    opacity: 0; 
    transition: opacity 0.5s;
}

.copy-success-alert i {
    font-size: 18px;
}


 /* Modal Background */
.custom-modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

/* Modal Content Box */
.custom-modal-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
}

/* Close Button (X) */
.close-custom-modal {
    /*position: absolute;*/
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

/* Message Area */
.modal-msg-body {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

/* Success Icon */
.success-icon {
    color: #00c853; /* Green Color */
    font-size: 22px;
    margin-top: -2px;
}

/* Dynamic Link Style (Product Name) */
.modal-msg-text a {
    color: #ff5722 !important; /* Orange/Red Color from image */
    text-decoration: none;
}

/* Buttons Area */
.modal-btn-group {
    display: flex;
    gap: 15px;
    margin-left: 38px; /* Align with text */
}

/* Compare Now Button */
.btn-compare-now {
    background-color: var(--brand-dark); /* Blue Color */
    color: #fff !important;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    transition: 0.3s;
}
.btn-compare-now:hover {
    box-shadow: 0 50px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    text-decoration: none;
}

/* Continue Button */
.btn-continue-shopping {
    background-color: #fff;
    color: #304ffe;
    border: 1px solid #304ffe;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    transition: 0.3s;
}
.btn-continue-shopping:hover {
    background: var(--brand-dark);
    color: #fff;
    text-decoration: none;

}


 /* Custom CSS for Review Pagination */

/* 1. Base Styling for all buttons (PREV, NEXT, Numbers) */
.pagination > li > a,
.pagination > li > span {
    border-radius: 4px !important; /* হালকা গোলাকার কোণা */
    margin: 0 4px; /* বাটনগুলোর মধ্যে দূরত্ব */
    padding: 8px 14px;
    background-color: #f7f7f7; /* হালকা ধূসর ব্যাকগ্রাউন্ড */
    border: 1px solid #e7e7e7;
    color: #333;
    font-weight: bold;
    /* যাতে PREV, NEXT বাটনগুলো পাশাপাশি থাকে */
    display: inline-block; 
}

/* 2. Style for Active Page (The Red Button) */
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    background-color: #d9534f !important; /* উজ্জ্বল লাল রং */
    border-color: #d9534f !important;
    color: #fff !important; /* সাদা লেখা */
    box-shadow: none;
}

/* 3. Style for Prev/Next (when they are disabled/not clickable) */
.pagination > li > .disabled {
    background-color: #fff;
    color: #999;
}

/* 4. Hover effect */
.pagination > li > a:hover {
    background-color: #e9e9e9;
}

/* ensure the pagination container is centered */
.text-center .pagination {
    display: inline-flex; /* বাটনগুলো মাঝখানে আনার জন্য */
    list-style: none; /* ডিফল্ট বুলেট পয়েন্ট সরাতে */
    padding-left: 0;
}
.pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    background-color: #D51E0B !important;
    border-color: #D51E0B !important;
    color: #fff !important;
    box-shadow: none;
}


/* ----------------------------------------------- */
/* 1. Modal Container and Box Layout */
/* ----------------------------------------------- */
.review-modal-overlay {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

.review-modal-box {
    background-color: #fff;
    padding: 35px 40px; 
    border-radius: 10px; 
    width: 95%;
    max-width: 500px; 
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 50px auto;
}

/* Close Button (X) */
.close-review-modal {
    /*position: absolute; */
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #666;
    line-height: 1;
}

/* Modal Title */
.review-modal-title {
    color: #4360a8;
    font-size: 26px;
    font-weight: 500;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

/* ----------------------------------------------- */
/* 2. Form Fields and Labels */
/* ----------------------------------------------- */
#form-review .control-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Required indicator */
#form-review .form-group.required .control-label:before {
    content: '*';
    color: #ff0000;
    font-weight: normal;
}

/* Input/Textarea Styles */
#form-review .form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 12px;
    height: auto;
    resize: vertical;
}
#form-review .form-control:focus {
    border-color: #4360a8; 
    box-shadow: none;
}

/* Product Name Display */
.product-name-display {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px;
}
#input-ratting input{
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}
/* ----------------------------------------------- */
/* 4. Custom Buttons (Submit and Back) */
/* ----------------------------------------------- */
.button-group-custom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 15px;
}

.submit-btn-custom,
.back-btn-custom {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600 !important;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

/* Submit Button (Solid Blue) */
.submit-btn-custom {
    background: var(--brand-dark);
    display: inline-block;
    border: aliceblue;
    min-width: 200px;
    padding: 0 20px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-align: center -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.submit-btn-custom:hover {
    box-shadow: 0 50px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    text-decoration: none;
}

/* Back Button (Outline Blue) */
.back-btn-custom {
    background: white;
    display: inline-block;
    border: 2px solid var(--brand-dark);
    min-width: 100px;
    padding: 0 20px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    color: var(--brand-dark);
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    transition: all 300ms linear;

}
.back-btn-custom:hover {
    box-shadow: 0 50px rgb(26 75 61) inset;
    color: #fff;
    text-decoration: none;
}
#form-review .form-group.required .control-label:before{
    display:none;
}

.wishlist-error-alert {
    background-color: #e6f7f4; 
    color: #00695c;           
    padding: 12px 20px;
    border-radius: 4px;
    margin: 15px 0px;
    font-size: 14px;
    border: 1px solid #b2dfdb;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wishlist-error-alert i {
    font-size: 16px;
    color: #00897b;
}

.wishlist-error-alert a {
    color: #004d40;
}

.btn-continue-wishlist {
    background-color: #fff;
    color: #304ffe;
    border: 1px solid #304ffe;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    transition: 0.3s;
}
.btn-continue-wishlist:hover {
    background: var(--brand-dark);
    color: #fff;
    text-decoration: none;

}

.product-reward-wrapper {
    display: flex;
    align-items: center;
    background: #fff5f2;
    padding: 14px 15px;
    border-radius: 4px;
    gap: 10px;
    margin: 10px 0;
    width: 24%;
}

.reward-icon {
    background: #ef4a23; 
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.reward-icon i {
    color: #fff;
    font-size: 14px;
}

.reward-text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.reward-amount {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.reward-label {
    font-size: 14px;
    color: #01132d;
    font-weight: 500;
}

.all-option {
    display: flex;
}
    .all-option .form-group {
        margin-bottom: 20px;
        position: relative;
        padding: 0 18px;
        border-left: 1px solid #ededed;
    }
    
   .all-option .form-group:first-child {
        border-left: none;
        padding-left: 0;
    }
#product h3 {
    margin-bottom: 20px !important;
}

.custom-option-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.custom-option-group input[type="radio"], 
.custom-option-group input[type="checkbox"] {
    display: none;
}

.custom-option-group .option-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    background: #fff;
    border: 1px solid #3749BB;
    border-radius: 0px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s ease;
    min-width: 90px;
    text-align: center
}
.form-group .form-control {
    border: 1px solid #3749bb !important;
    border-radius: 0px !important;
}
.control-label span {
    color: #000;
}
.custom-option-group .option-box:hover {
    border-color: #ef4a23;
    color: #ef4a23;
}

.custom-option-group input:checked + .option-box {
    background: #ef4a23;
    color: #fff;
    border-color: #ef4a23;
    box-shadow: 0 2px 6px rgba(239, 74, 35, 0.3);
}

.custom-option-group .option-box img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    object-fit: contain;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 5px;
    font-size:16px;
}
.custom-radio-wrap {
    display: flex;
    gap: 5px;
}
@media (max-width: 576px) {
    .all-option {
        display: inherit;   
    }
    
    .all-option .form-group {
        padding: 0;
        border-left: 0px solid #ededed;
    }
    
    .custom-checkbox-wrap {
        width: 33%;
    }
    .form-group .form-control {
        width: 100%;
    }
    .product-reward-wrapper {
        width: 100%;
    }
}

#buy-now-popup { 
    display: none;
}

.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none; 
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.custom-modal-box {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 658px;
    width: 90%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}