::-webkit-scrollbar {
    background-color: rgba(57, 38, 36, 0.72);
    border-radius: 1px 1px 1px 1px;
    display: flex;
    flex-direction: column;
    width: 5px; /* عرض اسکرول بار */
    height: 10px; /* ارتفاع اسکرول بار */
}

::-webkit-scrollbar-thumb {
    background-color: #DABB9E;
    border-radius: 2px 2px 2px 2px;
    margin: 35px 0px 475px;
    min-height: 90px;
}

::-webkit-scrollbar-track {
    background-color: rgba(57, 38, 36, 0.72);
    border-radius: 1px 1px 1px 1px;
    display: flex;
    flex-direction: column;
    width: 2px;
    height: 50%;
}

.footer {
    z-index: 0;
    text-align: center;
    position: relative;
    top: 0px;
    width: 100%;
    height: 60px;
    flex-shrink: 0;
    direction: rtl;
    color: #EBCCA9;
    font: 400 32px/1.2 "DiodrumArabic-Bold", Helvetica, Arial, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: flex-end;

}

body {
    overflow-x: hidden;
    user-select: none;
    height: 100vh;
    width: fit-content;


}
html{
    display: flex;
    min-height: 100vh;

}

.back_GR {
    width: 100%;
    min-height: 170vh;
    flex-shrink: 0;
    background: linear-gradient(270deg, #7C573C -0.88%, rgba(37, 24, 26, 0.00) 100.79%), linear-gradient(270deg, rgba(37, 24, 26, 0.00) -0.88%, #7C573C 100.79%);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;

}

.back_frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 170vh;
    z-index: 0;
    flex-shrink: 0;
    background: url('photo/BgPhoto.svg') lightgray 50% / cover no-repeat;
    mix-blend-mode: lighten;
}

.cart_base_frame {
    margin-top: 211px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px 32px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.position_frame {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

}

.cart_product_frame_base {
    display: flex;
    border-radius: 8px;
    border: 1px solid var(--Neutral-CBCBCB, #CBCBCB);
    background: #54372B;
    flex-direction: column;
    height: 554px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 24px;
    padding-top: 24px;
    gap: 15px;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    font: 400 15px/1.2 "DiodrumArabic-Semibold", Helvetica, Arial, serif;
    color: #DABB9E;

}

.cart_product_frame {
    margin-right: 24px;
    margin-left: 24px;
    display: flex;
    width: 656px;
    height: 158px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--Neutral-CBCBCB, #CBCBCB);
    background: #54372B;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    align-items: flex-end;
    justify-content: center;
}

.delete_product_logo {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 395px;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;

}

.product_name_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    color: var(--customgrad, #F8E4BE);
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 400 20px/1.2 "Vazir-Medium", Helvetica, Arial, serif;
    font-size: 20px;
    font-style: normal;
    line-height: 180%; /* 36px */
    text-transform: capitalize;
}

.product_description_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    color: var(--customgrad, #F8E4BE);
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 400 14px/1.2 "Vazir-Light", Helvetica, Arial, serif;
    font-size: 14px;
    font-style: normal;
    line-height: 180%; /* 25.2px */
    text-transform: capitalize;
    margin-bottom: 10px;
    direction: rtl;
}

.product_price_text {
    display: flex;
    color: var(--customgrad, #F8E4BE);
    font: 400 12px / 1.2 "Vazir", Helvetica, Arial, serif;
    font-size: 20px;
    font-style: normal;
    line-height: 180%;
    text-transform: capitalize;
    gap: 235px;
    margin-left: 32px;
    align-content: center;
    align-items: flex-end;
    direction: rtl;
    flex-direction: row-reverse;

}

.product_quantity_frame {
    display: inline-flex;
    padding: 4px 4px 0px 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid var(--customgrad, #F8E4BE);
    background: var(--customgrad, #F8E4BE);
}
.offerPrice{
    font: 400 12px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
}
.product_quantity_text {
    display: flex;
    width: 15px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    color: #54372B;
    text-align: center;
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    font-size: 14px;
    font-style: normal;
    line-height: 180%;
    text-transform: capitalize;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: inherit;
    align-content: center;
    align-items: center;

}

.product_photo {
    width: 169px;
    height: 158px;
    flex-shrink: 0;
    border-radius: 0px 8px 8px 0px;
}
.product_detail_frame{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;

}
.cart_factor_frame_base{
    display: flex;
    width: 496px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #F8E4BE;
    background: #54372B;
}
.cart_factor_frame{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    background: #54372B;
}
.cart_factor_frame_text{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}
.cart_factor_text{
    color: var(--customgrad, #F8E4BE);
    text-align: right;
    font: 400 14px/1.2 "Vazir", Helvetica, Arial, serif;
    font-size: 14px;
    font-style: normal;
    line-height: 180%; /* 28.8px */
    text-transform: capitalize;
}
.line{
    width: 100%;
    height: 1px;
    background: #F8E4BE;
}
.next_step_button{
    display: flex;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: #F8E4BE;
}
.next_step_button_text{
    color: #54372B;
    text-align: center;
    font: 400 16px/1.2 "Vazir-Medium", Helvetica, Arial, serif;
    font-size: 16px;
    font-style: normal;
    line-height: 180%; /* 28.8px */
    text-transform: capitalize;

}
.next_step_button_icon{
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}
.all_price_cart{
    width: 100%;
    display: flex;
    direction: rtl;
    color: var(--customgrad, #F8E4BE);
    text-align: right;
    font: 400 14px / 1.2 "Vazir", Helvetica, Arial, serif;
    font-size: 14px;
    font-style: normal;
    line-height: 180%;
    text-transform: capitalize;
    justify-content: flex-end;
}
.delete_product_logo_two {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: inherit;
    font: 400 14px / 1.2 "DiodrumArabic-Medium", Helvetica, Arial, serif;


}
.swal-popup-custom-font {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    direction: rtl;
}
.swal-title-custom-font{
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    direction: rtl;
}
.swal-text-custom-font{
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    direction: rtl;
}
.swal-button-custom-font{
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    direction: rtl;
}
.swal-title {
    color: white;
}
.swal2-html-container, .swal2-title{
    color: #F8E4BE !important;
}

.cart_base_frame_phone{
    display: none;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    gap: 23px 227px;
    flex-wrap: wrap;
}
.cart_header_frame_phone{
    display: none;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    gap: 100px;
}
.cart_header_icon_frame{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.cart_header_text_frame{
    color: var(--customgrad, #F8E4BE);
    text-align: center;
    font: 400 16px / 1.2 "DiodrumArabic-Bold", Helvetica, Arial, serif;
    font-size: 16px;
    font-style: normal;
    line-height: 140%; /* 22.4px */
    text-transform: capitalize;
}
.cart_factor_frame_base_phone{
    display: none;
    width: 75%;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--customgrad, #F8E4BE);
    background: #54372B;
}
.cart_factor_frame_phone{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    background: #54372B;
}
.cart_product_frame_base_phone{
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    height: 187px;
    font: 400 15px/1.2 "DiodrumArabic-Semibold", Helvetica, Arial, serif;
    color: #DABB9E;


}
.cart_product_frame_phone{
    display: flex;
    padding: 8px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--customgrad, #F8E4BE);
    background: #54372B;
}
.cart_product_number_frame_phone{
    display: flex;
    height: 32px;
    padding: 4px 4px 0px 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--customgrad, #F8E4BE);
    background: var(--customgrad, #F8E4BE);
}
.cart_product_number_icon_phone{
    width: 15px;
    height: 15px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: inherit;

}
.cart_product_text_frame_phone{
    display: flex;
    width: 95px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.cart_product_name_frame_phone{
    color: var(--customgrad, #F8E4BE);
    text-align: right;
    font: 400 12px / 1.2 "Vazir", Helvetica, Arial, serif;
    font-size: 12px;
    font-style: normal;
    line-height: 180%; /* 21.6px */
    text-transform: capitalize;
}
.cart_product_price_frame_phone{
    direction: rtl;
    color: var(--customgrad, #F8E4BE);
    text-align: right;
    font: 400 10px / 1.2 "Vazir", Helvetica, Arial, serif;
    font-size: 10px;
    font-style: normal;
    line-height: 180%; /* 18px */
    text-transform: capitalize;
}
.offer_frame_phone{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.offer_price_frame{
    direction: rtl;
    color: var(--customgrad, #F8E4BE);
    text-align: right;
    font: 400 14px / 1.2 "Vazir", Helvetica, Arial, serif;
    font-size: 14px;
    font-style: normal;
    line-height: 180%; /* 25.2px */
    text-transform: capitalize;
}
.offer_text_frame{
    color: var(--customgrad, #F8E4BE);
    text-align: right;
    font: 400 14px / 1.2 "Vazir", Helvetica, Arial, serif;
    font-size: 14px;
    font-style: normal;
    line-height: 180%; /* 25.2px */
    text-transform: capitalize;
}
.all_price_cart_phone{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.next_step_button_phone{
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--customgrad, #F8E4BE);
}
.next_step_button_text_phone{
    color: #54372B;
    text-align: center;
    font: 400 12px / 1.2 "Vazir-Medium", Helvetica, Arial, serif;
    font-size: 12px;
    font-style: normal;
    line-height: 180%; /* 21.6px */
    text-transform: capitalize;
}
.next_step_button_icon_phone{
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
}
@media (max-width: 721px) {
    .cart_base_frame{
        display: none;
    }
    .cart_base_frame_phone{
        display: flex;
        justify-content: center;

    }
    .cart_header_frame_phone{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-around;
        margin-top: 20px;

    }
    .cart_factor_frame_base_phone{
        display: flex;
    }
    .back_GR {
        height: 600px;
    }




    }
.cart_detail_frame{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
}
.cart_prder_payment_frame{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}
.cart_discount_frame_base{
    display: flex;
    height: 88px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--customgrad, #F8E4BE);
    background: #54372B;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0px 50px 0px 50px;
    gap: 20px;
}
.cart_discount_title_frame{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
}
.cart_discount_title_text{
    color: var(--customgrad, #F8E4BE);
    font: 400 16px / 1.2 "Vazir", Helvetica, Arial, serif;
    font-size: 16px;
    font-style: normal;
    line-height: 180%; /* 28.8px */
    text-transform: capitalize;
}
.cart_discount_title_icon{
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.cart_discount_input_frame{
    border-radius: 10px;
    background: transparent;
    font: 400 16px / 1.2 "Vazir", Helvetica, Arial, serif;
    text-align: right;
    padding: 0px 10px 0px 40px;
    height: 40px;
    border: 2px solid #F8E4BE;
    color: #F8E4BE;
}
.cart_discount_input_frame:focus {
    outline: none;
}
.cart_discount_button_frame:after {
    outline: none;
}
.cart_discount_button_frame:before {
    outline: none;
}
.cart_discount_button_frame{
    display: flex;
    height: 40px;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 4px;
    background: var(--customgrad, #F8E4BE);
    border: none;
    cursor: pointer;
}
.cart_discount_button_text{
    color: #54372B;
    text-align: center;
    font: 400 16px / 1.2 "Vazir", Helvetica, Arial, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    text-transform: capitalize;
}
.cart_delivery_frame_base{
    display: flex;
    width: 225px;
    height: 43px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.cart_delivery_input{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border: 1px solid #DABB9E;
    border-radius: 10px;
}
.cart_delivery_text_frame_base{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.cart_delivery_text_icon{
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;

}
.cart_delivery_text_frame{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.cart_delivery_text_one{
    color: var(--customgrad, #F8E4BE);
    text-align: right;
    font: 400 14px / 1.2 "Vazir", Helvetica, Arial, serif;
    font-size: 14px;
    font-style: normal;
    line-height: 180%; /* 25.2px */
    text-transform: capitalize;
}
.cart_delivery_text_two{
    color: var(--customgrad, #F8E4BE);
    text-align: right;
    font: 400 10px / 1.2 "Vazir-Thin", Helvetica, Arial, serif;
    font-size: 10px;
    font-style: normal;
    line-height: 180%; /* 18px */
    text-transform: capitalize;
}
.disable{
    font: 400 12px / 1.2 "Vazir-Medium", Helvetica, Arial, serif;

}
.description{
    padding: 10px;
    width: 55%;
    background: transparent;
    border: 2px solid #F8E4BE;
    border-radius: 5px;
    direction: rtl;
    font: 400 12px / 1.2 "Vazir", Helvetica, Arial, serif;
    color: #F8E4BE;
    resize: none;

}
.description:focus {
    outline: none;
}
.cart_order_payment_frame{
    display: flex;
    gap: 20px;
    flex-direction: column;

}
.colored-toast.swal2-icon-success {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    background-color: green !important;
    direction: rtl!important;
    line-height: 20px!important;
    color: white!important;
}

.colored-toast.swal2-icon-error {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    background-color: red !important;
    direction: rtl!important;
    line-height: 20px!important;
    color: white!important;

}

.colored-toast.swal2-icon-warning {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    background-color: #f8bb86 !important;
    direction: rtl!important;
    line-height: 20px!important;
    color: white!important;

}

.colored-toast.swal2-icon-info {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    background-color: #3fc3ee !important;
    direction: rtl!important;
    line-height: 20px!important;
    color: white!important;

}

.colored-toast.swal2-icon-question {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    background-color: #87adbd !important;
    direction: rtl!important;
    line-height: 20px!important;
    color: white!important;

}

.colored-toast .swal2-title {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    color: white;
    direction: rtl!important;
    line-height: 20px!important;

}

.colored-toast .swal2-close {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    color: white;
    direction: rtl!important;
    line-height: 20px!important;

}

.colored-toast .swal2-html-container {
    font: 400 14px / 1.2 "Vazir-Bold", Helvetica, Arial, serif;
    color: white;
    direction: rtl!important;
    line-height: 20px!important;

}
