.delivery-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

/* Label + Icon hover */
.delivery-wrapper:hover .delivery-tooltip,
.delivery-info-icon:hover + .delivery-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.modern-unavailable-badge {
    background: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
    padding: 3px 6px;
    font-weight: 600;
    font-size: 11px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    pointer-events: none;
    width: fit-content
}
.unav img.pd-cart-img {
    opacity: 0.6;
}
.unav span.f-heavy.text-capitalize {
    text-decoration: line-through;
}
.unav select#schdatepicker36_0 {
    background: #fdf3f3;
}
.table_row.mt-2.unav {
    background: #f8d8da52;
}
.unav .pro-qty {
    background: #fdf3f3;
    opacity: 0.6;
}
/* Tooltip Box */
.delivery-tooltip {
    position: absolute;
    top: 25px;
    left: 0;
    background: #000000;
    color: white;
    min-width: 260px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: 0.2s ease-in-out;
    z-index: 999;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.25);
}

/* Title Bar */
.tooltip-title {
    font-size: 11px;
    font-weight: 700;
    background: #111827;
    padding: 8px;
    margin: -10px -12px 10px -12px;
    border-radius: 6px 6px 0 0;
}

/* Rows */
.tooltip-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

/* Last Row */
.tooltip-row.total span:first-child {
    font-weight: 700;
}
.tooltip-row.total span:last-child {
    font-weight: 700;
}

/* Arrow */
.delivery-tooltip .arrow {
    position: absolute;
    top: -6px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #1f2937;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
    /* Firefox */
}

.wallet_coupon_wrap .wrap-auto-width-mobile {
    width: 100%;
}

p.alert.alert-warning {
    color: #333333;
    background: #FDF8C7;
    padding: 8px;
    border: 1px solid #D9CF73;
    font-size: 15px;
    margin-bottom: 0
}

.coupon_discount {
    margin-bottom: 8px;
}
.deliveryCharges {
    margin-top: 8px;
}
.remove_schedule_msg{
    position: absolute;
    width: 100%;
    right: -19px;
    bottom: -23px;
}
span.green-free {
    color: green;
}
.min-width-date {
    min-width: 240px;
}

.shoping__cart__table {
    overflow-x: auto;
}

.size-bold-wrap {
    font-size: 26px !important;
}

p.sage_note {
    padding: 12px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 6px 0px;
    border-radius: 3px;
    margin: 15px 0;
}

.wallet_coupon_wrap {
    padding: 15px !important;
}

.border-new-wrap .table_row>.table_small>.table_cell {
    font-size: 16px;
    font-weight: 400;
}

.order-detail-right {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 6px 0px;
    background: rgb(255, 255, 255);
    padding: 12px 20px;
    border-radius: 5px;
    margin-top: 14px;
}

span.grandTotalPickup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700 !important;
}

.border-top-wrap {
    border-top: 1px solid #cbcbcb;
    padding-top: 6px;
    margin-top: 8px;
}

.grandTotalPickup p {
    margin: 0;
    color: #333333;
}

.coupon_btn {
    padding: 6px 15px;
    background: #fff;
    border: 1px dashed;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.select-pay-label {
    font-size: 16px;

}

.coupon_btn img {
    max-width: 43px;
    float: left;
}

p.heading-above {
    font-weight: 600;
    color: var(--default-color, #7fad39);
    font-size: 16px;
    margin-bottom: 4px;
}

.flex-for-desktop {
    display: flex;
    margin-bottom: 1rem;
    align-items: end;
}

.form-control:disabled,
.form-control[readonly] {
    background: #fff;
}

.order-detail-right .d-flex-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
}

.d-flex-align p {
    margin-bottom: 0;
    color: #333333;
    font-size: 15px;
}

label.shipping_charge {
    width: 100%;
    margin-bottom: 0;
}

.col-lg-3.righ-side-bar {
    background: #f1f1f1;
    padding: 18px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 19%);
    border-radius: 5px;
    height: max-content;
}

.grandTotal,
.grandTotalPickup {
    font-size: 1.5rem;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.grandTotal b,
.grandTotalPickup b {
    padding-right: 5px;
}

.custom-cart-drop1 {
    min-width: 160px;
}

.schedule_drop_down {
    min-width: 210px;
}

i.fa-trash {
    color: #eb4040;
    font-size: 20px;
}

.border-new-wrap .pd-cart-img {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.border-shadow {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.border-new-wrap .quantity .pro-qty {
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    padding: 4px 0 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
}

.container-text-cart {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.accordion-toggle:hover {
    text-decoration: none;
}


.container-text-cart-haeding {
    color: #333333;
    font-size: 15px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
}

.table_row span.delete_item {
    cursor: pointer;
}

textarea.other-instruction {
    resize: initial;
    font-size: 14px;
}

.table_row .table_cell img {
    /* width: 50%; */
    float: left;
}


.cart-top-30px {
    padding-top: 40px;
}

.with-customize-wrap .text-danger {
    color: #dc3545 !important;
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
}

.add_Instruction span {
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    display: inline-block;
    padding: 10px 16px 10px;
    color: var(--default-color, #7fad39);
    border: 1px solid var(--default-color, #7fad39);
}

.instructionBtn i.fa-plus-circle.mr-1 {
    font-size: 21px;
}

.add_Instruction .ins-reason-section .form-control {
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    resize: none;
}

.ins-reason-section {
    background-color: #ffffff;
    max-width: 100%;
    padding: 15px;
    border-radius: 5px;
    text-align: left;
}

.sage_pay_hide .box-radio {
    width: 100%;
}

.ins-reason-section h5 {
    font-size: 18px;
    font-weight: 800;
    color: var(--default-color, #7fad39);
}


.wrap-address-btn {
    font-size: 12px;
}

.grandTotal {
    font-size: 22px;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
}

.grandTotal b {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.grandTotalTax b {
    color: black;
}

.pro-qty {
    text-align: left;
}
.theme-table .table_header{
   background: #ededed;
    color: #222;
    font-weight: 700;
}


.round-btn,
.round-btn:hover {
    padding: 2px 4px;
    border-radius: 50%;
    background: var(--default-color, #7fad39);
    color: #fff;
    font-size: 10px;
}

.table_row .table_cell h5 {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 22px;
    margin: 0 !important;
}

.pro-qty {
    height: 40px;
}

.hidden {
    display: none;
}

span.custom-text {
    color: #1c3c54;
    font-weight: 600;
}

select.form-control,
.pro-qty {
    cursor: pointer;
    font-size: 13px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro-qty[readonly]:not(:disabled) {
    background-color: #fff;
}

.f-heavy {
    font-weight: 600;
    font-size: 14px;
}

.grandTotal p {
    color: #333333;
    font-size: 18px;
}

.border-new-wrap .icon-sm-btn {
    background-color: #fff !important;
}

.cart-page-table .name-error-wrap {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}


.panel,
.panel-body {
    box-shadow: none;
}

.panel-group .panel-heading {
    padding: 0;
}

.panel-group .panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    position: relative;
}

.panel-group .panel-heading a:after {
    content: '-';
    float: right;
    font-size: 22px;
}

.panel-group .panel-heading a.collapsed:after {
    content: '+';
    float: left;
    font-size: 22px;
}

a#addInstruction {
    cursor: pointer;
    font-size: 15px;
    display: flex;
    padding: 10px 16px 10px;
    color: #333333;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    background: #ffffff;
    border-radius: 5px;
    justify-content: space-between;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}


.instructionBtn {
    width: 100%;
}

.progress-bar-steps {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    position: relative;
}

.progress-bar-steps .step {
    text-align: center;
    position: relative;
    flex: 1;
}

.progress-bar-cart-wrap {
    margin-bottom: 20px;
}

.progress-bar-steps .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 42%;
    right: -50%;
    width: 100%;
    height: 3px;
    background-color: #ddd;
    z-index: 0;
    transform: translateY(-50%);
}

.progress-bar-steps .step.completed:not(:last-child)::after {
    background-color: var(--default-color, #7fad39);
}

.progress-bar-steps .step .circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
    position: relative;
    z-index: 1;
    top: 14px;
}

.progress-bar-steps .step.completed .circle {
    background-color: var(--default-color, #7fad39);
}

.progress-bar-steps .step.active .circle {
    background-color: var(--default-color, #7fad39);
}


.progress-bar-steps .step .label {
    margin-top: 16px;
    font-size: 16px;
}

.wrap-empty-case .shoping__cart__table.border-shadow {
    box-shadow: none;
}

.row.wrap-empty-case {
    justify-content: center;
}

.upload-receipt-wrap a,
.upload-receipt-wrap a:hover {
    text-decoration: underline;
    color: #002992;
    font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1082px) {
    .progress-bar-steps .step:not(:last-child)::after {
        top: 33%;
    }

    button.disabled {
        opacity: 0.3;
    }
}



@media screen and (min-width: 1500px) {
    .theme-table .table_small {
        padding: 12px 18px;
    }
}

@media screen and (max-width: 1200px) {
    .add_Instruction .ins-reason-section .form-control {
        max-width: initial;
    }

    .container {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1699px) {
    .container {
        max-width: 90% !important;
    }
}

@media screen and (max-width: 1299px) {
    .container {
        max-width: 90%;
    }
}



@media screen and (max-width: 991px) {
    .size-bold-wrap {
        font-size: 22px !important;
    }

    .ins-reason-section {
        max-width: 100%;
    }

    .theme-table .table_header {
        font-size: 14px;
    }

    .shoping__cart__table {
        overflow-x: auto;
    }

    .cart-page-table .table_small.w-50 {
        min-width: 250px;
    }

    .table_row .table_cell h5 {
        font-size: 14px
    }
}

@media only screen and (max-width: 520px) {
    .progress-bar-steps .step:not(:last-child)::after {
        top: 28% !important;
    }
}

@media screen and (max-width: 767px) {
    .progress-bar-steps .step:not(:last-child)::after {
        top: 35%;
    }

    .progress-bar-steps .step .label {
        font-size: 12px;
    }

    .progress-bar-steps .step .circle {
        top: 13px;
    }

    .border-shadow {
        box-shadow: none;
    }

    .border-new-wrap .quantity .pro-qty {
        border: 0;
    }

    table.table.responsive-wrap-table {
        overflow-y: scroll !important;
    }
}

@media screen and (max-width: 400px) {
    .progress-bar-steps .step .label {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 650px) {
    .instructionBtn {
        max-width: initial;
    }

    .ins-reason-section {
        max-width: initial;
    }

    .panel-group .panel-heading a.collapsed:after {
        margin-left: auto;
    }

    .panel-group .panel-heading a:after {
        margin-left: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1430px) {
    .size-bold-wrap {
        font-size: 22px !important;
    }

    .upload-receipt label.custom-file-label {
        font-size: 13px;
        padding: 5px;
    }

    .upload-receipt-wrap {
        padding: 6px;
    }

    .table_row .table_cell h5 {
        font-size: 14px;
    }

    .theme-table .table_header {
        font-size: 14px;
    }

    .border-new-wrap .table_row>.table_small>.table_cell {
        font-size: 14px;
    }

    i.fa-trash {
        font-size: 17px;
    }

    .table_cell .schedule_drop_down {
        min-width: 145px;
    }

    .pro-qty input {
        font-size: 14px;
    }

    .pro-qty .qtybtn {
        width: 28px;
    }

    .border-new-wrap .quantity .pro-qty {
        border: 1px solid #b8b8b8;
    }

    .border-new-wrap .table_small.w-50 {
        padding: 13px;
    }

    .table_row span.delete_item {
        padding-right: 10px;
    }

    .pro-qty input {
        width: 28px;
    }

    .order-detail-right {
        padding: 10px;
    }

    .coupon_btn {
        padding: 6px 6px;
    }

    a#addInstruction {
        padding: 10px;
    }

}

.hide_schedules {
    display: none;
}

.loader2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(249, 249, 249, 0.58) !important;
    display: none;
}

.loader2:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #111;
    border-bottom: 5px solid #111;
    animation: rotateAntiCW 1.8s linear infinite;
}

.wallet_coupon_wrap .wrap-auto-width-mobile {
    width: 100%;
}

.loader2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-left: 5px solid #ccc;
    border-right: 5px solid #ccc;
    animation: rotate 1.3s linear infinite;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes rotateAntiCW {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
