.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: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: auto;
}

.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;
}

.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;
}

.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;
}

.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: 35px;
    margin: 15px 0;
    border-radius: 3px;
    border: 1px solid #dcdcdca8;
    text-align: right;
    direction: rtl;
    font-family: 'IRANSans-light';
    font-size: 13px;
}

.input-text-left {
    text-align: left;
    direction: ltr;
}

#description {
    height: 55px;
}

.role-txt {
    font-size: 14px;
    text-align: right;
    direction: rtl;
    color: black;
}

.text-role {
    font-size: 14px;
}

input:focus, input:focus-visible {
    border: 1px solid #c2c2c2;
}

.star-red {
    color: #ec6464;
}

#discount {
    width: 160px;
    float: right;
    direction: ltr;
    text-align: left;
}
.box-code{
    display: none;
}
.box-tkhfif{
    font-size: 13px;
}
.btn-takhfif{
    margin: 16px 10px;
    height: 33px;
    line-height: 1;
    background: #e2668b;
}
.text-label{
    margin: 15px 0;
    color: #e2668b;
}
.box-color {
    background: #fff9eb;
    padding: 8px;
    font-size: 13px;
    line-height: 2;
    margin-bottom: 9px;
}
.register-text{
    display: block;
    font-size: 13px;
    margin: 15px 0;
    padding: 8px 0;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e8e8e8 !important;
    height: 35px !important;
    font-size: 13px;
    font-family: 'IRANSans-light';
    line-height: 2;
    padding: 3px;
}

.select2-container {
    padding: 0 !important;
}

.select2-container--open .select2-dropdown--above {
    font-size: 13px !important;
    font-family: 'IRANSans-light' !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e91e63 !important;
    color: white;
}

.select2-container--default .select2-results__option--selected {
    font-size: 13px !important;
    font-family: 'IRANSans-light' !important;
}

.select2-results__option--selectable {
    font-size: 13px !important;
    font-family: 'IRANSans-light' !important;
}

@media screen and (max-width: 700px){
    .box-mobile{
        display: block;
        margin: auto;
        width: 100%;
        margin-bottom: 15px;
    }
    .box-tkhfif {
        margin: auto;
    }
    .box-color {
        margin: auto;
        margin-bottom: 15px;
    }
    .price-cart {
        font-size: 20px;
        font-weight: bold;
    }
    .box-form-table {
        margin: auto;
        display: block;
    }
    .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: 170px;
    }
    .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;
        padding: 0;
        margin-top: 25px;
        margin-bottom: 60px;
    }
    .input-count {
        font-size: 17px;
    }
    .tittle-shipping {
        width: 80%;
        padding: 0 15px;
    }
    .price-shipping {
        width: 20%;
    }
    .list-shipping {
        display: flex;
        padding: 0px;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .list-shipping li {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
}