.popup_continu_btn,.popup_payment_btn {
    height: 45px;
    font-size: 19px;
    font-weight: 400;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse
}

.shoppingDiv_des_con,.shoppingDiv_item_des,.shoppingDiv_item_img {
    overflow: hidden;
    visibility: visible
}

.popup_cart_btns {
    float: right;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 11
}

.popup_total_price_and_rate {
    width: auto;
    float: left;
    direction: rtl
}

.popup_total_price_and_rate .rate_icon {
    font-size: 19px!important
}

.popup_payment_btn {
    width: calc(100% - 130px);
    margin-right: 10px;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #000;
    border: 1px solid #000
}

.popup_payment_btn:hover {
    color: #fff;
    background-color: #0078d4;
    border: 1px solid #0078d4
}

.popup_continu_btn_text {
    width: auto;
    margin-left: 7px;
    float: right
}

.popup_continu_btn {
    font-size: 17px;
    width: 120px;
    float: right;
    color: #000;
    border: 1px solid #000;
    font-weight: 400;
    background-color: #fff
}

.popup_continu_btn:hover {
    background-color: #f9f9f9
}

.continue_button {
    float: left;
    width: 25px;
    height: 25px;
    font-size: 19px!important;
    font-weight: 400;
    display: table;
    color: #e93535;
    margin-right: 15px!important;
    border-radius: 50%;
    border: none
}

.clean_cart {
    float: right;
    width: auto;
    font-size: 14px!important;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    padding: 2px 4px;
    color: #e93535;
    background-color: #fff;
    margin-right: 15px;
    border-radius: 3px;
    text-decoration: underline
}

.popupButton,.popupButton:focus,.popupButton:hover {
    width: auto;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2.2em;
    font-size: 21px;
    font-weight: 600;
    border: 2px solid #202125;
    text-align: center
}

.errorMassage,.popupCart_title {
    float: right;
    width: 100%;
    direction: rtl
}

.errorMassage {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    text-align: left
}

.popupCart_title {
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    flex-direction: row
}
