.modal-cart-custom .cart-modal-content {
    background: white;
    border-radius: 0;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.modal-cart-custom .wrapper-cart-modal-custom {
    position: relative;
    max-width: 700px;
    margin: 40px auto;
    border: 1px solid #1B3A74;
    border-radius: 5px;
    padding: 40px;
    padding-top: 80px;
} 
.modal-cart-custom .modal-lg {
    max-width: 100%;
}
.modal-cart-custom .modal.show .modal-dialog {
    transform: scale(1);
}
.modal-cart-custom .btn-close-modal {
    position: absolute;
    top: 40px;
    right: 75px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #000000;
    transition: 0.2s;
}
.modal-cart-custom .btn-close-modal:hover {
    color: #1a1a1a;
}
.modal-cart-custom .cart-notification {
    padding: 0 0 14px 40px;
    border-bottom: 1px solid #1B3A74;
    margin-bottom: 14px;
    color: #111;
    letter-spacing: 0.5px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
}
.modal-cart-custom .cart-items-list {
    max-height: 50vh;
    overflow-y: auto;
    margin-bottom: 20px;
}
.modal-cart-custom .cart-item {
    display: flex;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #1B3A74;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.modal-cart-custom .cart-item:last-child {
    border-bottom: none;
}
.modal-cart-custom .cart-item-img {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-cart-custom .cart-item-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.modal-cart-custom .cart-item-details {
    flex: 1;
}
.modal-cart-custom .cart-item-title {
    margin-bottom: 10px;
    color: #222;
    padding-right: 30px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.modal-cart-custom .cart-item-stock {
    color: #000000;
    margin-bottom: 10px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
}
.modal-cart-custom .cart-item-stock span {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #1B3B75;
}
.modal-cart-custom .cart-item-quantity {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 10px;
}
.modal-cart-custom .cart-item-quantity label {
    color: #000000;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    margin: 0;
}
.modal-cart-custom .quantity-control {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 20px;
    padding: 4px 12px;
}
.modal-cart-custom .quantity-btn {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.modal-cart-custom .quantity-btn:hover {
    /* background: #e9ecef; */
}
.modal-cart-custom .quantity-value {
    font-weight: 500;
    min-width: 30px;
    text-align: center;
}
.modal-cart-custom .cart-item-prices {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}
.modal-cart-custom .cart-item-prices label {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}
.modal-cart-custom .current-price {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    padding-left: 60px;
}
.modal-cart-custom .old-price {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    color: #737373;
    text-decoration: line-through;
}
.modal-cart-custom .delete-item {
    position: absolute;
    top: 16px;
    right: 40px;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    color: #000000;
    padding: 4px;
    line-height: 1;
}
.modal-cart-custom .delete-item:hover {
    color: #1b1b1b;
}
.modal-cart-custom .cart-footer {
    /* padding-top: 20px; */
    /* margin-top: 8px; */
    margin: 0 40px;
}
.modal-cart-custom .cart-total {
    border-top: 1px solid #1B3A74;
    border-bottom: 1px solid #1B3A74;
    font-size: 18px;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 16px;
}
.modal-cart-custom .cart-total span:first-child {
    color: #000000;
    font-family: 'Inter';
    font-weight: 800;
    font-size: 21px;
    line-height: 22px;
}
.modal-cart-custom .cart-total span:last-child {
    font-weight: 800;
    font-size: 21px;
    margin-left: 12px;
    color: #000;
}
.modal-cart-custom .btn-cart-checkout {
    display: block;
    width: 100%;
    background: #1B3B75;
    color: #ffffff;
    text-align: center;
    padding: 9px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.2s;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
}
.modal-cart-custom .btn-cart-checkout:hover {
    background: #183468;
    color: white;
}
.modal-cart-custom .empty-cart {
    text-align: center;
    padding: 40px;
    color: #888;
}