
            .list-course-info{
                display: flex;
                justify-content: start;
                align-items: center;
            } 
            .div-info-course{
                display: flex;
                width: 100%;
                justify-content: space-between;
                align-items: center;
            }
            .main-container{
                width: 100%;
                padding: 2rem;
                margin: auto;
                max-width: 100%;
                background:;
                display:flex;
                justify-content:center;
            }
            .orginal-container{
                width:1200px;
                max-width:1200px;
                background: #eff4fb;
                border-radius:1rem;
                display: flex;
                justify-content: start;
                align-items: start;
            }
            .menu-left{
                flex: 0 0 25%;
                max-width: 25%;
                height: 100%;
                border-radius: 1rem;
                padding: 1.5rem 1.5rem 2rem 1.5rem;              
            }
            .all-content{
                flex: 0 0 75%;
                max-width: 75%;
                padding: 2rem 1rem 2rem 1rem;
            }
            .widget-title{
                font-size: 16px;
                font-weight: 700;
                position: relative;
                padding-bottom: 0.5rem;
                margin-bottom: 1.75rem;
                line-height: 1.2;
                color: #2d2d2d;
                width: max-content;
            }
            .border-bottom-title{
                display: block;
                width: 68px;
                height: 5px;
                border-top:1px solid #dddddd;
                position: absolute;
                bottom: 0;
            }
            .course-teacher{
                display: grid;
                grid-gap: 1rem;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                grid-template-columns: auto minmax(0,1fr);
            }
            .course-teacher img{
                max-width: 100px;
                height: 70px;
                border-radius: 10%;
                width: 70px;
            }
            .titr{
                font-size: 18px !important;
                margin-bottom: 0.5rem !important;
                font-style: normal;

            }
            .name-learning{
                font-size: 15px !important;
                font-weight: 400;
                font-style: normal;
                color:#000000;
            }
            .sub-name-learning{
                font-size: 13px !important;
                font-weight: 300;
                font-style: normal;
                color:#9c9c9c;
            }
            .view-profile{
                font-size: 14px;
                font-style: normal;
                color:#9c9c9c;
                font-weight: 600;
            }
            .view-profile:hover{
                color:#5055be;
            }
            .svg-title{
                margin-right:0.5rem ;
            }
            .div-course-information{
                margin-top: 4rem;
                margin-bottom: 2rem;
            }
            .info-ul svg{
                width: 28px;
                height: 28px;
                padding-left: 0.5rem;
            }
            .info-ul img{
                width: 35px;
                height: 30px;
                object-fit: cover;
                margin-left: 0.5rem;
            }
            .info-ul a{
                display: block;
            }
            .info-ul a:not(:last-child){
                margin-bottom: 2rem;
            }
            .titr-head{
                margin: 0;
                font-size: 28px;
                font-weight: 800;
                color: #334155;
            }
            .course-intro{
                border-radius: 1rem;
                padding: 1.5rem;
                margin: 1.5rem 0;
                background: #fff;
                display: flex;
                align-items: start;
                justify-content: start;
                -webkit-box-shadow: 0 4px 8px rgb(67 40 146 / 4%);
            }
            .certificate{
                padding: 1.5rem;
                border-radius: 1rem;
                -webkit-box-shadow: 0 4px 8px rgb(67 40 146 / 4%);
                background: #fff;
                margin: 2.5rem 0;
                display: flex;
                justify-content: start;
                align-items: center;
            }
            .div-certificate{
                max-width: 33.33%;
                flex:0 0 33.33%;
                display: flex;
            }
            .img-certificate{
                width: 55px;
                height: 55px;
                border-radius: 0.5rem;
                margin-left: 0.5rem;
            }
            .title-des-certificate{
                font-weight: 800;
            }
            .dec-certificate{
                display: flex;
                flex-direction: column;
                justify-content: start;
                align-items: start;
                font-size: 17px;
            }
            .sub-title-des-certificate{
                padding-top: 2px;
            }
            .div-result{
                padding: 1.5rem;
                border-radius: 1rem;
                -webkit-box-shadow: 0 4px 8px rgb(67 40 146 / 4%);
                background: #fff;
            }
            .des-title{
                margin-bottom: 1rem;
            }
            .img-des{
                width: 310px;
                height: 230px;
                
                border-radius: 0.5rem;
                margin: 0 0 0 1.5rem;
            }
            .description-info{
                line-height: 1.9;
                height: 80px;
            }
            .close_more_btn:hover{
                color: blue;
                cursor: pointer;
            }
            .more_d_btn:hover{
                color: blue;
                cursor: pointer;
            }
            .div-result{
                display: flex;
                justify-content: start;
                align-items: center;
            }
            .result{
                max-width: 33.33%;
                flex: 0 0 33.33%;
                height: 50px;
                padding: 0 1rem;
            }
            .result-factor{
                color: #475466;
                font-size: 20px;
                font-weight: 800;
                 display: flex;
                justify-content: start;
                align-items: center;
            }
            .price{
                color: #475466;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 24px;
                font-weight: 800;
            }
            .tooman-title{
                font-size: 24px;
                font-weight: 800;
                color: #475466;
            }
            .btn{
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .btn-result{
                width: 75%;
                height: 100%;
                background: #7DC281;
                color: #fff;
                font-size: 20px;
                font-weight: 600;
                border-radius: 0.3rem;
                display:flex;
                justify-content: center;
                align-items: center;
                
                cursor: pointer;
                transition: background-color 0.2s cubic-bezier(.36,.07,.19,.97);
            }
            .btn-result:hover{
                background-color: #5cb37e;
            }
            #header{
                display: none!important;
            }
            .additional-box-main{
                border-radius: 1rem;
                background-color: #fff;
                -webkit-box-shadow: 0 4px 8px rgb(67 40 146 / 4%);
                box-shadow: 0 4px 8px rgb(67 40 146 / 4%);
                margin-top: 2.5rem;
                padding: 1.5rem;
            }
            .additional-list-box-main{
                font-size: 16px;
                font-weight: 500;
                margin-bottom: 2rem;
                line-height: 25px;
                border-bottom: 1px solid #e8e8e8;
            }
            .additional-list-box-child{
                color: #797dca;
                font-size: 18px;
                font-weight: 500;
                position: relative;
                white-space: nowrap;
                padding-bottom: 0.75rem;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                cursor: pointer;
            }
            .additional-list-box-child:not(:first-child) {
                margin-right: 2.5rem;
            }
            .additional-active-box{
                color: #475466;
                font-weight: 500;
            }
            .additional-active-box:before {
                right: 0;
                bottom: 0;
                content: "";
                width: 100%;
                height: 3px;
                position: absolute;
                border-radius: 3px 3px 0 0;
                -webkit-transition: -webkit-transform .3s ease-in-out;
                transition: -webkit-transform .3s ease-in-out;
                transition: transform .3s ease-in-out;
                transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
                background-color: #5055be;
            }
            .additional-inf-box > h2{
                margin: 2rem 0;
                font-size: 24px;
                color: #5055be;
                font-weight: 800;
            }
            .additional-topic-box{
                padding: 0.75rem;
                border-radius: 0.5rem;
                border: 1px solid #e8e8e8;
                margin-bottom: 0.75rem;
                -webkit-transition: all .3s linear;
                transition: all .3s linear;
            }
            .additional-topic-box > div > div{
                padding: 1rem;
                -webkit-transition: all .3s linear;
                transition: all .3s linear;
            }
            .additional-topic-box > div > div > span{
                font-weight: 400;
            }
            .additional-topic-box > div > span{
                margin: 0;
                padding: 0;
                border: none;
                outline: none;
                border-radius: 0;
                position: relative;
                text-align: right;
                background-color: rgba(0,0,0,0);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                cursor: pointer;
                font-size: 16px;
            }
            .additional-topic-box-icon:before{
                content: "";
                width: 36px;
                height: 36px;
                color: #9c9c9c;
                border: 1px solid #e8e8e8;
                margin-left: 1rem;
                -webkit-transition: all .3s linear;
                transition: all .3s linear;
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
                border-radius: 10px;
                background-size: 95% auto;
                background: url(https://siva.ir/files/svg_shopfile.svg);
                background-repeat: no-repeat;
                background-position: center;
            }
            .additional-active-topic > div > span:before{
                border-color: #5055be;
                -webkit-transform: rotate(0);
                transform: rotate(0);
                background-color: #5055be;
            }
            .additional-question-box{
                padding: 0.75rem;
                border-radius: 0.5rem;
                border: 1px solid #e8e8e8;
                margin-bottom: 0.75rem;
                -webkit-transition: all .3s linear;
                transition: all .3s linear;
            }
            .additional-question-box > div > div{
                padding: 1rem;
                -webkit-transition: all .3s linear;
                transition: all .3s linear;
            }
            .additional-question-box > div > div > span{
                font-weight: 400;
            }
            .additional-question-box > div > span{
                margin: 0;
                padding: 0;
                border: none;
                outline: none;
                border-radius: 0;
                position: relative;
                text-align: right;
                background-color: rgba(0,0,0,0);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                cursor: pointer;
                font-size: 16px;
            }
            .additional-question-box-icon:before{
                content: "";
                width: 36px;
                height: 36px;
                color: #9c9c9c;
                margin-left: 1rem;
                -webkit-transition: all .3s linear;
                transition: all .3s linear;
                border-radius: 10px;
                background-size: 95% auto;
                background: url(https://siva.ir/files/svg_shopfile2.svg);
                background-repeat: no-repeat;
                background-position: center;
            }
            .additional-active-question > div > span:before{
                background: url(https://siva.ir/files/svg_shopfile3.svg);
                background-repeat: no-repeat;
                background-position: center;
            }
        #descriptionproduct_97{
                  padding-top:64px;
                }#descriptionproduct_97{
                  padding-bottom:64px;
                }#descriptionproduct_97{
                    background-color:#ffffff;
                }#descriptionproduct_97{
                        font-size:15px;
                }#descriptionproduct_97 .color_tem1{ /*range asli color ??? */
            color:#e1d4ea ;
        }#descriptionproduct_97 .color_tem2{ /*range asli color ??? */
            color:#e1d4ea ;
        }#descriptionproduct_97 .color_tem1_bg{/*range back box  */
            background-color:#e1d4ea ;
        }#descriptionproduct_97 .color_tem2_bg{/*range back box if gradient*/
            background-color:#e1d4ea ;
        }#descriptionproduct_97 .color_title{/*range title asli module*/
                            color: ;
                                }#descriptionproduct_97 .color_text{/*range text haye module  */
                            color:;
                                }#descriptionproduct_97 .color_link{/*range linki ke matni bashe btn nabshe */
                            color:;
                                }#descriptionproduct_97 .color_link_hover:hover{/*range  text link hover*/
                            color: ;
                                }#descriptionproduct_97 .color_b_text{/*range link button manand range matnesh*/
                            color: ;
                                }#descriptionproduct_97 .color_b_bg{/*range button i ke link shode backgroundesh! */
                            background-color: ;
                                }#descriptionproduct_97 .color_b_h_text:hover{/*range hover text az button i ke link hast */
                            color: ;
                                }#descriptionproduct_97 .color_b_h_bg:hover{/*range hover background un button e ke link shode*/
                            background-color: ;
                                }#descriptionproduct_97 .color_box_text{/*range text dakhele box ha! */
                            color: ;
                                }#descriptionproduct_97 .color_box_title{/*range title dakhele box ha!*/
                            color: ;
                                }
                    #descriptionproduct_28000000162>div>.la_details{width:20% !important;}
                    #descriptionproduct_28000000162>div>.la_text_details{width:75% !important;}
                    #descriptionproduct_28000000162 .trmb{line-height:2;display:flex;}
                    #descriptionproduct_28000000162 .trmb .la_details{display:flex;flex-direction:column;justify-content:center;}

                    .color-red{color:red;}
                
                #descriptionproduct_162>ul>li{
                    line-height:1.75;
                }
            
                   .details_main.has_border .trmb{
                        border-bottom: 1px solid #d4cfcf;
                        border-left: 1px solid #d4cfcf;
                        border-right: 1px solid #d4cfcf;
                    }
                    .details_main.has_border .trmb_border_top{
                        border-top: 1px solid #d4cfcf;
                    }
                   .details_main.has_border .la_details{border-left:solid 1px #d4cfcf;}
                   .details_main.has_border .la_text_details2{
                        border-left:solid 1px #d4cfcf;
                        border-right:solid 1px #d4cfcf;
                    }
                
                     #descriptionproduct_97 .set_colors .trb2>.la_details,
                     #descriptionproduct_97 .set_colors .trb2>.la_text_details2{
                        background-color: ;
                        color: ;
                        }
                     #descriptionproduct_97 .set_colors .trb2>.la_text_details{
                        background-color: ;
                        color: ;
                     }
                    #descriptionproduct_97 .set_colors .trb1>.la_details,
                    #descriptionproduct_97 .set_colors .trb1>.la_text_details2{
                        background-color: ;
                        color: ;
                    }
                    #descriptionproduct_97 .set_colors .trb1>.la_text_details{
                        background-color: ;
                        color: ;
                    }
                    #descriptionproduct_97 .sec_text{color: ;}
                
                    #descriptionproduct_28000000163>div>.la_details{width:20% !important;}
                    #descriptionproduct_28000000163>div>.la_text_details{width:75% !important;}
                    #descriptionproduct_28000000163 .trmb{line-height:2;display:flex;}
                    #descriptionproduct_28000000163 .trmb .la_details{display:flex;flex-direction:column;justify-content:center;}

                    .color-red{color:red;}
                
                #descriptionproduct_163>ul>li{
                    line-height:1.75;
                }
            
                    #descriptionproduct_28000000164>div>.la_details{width:20% !important;}
                    #descriptionproduct_28000000164>div>.la_text_details{width:75% !important;}
                    #descriptionproduct_28000000164 .trmb{line-height:2;display:flex;}
                    #descriptionproduct_28000000164 .trmb .la_details{display:flex;flex-direction:column;justify-content:center;}

                    .color-red{color:red;}
                
                #descriptionproduct_164>ul>li{
                    line-height:1.75;
                }
            
                    #descriptionproduct_28000000165>div>.la_details{width:20% !important;}
                    #descriptionproduct_28000000165>div>.la_text_details{width:75% !important;}
                    #descriptionproduct_28000000165 .trmb{line-height:2;display:flex;}
                    #descriptionproduct_28000000165 .trmb .la_details{display:flex;flex-direction:column;justify-content:center;}

                    .color-red{color:red;}
                
                #descriptionproduct_165>ul>li{
                    line-height:1.75;
                }
            
            
            .data_b_d{display:none;}
            #descriptionproduct_97 .data_b_d:first-child{display:block;}
            .product-center {
                width:1200px;
                margin:0px auto;
            }
            #descriptionproduct_97 .sec_text{border-right: 1px solid #b1b1b1;}
            #descriptionproduct_97 .div_border{
                border:1px solid #b1b1b1;
            }
            #product-properties {
                width:570px;
                padding-left:40px;
            }
            #descriptionproduct_97>#r_product>h2{
                font-size: 20px;
                font-weight: bold;
                color:#ffffff;
            }
            #descriptionproduct_97 .ti_ma_h{
                width:1200px;
                text-align: right;
                margin: auto auto 10px;
                padding: 0 10px;
                font-size:15px!important ;
                font-weight: bold;
                line-height: 64px;
                color: #ffffff;
                background-color: #ffffff;
            }
            #descriptionproduct_97 .ti_ma_h a{color: #ffffff;font-weight: bold;}

        
        
            #descriptionproduct_main{
            }
            .dno {
                display:none;
            }
            .de_text{color: ;}
            
            #descriptionproduct_97 #descriptionproduct_tiltle {
                border-bottom:solid 1px ;
            }
            .descriptionproduct_tiltle {
                display:inline-block;
                padding:0 15px;
            }
            .descriptionproduct_tiltle > img {
                margin-left:5px;
                height:20px;
                object-fit:contain;

            }
             #descriptionproduct_97 .descriptionproduct_tiltle_h {
                display:inline-block;
                cursor: pointer;
                font-size: px!important;
                line-height: 2;
                font-weight: 500;
                color:;
                position:relative;

            }
            #descriptionproduct_97 .descriptionproduct_tiltle_h:hover,#descriptionproduct_97 .descriptionproduct_tiltle_h.sel_d{
                color:  !important;
            }
            .descriptionproduct_tiltle_h:after {
                position: absolute;
                content: "";
                height: 4px;
                bottom: -3px;
                margin: 0 auto;
                left: 0;
                right: 0;
                width: 90%;
                /* optional animation */
                -o-transition:.5s;
                -ms-transition:.5s;
                -moz-transition:.5s;
                -webkit-transition:.5s;
                transition:.5s;
            }
            #descriptionproduct_97 .descriptionproduct_tiltle_h.sel_d:after{background: ;}
            #descriptionproduct_97 .descriptionproduct_tiltle_h:hover:after {
                  width: 100%;
                  background: ;
            }

            #descriptionproduct_body{
                padding: 20px;
                text-align: justify;
            }
            #descriptionproduct_body li:before {
                content: " ";
                display: inline-block;
                width: 7px;
                height: 7px;
                margin-left: 5px;
                background-color: #656667;
                border-radius: 50%;
            }

            .la_details{
                display:inline-block;
                /*border-left:solid 1px #d4cfcf;*/
                font-weight:700;
                text-align:start;
                padding: 3px 8px;
                /*background-color: #f7f5f5;*/
                vertical-align:middle;
            }
            .la_text_details, .la_text_details2{
               padding: 3px 8px;
               font-weight:300;
               display: inline-block;
               vertical-align:middle;
            }

        
            .w_textarea{
                width: 100%;
                position: relative;
            }
            [contenteditable]{
                outline: 0 solid transparent;
            }
            .textarea_editor{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: center;
            }
            
            .textarea_editor > button{
                width: 100px;
                font-size: 16px;;
                padding: 10px 0;
                border: 0;
                background-color: #616161;
                border-radius: 2px;
                color: #fff;
                margin-left: 10px;
                cursor: pointer;
            }
            .textarea_editor > button:hover{
                background-color: #179b77;
            }
            .input-div{
                display: inline-block;
                padding: 0 5px;
                direction: rtl;
                text-align: right;
            }
            .new_color_tag{
                color: #00AFEF !important;
            }
            #body_popup_1 .popup_link_btn > div >  label{
                display: block;
            }
            
            #body_popup_1 .popup_link_btn label{
                font-size: 14px !important;
                color: #676363 !important;
                text-align: right !important;
            }
            
            #body_popup_1 .popup_link_btn > div > input{
                width: 360px !important;
                border-radius: 2px;
                background-color: #fff;
                padding: 5px;
                box-shadow: 0 0 3px #adadadcc inset;
                text-align: left;
                margin-top: 10px;
                direction: ltr;
            }
            
            #body_popup_1 .radio_link_btn{
                margin-top: 20px;
                position: relative;
                display: flex;
            }
            
            #body_popup_1 .radio_link_btn > input{
                opacity: 0;
                position: absolute;
            }
            
            #body_popup_1 .radio_btn_custom{
                width: 22px;
                height: 22px;
                background-color: #fff;
                border-radius: 50%;
                transition: all .2s linear;
                border: 1px solid #adadadcc;
                box-shadow: 0 0 3px #adadadcc inset;
                position: absolute;
                left: 0;
                top: 0;
            }
            
            #body_popup_1 .radio_btn_custom::after{
                content: "";
                width: 8px;
                height: 8px;
                position: absolute;
                top: 6px;
                left: 6.5px;
                background-color: #fff;
                border-radius: 50%;
                box-shadow: 0 1px 1px 1px rgba(0,0,0,.12);
                display: none;
                transition: all .3s linear;
            }
            
            #body_popup_1 .radio_link_btn > input:checked ~ label .radio_btn_custom {
                box-shadow: inset 0 0 0 1px rgba(0,0,0,.05),inset 0 0 0 8px #42ca49;
            }
            
            #body_popup_1 .radio_link_btn > input:checked ~ label .radio_btn_custom::after{
                content: "";
                display: block;
            }
            #body_popup_1.visit_show{
                visibility: visible !important;
                opacity: 1 !important;
            } 
            #body_popup_1 .popup_link_btn{
                transform: translateY(0) !important;
            }
            #body_popup_1 .create_remove_btn{
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                margin-top: 40px;
            }
            
            #body_popup_1 .create_remove_btn > button{
                flex: 0 0 100px;
                max-width: 100px;
                width: 100%;
                border: 0;
                border-radius: 2px;
                color: #fff;
                padding: 5px 0;
                margin-right: 10px;
                cursor: pointer;
            }
            
            #body_popup_1 .create_link_btn{
                background-color: #2ecc71;
            }
            
            #body_popup_1 .remove_link_btn{
                background-color: #e74c3c;
            }
        .module[data-id_page='437']{;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='437']:hover{;}.module[data-id_page='437']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='437'] > div{
                        position:relative;
                        z-index:12;
                    }
                   .module[data-id_page='437']  
                
                .module[data-id_page='437'] .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;
            
                }
                .module[data-id_page='437'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='437']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
            #module_new_medical_181 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_181 .content_str{
				width:100%;
			}
            #module_new_medical_181 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_181 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_181 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_181 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_181 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_181 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_181 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_181 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_181 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_181 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_181 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_181 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_181 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_181 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_475 .new_medical_icon{
                background-image:url("https://siva.ir/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_475 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_475 .background-img{
                border-radius:;
            }
        #medical_box_475 .new_medical_title{color: #000;font-weight:bold;font-size:18px;text-align:right;line-height:32px;}#medical_box_451:hover .new_medical_title{}
                #medical_box_475 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_475 .new_medical_icon{background-size:cover;background-position:center;background-repeat:no-repeat;border-style:none;border-color:#000;}#medical_box_436:hover .new_medical_icon{}#medical_box_475 .new_medical_description{color: #000;font-weight:300;font-size:15px;line-height:28px;text-align:right;padding-top:16px;border-style:solid;border-color:#555;}#medical_box_451:hover .new_medical_description{}
                   #medical_box_475  
                
                #medical_box_475 .new_medical_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;
            
                }
                #medical_box_475 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_475:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
            #medical_box_475 .mode1-size_475{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_475 .new_medical_box > div{
                width:100%;
            }
             #medical_box_475 > div{
               height:100%;
            }
            #medical_box_475 .mode2-size_475{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_475 .mode3-size_475{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_475 .mode4-size_475{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_475 .mode5-size_475{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_475 .mode6-size_475{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_475 .mode7-size_475{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_475 .mode7-size_475 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_475 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_475 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_475{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_475 span:hover{
                color:!important;
            }
            .custom2_475{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_475 span:hover{
                color:;
            }
            #medical_box_475 .mode-btn1_475{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_475 .mode-btn1_475 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_475 .mode-btn2_475{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_475 .mode-btn2_475 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_475 .div-btn-title_main_475{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_475 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_475 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_181 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-bottom:64px;border-style:none;}.module[data-id_page='366']:hover .new_medical_box_main{}
            #module_new_medical_181 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_181 .new_medical_module{
                    width:1200px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_181 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_181 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_181 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_181 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_181 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_181 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_181 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_181 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_181 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_181{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_181 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_181 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_181 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_181 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_181 .swiper-container{
                width:1200px;
            }
            #module_new_medical_181 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_181 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_181 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_181 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='438']{;background-color:#000033;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;margin-top:64px;margin-bottom:64px;border-style:none;}.module[data-id_page='438']:hover{;}.module[data-id_page='438']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='438'] > div{
                        position:relative;
                        z-index:12;
                    }
                   .module[data-id_page='438']  
                
                .module[data-id_page='438'] .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;
            
                }
                .module[data-id_page='438'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='438']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
            #module_new_medical_182 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_182 .content_str{
				width:100%;
			}
            #module_new_medical_182 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_182 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_182 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_182 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_182 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_182 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_182 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_182 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_182 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_182 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_182 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_182 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_182 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_182 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_476 .new_medical_icon{
                background-image:url("https://siva.ir/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_476 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_476 .background-img{
                border-radius:;
            }
        #medical_box_476 .new_medical_title{color: #bd8752;font-weight:bold;font-size:24px;text-align:center;line-height:32px;}#medical_box_436:hover .new_medical_title{}
                #medical_box_476 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_476 .new_medical_icon{background-size:cover;background-position:center;background-repeat:no-repeat;border-style:none;border-color:#000;}#medical_box_436:hover .new_medical_icon{}#medical_box_476 .new_medical_description{color:#f8f8f8;font-weight:300;font-size:16px;line-height:30px;text-align:center;padding-top:32px;padding-bottom:32px;padding-right:32px;padding-left:32px;border-style:solid;border-color:#555;}#medical_box_452:hover .new_medical_description{}
                   #medical_box_476  
                
                #medical_box_476 .new_medical_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;
            
                }
                #medical_box_476 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_476:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
            #medical_box_476 .mode1-size_476{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_476 .new_medical_box > div{
                width:100%;
            }
             #medical_box_476 > div{
               height:100%;
            }
            #medical_box_476 .mode2-size_476{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_476 .mode3-size_476{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_476 .mode4-size_476{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_476 .mode5-size_476{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_476 .mode6-size_476{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_476 .mode7-size_476{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_476 .mode7-size_476 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_476 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_476 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_476{
                color:#fff;
                width:240px;
                height:50px;
                backdrop-filter: blur(0px);
                border:1px solid #bd8752;
            }
            .custom1_476 span:hover{
                color:#fff!important;
            }
            .custom2_476{
                color:#fff;
                width:148px;
                height:50px;
                backdrop-filter: blur(0px);
                border:1px solid #bd8752;
            }
            .custom2_476 span:hover{
                color:#fff;
            }
            #medical_box_476 .mode-btn1_476{
               ;
                
                    background:#bd8752
                ;
               margin:0 0.5rem;
               border-radius:32px;
               
            }
            #medical_box_476 .mode-btn1_476 svg{
               width:100%;
               height:100%;
               fill:#fff;
            }
            #medical_box_476 .mode-btn2_476{
               ;
                
                    background:#bd8752
                ;
               margin:0 0.5rem;
               border-radius:32px;
               
            }
            #medical_box_476 .mode-btn2_476 svg{
               width:100%;
               height:100%;
               fill:#fff;
            }  
            #medical_box_476 .div-btn-title_main_476{
                display: flex;
                justify-content: center;
                align-items: center;
            }
        
                #medical_box_476 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_476 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_182 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:80px;padding-bottom:80px;border-style:none;}.module[data-id_page='281']:hover .new_medical_box_main{}
            #module_new_medical_182 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_182 .new_medical_module{
                    width:1200px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_182 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_182 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_182 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_182 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_182 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_182 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_182 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_182 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_182 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_182{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_182 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_182 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_182 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_182 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_182 .swiper-container{
                width:1200px;
            }
            #module_new_medical_182 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_182 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_182 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_182 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        
            
            #s_faq_module13{
             
             background-size:100% 100%;   
             background-repeat:no-repeat;   
             background-position:top;   
             background-attachment:scroll;   
            }
            #s_faq_module13 a {
                color: #00AFEF;
            }
            #s_faq_module13 .container_svg{
                padding:5px 4px;
                width: max-content;
                text-align: right;
            }
            #s_faq_module13 .s_answer{
                color: ;
            }
            
            #s_faq_module13 .s_answer a{
                color:  !important;
           }
            #s_faq_module13 .img_container{
                width: 365px;
            }
           #s_faq_module13 .img_container>img{
               width: 100%;
           }
            #s_faq_module13 .s_question_img{
      
                display: inline-block;
                max-height: 25px;
                max-width: 25px;
                object-fit: contain;
            }
           #s_faq_module13 .s-content_1200{
                width:1200px;
                margin:auto;
           }
           #s_faq_module13 .s-faq_title{
                width:100%;
                text-align:center;
           }
           #s_faq_module13 .s-faq_title h3{
                font-size:1.2em;
                font-weight:bold;
                width: 1200px;
                margin: auto;
                text-align:right;
                line-height:50px;
                padding:0rem 0rem 2rem 0rem;
                display: block;
           }
           #s_faq_module13 .center-align-title{
                display: flex;
                justify-content: flex-end;
                align-items: center;
           }
           #s_faq_module13 .s_items{
                display:inline-block;
                vertical-align: middle;
                line-height: 25px;
           }
           #s_faq_module13 .s_question_con{
                direction: ltr;
                width:100%;
                text-align:justify;
           }
           #s_faq_module13 .s_question{
                font-weight: 600;
                direction: ltr;
                display:inline-block;
                font-size:1em;
                padding-left: 5px;
           }
           #s_faq_module13 .s-faq_main{
                display: flex;
                justify-content: flex-end;
                border-collapse: separate;
                border-spacing: 10px;
                
           }

           #s_faq_module13 .s_faq_boxes{
               padding:0 30px;
               background-color:;
               vertical-align: top;
           }   

           #s_faq_module13 .s_faq_container{
                margin:auto;
                width:100%;
                direction:ltr;
           }
           #s_faq_module13 .s_send_faq{
                height: max-content;
                width: 38%;
                top: 36px;
                position: sticky;
                position: -webkit-sticky;
           }
           #s_faq_module13 .s_send_faq h2{
                color:;
                font-size: 1.3em;
                font-weight: bold;
                margin-bottom: 20px;
                line-height: 32px;
           }
            #s_faq_module13 .msg_txtarea{
                color:;
            }
            #s_faq_module13 .color_b_bg{
                 background-color:;
                 color:;
            }
            
           #s_faq_module13 .s_send_faq p{
               color:;
                padding-bottom:30px;
                font-size:1.2em;
                line-height: 25px;
           }
           #s_faq_module13 .s_send_faq label{
                color:;
                font-size:1.08em;
                font-weight: 700;
                padding-bottom: 6px;
           }
           #s_faq_module13 .s_input{
                color:;
                font-size: 1.16em;
                height: 36px;
                line-height: 26px;
                width: 99%;
                padding: 5px 15px;
                margin-bottom: 10px;
                border: 1px solid ;
                direction: ltr;
                margin-top: 5px;
           }
           #s_faq_module13 .msg_txtarea{
                border: 1px solid ;
                width:99%;
                line-height: 26px;
                padding: 5px 15px;
                margin-bottom: 10px;
                resize: vertical;
                margin-top: 5px;
                direction: ltr;
            }
           #s_faq_module13 .s_email{direction:ltr !important;text-align:left;}
           #s_faq_module13 .s_faq_row{width:100%;cursor:pointer;}
           #s_faq_module13 .s_faq_row:first-child{border-top::none;}
           #s_faq_module13 .s_faq_row{
                line-height: 25px;
                border-bottom: 1px solid ;
                background-color:;
                border-radius:8px;
                padding:0rem 0rem 0rem 0rem;
           }
           #s_faq_module13 .s_faq_row:not(:first-child){
                margin-top:16px;
           }
          #s_faq_module13  bottom .s_icon_container{
                width: 21px;
                height: 19px;
                background-color:;
                text-align:center;
           }
            #s_faq_module13 .s_svg path{
                fill:;
            }
           #s_faq_module13 .s_faq_row:hover svg{ fill:;}
           #s_faq_module13 .s_svg.s_down{
                -moz-transition: all .5s;
                -webkit-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
           }
           #s_faq_module13 .pad{
               margin-top: 15px;
           }
           #s_faq_module13 .s_svg.s_up{
                transform:rotate(-180deg);
                -moz-transition: all .5s;
                -webkit-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
           }
           #s_faq_module13 .s_answer{
                text-align:justify;
                padding: 16px 0px 16px 0;
                line-height: 30px;
                direction: rtl;
                font-size:0.9em;
            }
            #s_faq_module13 .s_answer span{
                font-size:0.9em!important;
           }
           #s_faq_module13 .send_question{
                padding: 10px 20px;
                font-size:1.33em;
                font-weight:bold;
                margin: 10px 0;
                cursor:pointer;
           }
           #s_faq_module13 .notValid{
               border: 1px solid red !important;
            }
        #s_faq_module13{
                        font-size:15px;
                }#s_faq_module13 .color_tem1{ /*range asli color ??? */
            color:#e1d4ea ;
        }#s_faq_module13 .color_tem2{ /*range asli color ??? */
            color:#e1d4ea ;
        }#s_faq_module13 .color_tem1_bg{/*range back box  */
            background-color:#e1d4ea ;
        }#s_faq_module13 .color_tem2_bg{/*range back box if gradient*/
            background-color:#e1d4ea ;
        }#s_faq_module13 .color_title{/*range title asli module*/
                            color: ;
                                }#s_faq_module13 .color_text{/*range text haye module  */
                            color:;
                                }#s_faq_module13 .color_link{/*range linki ke matni bashe btn nabshe */
                            color:;
                                }#s_faq_module13 .color_link_hover:hover{/*range  text link hover*/
                            color: ;
                                }#s_faq_module13 .color_b_text{/*range link button manand range matnesh*/
                            color: ;
                                }#s_faq_module13 .color_b_bg{/*range button i ke link shode backgroundesh! */
                            background-color: ;
                                }#s_faq_module13 .color_b_h_text:hover{/*range hover text az button i ke link hast */
                            color: ;
                                }#s_faq_module13 .color_b_h_bg:hover{/*range hover background un button e ke link shode*/
                            background-color: ;
                                }#s_faq_module13 .color_box_text{/*range text dakhele box ha! */
                            color: ;
                                }#s_faq_module13 .color_box_title{/*range title dakhele box ha!*/
                            color: ;
                                }.module[data-id_page='439']{;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-bottom:64px;border-style:none;}.module[data-id_page='439']:hover{;}.module[data-id_page='439']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='439'] > div{
                        position:relative;
                        z-index:12;
                    }
                   .module[data-id_page='439']  
                
                .module[data-id_page='439'] .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;
            
                }
                .module[data-id_page='439'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='439']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            #module_new_comment_28 .new_comment_title{color:#000;font-weight:bold;font-size:24px;text-align:center;margin-top:64px;margin-bottom:32px;width:1200px;height:60px;line-height:60px;}.module[data-id_page='905']:hover .new_comment_title{}
                #module_new_comment_28 .new_comment_title span{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            
            #pagination_product{
                padding: 5px;
                border: 1px solid #e8e8e8;
                border-radius: 3px;
                justify-content: space-between;
                margin: 15px 0;
                display: flex;
                width: 100%;
                height: 50px;
                height: max-content;
                height: fit-content;
            }
            #pagination_product > div {
                display: flex;
            }
            #pagination_product > div > *{
                margin: 0 10px;
            }
            #pagination_product span,#pagination_product a,#pagination_product label{
                text-align: center;
                flex-direction: column;
                display: flex;
                justify-content: center;
                border: 1px solid #bababa;
                border-radius: 50%;
            }
            #pagination_product a,#pagination_product label{
                background-color: #ffffff;
                color: #0f0f0f;
                width: 30px;
                height: 30px;
                cursor: pointer;
            }
            #pagination_product span{
                background-color: #e8e8e8;
                color: #5e5e5e;
                opacity: .8;
                width: 32px;
                height: 32px;
            }
            #pagination_product i{
                font-size: 23px;
                margin-bottom: 1px;
            }
            #pagination_product .fa-caret-right{
                margin-left: 4px;
            }
            #pagination_product .fa-caret-left{
                margin-right: 4px;
            }
            #pagination_product label:after{
                content:"" !important;
            }
            #pagination_product_button{
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
            }
            .pagination_product_button_load_more{
                padding: 5px;
                border: 1px solid #e8e8e8;
                border-radius: 3px;
                margin: 15px 0;
                width: calc(100% - 50px);
                height: fit-content;
                text-align: center;
                color: #333;
                cursor: pointer;
            }
        
            .fw500{
                font-weight: 500;
            }
            .parent_input_box{
                background-color: #e8e8e8;
                padding: 0;
                border-radius: 3px;
                margin: 5px 0;
            }
            .parent_input_box:first-child{
                margin-top: 0;
            }
            .parent_input_box > div:first-child{
                width: 10%;
                text-align: center;
                color: #555;
            }
            
            .new_color_tag{
                color: #00AFEF !important;
            }
            .flex1{
                flex: 1 0;
            }
            .module_new_comment28 .input_box{
                background-color: #e8e8e8;
                padding: 5px 10px;
                border: 2px solid transparent;
                border-radius: 5px;
                width: 100%;
            }
            .module_new_comment .input_box:focus{
                border-color: #6ac7ff;
            }
            .module_new_comment .input_box.error{
                border-color: #f4b3b3;
            }
            .module_new_comment textarea{
                min-height: 140px;
                width: 100%;
                resize: vertical;
            }
            .module_new_comment input{
                width: 318px;
            }
            .module_new_comment28 button{
                padding: 9px 0;
                border: none;
                width: 100%;
                background-color: green;
                color: #FFFFFF;
                margin-top:3px;
                max-width: 250px;
                border-radius: 3px;
                cursor: pointer;
                -webkit-box-shadow:0 14px 26px -12px #afafaf, 0 4px 23px 0 #f7fff7, 0 8px 10px -5px #003700;
                -moz-box-shadow:0 14px 26px -12px #afafaf, 0 4px 23px 0 #f7fff7, 0 8px 10px -5px #003700;
                box-shadow:0 14px 26px -12px #afafaf, 0 4px 23px 0 #f7fff7, 0 8px 10px -5px #003700;
            }
            .module_new_comment28 button:hover{
                -webkit-box-shadow: 0 14px 26px -12px #417a41, 0 4px 23px 0 #ffffff, 0 8px 10px -5px #0c510a;
                -moz-box-shadow: 0 14px 26px -12px #417a41, 0 4px 23px 0 #ffffff, 0 8px 10px -5px #0c510a;
                box-shadow: 0 14px 26px -12px #417a41, 0 4px 23px 0 #ffffff, 0 8px 10px -5px #0c510a;
            }
            #new_comment_popup .module_new_comment{
                display: block;
                width: 600px;
            }
            #new_comment_popup .input_box{
                border-radius: 1px;
            }
            #new_comment_popup .parent_input_box{
                width: 49%;
                margin: 0;
            }
            #new_comment_popup .parent_input_box input{
                width: 265px;
            }
            .module_new_comment .result-msg{
                height:50px;
                line-height: 50px;
                padding: 0 20px;
                border: 2px solid;
                border-radius: 4px;
                font-weight: 300;
                margin: 10px 0;
                font-size: 14px;
            }
            .module_new_comment .result-msg.accept-send-msg{
                color: #054012;
                background-color: #a6edbb;
                border-color: #93e2ab;
            }
            .module_new_comment .result-msg.error-send-msg{    
                color: #570b10;
                background-color: #f8c3c3;
                border-color: #f4b3b3;
            }
            .parent-comment-box{
                background-color: #fff;
                padding: 30px 10px;
                font-size: 14px;
                border-bottom: 1px solid #eee;
                color: #2F425C;
                text-align: justify;
            }
            .parent-answer-box{
                background-color: #eee;
                padding: 10px;
                width: 98%;
                margin: 15px auto;
                position:relative;
                border: 1px solid #ddd;
                border-radius: 2px;
            }
            .parent-answer-box:before{
                content: "";
                border: 8px solid;
                position: absolute;
                right: 30px;
                bottom: 100%;
                border-color: transparent transparent #ddd transparent;
                z-index: 9;
            }
            .answer-comment-btn span{
                color: #c71b0c;
                font-weight: 500;
                margin-right: 5px;
                font-size: 15px;
            }
            .answer-comment-btn i{
                color: #c71b0c;
            }
            .parent-score{
                padding: 0 10px;
                margin: 0 3px;
                border: 1px solid #e0e0e0;
                border-radius: 2px;
            }
            .parent-score i{
                margin-right: 5px;
                cursor: pointer;
            }
            .like-score.chooses{
                color: #05810b;
            }
            .dis-like-score.chooses{
                color: #c71b0c;
            }
            .favorite-score i{
                cursor: pointer;
            }
            .favorite-score .like-score.chooses{
                color: #c71b0c;
            }
            .txtd-left{
                direction: ltr;
                text-align: left;
            }
            .txtd-right{
                direction: rtl;
                text-align: right;
            }
            .placeholder-right:-moz-placeholder{
                text-align: right !important;
            }
            .placeholder-right:-ms-input-placeholder{
                text-align: right !important;
            }
            .placeholder-right::-webkit-input-placeholder{
                text-align: right !important;
            }
            .placeholder-left:-moz-placeholder{
                text-align: left !important;
            }
            .placeholder-left:-ms-input-placeholder{
                text-align: left !important;
            }
            .placeholder-left::-webkit-input-placeholder{
                text-align: left !important;
            }
            #result_send_msg{
                text-align: center;
                padding: 0.5rem 0;
                color: red;
            }
        
            
            body{
                position: relative;
            }
            .public-header{
                position: relative;
            }
            .absolute-container{
                background-color: transparent;
                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: #32a5cb ;
                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: #000033;
                    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: #000033;
                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: #ffff;
            }
            .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: #ffff;
                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: #fff;
                font-size: 15px;
                font-weight: 500;search
            }
            .top-nav-list:hover{
                background-color: #;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #fff;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #;
                fill: #;
            }
            .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: #;
            }
            
            .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: #;
            }
            .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: 8px;
                padding-bottom: 8px;
                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: 8px  8px;
            }
            .logo-container img{
                display: block;
                width: 178px;
                height: 64px;
                max-width: 178px;
                max-height: 64px;
                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: ;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
            }
            
                .nav-container > .navbar{
                    margin-left: calc(0px + 10px);
                }
            
        
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .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:  ;
            }
            .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: 14px;
                color: #fff;
            }
            .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: #fff;
                        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:200px;
                        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: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #fff;
                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: #368;
                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: #368;
            }
            .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: #e84118;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                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: #e84118;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                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: #fff;
                color: #fff;
            }
            
                
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #e84118;
                    border-radius: 3px;
                    background: #2c3e50;
                    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: #fff;
                    }
                    .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: #3e5772;
                    }
                    .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: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #3e5772;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #e84118;
            
            
            }
            .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: #e84118;
                    /*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;
            }
            
                
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #e84118;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #fff;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                 
                
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: #ffff;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #2c3e50;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    
                    .search-input {
                        left: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 0 3px 3px 0 !important;
                        }
                    
                
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #e84118;
                }
            
            
            .sticky{
                width: 100vw;
                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: #fff;
            }
            .lang-nav .lang-li a{
                color: #fff;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #fff;
            }
            .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: #fff;
            }
            .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: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    
                    .header-container{
                        grid-template-rows: 1fr auto;  
                        grid-template-columns: 2fr 178px 2fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"
                            "bottom-2 bottom-2 bottom-2"; 
                    }
                    .public-header .top-section-1{
                        justify-content: center;
                    }
                    .public-header .top-section-2{
                        justify-content: center;
                    }
                    .logo-container{
                        justify-content: center;
                    }
                    .nav-container{
                        padding: 15px;
                        justify-content: center;
                    }
                    .nav-container .navbar{
                        justify-content: center;
                    }
                    .public-header .bottom-section-2{
                        justify-content: center;
                    }
                    
                #module_footer_section_5{
;
padding-top:8vw;
padding-right:8vw;
padding-bottom:8vw;
padding-left:8vw;
border-style:none;
}#module_footer_column_5{
;
margin-top:0px;
border-style:none;
}#module_footer_items_35{
;
cursor:default;
line-height:2vw;
color:#ffffff;
font-weight:500;
font-size:1.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_35:hover{
;
}#module_footer_items_37{
;
cursor:default;
color:#ffffff;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1.25vw;
}#module_footer_items_37:hover{
;
}#module_footer_items_38{
;
cursor:default;
color:#ffffff;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1.25vw;
}#module_footer_items_38:hover{
;
}#module_footer_items_39{
;
cursor:default;
color:#ffffff;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1.25vw;
}#module_footer_items_39:hover{
;
}#module_footer_items_40{
;
cursor:default;
color:#ffffff;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1.25vw;
}#module_footer_items_40:hover{
;
}#module_footer_items_79{
;
cursor:default;
color:#fffffff;
font-weight:300;
font-size:1.1px;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1.25px;
}#module_footer_items_79:hover{
;
}#module_footer_column_6{
;
margin-top:0px;
border-style:none;
}#module_footer_row_20{
;
border-style:none;
}#module_footer_items_41{
;
cursor:default;
color:#ffffff;
font-weight:500;
font-size:1.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_41:hover{
;
}#module_footer_row_21{
;
margin-top:2vw;
border-style:none;
}#module_footer_items_42{
;
cursor:default;
width:1.5vw;
height:1.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:10px;
}#module_footer_items_42:hover{
;
}#module_footer_items_43{
;
cursor:default;
line-height:2vw;
color:#ffffff;
font-weight:300;
font-size:1.0vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:1vw;
}#module_footer_items_43:hover{
;
}#module_footer_row_22{
;
margin-top:1.25vw;
border-style:none;
}#module_footer_items_44{
;
cursor:default;
width:1.5vw;
height:1.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:10px;
}#module_footer_items_44:hover{
;
}#module_footer_items_45{
;
cursor:default;
line-height:2vw;
color:#ffffff;
font-weight:300;
font-size:1.0vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:.75vw;
}#module_footer_items_45:hover{
;
}#module_footer_column_7{
;
margin-top:0px;
padding-right:4vw;
border-style:none;
}#module_footer_items_46{
;
cursor:default;
color:#ffffff;
font-weight:500;
font-size:1.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_46:hover{
;
}#module_footer_row_24{
;
margin-top:1vw;
border-style:none;
}#module_footer_items_47{
;
cursor:default;
color:#ffffff;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1.25vw;
}#module_footer_items_47:hover{
;
}#module_footer_items_48{
;
cursor:default;
color:#ffffff;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1.25vw;
}#module_footer_items_48:hover{
;
}#module_footer_items_49{
;
cursor:default;
color:#ffffff;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1.25vw;
}#module_footer_items_49:hover{
;
}#module_footer_row_27{
;
padding-top:2vw;
border-style:none;
}#module_footer_items_50{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_50:hover{
;
}#module_footer_items_51{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:2vw;
margin-left:2vw;
}#module_footer_items_51:hover{
;
}#module_footer_items_52{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_52:hover{
;
}#module_footer_items_53{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:2vw;
}#module_footer_items_53:hover{
;
}#module_footer_column_8{
;
margin-top:0px;
border-style:none;
}#module_footer_items_54{
;
cursor:default;
width:9vw;
height:6.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:10px;
}#module_footer_items_54:hover{
;
}#module_footer_items_78{
;
cursor:default;
width:11vw;
height:10vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:2vw;
}#module_footer_items_78:hover{
;
}#module_footer_section_6{
;
background-color:#000000;
justify-content:center;
border-style:none;
}#module_footer_column_15{
;
justify-content:center;
border-style:none;
}#module_footer_row_49{
;
justify-content:center;
border-style:none;
}#module_footer_items_77{
;
cursor:default;
text-align:center;
line-height:2vw;
color:#ffffff;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1.25vw;
padding-top:2vw;
padding-right:2vw;
padding-bottom:2vw;
padding-left:2vw;
}#module_footer_items_77:hover{
;
}#public_footer_main_4{;background-color:#000033;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_4:hover{;}#public_footer_main_4{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_4 > div{
                    position:relative;
                    z-index:12;
                }
                   #public_footer_main_4  
                
                #public_footer_main_4 .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_4 .layer_first_child{
                    width:100%;
                }
            
                #public_footer_main_4: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;}