
body {
    background-color: #FAF8F6;
}
header {
    background-color: #FAF8F6;
}


.cart-icon i {
    color: #084e5a;
}
.cart-head .tab-btn {
    position: relative;
    padding: 10px 20px 10px 24px;
    border-radius: 6px;
    background-color: white;
    border: 0;
    outline: 0;
    transition: all 0.3s ease;
    color: #2B2B2B;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    gap: 6px;
}

.cart-head .tab-btn i {
    position: absolute;
    top: 2px;
    left: auto;
    right: 2px;
    font-size: 17px;
}
.rtl .cart-head .tab-btn i {
    right: auto;
    left: 2px;
}
#delete-shop-btn {
    padding: 10px 20px;
    border-radius: 6px;
    background-color: #FFD100;
    border: 0;
    outline: 0;
    color: #2B2B2B;
    font-size: 14px;
    font-weight: 600;
}
.cart-head .tab-btn:hover ,
.cart-head .tab-btn.active {
    background-color: #FFD100;
}
.cart-head .tab-btn img {
    border-radius: 50%;
    object-fit: cover;
    width: 24px; 
    height: 24px;
}
.cart-container .cart-items .item {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    gap: 14px;
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.cart-container .cart-items .item img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 6px;
}
.cart-container .cart-items .item h5 {
font-size: 14px;
font-weight: 600;
line-height: 16.8px;

}
.cart-container .cart-items .item .pro-price {
font-size: 18px;
font-weight: 600;
line-height: 27px;

}
.cart-container .cart-items .item p {
    font-size: 9px;
    font-weight: 400;
    line-height: 10.8px;
    color: #BABABA;
    margin-top: 5px;
}
.cart-container .cart-items .item .control-box button {
    width: 18px;
    height: 18px;
    background-color: #FFD100;
    border-radius: 5px;
    padding: 6px;
    font-weight: 600;
}
.cart-container .cart-items .item .control-box .count {
font-size: 16px;
font-weight: 600;
line-height: 24px;
text-align: center;
}

.cart-container .cart-items .item .remove-item-in-cart {
    position: absolute;
    top: 10px;
    font-size: 14px;
    background-color: #BABABA;
    padding: 0 4px;
    border-radius: 4px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
html[dir="rtl"] .cart-container .cart-items .item .remove-item-in-cart {
    right: auto;
    left: 10px;
}
html[dir="ltr"] .cart-container .cart-items .item .remove-item-in-cart {
    left: auto;
    right: 10px;
}

#note-order {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
    outline: 0;
}


.cart-details .coupon-box .input-box {
    position: relative;
    background-color: white;
    padding: 10px 20px;
    border-radius: 100px;
}
.cart-details .coupon-box .input-box i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
}
.cart-details .coupon-box .input-box input {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    padding-left: 25px;
}
.cart-details .coupon-box .input-box input::placeholder {
font-size: 11px;
font-weight: 500;
color: #084e5a;
}
.rtl .cart-details .coupon-box .input-box input {
    text-align: right;
}
.rtl .cart-details .coupon-box .input-box input::placeholder {
    text-align: right;
}
.cart-details .coupon-box .add-coupon-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    background-color: #084e5a;
    color: white;
    font-size: 20px;
}
.cart-details .details-box {
    padding: 20px;
    border-radius: 12px;
    background-color: #084e5a;
    color: white;
}
.cart-details .details-box p {
font-size: 16px;
font-weight: 400;
line-height: 24px;

}
.cart-details .details-box .count {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: right;
    
}
.cart-details .details-box .bottom {
    border-top: 1px solid #000;
}
.cart-details .details-box .bottom button {
    background-color: white;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 6px;
font-size: 14px;
font-weight: 600;
line-height: 16.8px;
text-align: center;
border: 0;
outline: 0;
}

.cart-details .btns-box button {
    padding: 10px 20px;
    border-radius: 8px;
    background-color: white;
font-size: 10px;
font-weight: 500;
line-height: 2;
text-align: left;

}
.cart-details .btns-box button i {
    font-size: 16px;
}
.cart-details .btns-box button:last-child {
    background-color: #084e5a;
    color: white;
}


/* popup **************************** */
.offcanvas .offcanvas-header {
    padding-top: 0;
}
.offcanvas .offcanvas-body {
    overflow-y: auto;
}
.offcanvas .offcanvas-header button {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background-color: #FAF8F6;
    color: black;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
}
.offcanvas .offcanvas-header h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: center;
    flex-grow: 1;
}
.offcanvas-body {
    padding-bottom: 50px;
}
.offcanvas-body .top-box {
    border-bottom: 1px solid #D1D1D1;
}
.offcanvas-body .Check-box {
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 0px 0px #C4C4C41A,
    0px 4px 10px 0px #C4C4C41A,
    0px 17px 17px 0px #C4C4C417,
    0px 39px 23px 0px #C4C4C40D, 0px 108px 30px 0px #C4C4C400;
}

.offcanvas-body .Check-box .box-img img {
    width: 66px;
    height: 63px;
    border-radius: 6px;
    object-fit: cover;
}

.offcanvas-body .Check-box .box-info h6 {
font-size: 16px;
font-weight: 500;
line-height: 19.2px;
color: #2B2B2B;

}
.offcanvas-body .Check-box .box-info span {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: right;
    
    color: #2B2B2B;
}
.offcanvas-body .Check-box .box-info span.rec {
    padding: 4px 10px;
    border-radius: 6px;
    background-color: #FFD100;
}
.offcanvas-body .Check-box .box-info span.preparingTime {
font-size: 12px;
font-weight: 600;
line-height: 14.4px;
text-align: right;
color: #000;
}
.offcanvas-body .order-items {
    border-bottom: 1px solid #D1D1D1;
}
.offcanvas-body .order-items h5 {
font-size: 14px;
font-weight: 600;
line-height: 16.8px;
}

.offcanvas-body .order-items .item {
    padding: 14px;
    border-radius: 10px;
    border: 0.5px solid #FDE2D7;
    box-shadow: 0px 0px 0px 0px #C4C4C41A,
    0px 4px 10px 0px #C4C4C41A, 0px 17px 17px 0px #C4C4C417,
    0px 39px 23px 0px #C4C4C40D,
    0px 108px 30px 0px #C4C4C400;
    margin-top: 10px;
}
.offcanvas-body .order-items .item img {
    width: 75px;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.offcanvas-body .order-items .item h6 {
    color: #0D0D0D;
font-size: 12px;
font-weight: 500;
line-height: 14.4px;
margin-bottom: 5px;
overflow: hidden;
max-width: 200px;
text-overflow: ellipsis;
white-space: nowrap;
}
.offcanvas-body .order-items .item p {
    color: #8C8C8C;
font-size: 10px;
font-weight: 400;
line-height: 12px;
margin-bottom: 10px;
}
.offcanvas-body .order-items .item .price {
    color: var(--main-color);
font-size: 14px;
font-weight: 700;
line-height: 18.23px;
}
.offcanvas-body .order-items .item .QTY {
    color: #8C8C8C;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}
.offcanvas-body .order-items .item .QTY span {
    color: #000;
    font-weight: 500;
}
.offcanvas-body .payment-info h6 {
font-size: 14px;
font-weight: 600;
line-height: 16.8px;
}
.offcanvas-body .payment-info label {
    color: #0D0D0D;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-left: 5px;
}

.offcanvas-body .payment-info .payment-box {
    padding: 14px 20px;
    border-radius: 10px;
    border: 0.5px solid var(--main-color);
    box-shadow: 0px 0px 0px 0px #C4C4C41A,
    0px 4px 10px 0px #C4C4C41A, 0px 17px 17px 0px #C4C4C417,
    0px 39px 23px 0px #C4C4C40D,
    0px 108px 30px 0px #C4C4C400;
}

.offcanvas-body .payment-info .payment-box i {
    color: var(--main-color);
    font-size: 15px;
}
.offcanvas-body .payment-info .payment-box strong {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    
}
.offcanvas-body .payment-info .payment-box span {
    color: #0D0D0D;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}

.popup-bottom button {
    background-color: var(--main-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    width: 100%;
    text-align: center;
}

.popup-confirmation {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: fit-content;
    background-color: white;
    bottom: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: bottom center;
    transform: scale(0);
}
.popup-confirmation.step-2 {
    z-index: 105;
}
.popup-confirmation.step-3 {
    z-index: 107;
}
.popup-confirmation.show {
    transform: scale(1);
}
.popup-confirmation .balance-dashboard {
    padding: 20px;
    border-radius: 16px;
    background-color: var(--main-color);
    color: #fff;
    box-shadow: 0px 5px 18.5px 0px #0000000D 
    ,0px 0px 42.8px 0px #96EEB70D;

}
.popup-confirmation .company-balance strong {
font-size: 34px;
font-weight: 600;
line-height: 51px;
letter-spacing: -0.055em;
}
.popup-confirmation .company-balance span{
    color: white;
font-size: 22px;
font-weight: 600;
line-height: 26.4px;

}
.popup-confirmation h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
}
.popup-confirmation input {
    margin-top: 0;
}
.popup-confirmation-overlay {
    width: 100%;
    height: 100%;
    background-color: #00000072;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: bottom center;
    transform: scale(0);
}
.popup-confirmation-overlay.show {
    transform: scale(1);
}

.offcanvas-bottom {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
}

.change-address-box {
    display: none;
}

.change-address {
    background-color: transparent;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: rgb(253, 111, 111);
}
.add-address {
    background-color: transparent;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: var(--main-color);
}

html[dir='rtl'].modal-header .btn-close {
    margin-left: 0 !important;
    margin-right: auto !important;
}
#exampleModal .modal-footer {
    display: none !important;
}
/* responsive ********************* */
@media (max-width: 768px) {
    .cart-container {
        flex-direction: column;
    }
    .cart-head .tab-btn {
        flex-grow: 1;
    }
}






