.text_empty{
    color:white;
    background:red;
    border:1px solid red;
    border-radius:15px;
    padding:10px 25px;
    width: fit-content;
}

.text_empty:hover{
    color: red;
    background: #fff;
}

.location_icon img, .payment_icon img, .cart_icon img{
    width: 20px !important;
    height: 20px;
}

.location_icon , .payment_icon{
    background: #2B2D42;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 8px;
    align-content: center;
    text-align: center;
    justify-self: center;
    display: block;
}

.image_list_cart{
    border-radius: 12px;
    width: 100%;
}
.red{
    color:#ff6b6b;
}
.green {
    color: #4caf50 ;
}
.cart_icon{
    background: #FF0000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 8px;
    align-content: center;
    text-align: center;
    justify-self: center;
    display: block;
    position:relative;
}

.cart_list{
    margin: 130px 0px 50px;
}

.title_cart_list{
    text-align: right;
    font-weight: 900;
    font-size: 28px;
}

#cartSec{
    display:none !important;
}

.location_icon img, .cart_icon img{
    filter: invert(1);
}

.row_list{
    direction:rtl;
    position:relative;
}

.row_list:after{
    content: '';
    border: 1px dashed #2B2D42;
    display: block;
    width: 70%;
    position: absolute;
    top: 55%;
    left: 15%;
    right: 15%;
    z-index: -1;
}

#cart{
    direction:rtl;
}
.rtl{
    direction:rtl;
}

.box_item_cart{
    align-items: center;
    position: relative;
}

.adds_carts{
    justify-content: space-around !important;
}

.row_list_cart{
    margin-top: 50px;
}

#cart .row{
    text-align:center;
    font-size:16px;
}

.box_item_cart{
    font-size:14px !important;
    background: #fff;
    border-radius: 18px;
    padding: 10px;
    margin: 5px 0px;
}

.remove_cart{
    background:unset;
    border:unset;
    margin:0px;
    font-size:22px;
    color:red !important;
}

.box_cart_result{
    text-align: center;
    direction: rtl;
    background: #fff;
    padding: 15px 0px;
    border-radius: 18px;
}

.box_cart_result h3{
    font-size: 28px;
    margin:0px 0px 20px;
}

.account_cart , .login_cart{
    background: #33354b;
    border:1px solid #33354b;
    color: #fff;
    width: 85%;
    display: block;
    margin: 15px auto;
    padding: 5px;
    border-radius: 12px;
}

.account_cart:hover , .login_cart:hover{
    background: #fff;
    border:1px solid #33354b;
    color: #33354b;
}

.food-item-plus{
    background:#FF0000;
    color:#fff;
    padding: 0 7px 0 7px;
    align-self: center;
    margin:0;
    cursor: pointer;
}

.food-item-minus{
    border:1px solid #C7C7C7;
    background:none;
    padding: 0 8px 0 8px;
    align-self: center;
    margin:0;
    cursor: pointer;
}

.food-item-qty , .cart-content-price{
    margin:0;
}

#price{
    margin:0;
}

.products__item-price--old{
    margin: 0px;
    text-decoration: line-through;
    color: gray;
}

.title_table{
    text-align:right;
}

.cart-item-count-plus{
    background: #FF0000;
    color: #fff;
    padding: 5px 7px 5px 7px;
    align-self: center;
    margin-left: 5px;
    font-size: 14px;
    font-weight: bolder;
    border-radius: 6px;
}

.cart-button{
    display:flex;
}
.cart-button:hover{
    color:#000;
}
.cart-item-count-negative{
    border: 1px solid #C7C7C7;
    background: none;
    padding: 5px 7px 5px 7px;
    align-self: center;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bolder;
    border-radius: 6px;
}

.sup_share{
    position:relative;
}

.title_sup_share{
    margin:0px 0px 25px;
}

.title_sup_share h3{
    text-align: right;
    margin-top: 30px;
    color: #ee1c25;
    font-weight: bolder;
    font-size: 25px;
}

.title_sup_share:after{
    content: '';
    border: 1px dashed red;
    display: block;
    width: 69%;
    position: absolute;
    top: 70%;
    left: 3px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
    .remove_cart_theme{
        text-align: left;
        position: absolute;
        top: 1rem;
        left: 0;
    }
    .cart-item-count-plus{
        margin-left: 10px;
    }
    .cart-item-count-negative{
        margin-right: 10px;
    }
    .title_sup_share h3 {
        text-align: center;
    }
    .title_sup_share:after{
        display:none;
    }
    .similar-card-product .similar-h5{
        text-align: center;
    }
    .food-item-qty, .cart-content-price {
        margin: 18px 0 0;
    }
    .cart-button ,#price{
        margin: 18px 0 0;
    }
}