.cart-box{
    font-family: 'IRANSans-light';
}
.tittle-cart{
    font-family: 'IRANSans-light';
    font-size: 20px;
    text-align: center;
    display: block;
    padding: 15px;
    line-height: 2;
    font-weight: bolder;
    color: #858585;
    margin-bottom: 20px;
}
.box-cart{
    padding: 30px;
}
.empty-cart{
    display: block;
    margin: auto;
    padding-top: 50px;
}
.text-top-empty{
    text-align: center;
    padding-top: 20px;
}
.order-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: center;
    justify-content: center;
}
.remove-cart-items {
    font-size: 33px;
    display: block;
    text-align: left;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    background: #e2668b;
    width: 30px;
    padding: 0 6px;
    border-radius: 3px;
    margin: 0;
    float: left;
}
.order-items a {
    color: #696969;
}
.order-items li {
    display: block;
    border: 1px solid #f8f8f8;
    box-shadow: 1px 1px 12px -10px #00000094;
    margin: 6px auto;
    padding: 7px 7px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
}
.input-count{
     border: 1px solid #e2668b;
     border-radius: 3px;
     padding: 4px 6px;
     width: 45px;
     text-align: left;
     direction: ltr;
     font-family: 'IRANSans-light';
     font-size: 13px;
    margin-top: 15px;
 }
.price-cart{
    margin-right: 30px;
}
.delete-basket{
    background-color: #ffe5ed;
}
.right{
    float: right;
}
.left{
    float: left;
}
.box-price-table{
    border: 1px solid #f8f8f8;
    box-shadow: 1px 1px 12px -10px #00000094;
    border-radius: 5px;
    padding: 20px;
    position: sticky;
    min-height: 300px;
    max-height: 100%;
    top: 0;
    height: fit-content;
    background-color: white;
}
.box-form-table{
    border: 1px solid #f8f8f8;
    box-shadow: 1px 1px 12px -10px #00000094;
    border-radius: 5px;
    padding: 20px;
}
.num-price{
    font-size: 20px;
    font-weight: bolder;
    text-align: left;
}
.box-price-total{
    height: 100%;
}
.list-shipping li{
    list-style: none;
    padding: 15px 0;
    font-size: 13px;
}
.radio-btn{
    width: 25px;
    display: block;
    float: right;
}
.tittle-shipping{
    width: 85%;
    display: block;
    float: right;
}
.price-shipping {
    width: 15%;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bolder;
}
.list-shipping{
    display: flex;
    flex-direction: column;
}
.list-shipping li:nth-child(odd){
    background: #f9f9f9;
}
.input-text {
    width: 96%;
    height: 30px;
    margin: 15px 0;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    text-align: right;
    direction: rtl;
    font-family: 'IRANSans-light';
    font-size: 13px;
}
.input-text-left{
    text-align: left;
    direction: ltr;
}
@media screen and (max-width: 700px){
    .price-cart {
        font-size: 20px;
        font-weight: bold;
    }
    .order-items a {
        color: #696969;
        font-size: 15px;
        font-weight: bold;
        display: block;
        margin: auto;
    }
    .wd-entities-title{
        margin-top: 25px;
    }
    .box-price-table {
        position: relative;
    }
    .back-shop{
        display: block;
        width: 50%;
    }
    .send-checkout{
        display: block;
        width: 50%;
    }
    .btn-base ,.btn-base-green{
        min-width: auto;
    }
    .num-price {
        margin-bottom: 40px;
    }
    .wd-fill img{
        padding: 0;
        border-radius: 6px;
    }
    .box-mob-cart{
        display: block;
        width: 100%;
        margin: auto;
    }
    .order-items {
        width: 100%;
        margin: auto;
        padding: 0;
    }
    .box-cart {
        padding: 15px;
    }
    .box-price-total {
        height: 100%;
        display: flex;
        margin: auto;
        width: 100%;
        float: unset;
        justify-content: center;
    }
    .input-count {
        font-size: 17px;
    }
}