
                    #module_step_img_1{
                        -webkit-mask-image:url("https://arses-st.ir/files/main/module/shop/cart/img/cart.svg");
                        mask-image:url("https://arses-st.ir/files/");
                    }
                
                    #module_step_img_2{
                        -webkit-mask-image:url("https://arses-st.ir/files/main/module/shop/cart/img/login.svg");
                        mask-image:url("https://arses-st.ir/files/");
                    }
                
                    #module_step_img_3{
                        -webkit-mask-image:url("https://arses-st.ir/files/main/module/shop/cart/img/address.svg");
                        mask-image:url("https://arses-st.ir/files/");
                    }
                
                    #module_step_img_4{
                        -webkit-mask-image:url("https://arses-st.ir/files/main/module/shop/cart/img/confirm.svg");
                        mask-image:url("https://arses-st.ir/files/");
                    }
                
            .accept_conditions{display:flex !important}
            .accept_conditions{
                line-height: 45px;
                border-radius:5px;
                display:none;
                background-color: #ffb3b5;
                font-size: 14px;
                margin: 10px auto 20px;
            }
            .accept_conditions.first-color{background-color: #ffffff !important;}
            .accept_conditions.checked{
                background-color: #ffffff !important;
                color: #565555;
            }
            .accept_conditions > input{
                width: 20px;
                min-width: 20px;
                height:20px;
                margin-left: 5px;
                color: green;
                background-color:black;
            }
            .accept_conditions > label > span,.accept_conditions > label > a{
                color: red;
                font-weight: 800;
            }
            .checkbox-ac{
                width:15px;
                min-width:15px;
                height:15px;
                margin:15px 7px 0;
                border:2px solid red;
            }
            .checked .checkbox-ac{
                border-color: transparent !important;
                background-size:100% 100%;
                margin: 9px 4px 0;
                width:22px;
                min-width:22px;
                height:22px;
                background-image:url("https://arses-st.ir/files/main/module/function/img/green-tick.svg");
                background-repeat:no-repeat;
            }
        
            .icon_close_msg_timer{
                top: 10px;
                right: 15px;
                position: absolute;
                color:#ffff;
            }
            .p_text {
                border: 1px solid #cccccc;
                width: 175px;
                height: 28px;
                background: #ffffff !important;
                /* padding-right: 5px; */
                /* padding-left: 5px; */
                padding: 5px;
                line-height: 25px;
                font-size: 13px;
                margin-bottom: 10px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                border-radius: 2px;
                margin-top: 4px;
                margin-right: 4px;
                box-shadow: 0 0 3px #adadadcc inset;
                -webkit-box-shadow: 0 0 3px #adadadcc inset;
                -moz-box-shadow: 0 0 3px #adadadcc inset;
            }
            .msg{
                color: #ffff;
            }
            .modal_msg_two_timer{
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,0.5);
                position: fixed;
                z-index: 9999;
            }
            .countainer_msg_timer{
                box-shadow: 5px 5px 10px #0d335d;
                background-color: #1a508b;
                position:fixed;
                border: 2px solid #1a508b;
                border-radius: 5px;
                width: 400px;
                height: 130px;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                justify-content: center;
                font-size: 16px;
                font-weight: bold;
            }
            #sentense_end_page{
                margin-top: 10px;
                margin-bottom: 10px;
            }
            #description_input_order{
                margin: 0px;
                width: 400px;
                padding: 5px;
                height: 121px;
                resize: none;
                border: 1px solid #aaa;
                border-radius: 3px;
                font-size: .9rem;
            }
             #mmd{
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,0.4);
                position: fixed;
                z-index: 99999;
             }
            .modal{
                box-shadow: 5px 5px 10px #0d335d;
                background-color: #1a508b;
                position:fixed;
                border: 2px solid #1a508b;
                border-radius: 5px;
                width: 400px;
                height: 130px;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
            }
            .modal .text{
            position: fixed;
            top: 50px;
            right: 40px;
            color: white;
            }
            .close_modal{
                padding-right: 5px;
                padding-top: 5px;
                position: absolute;
                z-index: 1;
                right: 10px;
            }
            .close_modal::before{
                content: "";
                position: absolute;
                background-color: white;
                border-radius: 50px;
                width: 20px;
                height: 20px;
                top: 5px;
                right: 0px;
                z-index: -1;
            }
            #module_shop_cart{
                width: 100%;
                min-width: 1200px;
            }
            #module_shop_cart > div{
                overflow: hidden;
            }
            #module_shop_cart .width-dbp{
                width:520px;
                min-width: 520px;
            }
            #module_shop_cart .width-npc{
                width: 45px;
                min-width: 45px;
            }
            #module_shop_cart .width-usc{
                width: 60px;
                min-width: 60px;
            }
            #module_shop_cart .width-ppc{
                width: 135px;
                min-width: 135px;
            }
            #module_shop_cart .width-papc{
                width: 175px;
                min-width: 175px;
            }
            #module_shop_cart #fixed_top_cart{
                background-color: #fff;
            }
            #fixed_top_cart{
                padding:0 100px
            }
            #module_shop_cart .hr-cart{
                width: 100%;
                height: 2px;
                -webkit-border-radius: 40%;-moz-border-radius: 40%;border-radius: 40%;
                background-color: #555;
            }
            #fixed_top_cart .content-ftc,#fixed_top_cart .img-ftc{
                white-space:nowrap;
                overflow:hidden;
                width:900px;
                margin:auto;
                justify-content:space-between;
            }
            #fixed_top_cart .content-ftc{
                height:50px;
                line-height:55px;
            }
            #fixed_top_cart .step-img-ftc{
                -webkit-mask-size:100% 100%;
                mask-size:100% 100%;
                -webkit-mask-repeat:no-repeat;
                mask-repeat:no-repeat;
                width:140px;
                height:50px;
                margin-top:25px;
                margin-bottom:25px;
                transition:color 1s ease;
                background-color:#e8e8e8;
            }
            #fixed_top_cart .step-img-ftc.active_tab{
                background-color:#ae4a84;
            }
            #fixed_top_cart .completed{
                cursor:pointer;
            }
            #fixed_top_cart .step-title-ftc{
                width:150px;
                text-align:center;
                white-space:nowrap;
                overflow:hidden;
            }
            #fixed_top_cart .step-title-ftc.active_tab{
                color:#333;
            }
            #fixed_top_cart .active_tab{
                cursor:default;
            }
            #arrow_box_vsc{
                position:absolute;
                bottom:5px;
                right:0;
                width:150px;
                height:35px;
                transition:right 1s ease;
            }
            #arrow_box_vsc span{
                width:100%;
                height:100%;
                position:relative;
                display:block;
                border-radius:6px;
                z-index:99;
                border:2px solid #ae4a84;
            }
            #arrow_box_vsc span:before{
                margin-left: -9px;
                bottom: 100%;
                left: 50%;
                border:9px solid;
                border-color:transparent transparent #ae4a84 transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }
            #arrow_box_vsc span:after{
                margin-left: -7px;
                bottom: 100%;
                left: 50%;
                border:7px solid;
                border-color:transparent transparent #fff transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }
            /*------------------------value_shop_cart---------------------------*/
            #value_shop_cart{
                margin-top:20px;
                overflow:hidden;
                display:flex;
                margin-right:0;
                transition:margin-right 1s ease;
            }
            #value_shop_cart > .box-vsc{
                width:1200px;
                flex:0 0 1200px;
            }
            #value_shop_cart .parent-box-cart{
                border-spacing:2px 5px;
                width:100%;
                margin-bottom:10px;
            }
            #value_shop_cart .product-cart-row,#value_shop_cart .top-table-cart{
                margin-bottom:3px;
                overflow:hidden;
                display:flex;
                width:100%;
            }
            #value_shop_cart .product-cart-row{
                height:90px;
            }
            #value_shop_cart .top-table-cart{
                height:45px;
                line-height:45px;
                margin-bottom:10px;
                border-radius:4px;
                background-color:#ccc;
            }
            #value_shop_cart .product-cart-row > div{
                background-color: #fff;
                margin-right:2px;
                padding: 7px;
                text-align:center;
                display:flex;
                justify-content:center;
                flex-direction:column;
            }
            #value_shop_cart .description-box-pr-cart{
                flex-direction:row !important;
                justify-content:flex-start !important;
            }
            #value_shop_cart .description-box-pr-cart > div{
                margin-right:10px;
            }
            #value_shop_cart .product-cart-row > div:first-child{
                margin-right:0;
            }
            #value_shop_cart .img-pr-cart{
                height:100%;
                width:100px;
            }
            #value_shop_cart .img-pr-cart img{
                height:100%;
                width:100%;
                object-fit:cover;
            }
            #body_popup_1 .img-pr-cart{
                height:100%;
                width:100px;
            }
            #body_popup_1 .img-pr-cart img{
                height:100%;
                width:100%;
                object-fit:cover;
            }
            #value_shop_cart .description-box-pr-cart{
                text-align:right;
            }
            #value_shop_cart .num-pr-cart{
                font-size:28px;
                color:#777;
            }
            #value_shop_cart .number-pr-cart{
                font-size:14px;
                color:#000;
                margin:auto;
                height:25px;
                line-height:28px;
                width:22px;
                background-color:#dfdfdf;
            }
            #value_shop_cart .delete-pr-cart{
                color:#ff3d3c;
            }
            #value_shop_cart .price-box{
                font-size:24px;
                font-weight:400;
                color:#000;
            }
            #value_shop_cart .discount-pr-cart{
                color:#ff3d3c;
            }
            #unavailable_box_cart{
                display:flex;
                flex-wrap:wrap;
                width:800px;
            }
            .body-close-popup-1{
                margin:20px auto;
                height:40px;
                line-height:40px;
                color:#fff;
                background-color:#ff3d3c;
                border-radius:5px;
                width:200px;
                cursor:pointer;
            }
            #sum_discount_code_cart > div{
                background-color: #fff;
                margin-bottom:3px;
                width:400px;
                padding:7px 10px;
                font-size:14px;
                font-weight:500;
            }
            #value_shop_cart .discount-code-dcc{
                padding:20px 10px;
                line-height:35px;
                width: 460px;
            }
            #input_discount_code input{
                width:100%;
                border:1px solid #555;
                border-radius:3px;
                height:35px;
                direction:ltr;
                background-color:transparent;
            }
            #send_discount_code{
                height:35px;
                border-radius:3px;
                background-color:green;
                font-size:16px;
                font-weight:500;
                color:#fff;
            }
            #msg_discount_code{
                min-height:50px;
            }
            #value_shop_cart .dcd-fs14{
                font-size:12px;
                font-weight:500;
                color:#333
            }
            #msg_discount_code{
                font-size:14px;
                padding:5px;
            }
            #value_shop_cart .error-msg{
                color:red;
            }
            #msg_discount_code .success-msg{
                color:green;
            }
            #msg_discount_module_shop_cart{
                color:red;
                font-size:14px;
                padding:5px;
            }
            #price_all_sdcc{
                color:green;
                font-size:22px;
                font-weight:500;
            }
            .not-find-product-cart{
                background-color: #fff;
                text-align:center;
                padding:50px 0;
                border-radius:3px;

            }
            #total_table_msc .description-box-pr-cart{
                color:red;
                text-align:center;
                display:flex;
                justify-content:center!important;
                flex-direction:column!important;
            }
            #total_table_msc .price-pr-cart{
                width:182px;
            }
            #total_table_msc .price-all-pr-cart{
                width:220px;
                color:green;
            }
            .submit-orders-msc,.btn-login-msc,#accept_shopping_module_cart{
                background-color:green;
                color:#fff;
                padding:13px 30px;
                font-size:20px;
                border-radius:4px;
                width:max-content;
                text-align:center;
                cursor:pointer;
            }
            /*------------------------LOGIN---------------------------*/
            #login_box_msc{
                width:500px;
                height:300px;
                text-align:center;
                background-color: #fff;
                margin:50px auto 0;
            }
            #login_box_msc .btn-login-msc{
                margin-top:20px;
            }
            /*-----------------------ADDRESS---------------------*/
            #parent_user_address_box{
                padding:10px;
                background-color: #fff;
                border-radius:3px;
                border:1px solid #eee;
            }
            #parent_user_address_box .title-puab{
                font-weight:500;
                font-size:16px;
                height:50px;
                line-height:50px;
                width:100%;
                padding-right:10px;
            }
            .user-address-box,.new-user-address-box {
                width:287px;
                height:270px;
                background-color: #fff;
                border-radius:6px;
                border:1px solid #ddd;
                box-shadow:0 0 0 0 transparent;
                transition:border .3s,box-shadow .3s;
                margin:0 3px 10px;
            }
            .user-address-box{
                padding:5px 10px;
            }
            .user-address-box.radio-selected{
                border-color: #7b7bff;
                box-shadow: 0 0 0 2px #7b7bff;
            }
            .new-user-address-box{
                border-style:dashed;
            }
            .row-info-uab{
                font-size:14px;
                margin-bottom:2px;
            }
            .row-info-uab > i{
                margin-left:10px;
                font-size:16px;
            }
            .form-item-nuab{
                width:500px;
                height:80%;
                margin:10px 0;
            }
            .form-item-nuab > div{
                margin:0 2% 10px;
            }
            .parent-nuab .body-close-popup-1{
                color: #333;
                background-color:transparent;
                margin: 0;
                width: 40px;
            }
            .icon-close-popup{
                display:none;
            }
            #body_popup_1 > div{
                paddi   ng:20px 15px;
            }
            #body_popup_1 .title-pn{
                height:50px;
                line-height:50px;
            }
            #body_popup_1 .parent-nuab > div{
                border-bottom:1px solid #eee;
            }
            #body_popup_1 .parent-nuab > div:last-child{
                border-bottom:none;
            }
            #body_popup_1 .title-nuab{
                font-size:14px;
                color:#333;
                font-weight:400;
                margin-bottom:2px;
            }
            #body_popup_1 .error-value  .title-nuab,#body_popup_1 .not-correct-value  .title-nuab{
                color:red;
            }
            #body_popup_1 .value-nuab{
                padding:0 10px;
                border:1px solid #eee;
                border-radius:6px;
                font-size:14px;
                color:#444;
                height:45px;
                line-height:45px;
                transition: border-color .5s;
                cursor:pointer;
            }
            #body_popup_1 .form-item-nuab > div:hover .value-nuab{
                border-color:#bbb;
            }
            #body_popup_1 .error-value .value-nuab,#body_popup_1 .not-correct-value .value-nuab{
                border-color:red;
            }
            #body_popup_1 .input-nuab{
                width:100%;
                height:45px;
                line-height:45px;
                border-radius:7px;
                padding:0 5px;
                border:1px solid #eee;
                position:relative;
            }
            #body_popup_1 .icon-error-nuab{
                position:absolute;
                transform:translateY(50%);
                top:50%;

            }
            #body_popup_1 .input-nuab input{
                width:100%;
            }
            .text-error-nuab,.text-not-correct-nuab{
                color:red;
                font-size:12px;
                text-align:right;
                visibility:hidden;
                height:0;
            }
            .error-value .text-error-nuab,.not-correct-value .text-not-correct-nuab{
                visibility:visible;
                height:20px;
            }
            #accept_save_info_address{
                border-radius:5px;
                margin:10px 0 10px 5px;;
                padding: 10px 20px;
                font-size: 14px;
                font-weight: 700;
                background-color: #ef394e;
                color: #fff;
                border: 1px solid #ef394e;
                cursor:pointer;
            }
            .items-absolute{
                position:absolute;
                top:80%;
                width:100%;
                right:0;
                max-height:500px;
                background-color:#fff;
                border:1px solid #eee;
                border-radius: 0 0 5px 5px;
                transition: border-color .5s;
                z-index:999;
                height: 245px;
                overflow:hidden;
                box-shadow: 0 3px 6px -1px #ddd;
            }
            .parent-acquaintance-box .items-absolute{
                top: unset;
                bottom: 45px;
                max-height: 300px;
                overflow: auto;
            }
            #body_popup_1 .form-item-nuab > div:hover .items-absolute{
                border-color:#bbb;
                border-top-color:#eee;
            }
            .items-absolute span{
                display:block;
                text-align:right;
                font-size:14px;
                padding:5px 10px;
                font-weight:400;
            }
            .items-absolute span.active,.items-absolute span:hover{
                background-color:#eee;
            }
            .parent-val-absolute{
                max-height:205px;
                overflow:auto;
            }
            .parent-val-absolute::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            .parent-val-absolute::-webkit-scrollbar-thumb{
                background-color:#777;
            }
            .search-items-absolute{
                width:95%;
                margin:5px auto 0;
                height:35px;
                line-height:35px;
                padding:0 7px;
                font-size:14px;
                text-align:right;
                color:#333;
                border:1px solid #bbb;
                border-radius:4px;
                display:block;
            }
            .div-load-absolute{
                height:205px;
                overflow:auto;
            }
            .del-edit-nuab{
                height:35px;
                line-height:35px;
                border-top:1px solid #ddd;
                margin-top:5px;
                font-size:12px;
                font-weight:500;
                color:#242ebd;
            }
            #show_shopping_cost_cart{
                height:40px;
                line-height:40px;
                font-size:14px;
                font-weight:400;
            }
            #show_shopping_cost_cart span{
                font-size:16px;
                font-weight:500;
                color:green;
                display: inline-flex;
                margin-right: 5px;
                margin-left: 5px;
            }
            /*-----------------------checkbox && radio---------------------*/
            .radio-uab{
                color: #333;
                height:35px;
                margin: 4px;
                display: flex;
                font-weight: 400;
                border-radius: 1px;
                font-size:14px;
                border-bottom: 1px solid #ddd;
            }
            .checkbox-radio-text{
                position:relative;
                width:calc(100% - 29px);
                white-space:nowrap;
                padding:0 9px;
                height: 29px;
                line-height: 26px;
                font-weight: 500;
                font-size: 16px;
            }
            .checkbox-radio-text label{
                position:absolute;
                top:0;
                bottom:0;
                border-radius:2px;
                background-color:;
                z-index:1;
                right:0;
                left:100%;
                -webkit-transition: .2s;-moz-transition: .2s;-ms-transition: .2s;-o-transition: .2s;transition: .2s;
            }
            .checkbox-radio-text span{
                position:relative;
                z-index:2;
                color:;
                user-select: none;
            }
            .item-db-nuab .checkbox-radio-text span{
                color:;
            }
            .item-db-nuab .checkbox-radio-text label {
                left:0;
            }
            .radio-uab .radio_icon{
                text-align: center;
                height:29px;
                width:33px;
                position:relative;
            }
            .radio-uab .radio_icon > div{
                height:25px;
                width:25px;
                border-radius: 50%;
                flex-direction: column;
                justify-content: center;
                display:flex;
                border: 3px solid #777;
                background-color:transparent;
            }
            .radio-selected .radio_icon > div{
                border:7px solid #248026;
            }
            /*------------------------STEP-4---------------------------*/
            #value_shop_cart_4{
                padding:15px 20px;
                background-color: #fff;
                border:1px solid #eee;
                border-radius:4px;
                font-weight:500;
            }
            .parent-acquaintance-box{
                width:300px;
                background-color: #fff;
                border-radius:4px;
            }
            .parent-acquaintance-box .acquaintance-title{
                padding:0 10px;
                border:1px solid #eee;
                font-size:14px;
                border-radius:4px;
                color:#444;
                height:45px;
                line-height:45px;
                transition: border-color .5s;
                cursor:pointer;
                width:100%;
            }
            .parent-acquaintance-box.error-value .acquaintance-title,.parent-acquaintance-box.not-correct-value .acquaintance-title{
                border-color:red;
            }
            #value_shop_cart_4 .items-absolute{
                height:auto;
            }
            #accept_shopping_module_cart{
                min-width:300px;
                margin:10px auto;
            }
            /*------------------------BANK PORTAL---------------------------*/
            #bank_portal_box > span{
                font-size: 14px;
                font-weight: 500;
                margin: 10px 0;
                color: #333;
            }
            #bank_portal_box > div{
                margin: 10px 0;
            }
            #bank_portal_box > div > div{
                margin-left: 10px;
                margin-right: 10px;
                border:1px solid transparent;
                border-radius: 3px;
                padding: 10px;
                min-width: 250px;
                min-height: 150px;
            }
            #bank_portal_box > div > div.chosen-portal{
                border-color: #aaa;
            }
            #bank_portal_box .portal-img{
                text-align: center;
            }
            #bank_portal_box .portal-img img{
                width: 100px;
                height: 100px;
                object-fit: cover;
            }
            .portal-name-input{
                height: 35px;
                line-height: 35px;
                padding: 0 15px;
            }
            .portal-name-input span{
                max-width: 150px;
                text-overflow: ellipsis;
                overflow: hidden;
            }
            .portal-name-input input{
                margin: auto 0 auto 10px;
            }
            .row-input-ctc{
                font-size:14px;
                width:275px;
            }
            .row-input-ctc input{
                width:100%;
                border:1px solid #ddd;
                border-radius:4px;
                padding:5px 10px;
                margin:10px auto;
            }
            .row-input-ctc input::placeholder{
                direction:rtl;
            }
            #finally_table_vsc{
                width:400px;
                margin:10px 0 20px;
                font-size:15px;
                font-weight:400;
            }
            #finally_table_vsc > div{
                background-color:#f9f9f9;
                margin-bottom:5px;
                border-radius:3px;
                height:40px;
                line-height:40px;
                padding:0 10px;
            }
            #finally_table_vsc .discount-vsc{
                color:red;
            }
            #finally_table_vsc .finally-price-vsc{
                font-size:16px;
                font-weight:500;
                color:#248026;
            }
            #parent_portal_box{
                position: fixed;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                flex-direction: column;
                justify-content: center;
                z-index: 999999;
                background-color:rgba(0,0,0,0.5);
            }
            #parent_portal_box > div{
                background-color: #028dae;
                border-radius: 5px;
                border: 1px solid #ccc;
                width:800px;
                font-size:18px;
                color:#fff;
                text-align:center;
                min-height:80px;
                line-height:80px;
            }
            .img_full_order{
                display:none !important;
            }
        
            
            body{
                position: relative;
            }
            .public-header{
                position: relative;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                
                .public-header{
                    width: 100%;
                    background: url(https://arses-st.ir/files/image/1640029993_1 (24).jpg);
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: #a49990;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 16px;
                height: 16px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #ffffff;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-right : 0;
                }
                .top-list:last-child{
                    margin-left : 0;
                }
            
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #ffffff;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-right: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #000;
                font-size: 0px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: #fff;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #2c3e50;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    right: 0;
                }
                .top-sub-list{
                    border-left: 5px solid  #f00;
                }
            
        
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: #fff;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 5px;
                padding-bottom: 5px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: 200px;
                height: 100px;
                max-width: 200px;
                max-height: 100px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: #f0f0f0;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
            }
            
                .nav-container > .navbar{
                    margin-left: calc(0px + 10px);
                }
            
        
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: ;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: ;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color: #232323 ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 18px;
                color: #000000;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  5px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #ffffff;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        right: 0;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        right: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 100%;
                        border-left: 5px solid red;
                    }
                
        
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-right: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(180deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 0 3px 3px 0;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 3px 0 0 3px;
                }
            
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #000000;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: #232323;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #ffffff;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #232323;
                font-size: 12px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #232323;
            }
            .active{
                background-color: ;
            }
            .active a{
                color: ;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                
                .icon-container .icon-item:first-child{
                    margin-right: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-left: 0 !important;
                }
                
            
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #000000;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #f0f0f0;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #000000;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #f0f0f0;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #000000;
                color: #000000;
            }
            
                
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #000000;
                    border-radius: 3px;
                    background: #f0f0f0;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-left: none !important;
                    }
                    .border-basket{
                        border-right: none !important;
                    }
                
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #000000;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #f0f0f0;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: #f0f0f0;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #000000;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #000000;
            
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: inline !important;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                
                .icon-container .icon-item.login-icon{
                    color: #000000;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                }
            
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                        .search-container .search-input{
                            border-left: none !important;
                            border-radius: 0 3px 3px 0;
                        }
                        .search-container .search-btn{
                            border-right: none !important; 
                            border-radius: 3px 0 0 3px;
                        }
                    
                
                .search-container{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    height: 45px;
                    padding: 0 6%;
                    transition: .8s;
                }
                .search-container .search-input{
                    width: 95%;
                    height: calc(2 * 0px + 45px);
                    padding: 5px 10px; 
                    background-color: #f0f0f0;
                    color: #fff;
                    border: 0px  solid  transparent;
                }
                .search-container .search-input::placeholder{
                    color: #aaa;
                }
                .search-container .search-btn{
                    width: 45px;
                    height: 100%;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    background-color: #f0f0f0;
                    box-sizing: border-box;
                    border: 0px  solid  transparent;
                }
                .search-container .search-btn svg{
                    width: 20px;
                    height: 20px;
                    fill: #000000;
                }
                .icon-container .search-icon{
                    display: none;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #000000;
                }
            
            
            .sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #ddd !important;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #d9d9d9;
            }
            .lang-nav .lang-li a{
                color: #000000;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #000000;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #000000;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: 600ms;
                right: 25px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #back_to_top svg{
                width: 50px;
                height: 50px;
                fill: #fff ;
            }
        
                    
                    .header-container{
                        grid-template-rows: 1fr .1fr auto;  
                        grid-template-columns: 200px 3fr 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"
                            "line line line"
                            "bottom-1 bottom-1 bottom-1"; 
                    }
                    .line{
                        grid-area: line;
                        width: 100%;
                        border-bottom: 1px solid #2c3e50;
                        padding-top: 15px;
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        padding: 15px;
                        justify-content: center;
                        
                    }
                    .nav-container .navbar{
                        justify-content: center;
                    }
                    .bottom-section-1{
                        justify-content: flex-start;
                    }
                    .search-command{
                        border: 0px  solid   !important;
                    }
                    #module_footer_section_2{
;
justify-content:center;
padding-top:2%;
padding-right:2%;
padding-bottom:2%;
padding-left:2%;
border-style:none;
}#module_footer_column_2{
;
justify-content:center;
padding-top:3.5vw;
padding-bottom:3vw;
border-style:none;
}#module_footer_row_2{
;
justify-content:center;
border-style:none;
}#module_footer_items_2{
;
cursor:default;
width:20vw;
height:5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_2:hover{
;
}#module_footer_row_3{
;
justify-content:center;
padding-top:2vw;
border-style:none;
}#module_footer_items_3{
;
cursor:default;
text-align:center;
color:#000000;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-left-width:0.08px;
border-color:#d9d9d9;
padding-left:2vw;
}#module_footer_items_3:hover{
;
}#module_footer_items_4{
;
cursor:default;
text-align:center;
color:#000000;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-left-width:0.08vw;
border-color:#d9d9d9;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_4:hover{
;
}#module_footer_items_5{
;
cursor:default;
color:#000000;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-left-width:0.08vw;
border-color:#d9d9d9;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_5:hover{
;
}#module_footer_items_6{
;
cursor:default;
text-align:center;
color:#000000;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-left-width:0.08vw;
border-color:#d9d9d9;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_6:hover{
;
}#module_footer_items_7{
;
cursor:default;
text-align:center;
color:#000000;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
border-color:#ffffff;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_7:hover{
;
}#module_footer_row_4{
;
justify-content:center;
padding-top:3vw;
padding-bottom:3vw;
border-style:none;
}#module_footer_items_9{
;
cursor:pointer;
text-align:center;
width:3.2vw;
height:3.2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:2.75vw;
margin-left:2vw;
}#module_footer_items_9:hover{
;
}#module_footer_items_10{
;
cursor:pointer;
text-align:center;
width:3.2vw;
height:3.2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:2.75vw;
margin-right:2vw;
margin-left:2vw;
}#module_footer_items_10:hover{
;
}#module_footer_items_11{
;
cursor:pointer;
text-align:center;
width:3.2vw;
height:3.2vw;
color:#ffffff;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:2.75vw;
margin-right:2vw;
margin-left:2vw;
}#module_footer_items_11:hover{
;
}#module_footer_row_5{
;
justify-content:center;
border-style:none;
}#module_footer_items_14{
;
cursor:default;
text-align:center;
color:#434343;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_14:hover{
;
}#module_footer_section_4{
;
justify-content:center;
padding-bottom:.5vw;
border-style:none;
}#module_footer_column_4{
;
justify-content:center;
border-style:none;
}#module_footer_row_11{
;
justify-content:center;
border-style:none;
}#module_footer_items_32{
;
cursor:default;
text-align:left;
color:#8c8c8c;
font-weight:300;
font-size:0.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_32:hover{
;
}#public_footer_main_2{;background-color:#dddddd;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_2:hover{;}#public_footer_main_2{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_2 > div{
                    position:relative;
                    z-index:12;
                }
                   #public_footer_main_2  
                
                #public_footer_main_2 .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
            
                #public_footer_main_2:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: rtl;text-align: right;}