
            #parent_tab_profile{
                width: 100%;
                margin: 10px 0 0;
                height: 50px;
                border-bottom: 1px solid #888;
                display: flex;
            }
            #parent_tab_profile .step{
                padding: 0 15px;
                height: 35px;
                line-height: 35px;
                display: inline-block;
                text-align: center;
                border: 1px solid #888;
                color: #333;
                border-radius: 4px 4px 0 0;
                cursor: pointer;
                margin: 0 4px -1px 10px;
                background-color: #e8e8e8;
                font-size: 14px;
                font-weight: 400;
                vertical-align: bottom;
                -webkit-transition: .4s;-moz-transition:  .4s;-ms-transition:  .4s;-o-transition:  .4s;transition:  .4s;
            }
            #parent_tab_profile .step.active_tab{
                border-bottom: none;
                padding: 0 20px;
                cursor: default;
                font-size: 16px;
                background-color: #fff;
                font-weight: bold;
                height: 40px;
                line-height: 40px;
            }
            #main_step{
                border: 1px solid #888;
                border-top: none;
                padding: 20px;
                margin-bottom: 20px;
            }
            /*-----------------------PRODUCT BOUGHT-------------------------*/
            .parent-table table .link-table-cart{
                color: blue;
                cursor: pointer;
                text-decoration: underline;
            }
            .parent-table table td.price-all{
                font-size: 16px;
                font-weight: 500;
            }
            /*---------------------------ORDERS-----------------------------*/
            .parent-table{
                margin-bottom: 20px;
            }
            .parent-table > label{
                font-size: 15px;
                font-weight: 400;
                display: inline-block;
                margin-bottom: 10px;
                text-space: 1px;
            }
            .parent-table label label{
                font-size: 15px;
                font-weight: 500;
                border-bottom: 1px solid #000;
            }
            .parent-table table th{
                padding: 10px 0;
                font-weight: bold;
                font-size: 16px;
                background-color: #ddd;
                border: 1px solid #ddd;
                color: #434343;
            }
            .parent-table table tr:nth-child(2n){
                background-color: #f2f1f0;
            }
            .parent-table table td{
                border: 1px solid #dcdbe0;
                border-collapse: collapse;
                font-size: 14px;
                font-weight: 400;
                padding: 4px 2px;
            }
            .parent-table table td.price-discount{
                color: #bb0000;
            }
            .parent-table table td.price-all{
                color: #008600;
            }
            .parent-table table td span{
                font-weight: 500;
            }
            .parent-table table td .statue-0{
                color: #9a9a00;
            }
            .parent-table table td .statue-20{
                color: #008600;
            }
            .parent-table table td .statue-0-20{
                color: #841a13;
            }
            /*---------------------------PROFILE----------------------------*/
            #main_step fieldset{
                border:1px solid #a3a3a3;
                padding:15px 10px;
                border-radius:3px;
                background-color:#ffffff;
                margin: 0 auto 20px;
                width: max-content;;
            }
            #main_step fieldset legend{
                padding: 5px;
                margin-right:30px;
                font-size: 18px;
                font-weight: 600;
            }
            #parent_box_input .box_input{
                margin: 0 30px 10px;
                text-align:justify;
            }
            #parent_box_input .ist{
                height: 40px;
                line-height: 40px;
                width:300px;
                border:1px solid #a3a3a3;
                border-radius:5px;
                padding:0 5px;
                font-size: 14px;
            }
            #parent_box_input .box_input label{
                height: 40px;
                line-height: 40px;
                white-space:nowrap;
            }
            .form-box button{
                white-space: nowrap;
                display: inline-block;
                width: 200px;
                border: none;
                margin-top: 20px;
                height: 45px;
                line-height: 45px;
                background-color: #2c81ba;
                color: white;
                border-radius: 3px;
                cursor: pointer;
                -webkit-box-shadow: 0 14px 26px -12px rgba(3,169,244,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(3,169,244,.2);
                -moz-box-shadow: 0 14px 26px -12px rgba(3,169,244,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(3,169,244,.2);
                box-shadow: 0 14px 26px -12px rgba(155, 224, 255, 0.42), 0 4px 23px 0 rgba(158, 158, 158, 0.12), 0 8px 10px -5px rgba(129, 199, 255, 0.2);
            }
            .form-box button:hover{
                -webkit-box-shadow:0 14px 26px -12px rgba(12, 78, 170, 0.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(3, 122, 181, 0.2);
                -moz-box-shadow:0 14px 26px -12px rgba(12, 78, 170, 0.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(3, 122, 181, 0.2);
                box-shadow:0 14px 26px -12px rgba(12, 78, 170, 0.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(3, 122, 181, 0.2);
            }
            #body_popup_1 .container-html{
                width: 1000px;
                margin: 70px 30px;
            }
            #body_popup_1 .icon-close-popup{
                color: red !important;
                top: -13px !important;
                right: -13px !important;
            }
        
            #header{
                position: fixed;
                text-align: center;
                top: 0;
                right: 0;
                width: 100%;
                min-width: 1200px;
                height: 150px;
                direction: rtl;
                background-color: transparent;
                z-index: 999;
                -webkit-transition: background-color 1s;-moz-transition: background-color 1s;-ms-transition: background-color 1s;-o-transition: background-color 1s;transition: background-color 1s;
            }
            #header.dir-ltr{
                direction: ltr !important;
            }
            #header.set-bg{
                height: 75px !important;
            }
            #box-header > .menu-h li:hover a{
                color: #ffc800 !important;
            }
            #header.set-bg{
                background-color: #cf1322 !important;
            }
            #box-header{
                width:1200px;
                display: inline-flex;
                justify-content: space-between;
                margin: auto;
            }
            #box-header > div {
                height: 150px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                -webkit-transition: height .5s;-moz-transition: height .5s;-ms-transition: height .5s;-o-transition: height .5s;transition: height .5s;
            }
            .set-bg #box-header > div{
                height: 75px !important;
            }
            #box-header > .box-logo-h {
                width: 150px;
                overflow: hidden;
                position: relative;
            }
            #box-header > .box-logo-h a{
                overflow: hidden;
            }
            #box-header > .box-logo-h  img{
                border-radius: 1px;
                width: 100%;
                height: 70%;
                object-fit:contain;
                overflow: hidden;
                position: absolute;
                top: 15%;
                right: 0;
            }
            #box-header .logo150-lh{
                opacity: 1;
                visibility: visible;
                -webkit-transition: .5s;-moz-transition:  .5s;-ms-transition:  .5s;-o-transition:  .5s;transition:  .5s;
                -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
            }
            #box-header .logo75-lh{
                opacity: 0;
                visibility: hidden;
                -webkit-transition: .5s;-moz-transition:  .5s;-ms-transition:  .5s;-o-transition:  .5s;transition:  .5s;
                -webkit-transform: scale(2);-moz-transform: scale(2);-ms-transform: scale(2);-o-transform: scale(2);transform: scale(2);
            }
            .set-bg #box-header .logo150-lh{
                opacity: 0;
                visibility: hidden;
                -webkit-transform: scale(.5);-moz-transform: scale(.5);-ms-transform: scale(.5);-o-transform: scale(.5);transform: scale(.5);
            }
            .set-bg #box-header .logo75-lh{
                opacity:1 !important;
                visibility: visible;
                -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
            }
            #box-header > .menu-h{
                margin-left: auto;
            }
            #box-header > .menu-h li{
                display: inline-flex;
                padding: 10px;
            }
            #box-header > .menu-h li.active{
                color: #ffc800;
                cursor: default;
            }
            #box-header > .menu-h li a,#box-header > .menu-h li span{
                color: #fff;
                text-shadow: 0 0 5px #cf1322;
            }
            #box-header > .icons-h{
                width: 100px;
            }
            #box-header > .icons-h  div{
                display: inline-flex;
                justify-content: space-between;
            }
            #box-header > .login-h span{
                color: #ffffff;
            }
            .rShowLogin{
                visibility:hidden;
            }
        
                .social_icon img{
                    width:40px;
                    height: 40px;
                    object-fit: fill;
                    border-radius: 3px;
                    margin-left: 10px;
                    padding: 3px;
                    border: 1px solid #333;
                }
                .lang_icon{
                    position: relative;
                }
                .lang_icon img{
                    width:40px;
                    object-fit: fill;
                }
                .main_lang{
                    position: absolute;
                    right: 50%;
                    -webkit-transform: translateX(50%);-moz-transform: translateX(50%);-ms-transform: translateX(50%);-o-transform: translateX(50%);transform: translateX(50%);
                    top: 100%;
                    width: 40px;
                    background-color: ;
                    border-radius: 3px;
                    z-index: 999999999;
                }
                .main_lang > div{
                    width: 100%;
                }
                .menu-h span,.menu-h a{
                    color:#fff;
                }
                .menu-h .main_lang span,.menu-h .main_lang a{
                    background-color: transparent;
                }
                .s_lang_container i{
                    color:red;
                }
            
     #t-footer_bg{
        width:100%;
        background-color:#000;
     }
     #footer-wrap{
        width:1200px;
        margin:auto;
     }
     #t-footer_container{
        width:100%;
        padding: 50px 0;
     }
     .t-footer_section{
        display:inline-block;
        vertical-align: top;
        width:330px;
        margin:0 30px;
        color:#FFFFFF;
     }
     #t-footer_construct p{
        width:100%;
        margin-bottom: 20px;
     }
     #footer_logo{
        width:100%;
        height:65px;
        object-fit:contain;
     }
     #construct_txt{
        margin-bottom:10px;
        text-align:justify;
        font-size: 14px;
        line-height: 26px;
        color:#ffffff;
     }
     .t-section_title{
        font-size:20px;
        font-weight:500;
     }
     .t-sub_section{
        margin-top: 10px;
     }
     .t-sub_section li{
        padding-top:10px;
     }
     .sub_subtitle{
        font-size:14px;
        color:#ffffff;
     }
     .service_txt span{
        color:#FFFFFF;
        font-size: 15px;
     }
   .news_content a{
        color:#ffffff;
        font-size:14px;
   }
   .news_content a:hover{
        color:#ffc000;
   }
   .news_content span{
        color:#85868c;
        font-size: 13px;
   }
   #bottom-bar_bg{
        width:100%;
        background:#252525 none repeat center top;
   }
   #bottom_bar_wrap{
        width:1200px;
        line-height:50px;
        margin:auto;
        font-size: 12px;
   }
   .bottom_txt{
        width:49%;
        display:inline-block;
        padding:10px 0;
        color: #aaaaaa;
   }
   .bottom_txt a{color: #aaaaaa;}
   .bottom_txt a:hover{text-decoration:underline}
   #bottom_right_txt{
        text-align:right;
        padding-right: 30px;
   }
   #bottom_left_txt{text-align:left;}


            #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;}