.table-responsive.product_Bulk {
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px 15px;
    background: #39cb6d17;
}

.table-responsive.product_Bulk h5 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;

}

.font-w-700{
    font-weight: 700;
}
.color-success {
    color: #348952;
}

.table-responsive.product_Bulk thead tr {
    border-bottom: 1.8px solid #808080c2;
}


.table-responsive.product_Bulk tr th,
.table-responsive.product_Bulk tr td {
    font-size: 15px;
    text-align: center;
}

.table-responsive.product_Bulk tr td {
    border-width: 0;
    padding: 4px 8px;
}

.sigle_product .card {
    height: auto !important;
}

.invalid-feedback {
    display: block !important;
}

.btn-loading.back-review {
    background-color: #ff9a34 !important;
}

.product_Bulk .table {
    width: 100% !important;
    margin-bottom: 0;
    text-align: start !important;
}

@media only screen and (max-width: 480px) {

    .product_Bulk .table th {
        text-align: center;
    }
    .table-responsive.product_Bulk tr th, .table-responsive.product_Bulk tr td{
        font-size: 12px
    }

    .product_Bulk .table td {
        padding: 5px;
        text-align: center !important;
        width: auto !important;

    }
    .table-responsive.product_Bulk h5{
        font-size: 15px;
    }
}

.product_main_Detail table tr td {
    font-size: 15px;
    line-height: 17px;
    padding: 4px 0;
    vertical-align: middle;
    text-transform: capitalize;
}

.product_main_Detail table tr .text-end {
    font-weight: 600;
}

.product_main_Detail table tr td span {
    font-size: 12px
}

.product_main_Detail table tr td svg {
    max-width: 70px;
}
.purchase_msg{
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
}
.font-w-600{
    font-weight: 600;
}

/*select2 dropdown*/
.select2-container--default{
    width: 300px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-top: 3px;
    height: 35px !important;
}
.select2-container--default .select2-dropdown {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 4px !important;
}

.read_btn {
    margin: 10px 0;
    cursor: pointer;
    font-size: 16px;
    color: #ff9a34;
}
.about_content{
    max-height: 250px;
    overflow: hidden;
}

/*start css code for variants*/
.variant-scroll-wrapper {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: thin;
    padding: 20px 0;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}
.variant-scroll-wrapper::-webkit-scrollbar { height: 8px; }
.variant-scroll-wrapper::-webkit-scrollbar-thumb { background: #d0d0d0; border-radius: 8px; }
.variant-box {
    flex: 0 0 200px;
    scroll-snap-align: start;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 0;
    position: relative;
    cursor: pointer;
    transition: 0.22s ease;
    overflow: visible !important;
    z-index: 2;
}
.variant-box.selected {
    border-color: #fa6400;
    box-shadow: 0 0 6px rgba(250,100,0,0.25);
}
.variant-title {
    display: block;
    text-align: center;
    background: #fff3e5;
    color: #fa6400;
    font-size: 11px;
    font-weight: 700;
    padding: 6px;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #f5d0b0;
}
.variant-content {
    padding: 10px 12px 12px;
}
.variant-price {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin: 0;
}
.variant-price .mrp {
    font-size: 13px;
    text-decoration: line-through;
    color: #777;
    margin-left: 6px;
}
.variant-extra {
    margin: 2px 0 0;
    font-size: 12px;
    font-weight: 700;
    color: #16a34a;
}
.offer-tag {
    position: absolute;
    top: -15px;
    left: 10px;
    background: #0a8a46;
    padding: 3px 7px;
    color: #fff;
    font-size: 11px;
    border-radius: 5px;
}
/*end css code for variants*/

/*express delivery options*/
.delivery-box {
    border: 2px solid #ddd;
    border-radius: 16px;
    background: #fff;
    padding: 10px;
}
.delivery-card {
    border: 2px solid #ddd;
    padding: 5px;
    border-radius: 15px;
    cursor: pointer;
    background: #fff;
    transition: all 0.3s ease;
    min-height: 70px;
}
.delivery-card:hover {
    border-color: #1E1E1E;
}
.delivery-card input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #000;
}
.delivery-card input:checked + .delivery-card,
.delivery-card:has(input:checked) {
    border-color: #000;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
