﻿/* ==================== استایل سبد خرید ==================== */



body {
  
    margin: 0px;
    box-sizing: border-box;
    direction: rtl;
}
.bodduuuu {
    padding: 10px;
    box-sizing: border-box;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}

@font-face {
    font-family: 'vazir';
    src: url('/fonts/vazir/VAZIRP.eot?#') format('eot'), /* IE6–8 */ url('/fonts/vazir/VAZIRP.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/fonts/vazir/VAZIRP.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}



* body div {
    font-family: 'vazir' !important;
    
}

#cartItems {
    width: 100%;
    float: right;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
}

.cart-items {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;position:relative
}

    .cart-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }

.cart-content {
    display: flex;
    padding: 20px;
    gap: 20px;
}

.cart-image {
    width: 130px;
    height: 130px;
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid #f1f5f9;box-sizing:border-box
  
}

.cart-image2 {
    width: 130px;
    height: auto;
    flex-shrink: 0;
}

    .cart-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.cart-body {
    flex: 1;
    min-width: 0;
}

.cart-title a {
    font-size: 19px;
    font-weight: 700;
    color: #1e2937;
    text-decoration: none;float:right;text-align:right
}

    .cart-title a:hover {
        color: #4f46e5;
    }

.cart-spec {
    color: #64748b;

    font-size: 14px;
    display: inline-block;
}


.cart-spec2 {
    color: #64748b;
    margin: 2px 0 11px;
    font-size: 11px;
    display: inline-block;
    width: 100%;
    text-align: right;
}

    .cart-spec2 br:first-child {
        display: none
    }

.cart-spec3 {
    color: #64748b;
    margin: 8px 0 12px;
    font-size: 15px;
    display: inline-block;
}

.price-row {
    display: flex;
    gap: 25px;
    margin: 12px 0;
}

.price-col {
    flex: 1;
}

.price-label {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 4px;
    font-weight: bold;
}

.original-price {
    text-decoration: line-through;
    color: #94a3b8;
    font-size: 15px;
}

.current-price {
    font-size: 20px;
    font-weight: 700;
    color: #16a34a;
}

.cart-total-info {
    background: #f8fafc;
    padding: 14px 18px;
    border-radius: 12px;
    margin: 15px 0;
}

.total-line {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 15px;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
}

.savings {
    color: #f80004;
    font-weight: 600;
}

.cart-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 12px;
}

.qty {
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid #cbd5e1;
    border-radius: 50px;
    padding: 4px;
}

    .qty button {
        width: 36px;
        height: 36px;
        border: none;
        background: #f1f5f9;
        color: #4f46e5;
        font-size: 20px;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.2s;
    }

        .qty button:hover {
            background: #e0e7ff;
        }

    .qty input {
        width: 55px;
        text-align: center;
        border: none;
        font-size: 17px;
        font-weight: 600;
        background: transparent;
    }

.remove {
    background: #ef4444;
    color: white;
    border: none;
    padding: 5px 22px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
    position: absolute;
    left: 10px;
    top: 10px;
}

    .remove:hover {
        background: #dc2626;
        transform: scale(1.05);
    }


.sjhdjshdjs {
    display: block;
    text-align: left;
    direction: ltr;
    font-size: 11px;
    font-weight: normal;
}

.cart-body3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    align-content: center;
    align-items: center;
}

.cart-body23 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.cart-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

* {
    font-family: inherit
}
















/*.......................*/




.kdswkjd {
    background: #db0303;
    color: #eee !important;
    border-radius: 5px;
    padding: 2px 8px;
    margin-right: -14px;
}

.aerghamfaktory {
    display: flex;
    flex-direction: column;
    gap: 2px;
    direction: rtl;
    margin: 10px 0;

    width: 100%;
  
    height: auto;
}

.aergham_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,.05);
    transition: .25s;
}

    .aergham_item:hover {
        box-shadow: 0 6px 20px rgba(0,0,0,.08);
    }

.aergham_title {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.aergham_value {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    text-align: left;
}

.aergham_green .aergham_value {
    color: #16a34a;
}

.aergham_red .aergham_value {
    color: #000;
}

.aergham_blue .aergham_value {
    color: #2563eb;
}

.aergham_click {
    cursor: pointer;
}

    .aergham_click:hover {
        border-color: #ff9800;
    }

.aergham_backgreen {
    background: #82f17e;
}




.aergh_amfaktory_cartItems {
    width: 100%;
    float: right;
    margin: 30px 0px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
}


.aerghamfaktory_ui {
    width: 100%;
    float: right;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
}

.cart_I_tems {
    display: flex;
    flex-direction: column;
    gap: 2px;
    direction: rtl;
    margin: 10px 0;

    width: 465px;
    position: sticky;
    top: 0px;
    height: auto;
}

.cartItems_hejej {
    background: #f40000;
    color: #fff;
    height: 44px;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 9px;
    transition: all 0.3s ease;
    position: relative;cursor:pointer
}

    .cartItems_hejej:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }





















#login_or_sigin_popup {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999999999999999999999999;zoom:.9

}

.login_or_sigin_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(5px);
}

.login_or_sigin_box {
    width: 430px;
    max-width: 95%;
    background: #fff;
    border-radius: 18px;
    position: relative;
    z-index: 2;
    padding: 35px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .25);
    animation: login_or_sigin_popup .35s;
   
}

@keyframes login_or_sigin_popup {

    from {
        opacity: 0;
        transform: translateY(40px) scale(.9);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.login_or_sigin_close {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    background: #f3f3f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}

    .login_or_sigin_close:hover {
        background: #ff4d4d;
        color: #fff;
    }

.login_or_sigin_box h2 {
    margin-bottom: 15px;
    font-size: 24px;
    margin-top: 1px;
    text-align: center;
}

.login_or_sigin_box p {
    line-height: 2;
    color: #666;
    margin-bottom: 25px;
}

.login_or_sigin_buttons {
    display: flex;
    gap: 15px;
}

.login_or_sigin_btn {
    flex: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    cursor: pointer;
    background: #2b6cff;
    color: #fff;
    font-weight: bold;
    transition: .3s;
}

    .login_or_sigin_btn:last-child {
        background: #17a65b;
    }

    .login_or_sigin_btn:hover {
        transform: translateY(-3px);
    }

.login_or_sigin_login,
.login_or_sigin_signup {
    display: none;
}

 

.login_or_sigin_submit {
    margin-top: 15px;
    height: 50px;
    background: #2b6cff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    cursor: pointer;
    font-weight: bold;
}

.login_or_sigin_switch_signup,
.login_or_sigin_switch_login {
    margin-top: 18px;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    padding-top: 5px;
    float: right;
    display: flex;
    justify-content: center;
    width: 100%;
}



.place_holder_3bpx, .place_holder_part, .place_holder_right, .place_holder_left, .place_holder_left {
    width: 100%;
    display: table;
    float: right;
    min-height: 1px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    box-sizing: border-box;
}


















.login_or_sigin_loginsabt {
    width: 100%;
    direction: rtl;zoom:.9

}

.login_or_sigin_login_sign_in_box_7,
.login_or_sigin_login_forget_sign_in_box_8 {
    animation: login_or_siginFade .35s;
}

@keyframes login_or_siginFade {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login_or_sigin_login_dastresi {
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
    color: #222;
}

.login_or_sigin_login_name_sabt {
    margin: 18px 0 8px;
    font-size: 14px;
    font-weight: bold;
    color: #555;text-align:right
}

.login_or_sigin_login_user,
#signin_modiriyat_pas,
#forgetpas_user_id,
#utab_signin_sec_tex_cod {
    width: 100%;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0 15px;
    transition: .3s;
    font-size: 14px;
    box-sizing: border-box;
    background: #fafafa;
    text-align: left;
    direction: ltr;
}

    .login_or_sigin_login_user:focus,
    #signin_modiriyat_pas:focus,
    #forgetpas_user_id:focus,
    #utab_signin_sec_tex_cod:focus {
        border-color: #4f7cff;
        background: #fff;
        box-shadow: 0 0 0 4px rgba(79,124,255,.12);
        outline: none;
    }

.login_or_sigin_login_box_amniati {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.login_or_sigin_login_ja_kodi {
    flex: 1;
}

.login_or_sigin_login_amniat {
    width: 110px;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.login_or_sigin_login_ref_kod {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f5f5f5;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

    .login_or_sigin_login_ref_kod:hover {
        background: #4f7cff;
        color: #fff;
        transform: rotate(180deg);
    }

.login_or_sigin_login_button, #utab_signup_send {
    width: 100%;
    height: 52px;
    background: linear-gradient(135deg,#4f7cff,#2563eb);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    cursor: pointer;
    transition: .3s;
    font-weight: bold;
    font-size: 17px!important;
    gap: 8px;
    margin:10px 0px
}

    .login_or_sigin_login_button:hover, #utab_signup_send:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 5px rgba(37,99,235,.3);border:0px!important;
    }

.forget_pas_class,
.login_clasd {
    display: block;
    text-align: center;
    margin-top: 18px;
    color: #2563eb;
    cursor: pointer;
    font-size: 14px;
    transition: .3s;
}

    .forget_pas_class:hover,
    .login_clasd:hover {
        color: #1748b5;
    }

.login_or_sigin_login_img_ersal {
    width: 22px;
}

#utab_signin_payam {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}


#utab_signin_sec_tex_cod {
    FONT-SIZE: 20px;
    text-align: center;
    font-weight: bold;
}

.login_or_sigin_login_ref_kod:before{
    content: '🔄'
}


.drag_chang_save {
    width: 100% !important;
    float: left !important;
    display: flex !important;
    max-height: 80vh !important;
    overflow-y: auto !important;
    flex-wrap: wrap !important;
    padding: 0px 10px;
    zoom: .8;
}


    .drag_chang_save input, .drag_chang_save select {
        width: 100% !important;
        height: 48px !important;
        border: 1px solid #ddd ;
        border-radius: 12px !important;
        padding: 0 15px !important;
        transition: .3s !important;
        font-size: 14px !important;
        box-sizing: border-box !important;
        background: #fafafa !important;
        text-align: left !important;
        direction: ltr !important;
    }

        .drag_chang_save input:focus, .drag_chang_save select:focus {
            border-color: #4f7cff !important;
            background: #fff !important;
            box-shadow: 0 0 0 4px rgba(79,124,255,.12) !important;
            outline: none !important;
        }



.table_boxi label.input_box {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
    cursor: pointer;
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}

    .table_boxi label.input_box input[type="checkbox"] {
        width: 18px;
        height: 18px;
        accent-color: #2563eb;
        cursor: pointer;
    }

    .table_boxi label.input_box:hover {
        color: #2563eb;
    }

    .table_boxi label.input_box span {
        color: #e53935;
        font-weight: bold;
    }

#utab_signup_porotocol_p {
    width: 20px !important;
    height: 20px !important;
}

.signin_css .input_box {
    display: flex !important;
    align-content: center !important;
    align-items: center !important;
}
.drag_chang_save div * {font-size:15px!important
}
.send_o_p_signup {
    width: 100% !important;
}


























.jabe_cala_xc {
    max-width: 850px;
    margin: 30px auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    overflow: hidden;
    border: 1px solid #ececec;
    direction: rtl;
}

.box_adres_fac_xc {
    padding: 25px;
}

.adres_fac_xc {
    background: #fafafa;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 0px;
    line-height: 2;
    color: #444;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;position:relative
}

.makn_fac_xc {
    background: #fafafa;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 18px 20px;
 
    line-height: 2;
    color: #444;
    width: 100%;
    box-sizing: border-box;
}

.adres_fac_xc {
    border-right: 5px solid #2e7d32;
    background: linear-gradient(135deg,#f8fff8,#f3fff5);
}

    .adres_fac_xc::before {
        content: "📍";
        font-size: 22px;
        margin-left: 8px;
    }

    .adres_fac_xc span {
        display: block;
        margin-top: 2px;
        padding: 12px;
        background: #fff;
        border-radius: 8px;
        border: 1px dashed #cfcfcf;
        color: #555;
        font-size: 14px;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }

.makn_fac_xc {
    border-right: 5px solid #1976d2;
}

    .makn_fac_xc select {
        width: 100%;
        margin: 18px 0;
        padding: 0px 15px;
        border-radius: 10px;
        border: 1px solid #d5d5d5;
        background: #fff;
        font-size: 14px;
        cursor: pointer;
        transition: .3s;
        outline: none;
        height: 38px;
        box-sizing: border-box;
    }

        .makn_fac_xc select:hover {
            border-color: #1976d2;
        }

        .makn_fac_xc select:focus {
            border-color: #1976d2;
            box-shadow: 0 0 0 4px rgba(25,118,210,.15);
        }

.darj_fac_xc {

    background: #eef7ff;
    border: 1px solid #cfe7ff;
    border-radius: 10px;
    padding: 14px;
    color: #444;
    line-height: 2;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    float: none !important;
}

.rang_adres_xc {
    color: #1976d2;
    text-decoration: none;
    font-weight: bold;
    transition: .3s;
}

.box_adres_fac_xc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    gap: 10px;
}
.rang_adres_xc:hover {
    color: #0d47a1;
    text-decoration: underline;
}

#ersaltype_slected_id, .table_factoy {
    display: none !important
}

.darj_fac_xc:after {
    display: none
}

.darj_fac_xc:before {
    content: '';
    width: 5px;
    height: 5px;
    float: right;
    background: #0BC4F5;
    border-radius: 50%;
    margin: 0px 10px;
}





























.makn_fac_xc {
    transition: .4s;
}

    .makn_fac_xc.is-close {
        display: none;
    }

.change-address-btn {
    display: inline-block;
    background: #1976d2;
    color: #fff;
    padding: 3px 12px;
    border-radius: 8px;
    cursor: pointer;
    margin: 0px 0;
    float: left;
    position: absolute;
    left: 14px;
    top: 14px;
}

    .change-address-btn:hover {
        background: #1565c0;
    }
















/* باکس اصلی */
.ferestadan_wkdkjd {
    margin: 20px 0;
}

/* دکمه باز کردن */
.discount-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000000;
    padding: 12px 22px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    /* font-weight: bold; */
    /* box-shadow: 0 8px 20px rgba(245, 124, 0, .25); */
    transition: .3s;
    user-select: none;
    width: 100%;
    box-sizing: border-box;
    background: #ffe6351a;
    border: 1px solid #e6d69a;
}

    .discount-toggle:hover {
        transform: translateY(-2px);
    }

    .discount-toggle::before {
        content: "🎁";
    }

/* باکس کد تخفیف */
.mdkkmded_kdjwkidj {
    margin-top: 15px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: all .35s ease;display:flex
}

    /* حالت بسته */
    .mdkkmded_kdjwkidj.close-discount {
        display: none;
    }

/* اینپوت */
.jkdd_jk_dmekej {
    width: calc(100% - 150px);
    padding: 11px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    margin-left: 10px;
    transition: .3s;
}

    .jkdd_jk_dmekej:focus {
        border-color: #ff9800;
        box-shadow: 0 0 0 4px rgba(255,152,0,.15);
    }

/* دکمه */
.jkdd_jkekej {
    padding: 11px 18px;
    border: 0;
    border-radius: 8px;
    background: #4caf50;
    color: #fff;
    cursor: pointer;
    transition: .3s;
}

    .jkdd_jkekej:hover {
        background: #43a047;
    }




















.barbaruionjdjd:before {
    content: "انتخاب روش ارسال";
    display: block;
    margin: 10px;
    font-weight: bold;
    font-size: 14px;
}
.barbaruionjdjd {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 20px 0;
    background: #f7f7f7;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #d9d6d6;
}

.shipping-item {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 15px 18px;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    background: #fff;
    transition: .3s;
    font-size: 14px;
}

    .shipping-item:hover {
        border-color: #2196f3;
        box-shadow: 0 8px 20px rgba(33,150,243,.12);
    }

    .shipping-item input {
        display: none;
    }

    .shipping-item span {
        display: flex;
        align-items: center;
        width: 100%;
    }

        .shipping-item span:before {
            content: "";
            width: 1px;
            height: 1px;
            border: 2px solid #bbb;
            border-radius: 50%;
            margin-left: 12px;
            transition: .3s;
            box-sizing: border-box;
            padding: 7px;
        }

    .shipping-item input:checked + span:before {
        border: 3px solid #2196f3;
    }

    .shipping-item.active {
        border-color: #2196f3;
        background: #f5fbff;
    }





















/* باکس اصلی */
.jabe_cala_kala {
    margin: 25px 0;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

/* دکمه باز شدن */
.gift_toggle_x92fd {
    display: flex;
    align-items: center;
    padding: 18px;
    cursor: pointer;
    background: linear-gradient(135deg,#fff7f8,#fff);
    transition: .3s;
    user-select: none;
    font-weight: bold;font-size:14px
}

    .gift_toggle_x92fd:hover {
        background: #fff3f4;
    }

    .gift_toggle_x92fd:before {
        content: "🎁";
        font-size: 24px;
        margin-left: 12px;
    }

    .gift_toggle_x92fd:after {
        content: "+";
        margin-right: auto;
        font-size: 24px;
        color: #e91e63;
        transition: .3s;
    }

    .gift_toggle_x92fd.open:after {
        transform: rotate(45deg);
    }

/* محتوای هدیه */
.gift_body_x92fd {
    display: none;
    padding: 20px;
    border-top: 1px solid #eee;
}

    .gift_body_x92fd.open {
        display: block;
    }

/* توضیح */
.tozi_kado_kaaka {
    margin-bottom: 20px;
    padding: 12px;
    background: #fff8fa;
    border-radius: 10px;
    border-right: 4px solid #e91e63;
    font-size: 14px;
    text-align: right;
}




/* رادیو */
.kadoha {
    display: none;
}

    .kadoha + label {
        margin-right: auto;
        padding: 8px 18px;
        background: #f3f3f3;
        border-radius: 8px;
        cursor: pointer;
        transition: .3s;
    }

    .kadoha:checked + label {
        background: #e91e63;
        color: #fff;
    }

.kadoha_gift {display:none!important
}



.kadohayeman_box {
    border-radius: 14px;
    padding: 5px 15px;
    background: #fff;
    margin-top: 15px;
}


.kadohayeman_item {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
    transition: .25s;
    cursor: pointer;
    background: #fff;
}

    .kadohayeman_item:hover {
        border-color: #0d6efd;
        box-shadow: 0 5px 15px rgba(0,0,0,.08);
    }

    .kadohayeman_item.kadohayeman_active {
        border: 2px solid #0d6efd;
        background: #f5f9ff;
    }

.kadohayeman_radio {
    transform: scale(1.3);
    cursor: pointer;
}

.kadohayeman_img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.kadohayeman_content {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

.kadohayeman_name {
    font-weight: bold;
    font-size: 16px;
    color: #222;
    margin-bottom: 8px;
}

.kadohayeman_price {
    color: #000000;
    margin-bottom: 8px;
    font-size: 20px;
}

.kadohayeman_link {
    display: inline-block;
    text-decoration: none;
    color: #0d6efd;
    font-size: 12px;
}

    .kadohayeman_link:hover {
        text-decoration: underline;
    }























#customGateways {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    float: right;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
}



html .img_logo {
    display: none !important;
}



.gateway-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: all .2s;
    background: #fff;
    width: 43%;
    float: right;
    margin-bottom: 10px;
}

    .gateway-card:hover {
        border-color: #22c55e;
    }

    .gateway-card.selected {
        border-color: #22c55e;
        background: #f0fdf4;
    }

    .gateway-card img {
        width: 45px;
        height: 45px;
        object-fit: contain;
    }

    .gateway-card input[type="radio"] {
        width: 18px;
        height: 18px;
    }

.gateway-title {
    font-size: 15px;
    font-weight: 600;
}

#customPayBtn {
    width: 100%;
    height: 58px;
    border: 0;
    border-radius: 12px;
    background: #16a34a;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
}

    #customPayBtn:disabled {
        background: #cbd5e1;
        cursor: not-allowed;
    }




.ferestadan_jdjddjkdjdjnb {
    background: #eee;
    border-radius: 7px;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 10px;
}

.aerghamfaktory_u_ei .aerghamfaktory, .aerghamfaktory_u_ei .cartItems_hejej {
    display: none !important
}


@media (max-width: 825px) {
body{zoom:.9}
    .cart_I_tems {
        display: none !important
    }
    .aerghamfaktory_u_ei .aerghamfaktory, .aerghamfaktory_u_ei .cartItems_hejej {
        display: flex !important
    }
    #cartItems {
        width: 100%;
        float: right;
        padding: 0%;
        box-sizing: border-box;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 10px;
        zoom: 0.8;
    }

    .remove {
        font-size: 30px;
        left: 5px;
        top: 5px;
        zoom: 0.6;
    }

    .aergh_amfaktory_cartItems {
        width: 100%;
        float: right;
        margin: 30px 0px;
        padding: 5%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .cart_I_tems {
        display: flex;
        flex-direction: column;
        gap: 2px;
        direction: rtl;
        margin: 10px 0;
        width: 100%;
        position: relative;
        top: 0px;
        height: auto;
    }


    .aerghamfaktory_ui {
        width: 100%;
        float: right;
        padding: 0px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 10px;
    }
}












.cart-top-banner {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    border-radius: 18px;
    padding: 35px;
    color: #fff;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
    width: 1000%;
}

.cart-top-content h2 {
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: 700;
}

.cart-top-content p {
    max-width: 700px;
    margin: 0 auto 25px;
    line-height: 2;
    font-size: 15px;
    opacity: .95;
}

.back-shop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 30px;
    background: #fff;
    color: #4f46e5;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition: .3s;
    box-shadow: 0 8px 20px rgba(255,255,255,.2);box-sizing:border-box
}

    .back-shop-btn:hover {
        background: #f8fafc;
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(0,0,0,.2);
    }

@media(max-width:768px) {

    .kadohayeman_box {
      
        padding: 0px;
    }
        .cart-top-banner {
        padding: 25px 18px;
    }

    .cart-top-content h2 {
        font-size: 24px;
    }

    .cart-top-content p {
        font-size: 14px;
        line-height: 1.9;
    }

    .back-shop-btn {
        width: 100%;
    }

    .aergh_amfaktory_cartItems {
        padding:10px
    }
    .makn_fac_xc, .adres_fac_xc {
        padding: 10px;
    }
        .gateway-card {
        width: 100%;
    }


    .box_adres_fac_xc {
              padding: 5px;
        zoom: .95;
    }

}



body:has(.fastsignupesf) .login_or_sigin_first,
body:has(.fastsignupesf) .login_or_sigin_switch_login {
    display: none!important;
}

body:has(.fastsignupesf) .login_or_sigin_signup {
    display: block !important;
}




.empty-cart {
    width: 100%;
    margin: 0px auto;
    padding: 23px;
    text-align: center;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    box-sizing: border-box;
}

.empty-cart-icon {
    font-size: 64px;
    margin-bottom: 0px;
}

.empty-cart h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #333;
}

.empty-cart p {
    color: #777;
    margin-bottom: 25px;
    line-height: 1.8;
}

.empty-cart-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    transition: .25s;
}

    .empty-cart-btn:hover {
        background: #0b5ed7;
        transform: translateY(-2px);
    }





body .input_box .scory_input {
    width: 92px !important;
    float: right;
}