.wz-font-h1 { font-size:29px;font-family:yekan,tahoma, serif; }.wz-font-h2 { font-size:19px;font-family:yekan,tahoma, serif; }.wz-font-h3 { font-size:70px;font-family:yekan,tahoma, serif; }.wz-font-h4 { font-size:40px;font-family:yekan,tahoma, serif; }.wz-font-h5 { font-size:23px;font-family:yekan,tahoma, serif; }.wz-font-h6 { font-size:19px;font-family:yekan,tahoma, serif; }.wz-font-p { font-size:11px;font-family:yekan,tahoma, serif; }.wz-font-p2 { font-size:13px;font-family:yekan,tahoma, serif; }.wz-font-p3 { font-size:15px;font-family:yekan,tahoma, serif; }:root {--color_1_1:6, 63, 13;--color_1_2:56, 101, 61;--color_1_3:98, 140, 103;--color_1_4:138, 194, 143;--color_1_5:245, 255, 247;--color_2_1:158, 120, 51;--color_2_2:214, 181, 120;--color_2_3:253, 235, 201;--color_2_4:247, 239, 223;--color_2_5:252, 248, 240;--color_3_1:79, 29, 14;--color_3_2:158, 59, 27;--color_3_3:237, 108, 92;--color_3_4:243, 167, 143;--color_3_5:249, 197, 180;--color_4_1:49, 69, 50;--color_4_2:54, 117, 58;--color_4_3:114, 160, 117;--color_4_4:161, 196, 163;--color_4_5:198, 207, 199;--color_5_1:25, 35, 42;--color_5_2:50, 69, 84;--color_5_3:75, 104, 126;--color_5_4:135, 154, 169;--color_5_5:183, 200, 212;}
                          .wz-loading-default {
                            width: 150px;
                            height: 150px;
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            margin: auto;
                          }
                          
                          .wz-loading-default div {
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            left: 0;
                            top: 0;
                          }
                          
                          .wz-loading-default div:before {
                            content: '';
                            display: block;
                            margin: 0 auto;
                            width: 15%;
                            aspect-ratio: 1;
                            background-color: #c9c9c9;
                            border-radius: 100%;
                            -webkit-animation: loading-default 1.2s infinite ease-in-out both;
                            animation: loading-default 1.2s infinite ease-in-out both;
                          }
                          
                          @keyframes loading-default {
                              0%, 100%, 80% {
                                -webkit-transform: scale(0);
                                transform: scale(0);
                              }
                              
                              40% {
                                -webkit-transform: scale(1);
                                transform: scale(1);
                              }
                          }
                        
                            .wz-loading-default div:nth-of-type(2) {
                                -webkit-transform: rotate(30deg);
                                -ms-transform: rotate(30deg);
                                transform: rotate(30deg);
                            }
                            .wz-loading-default div:nth-of-type(2):before {
                                -webkit-animation-delay: -1.1s;
                                animation-delay: -1.1s;
                            }
                        
                            .wz-loading-default div:nth-of-type(3) {
                                -webkit-transform: rotate(60deg);
                                -ms-transform: rotate(60deg);
                                transform: rotate(60deg);
                            }
                            .wz-loading-default div:nth-of-type(3):before {
                                -webkit-animation-delay: -1s;
                                animation-delay: -1s;
                            }
                        
                            .wz-loading-default div:nth-of-type(4) {
                                -webkit-transform: rotate(90deg);
                                -ms-transform: rotate(90deg);
                                transform: rotate(90deg);
                            }
                            .wz-loading-default div:nth-of-type(4):before {
                                -webkit-animation-delay: -0.9s;
                                animation-delay: -0.9s;
                            }
                        
                            .wz-loading-default div:nth-of-type(5) {
                                -webkit-transform: rotate(120deg);
                                -ms-transform: rotate(120deg);
                                transform: rotate(120deg);
                            }
                            .wz-loading-default div:nth-of-type(5):before {
                                -webkit-animation-delay: -0.8s;
                                animation-delay: -0.8s;
                            }
                        
                            .wz-loading-default div:nth-of-type(6) {
                                -webkit-transform: rotate(150deg);
                                -ms-transform: rotate(150deg);
                                transform: rotate(150deg);
                            }
                            .wz-loading-default div:nth-of-type(6):before {
                                -webkit-animation-delay: -0.7s;
                                animation-delay: -0.7s;
                            }
                        
                            .wz-loading-default div:nth-of-type(7) {
                                -webkit-transform: rotate(180deg);
                                -ms-transform: rotate(180deg);
                                transform: rotate(180deg);
                            }
                            .wz-loading-default div:nth-of-type(7):before {
                                -webkit-animation-delay: -0.6s;
                                animation-delay: -0.6s;
                            }
                        
                            .wz-loading-default div:nth-of-type(8) {
                                -webkit-transform: rotate(210deg);
                                -ms-transform: rotate(210deg);
                                transform: rotate(210deg);
                            }
                            .wz-loading-default div:nth-of-type(8):before {
                                -webkit-animation-delay: -0.5s;
                                animation-delay: -0.5s;
                            }
                        
                            .wz-loading-default div:nth-of-type(9) {
                                -webkit-transform: rotate(240deg);
                                -ms-transform: rotate(240deg);
                                transform: rotate(240deg);
                            }
                            .wz-loading-default div:nth-of-type(9):before {
                                -webkit-animation-delay: -0.4s;
                                animation-delay: -0.4s;
                            }
                        
                            .wz-loading-default div:nth-of-type(10) {
                                -webkit-transform: rotate(270deg);
                                -ms-transform: rotate(270deg);
                                transform: rotate(270deg);
                            }
                            .wz-loading-default div:nth-of-type(10):before {
                                -webkit-animation-delay: -0.30000000000000004s;
                                animation-delay: -0.30000000000000004s;
                            }
                        
                            .wz-loading-default div:nth-of-type(11) {
                                -webkit-transform: rotate(300deg);
                                -ms-transform: rotate(300deg);
                                transform: rotate(300deg);
                            }
                            .wz-loading-default div:nth-of-type(11):before {
                                -webkit-animation-delay: -0.19999999999999996s;
                                animation-delay: -0.19999999999999996s;
                            }
                        
                            .wz-loading-default div:nth-of-type(12) {
                                -webkit-transform: rotate(330deg);
                                -ms-transform: rotate(330deg);
                                transform: rotate(330deg);
                            }
                            .wz-loading-default div:nth-of-type(12):before {
                                -webkit-animation-delay: -0.09999999999999987s;
                                animation-delay: -0.09999999999999987s;
                            }
                        #wze696 { top:44.5002px;left:24.7183px;width:700px;height:60px;z-index:1007; }.wzc185 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc185  .wz-menu.wz-classic-menu > li .sub-menu { min-width:100%;background-color:rgb(237, 108, 92);text-align:right; }.wzc185  .wz-menu li > a { padding:0px 15px;font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc185  .wz-menu li.wz-menu-has-children a:after { border-color:#fff; }.wzc185  .wz-menu > li > a { z-index:1;background-color:rgb(114, 160, 117); }.wzc185  .wz-menu > li > a:before { content:'';display:inline-block;position:absolute;width:100%;height:110%;left:0px;right:0px;bottom:0px;transition:all .3s ease;transform-origin:bottom;z-index:-1; }.wzc185 .wz-menu.wz-mega-menu > li > a:hover:before { background-color:#E74C3C;color:#fff; }.wzc185  .wz-menu.wz-classic-menu > li:hover > a:before { background-color:#E74C3C;color:#fff; }.wzc185  .wz-menu > li.active > a:before { background-color:#E74C3C;color:#fff; }.wzc185  .wz-menu .sub-menu li > a { padding:5px 15px;background-color:#E74C3C;color:#fff; }.wzc185 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc185  .wz-menu.wz-classic-menu .sub-menu li:hover > a { color:#BD3E31; }.wzc185  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:#fff; }.wzc185 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc185  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:#BD3E31; }.wzc185  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc185  .wz-menu.wz-classic-menu > li { position:relative; }.wzc185 {  }.wzc185-list { overflow:visible;border-bottom-style:solid;border-color:#E74C3C;border-width:3px;position:relative;height:91%;top:9%; }.wzc185-mobile { background-color:rgb(158, 59, 27); }#wze1096 { top:77.3382px;left:938.052px;width:180px;height:28.6562px;z-index:1001;text-align:right; }.wzc7 { height:auto; }.wzc7-text { width:100%;height:auto; }#wze1097 { top:2.00015px;left:1000px;width:74px;height:73px;z-index:1002; }.wzc186-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:50%;border-style:solid;border-width:2px;border-color:rgb(139, 0, 0);background-color:rgb(243, 167, 143); }.wzc186-img .wzc186-img-inner { width:100%;height:100%;float:left; }.wzc186-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:50%;z-index:2;border-width:1px;border-style:solid; }.wzc186 { border-radius:50%;padding:5px; }#wze1097 .wzc186-img-inner { object-fit:cover; }#wz-section-wzs76 { height:106.25px;--section-height:106.25px; }.wzc-section-wzs76 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs76-full { background-color:rgb(255, 255, 255);background:;box-shadow:1px 3px 4px 2px rgb(204, 204, 204) ; }.wzc-section-wzs76-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze467 { top:15.8264px;height:652.99px;z-index:995; }.wzc82 .wz-gallery > li > figure,.wzc82  .wz-gallery > li > figure:before,.wzc82  .wz-gallery > li > figure:after,.wzc82  .wz-gallery > li > figure > figcaption,.wzc82  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.38); }.wzc82  .wz-gallery-caption { text-align:center; }.wzc82  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc82  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc82  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:cover; }.wzc82 {  }.wzc82-slider .wzc82-slider-items {  }.wzc82-slider  .flex-direction-nav a:before { color:#999; }.wzc82-slider {  }#wze468 { top:164.6px;left:209.043px;width:750px;height:307.052px;z-index:1001; }.wzc83-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(231, 76, 60, 0); }.wzc83-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc83-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze469 { top:40.7392px;left:-101.041px;width:740px;height:44px;z-index:1000;text-align:center; }#wze470 { top:101.328px;left:-107.79px;width:740px;height:28px;z-index:1000;text-align:center; }#wze471 { top:145.531px;left:178.171px;width:191.302px;height:45px;z-index:1000; }.wzc85:hover .wzc85-bg { background-color:rgb(6, 63, 13); }.wzc85:hover .wzc85-content { color:rgb(237, 108, 92); }.wzc85:hover {  }.wzc85-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 128, 0);border-radius:50px; }.wzc85-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze472 { top:145.532px;left:-7.03966px;width:170px;height:45px;z-index:1000; }.wzc200:hover .wzc200-bg { background-color:rgb(237, 108, 92); }.wzc200:hover .wzc200-content { color:rgb(6, 63, 13); }.wzc200:hover {  }.wzc200-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(6, 107, 44);border-radius:50px; }.wzc200-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(252, 248, 240); }#wz-section-wzs37 { height:669.052px;--section-height:669.052px; }.wzc-section-wzs37 {  }.wzc-section-wzs37-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(0,0,0)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 102.446 1920 197.554' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 102.446V300h1920S1050.116 102.446 0 102.446z'/%3E%3C/svg%3E");width:100%;height:150px;background-repeat:repeat-x;background-size:100% 100%;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }#wze474 { top:24.566px;left:234.001px;width:750px;height:199.5px;z-index:999; }#wze476 { top:96.0241px;left:11.503px;width:740px;height:34px;z-index:1000;text-align:center; }#wze482 { top:88.5191px;left:335.51px;width:75px;height:2.97917px;z-index:1002; }.wzc91-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(158, 120, 51); }.wzc91-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze1125 { top:21.2768px;left:5.65px;width:740px;height:45.3125px;z-index:1000;text-align:center; }#wze492 { top:219.537px;left:136.209px;width:382px;height:224.26px;z-index:1001; }.wzc190-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(209, 103, 15, 0.8);border-radius:10px; }.wzc190-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc190-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze494 { top:30.7665px;left:-0.667px;width:350px;height:31.3229px;z-index:1000;text-align:center; }#wze495 { top:75.593px;left:16.509px;width:340px;height:50.6667px;z-index:1000;text-align:center; }#wze1098 { top:157.316px;left:91.9163px;width:180px;height:40px;z-index:1001; }.wzc189:hover .wzc189-bg { background-color:rgb(252, 248, 240); }.wzc189:hover .wzc189-content { color:rgb(6, 63, 13); }.wzc189:hover {  }.wzc189-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(209, 103, 15);border-radius:50px; }.wzc189-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:19px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze496 { top:223.37px;left:675.508px;width:382px;height:216.51px;z-index:1001; }.wzc193-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(69, 115, 86, 0.88);border-radius:10px; }.wzc193-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc193-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze498 { top:31.9486px;left:142.543px;width:79px;height:31.3229px;z-index:1000;text-align:right; }#wze499 { top:70.0862px;left:13.9999px;width:340px;height:50.6667px;z-index:1000;text-align:center; }#wze1099 { top:153.425px;left:98.7184px;width:180px;height:40px;z-index:1001; }.wzc192:hover .wzc192-bg { background-color:rgb(252, 248, 240); }.wzc192:hover .wzc192-content { color:rgb(6, 63, 13); }.wzc192:hover {  }.wzc192-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(5, 81, 48);border-radius:50px; }.wzc192-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:19px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze1102 { top:484.29px;left:144.751px;width:378px;height:221.26px;z-index:1003; }.wzc195-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(179, 157, 106);border-radius:10px; }.wzc195-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc195-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze1103 { top:26.9845px;left:122.323px;width:90px;height:31.3229px;z-index:1000;text-align:right; }#wze1104 { top:156.872px;left:84.8958px;width:180px;height:40px;z-index:1001; }.wzc196:hover .wzc196-bg { background-color:rgb(252, 248, 240); }.wzc196:hover .wzc196-content { color:rgb(6, 63, 13); }.wzc196:hover {  }.wzc196-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(114, 86, 22);border-radius:50px; }.wzc196-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:19px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze1105 { top:75.0798px;left:17.4683px;width:340px;height:50.6667px;z-index:1000;text-align:center; }#wze1106 { top:484.423px;left:686.419px;width:379px;height:221.135px;z-index:1001; }.wzc197-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(68, 77, 117, 0.82);border-radius:10px; }.wzc197-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc197-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze1107 { top:29.5097px;left:127.354px;width:92px;height:31.3229px;z-index:1000;text-align:right; }#wze1108 { top:156.883px;left:91.9163px;width:180px;height:40px;z-index:1001; }.wzc198:hover .wzc198-bg { background-color:rgb(252, 248, 240); }.wzc198:hover .wzc198-content { color:rgb(6, 63, 13); }.wzc198:hover {  }.wzc198-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(26, 55, 88);border-radius:50px; }.wzc198-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:19px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze1109 { top:77.5317px;left:16.8213px;width:340px;height:50.6667px;z-index:1000;text-align:center; }#wz-section-wzs141 { height:736.552px;--section-height:736.552px; }#wze1128 { top:51.0087px;left:319.009px;width:548px;height:250.26px;z-index:1000; }#wze1126 { top:29.3436px;left:401.927px;width:100px;height:100px;z-index:1000; }.wzc208 {  }.wzc208-container .wzc208-container-number { background-color:transparent;font-size:50px;font-family:iransans_fa;line-height:100px;color: #000000;left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc208-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:#fff;border-radius:90px;text-align:center;vertical-align:middle;border-style:solid;border-width:8px;border-color:rgb(255, 201, 0);box-sizing:border-box; }#wze1129 { top:129.34px;left:356.417px;width:191px;height:56px;z-index:1000;text-align:center; }#wze1131 { top:29.3333px;left:199.294px;width:100px;height:100px;z-index:1000; }.wzc210 {  }.wzc210-container .wzc210-container-number { background-color:transparent;font-size:50px;font-family:iransans_fa;line-height:100px;color: #000000;left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc210-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:#fff;border-radius:90px;text-align:center;vertical-align:middle;border-style:solid;border-width:8px;border-color:rgb(255, 201, 0);box-sizing:border-box; }#wze1132 { top:144.006px;left:173.197px;width:144px;height:50.6562px;z-index:1000;text-align:center; }#wze1133 { top:32.0207px;left:17.3753px;width:99px;height:102px;z-index:1000; }.wzc211 {  }.wzc211-container .wzc211-container-number { background-color:transparent;font-size:50px;font-family:iransans_fa;line-height:100px;color: #000000;left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc211-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:#fff;border-radius:90px;text-align:center;vertical-align:middle;border-style:solid;border-width:8px;border-color:rgb(255, 201, 0);box-sizing:border-box; }#wze1134 { top:136.182px;left:10.8017px;width:144px;height:56px;z-index:1000;text-align:center; }#wz-section-wzs142 { height:490px;--section-height:490px; }#wze669 { top:-0.927061px;height:587.594px;z-index:1001; }.wzc112-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(252, 248, 240, 0.85); }.wzc112-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze662 { top:119.927px;left:878.254px;width:220px;height:260px;z-index:1000; }.wzc71-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(6, 63, 13, 0); }.wzc71-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc71-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze663 { top:6.92706px;left:19.051px;width:180px;height:34px;z-index:1000;text-align:right; }#wze664 { top:51px;left:160px;width:60px;height:2.97917px;z-index:1000; }.wzc110-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(237, 108, 92);border-radius:0px 0px 0px 0px ; }.wzc110-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px 0px 0px 0px ; }#wze1083 { top:69.5px;left:20.001px;width:200px;height:60px;z-index:1001; }.wzc157  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:iransans_fa;font-size:12px;color:rgb(6, 63, 13); }.wzc157  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:60px;height:60px; }.wzc157  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover;object-fit:cover; }.wzc157  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(6, 63, 13);font-family:iransans_fa;font-size:10px; }.wzc157  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc157 {  }.wzc157-posts {  }.wzc158-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:50%; }.wzc158-img .wzc158-img-inner { width:100%;height:100%;float:left; }.wzc158-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:50%; }.wzc158 { border-radius:50%; }.wzc15-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc15-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze666 { top:126.844px;left:121.052px;width:220px;height:340px;z-index:1000; }#wze667 { top:3px;left:40px;width:180px;height:34px;z-index:1000;text-align:right; }#wze668 { top:51px;left:160px;width:60px;height:2.97917px;z-index:1000; }#wze1084 { top:85.5px;left:80.513px;width:128px;height:150px;z-index:1000; }.wzc111 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc111  .wz-menu.wz-classic-menu > li .sub-menu { text-align:right; }.wzc111  .wz-menu li > a { padding:5px 15px;font-family:iransans;font-size:14px;color:rgb(6, 63, 13); }.wzc111 .wz-menu.wz-mega-menu li > a:hover,.wzc111  .wz-menu.wz-classic-menu li:hover > a { color:rgb(237, 108, 92); }.wzc111  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(6, 63, 13); }.wzc111 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc111  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(237, 108, 92); }.wzc111  .wz-menu > li.active > a { color:rgb(237, 108, 92);background-color:rgba(6, 63, 13, 0); }.wzc111  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(237, 108, 92); }.wzc111  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc111  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:rgb(6, 63, 13); }.wzc111 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc111  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(237, 108, 92); }.wzc111  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc111 {  }.wzc111-list {  }.wzc111-mobile {  }#wze670 { top:429.493px;left:0px;width:1170px;height:0.947917px;z-index:1001; }#wz-section-footer { height:586.646px;--section-height:586.646px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background-color:rgba(252, 248, 240, 0.54);background-image:url(../../uploads/9ccae1e1a1ee4b649f5037532b7edda0.jpg);background:; }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1027 { top:80px;left:385px;width:400px;height:100.323px;z-index:1000; }#wze1028 { top:0.281375px;left:65.5px;width:269px;height:58px;z-index:1000;text-align:center; }#wz-section-wzs96 { height:260.323px;--section-height:260.323px; }.wzc-section-wzs96-full { background-image:url(../../uploads/b8c0e9d48be2477eb947f66b5ec1f092.jpg); }#wze827 { top:64.5px;left:0px;width:1170px;height:535.188px;z-index:1000; }.wzc133  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title { font-family:iransans_fa;font-size:18px;color:#000; }.wzc133  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-content { font-family:iransans_fa;font-size:14px;color:rgb(0, 0, 0);background-color:rgb(255, 255, 255); }.wzc133  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail { width:300px;height:191px; }.wzc133  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc133  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { color:rgb(237, 108, 92);font-family:iransans_fa;font-size:14px; }.wzc133  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgb(237, 108, 92);width:14px;height:14px; }.wzc133 .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-section,.wzc133  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title,.wzc133  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { padding-left:25px;padding-right:25px; }.wzc133  .wz-blog-recent-posts .wz-blog-post-item { padding:25px 0;flex:1 1 calc(100% / 3 - 10px );max-width:calc(100% / 3 - 10px );margin-left:5px;margin-right:5px; }.wzc133  .wz-blog-recent-posts .wz-blog-post-item:nth-child(3)~.wz-blog-post-item { margin-top:33px; }.wzc133  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more { width:106px;height:30px;margin-top:10px; }.wzc133 {  }.wzc133-posts {  }.wzc2-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc2-img .wzc2-img-inner { width:100%;height:100%;float:left; }.wzc2-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc145:hover .wzc145-bg { background-color:rgb(252, 248, 240); }.wzc145:hover .wzc145-content { color:rgb(6, 63, 13); }.wzc145:hover {  }.wzc145-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(237, 108, 92);border-radius:50px; }.wzc145-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }.wzc236-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:1px;border-color:#FF7043; }.wzc236-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc144:hover .wzc144-bg { background-color:rgb(252, 248, 240); }.wzc144:hover .wzc144-content { color:rgb(6, 63, 13); }.wzc144:hover {  }.wzc144-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(237, 108, 92);border-radius:0px; }.wzc144-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:14px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs95 { height:664.188px;--section-height:664.188px; }#wze835 { top:10px;left:308px;width:847px;height:961px;z-index:1000; }.wzc136  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title { font-family:iransans_fa;font-size:20px; }.wzc136  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-content { font-family:iransans_fa;font-size:14px;color:rgb(214, 181, 120); }.wzc136  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { color:rgb(237, 108, 92);font-family:iransans_fa;font-size:13px; }.wzc136  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgb(237, 108, 92);width:13px;height:13px; }.wzc136 .wz-blog-single-post .wz-blog-post-item .wz-blog-post-section,.wzc136  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title,.wzc136  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { padding-left:20px;padding-right:20px; }.wzc136  .wz-blog-single-post .wz-blog-post-item { padding:20px 0; }.wzc136 {  }.wzc136-posts {  }#wze836 { top:981.01px;left:308px;width:847px;height:470px;z-index:1000; }.wzc137  .wz-blog-comment { padding:10px; }.wzc137  .wz-blog-comment+.wz-blog-comment { margin-top:10px; }.wzc137  .wz-blog-comment .wz-blog-comment-author { font-family:iransans_fa;font-size:14px;color:rgb(56, 101, 61); }.wzc137  .wz-blog-comment .wz-blog-comment-message { font-family:iransans_fa;font-size:14px;color:rgb(6, 63, 13); }.wzc137  .wz-blog-comment-from { width:500px; }.wzc137 {  }.wzc137-container .wzc137-container-comments {  }.wzc137-container .wzc137-container-form { max-width:100%;height:auto; }.wzc137-container {  }.wzc99-contactForm .wzc99-contactForm-sections .wzc99-contactForm-sections-section1 .wzc99-contactForm-sections-section1-formRow .wzc99-contactForm-sections-section1-formRow-input {  }.wzc99-contactForm .wzc99-contactForm-sections .wzc99-contactForm-sections-section1 .wzc99-contactForm-sections-section1-formRow {  }.wzc99-contactForm .wzc99-contactForm-sections .wzc99-contactForm-sections-section1 {  }.wzc99-contactForm .wzc99-contactForm-sections .wzc99-contactForm-sections-section2 .wzc99-contactForm-sections-section2-messageRow .wzc99-contactForm-sections-section2-messageRow-message { height:120px; }.wzc99-contactForm .wzc99-contactForm-sections .wzc99-contactForm-sections-section2 .wzc99-contactForm-sections-section2-messageRow {  }.wzc99-contactForm .wzc99-contactForm-sections .wzc99-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc99-contactForm .wzc99-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc99-contactForm .wzc99-contactForm-footer .wzc99-contactForm-footer-submit .wzc99-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc99-contactForm .wzc99-contactForm-footer .wzc99-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc99-contactForm .wzc99-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc99-contactForm .wzc99-contactForm-resultSection .wzc99-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:yekan, tahoma, serif; }.wzc99-contactForm .wzc99-contactForm-resultSection { height:40px;padding-top:5px; }.wzc99-contactForm  .wzc99-contactForm-resultSection .form-result-show { opacity:1; }.wzc99-contactForm  .wzc99-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc99-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc99-contactForm input,.wzc99-contactForm  textarea { width:100%;box-sizing:border-box;font-family:yekan, tahoma, serif;padding:5px;outline:0;resize:none;border-width:1px;border-style:solid;border-color:#999999;color:#999999;font-size:13px;background-color:transparent; }.wzc99-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc99-contactForm  *::-webkit-input-placeholder { color:#999999; }.wzc99-contactForm  *::-moz-placeholder { color:#999999; }.wzc99-contactForm  *:-ms-input-placeholder { color:#999999; }.wzc99-contactForm  *:-moz-placeholder { color:#999999; }.wzc99-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc99-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:#000; }.wzc99-contactForm { direction:rtl; }.wzc148-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(237, 108, 92); }.wzc148-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc148-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }.wzc102:hover .wzc102-bg { background-color:rgb(237, 108, 92); }.wzc102:hover .wzc102-content {  }.wzc102:hover {  }.wzc102-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(252, 248, 240);border-radius:0px; }.wzc102-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:15px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze837 { top:10px;left:15px;width:263px;height:219.927px;z-index:1000; }#wze838 { top:10px;left:10px;width:242px;height:28px;z-index:1000;text-align:right; }#wze839 { top:40px;left:10px;width:242px;height:2px;z-index:1000; }#wze840 { top:50px;left:10px;width:242px;height:76.25px;z-index:1000; }.wzc134  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:iransans_fa;font-size:16px;color:rgb(226, 28, 33); }.wzc134  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc134  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc134  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc134  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc134 {  }.wzc134-posts {  }#wze841 { top:146.341px;left:10px;width:242px;height:30px;z-index:1000;text-align:right; }#wze842 { top:176.341px;left:10px;width:242px;height:2px;z-index:1000; }#wze843 { top:186.341px;left:10px;width:242px;height:18.6667px;z-index:1000; }.wzc149  .wz-blog-archive > li > a { color:#000;font-family:iransans_fa;font-size:12px; }.wzc149  .wz-blog-archive .sub-list > li > a { color:rgb(158, 120, 51);font-family:iransans_fa;font-size:11px; }.wzc149 {  }.wzc149-list { direction:rtl; }#wz-section-wzs94 { height:1450.99px;--section-height:1450.99px; }#wze1042 { top:80px;left:385px;width:400px;height:100.375px;z-index:1000; }#wze1043 { top:0.281375px;left:100px;width:200px;height:58px;z-index:1000;text-align:center; }#wze1044 { top:66.75px;left:100px;width:200px;height:25.3125px;z-index:1000;text-align:center; }#wz-section-wzs127 { height:260.375px;--section-height:260.375px; }.wzc-section-wzs127-full { background-image:url(../../uploads/b8c0e9d48be2477eb947f66b5ec1f092.jpg);background-size:cover;background-repeat:no-repeat; }#wze1035 { top:80px;left:210px;width:750px;height:152.854px;z-index:999; }#wze1036 { top:0px;left:5px;width:740px;height:58px;z-index:1000;text-align:center; }#wze1037 { top:78.75px;left:338px;width:75px;height:3px;z-index:1002; }#wze1048 { top:288.551px;left:277.009px;width:550px;height:316px;z-index:1000; }.wzc154-contactForm .wzc154-contactForm-sections .wzc154-contactForm-sections-section1 .wzc154-contactForm-sections-section1-formRow .wzc154-contactForm-sections-section1-formRow-input {  }.wzc154-contactForm .wzc154-contactForm-sections .wzc154-contactForm-sections-section1 .wzc154-contactForm-sections-section1-formRow {  }.wzc154-contactForm .wzc154-contactForm-sections .wzc154-contactForm-sections-section1 {  }.wzc154-contactForm .wzc154-contactForm-sections .wzc154-contactForm-sections-section2 .wzc154-contactForm-sections-section2-messageRow .wzc154-contactForm-sections-section2-messageRow-message { height:120px; }.wzc154-contactForm .wzc154-contactForm-sections .wzc154-contactForm-sections-section2 .wzc154-contactForm-sections-section2-messageRow {  }.wzc154-contactForm .wzc154-contactForm-sections .wzc154-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc154-contactForm .wzc154-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc154-contactForm .wzc154-contactForm-footer .wzc154-contactForm-footer-submit .wzc154-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc154-contactForm .wzc154-contactForm-footer .wzc154-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc154-contactForm .wzc154-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc154-contactForm .wzc154-contactForm-resultSection .wzc154-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:iransans_fa; }.wzc154-contactForm .wzc154-contactForm-resultSection { height:40px;padding-top:5px; }.wzc154-contactForm  .wzc154-contactForm-resultSection .form-result-show { opacity:1; }.wzc154-contactForm  .wzc154-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc154-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc154-contactForm input,.wzc154-contactForm  textarea { width:100%;box-sizing:border-box;font-family:iransans_fa;padding:5px;outline:0;resize:none;border-width:1px;border-style:solid;border-color:rgb(98, 140, 103);color:#E74C3C;font-size:13px;background-color:rgb(255, 255, 255); }.wzc154-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc154-contactForm  *::-webkit-input-placeholder { color:rgb(214, 181, 120); }.wzc154-contactForm  *::-moz-placeholder { color:rgb(214, 181, 120); }.wzc154-contactForm  *:-ms-input-placeholder { color:rgb(214, 181, 120); }.wzc154-contactForm  *:-moz-placeholder { color:rgb(214, 181, 120); }.wzc154-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc154-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:#000; }.wzc154-contactForm { direction:rtl; }#wz-section-wzs128 { height:768.854px;--section-height:768.854px; }.wzc-section-wzs128 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs128-full { background-color:rgb(255, 255, 255);background:; }.wzc-section-wzs128-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze413 { top:0px;height:50px;z-index:1000; }.wzc76-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(253, 235, 201); }.wzc76-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze421 { top:7.5px;left:1004px;width:150px;height:34.3125px;z-index:1000; }#wze415 { top:9.5px;left:134.008px;width:16px;height:16px;z-index:1000; }.wzc77 { overflow:hidden; }.wzc77-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(237, 108, 92); }#wze416 { top:5.5px;left:25.485px;width:96px;height:23.3125px;z-index:1000;text-align:right; }#wze422 { top:7.5px;left:837.751px;width:150px;height:34.3125px;z-index:1000; }#wze423 { top:9.5px;left:134.008px;width:16px;height:16px;z-index:1000; }#wze424 { top:5.5px;left:0.0152px;width:119px;height:23.3125px;z-index:1000;text-align:right; }#wze425 { top:7.5px;left:671.501px;width:150px;height:35px;z-index:1000; }#wze426 { top:9.5px;left:134.008px;width:16px;height:16px;z-index:1000; }#wze427 { top:5.5px;left:0.01525px;width:119px;height:22px;z-index:1000;text-align:right; }#wze429 { top:7.5px;left:15.0098px;width:153px;height:35px;z-index:1000; }#wze428 { top:9.5px;left:0.000375px;width:16px;height:16px;z-index:1000; }.wzc52 { overflow:hidden; }.wzc52-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(98, 140, 103); }#wze432 { top:9.5px;left:31.4192px;width:16px;height:16px;z-index:1000; }#wze433 { top:9.5px;left:62.8386px;width:16px;height:16px;z-index:1000; }#wze434 { top:9.5px;left:94.2422px;width:16px;height:16px;z-index:1000; }#wze436 { top:9.5px;left:125.667px;width:16px;height:16px;z-index:1000; }#wze864 { top:14.5px;left:194.501px;width:130.4375px;height:21px;z-index:1000; }.wzc143  .wz-member-arrow {  }.wzc143  .wz-member-welcome {  }.wzc143 {  }.wzc143-links  .wz-member-link:hover { color:rgb(249, 197, 180); }.wzc143-links { font-size:13px;color:rgb(98, 140, 103);font-family:iransans_fa; }.wzc143-actions  li:hover { color:rgb(98, 140, 103); }.wzc143-actions { font-size:14px;color:rgb(6, 63, 13);font-family:iransans_fa;background-color:rgb(249, 197, 180);border-color:rgb(249, 197, 180);border-width:0px;border-style:solid;border-radius:5px; }#wze438 { top:73.9062px;left:973.9px;width:180px;height:50px;z-index:1000; }#wze446 { top:0px;left:130px;width:50px;height:50px;z-index:1000; }#wze447 { top:10px;left:0px;width:128px;height:29.3125px;z-index:1000;text-align:right; }#wze448 { top:74.4062px;left:1.51004px;width:200px;height:49px;z-index:1000; }#wze451 { top:5px;left:160px;width:40px;height:40px;z-index:1000; }.wzc79-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(6, 63, 13);border-radius:50%;border-width:1px;border-style:solid;border-color:rgb(98, 140, 103); }.wzc79-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:50%; }#wze452 { top:10px;left:10px;width:20px;height:20px;z-index:1000; }#wze453 { top:0px;left:74px;width:81px;height:24px;z-index:1000;text-align:right; }#wze454 { top:24px;left:25px;width:130px;height:20.6667px;z-index:1000;text-align:right; }#wze455 { top:74.4062px;left:240.01px;width:200px;height:49px;z-index:1000; }#wze456 { top:5px;left:160px;width:40px;height:40px;z-index:1000; }#wze457 { top:10px;left:10px;width:20px;height:20px;z-index:1000; }#wze458 { top:0px;left:22px;width:133px;height:24px;z-index:1000;text-align:right; }#wze459 { top:24px;left:25px;width:130px;height:20.6667px;z-index:1000;text-align:right; }#wze460 { top:74.4062px;left:478.51px;width:200px;height:49px;z-index:1000; }#wze461 { top:5px;left:160px;width:40px;height:40px;z-index:1000; }#wze462 { top:10px;left:10px;width:20px;height:20px;z-index:1000; }#wze463 { top:0px;left:74px;width:81px;height:24px;z-index:1000;text-align:right; }#wze464 { top:24px;left:62px;width:93px;height:20.6667px;z-index:1000;text-align:right; }#wz-section-header { height:147.75px;--section-height:147.75px; }.wzc-section-header-full { background-color:rgb(6, 63, 13); }#wz-section-allPage { height:0px;--section-height:0px; }#wz-section-wzs138 { height:200px;--section-height:200px; }#wze1085 { top:30px;left:15px;width:848px;height:487.667px;z-index:1000; }.wzc160-root .wzc160-root-container .wzc160-root-container-header .wzc160-root-container-header-title {  }.wzc160-root .wzc160-root-container .wzc160-root-container-header {  }.wzc160-root .wzc160-root-container .wzc160-root-container-submitBoxHeader .wzc160-root-container-submitBoxHeader-submitButtonHeader {  }.wzc160-root .wzc160-root-container .wzc160-root-container-submitBoxHeader {  }.wzc160-root .wzc160-root-container {  }.wzc160-root .wzc160-root-accountContainer .wzc160-root-accountContainer-accountItem .wzc160-root-accountContainer-accountItem-accountItemLabel {  }.wzc160-root .wzc160-root-accountContainer .wzc160-root-accountContainer-accountItem .wzc160-root-accountContainer-accountItem-accountItemInputBox .wzc160-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc160-root .wzc160-root-accountContainer .wzc160-root-accountContainer-accountItem .wzc160-root-accountContainer-accountItem-accountItemInputBox .wzc160-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc160-root .wzc160-root-accountContainer .wzc160-root-accountContainer-accountItem .wzc160-root-accountContainer-accountItem-accountItemInputBox {  }.wzc160-root .wzc160-root-accountContainer .wzc160-root-accountContainer-accountItem {  }.wzc160-root .wzc160-root-accountContainer {  }.wzc160-root .wzc160-root-companyHeaderContainer .wzc160-root-companyHeaderContainer-companyHeader .wzc160-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc160-root .wzc160-root-companyHeaderContainer .wzc160-root-companyHeaderContainer-companyHeader {  }.wzc160-root .wzc160-root-companyHeaderContainer {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyInfoCheck .wzc160-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyInfoCheck .wzc160-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc160-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyInfoCheck .wzc160-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc160-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyInfoCheck .wzc160-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc160-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyInfoCheck .wzc160-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc160-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyInfoCheck .wzc160-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyInfoCheck {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyItemBox .wzc160-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyItemBox .wzc160-root-companyInfo-companyItemBox-companyInputBox .wzc160-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyItemBox .wzc160-root-companyInfo-companyItemBox-companyInputBox .wzc160-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyItemBox .wzc160-root-companyInfo-companyItemBox-companyInputBox {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyItemBox {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyInfoCancelLabel .wzc160-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyInfoCancelLabel .wzc160-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyInfoCancelLabel .wzc160-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyInfoCancelLabel .wzc160-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc160-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc160-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyInfoCancelLabel .wzc160-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc160-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyInfoCancelLabel .wzc160-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc160-root .wzc160-root-companyInfo .wzc160-root-companyInfo-companyInfoCancelLabel {  }.wzc160-root .wzc160-root-companyInfo {  }.wzc160-root .wzc160-root-submitBoxFooter .wzc160-root-submitBoxFooter-submitButtonFooter {  }.wzc160-root .wzc160-root-submitBoxFooter {  }.wzc160-root {  }.wzc160  .wz-profile-account-root { text-align:right; }.wzc160  .wz-profile-account-header-container { margin-bottom:20px; }.wzc160  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc160  .wz-profile-account-container { border-style:solid;border-width:1px;border-color:#efefef;background-color:#f4f4f4;border-radius:20px;direction:rtl;row-gap:15px;padding:35px; }.wzc160  .wz-profile-account-container:hover { border-radius:20px; }.wzc160  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc160  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc160  .wz-profile-account-input-container input { width:100%;border-style:solid;border-width:1px;border-color:#d5d5d5;border-radius:4px;font-family:iransans_fa;font-size:13px;background-color:rgba(0,0,0,0);color:#7e7e7e; }.wzc160  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc160  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc160  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc160  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc160  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc160  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc160  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc160  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc160  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc160 {  }.wzc159:hover .wzc159-bg { background-color:#ffd9d5; }.wzc159:hover .wzc159-content { color:#E74C3C; }.wzc159:hover {  }.wzc159-bg:after {  }.wzc159-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc159-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C; }#wze1090 { top:30px;left:893px;width:262px;height:441.323px;z-index:1000; }.wzc173-root .wzc173-root-infoBox .wzc173-root-infoBox-userImageBox .wzc173-root-infoBox-userImageBox-userImage {  }.wzc173-root .wzc173-root-infoBox .wzc173-root-infoBox-userImageBox {  }.wzc173-root .wzc173-root-infoBox .wzc173-root-infoBox-userInfo .wzc173-root-infoBox-userInfo-userName {  }.wzc173-root .wzc173-root-infoBox .wzc173-root-infoBox-userInfo .wzc173-root-infoBox-userInfo-userEmail {  }.wzc173-root .wzc173-root-infoBox .wzc173-root-infoBox-userInfo .wzc173-root-infoBox-userInfo-editInfo .wzc173-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc173-root .wzc173-root-infoBox .wzc173-root-infoBox-userInfo .wzc173-root-infoBox-userInfo-editInfo .wzc173-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc173-root .wzc173-root-infoBox .wzc173-root-infoBox-userInfo .wzc173-root-infoBox-userInfo-editInfo {  }.wzc173-root .wzc173-root-infoBox .wzc173-root-infoBox-userInfo {  }.wzc173-root .wzc173-root-infoBox {  }.wzc173-root .wzc173-root-items .wzc173-root-items-item .wzc173-root-items-item-itemBox .wzc173-root-items-item-itemBox-itemIcon {  }.wzc173-root .wzc173-root-items .wzc173-root-items-item .wzc173-root-items-item-itemBox .wzc173-root-items-item-itemBox-itemName {  }.wzc173-root .wzc173-root-items .wzc173-root-items-item .wzc173-root-items-item-itemBox {  }.wzc173-root .wzc173-root-items .wzc173-root-items-item {  }.wzc173-root .wzc173-root-items .wzc173-root-items-more {  }.wzc173-root .wzc173-root-items {  }.wzc173-root .wzc173-root-logoutBox .wzc173-root-logoutBox-logout .wzc173-root-logoutBox-logout-logoutLabel {  }.wzc173-root .wzc173-root-logoutBox .wzc173-root-logoutBox-logout {  }.wzc173-root .wzc173-root-logoutBox {  }.wzc173-root {  }.wzc173  .wz-profile-menu-user-info { gap:2px; }.wzc173  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc173  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc173  .wz-profile-menu-info-box:hover {  }.wzc173  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc173  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc173  .wz-profile-menu-user-name:hover {  }.wzc173  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc173  .wz-profile-menu-user-email:hover {  }.wzc173  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc173  .wz-profile-menu-edit-info:hover {  }.wzc173  .wz-profile-menu-edit-info span { -webkit-transform:rotate(80deg);-moz-transform:rotate(80deg);-ms-transform:rotate(80deg);-o-transform:rotate(80deg);transform:rotate(80deg);transform:rotate(80deg); }.wzc173  .wz-profile-menu-items { height:fit-content;border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc173  .wz-profile-menu-items:hover {  }.wzc173  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc173  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc173  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc173  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc173  .wz-profile-menu-item-box:hover {  }.wzc173  .wz-profile-menu-item p { font-family:iransans_fa, sans-serif;font-size:12px;font-weight:500;color:#808080;margin-right:5%;margin-left:5%; }.wzc173  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc173  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc173  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc173  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc173  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc173  .wz-profile-menu-more:after { color:#808080; }.wzc173 {  }#wz-section-wzs129 { height:547.667px;--section-height:547.667px; }#wze1086 { top:30px;left:15px;width:848px;height:369px;z-index:1000; }.wzc164-header .wzc164-header-title {  }.wzc164-header .wzc164-header-removeButton {  }.wzc164-header .wzc164-header-addToCartButton {  }.wzc164-header {  }.wzc164-favorites { --desktop-columns:3;--desktop-gap:20px;--tablet-columns:2;--tablet-gap:20px;--mobile-columns:1;--mobile-gap:20px;--image-order:0;--title-order:1;--price-order:2;--buttons-order:3; }.wzc164-pagination .wzc164-pagination-paginationButton {  }.wzc164-pagination {  }.wzc164  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc164  .wz-profile-favorites-header-text:hover {  }.wzc164  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc164  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc164  .wz-profile-favorite-item { height:fit-content;direction:rtl;padding:20px;gap:5px;background-color:#fff;border-width:2px;border-style:solid;border-color:#e3e3e3;border-radius:0;box-shadow:unset; }.wzc164  .wz-profile-favorite-item:hover {  }.wzc164  .wz-profile-favorite-item-image { object-fit:contain; }.wzc164  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc164  .wz-profile-favorite-item-title:hover {  }.wzc164  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc164  .wz-profile-favorite-item-price:hover {  }.wzc164  .wz-profile-favorite-item-add { height:30px; }.wzc164  .wz-profile-favorite-item-remove { height:30px; }.wzc164  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc164  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc164  .wz-profile-favorites-no-results-first-text:hover {  }.wzc164  .wz-profile-favorites-no-results-second-text:hover {  }.wzc164 {  }.wzc161:hover .wzc161-bg { background-color:#E74C3C; }.wzc161:hover .wzc161-content { font-size:10px;color:#fff; }.wzc161:hover {  }.wzc161-bg:after {  }.wzc161-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc161-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C; }.wzc162:hover .wzc162-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc162:hover .wzc162-content { font-size:10px;color:#fff; }.wzc162:hover {  }.wzc162-bg:after {  }.wzc162-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc162-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#a1a1a1; }.wzc163:hover .wzc163-bg:after { width:90%;opacity:1; }.wzc163:hover .wzc163-bg {  }.wzc163:hover .wzc163-content { color:#fff; }.wzc163:hover {  }.wzc163-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#999999;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%); }.wzc163-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:6px;border-style:solid;border-color:#afafaf;border-width:1px;overflow:hidden; }.wzc163-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999999; }#wz-section-wzs130 { height:501.323px;--section-height:501.323px; }#wze1087 { top:30px;left:15px;width:848px;height:340.323px;z-index:1000; }.wzc165-root .wzc165-root-header .wzc165-root-header-title {  }.wzc165-root .wzc165-root-header .wzc165-root-header-options .wzc165-root-header-options-optionsList .wzc165-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc165-root .wzc165-root-header .wzc165-root-header-options .wzc165-root-header-options-optionsList {  }.wzc165-root .wzc165-root-header .wzc165-root-header-options {  }.wzc165-root .wzc165-root-header {  }.wzc165-root .wzc165-root-orders .wzc165-root-orders-ordersHeader .wzc165-root-orders-ordersHeader-ordersHeaderItem .wzc165-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc165-root .wzc165-root-orders .wzc165-root-orders-ordersHeader .wzc165-root-orders-ordersHeader-ordersHeaderItem {  }.wzc165-root .wzc165-root-orders .wzc165-root-orders-ordersHeader {  }.wzc165-root .wzc165-root-orders {  }.wzc165-root .wzc165-root-pagination .wzc165-root-pagination-paginationButton {  }.wzc165-root .wzc165-root-pagination {  }.wzc165-root {  }.wzc165  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc165  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc165  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc165  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc165  .wz-profile-orders-order-items-header { width:80%; }.wzc165  .wz-profile-orders-order-items-header p { width:20%;font-size:12px;font-family:iransans_fa;font-weight:500;text-align:center;color:rgb(117,117,117); }.wzc165  .wz-profile-orders-order-details { width:80%; }.wzc165  .wz-profile-orders-order-buttons { width:20%; }.wzc165  .wz-profile-orders-order-details p { width:20%;font-size:12px;font-family:iransans_fa;font-weight:500;text-align:center;color:rgb(117,117,117); }.wzc165  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc165  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc165  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc165  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc165  .wz-profile-orders-no-results-root { gap:10px;border-width:0px;border-style:solid;border-color:#efefef;border-radius:16px;margin-top:20px;padding:70px 30px;background-color:#f4f4f4; }.wzc165  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc165  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc165  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc165 {  }#wz-section-wzs131 { height:503px;--section-height:503px; }#wze1088 { top:30px;left:15px;width:848px;height:648px;z-index:1000; }.wzc168-root .wzc168-root-header .wzc168-root-header-title {  }.wzc168-root .wzc168-root-header .wzc168-root-header-headerButtons .wzc168-root-header-headerButtons-reorderButton {  }.wzc168-root .wzc168-root-header .wzc168-root-header-headerButtons .wzc168-root-header-headerButtons-receiptButton {  }.wzc168-root .wzc168-root-header .wzc168-root-header-headerButtons {  }.wzc168-root .wzc168-root-header {  }.wzc168-root .wzc168-root-body .wzc168-root-body-information .wzc168-root-body-information-mainInformation .wzc168-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc168-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc168-root .wzc168-root-body .wzc168-root-body-information .wzc168-root-body-information-mainInformation .wzc168-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc168-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc168-root .wzc168-root-body .wzc168-root-body-information .wzc168-root-body-information-mainInformation .wzc168-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc168-root .wzc168-root-body .wzc168-root-body-information .wzc168-root-body-information-mainInformation {  }.wzc168-root .wzc168-root-body .wzc168-root-body-information .wzc168-root-body-information-userInformation .wzc168-root-body-information-userInformation-userInformation{{ item.name }} .wzc168-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc168-root .wzc168-root-body .wzc168-root-body-information .wzc168-root-body-information-userInformation .wzc168-root-body-information-userInformation-userInformation{{ item.name }} .wzc168-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc168-root .wzc168-root-body .wzc168-root-body-information .wzc168-root-body-information-userInformation .wzc168-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc168-root .wzc168-root-body .wzc168-root-body-information .wzc168-root-body-information-userInformation {  }.wzc168-root .wzc168-root-body .wzc168-root-body-information .wzc168-root-body-information-paymentInformation .wzc168-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc168-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc168-root .wzc168-root-body .wzc168-root-body-information .wzc168-root-body-information-paymentInformation .wzc168-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc168-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc168-root .wzc168-root-body .wzc168-root-body-information .wzc168-root-body-information-paymentInformation .wzc168-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc168-root .wzc168-root-body .wzc168-root-body-information .wzc168-root-body-information-paymentInformation {  }.wzc168-root .wzc168-root-body .wzc168-root-body-information {  }.wzc168-root .wzc168-root-body .wzc168-root-body-orderInformation .wzc168-root-body-orderInformation-orderInformationHeader .wzc168-root-body-orderInformation-orderInformationHeader-orderName .wzc168-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc168-root .wzc168-root-body .wzc168-root-body-orderInformation .wzc168-root-body-orderInformation-orderInformationHeader .wzc168-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc168-root .wzc168-root-body .wzc168-root-body-orderInformation .wzc168-root-body-orderInformation-orderInformationHeader .wzc168-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc168-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc168-root .wzc168-root-body .wzc168-root-body-orderInformation .wzc168-root-body-orderInformation-orderInformationHeader .wzc168-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc168-root .wzc168-root-body .wzc168-root-body-orderInformation .wzc168-root-body-orderInformation-orderInformationHeader .wzc168-root-body-orderInformation-orderInformationHeader-orderCount .wzc168-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc168-root .wzc168-root-body .wzc168-root-body-orderInformation .wzc168-root-body-orderInformation-orderInformationHeader .wzc168-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc168-root .wzc168-root-body .wzc168-root-body-orderInformation .wzc168-root-body-orderInformation-orderInformationHeader .wzc168-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc168-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc168-root .wzc168-root-body .wzc168-root-body-orderInformation .wzc168-root-body-orderInformation-orderInformationHeader .wzc168-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc168-root .wzc168-root-body .wzc168-root-body-orderInformation .wzc168-root-body-orderInformation-orderInformationHeader .wzc168-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc168-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc168-root .wzc168-root-body .wzc168-root-body-orderInformation .wzc168-root-body-orderInformation-orderInformationHeader .wzc168-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc168-root .wzc168-root-body .wzc168-root-body-orderInformation .wzc168-root-body-orderInformation-orderInformationHeader {  }.wzc168-root .wzc168-root-body .wzc168-root-body-orderInformation {  }.wzc168-root .wzc168-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc168-root .wzc168-root-support .wzc168-root-support-supportImage {  }.wzc168-root .wzc168-root-support .wzc168-root-support-supportTextBox .wzc168-root-support-supportTextBox-supportQuestion {  }.wzc168-root .wzc168-root-support .wzc168-root-support-supportTextBox .wzc168-root-support-supportTextBox-supportMessage {  }.wzc168-root .wzc168-root-support .wzc168-root-support-supportTextBox {  }.wzc168-root .wzc168-root-support {  }.wzc168-root {  }.wzc168  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc168  .wz-profile-order-details-header { padding-bottom:20px; }.wzc168  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc168  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc168  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc168  .wz-profile-order-details-body { background-color:rgb(245, 245, 245);padding:15px 0 25px 0;border-radius:10px;border-style:solid;border-width:0;border-color:#000; }.wzc168  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc168  .wz-profile-order-details-information { padding-top:15px;padding-bottom:15px;padding-right:0;padding-left:0;gap:10px;grid-template-columns: 33.33%;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:rgb(233, 233, 233); }.wzc168  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc168  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc168  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc168  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc168  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc168  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc168  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc168  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc168  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc168  .wz-profile-order-details-order-detail { font-size:12px;font-weight:500;color:rgb(0,0,0);border-right-style:solid;border-right-width:1px;border-right-color:rgb(233,233,233); }.wzc168  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc168  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc168  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc168  .wz-profile-order-details-order-image-box { background-color:#fff;border-radius:50px;border-style:solid;border-width:1px;border-color:rgb(233,233,233);padding:5px; }.wzc168  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc168  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc168  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc168  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc168  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc168  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc168  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc168  .wz-profile-order-details-order-description { padding-top:10px;padding-bottom:10px;padding-right:15px;padding-left:15px;margin-right:15px;margin-left:15px;font-size:11px;background-color:#fff;color:rgb(117,117,117);border-style:solid;border-width:1px;border-color:rgb(233,233,233); }.wzc168  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc168  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc168  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc168  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc168 {  }.wzc166:hover .wzc166-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc166:hover .wzc166-content { color:#E74C3C; }.wzc166:hover {  }.wzc166-bg:after {  }.wzc166-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:6px;border-style:solid;border-color:rgba(255, 213, 0, 0.25); }.wzc166-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C; }.wzc167:hover .wzc167-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc167:hover .wzc167-content { color:rgb(117,117,117); }.wzc167:hover {  }.wzc167-bg:after {  }.wzc167-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#f4f4f4;border-radius:6px;border-style:solid;border-color:rgb(233, 233, 233); }.wzc167-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(117,117,117); }#wz-section-wzs132 { height:708px;--section-height:708px; }#wze1089 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc172-header .wzc172-header-title {  }.wzc172-header .wzc172-header-headerButton {  }.wzc172-header .wzc172-header-editButton {  }.wzc172-header .wzc172-header-removeButton {  }.wzc172-header {  }.wzc172-addressesContainer { --desktop-columns:3;--desktop-gap:30px;--tablet-columns:2;--tablet-gap:30px;--mobile-columns:1;--mobile-gap:30px;--address-order:0;--summary-order:1;--transferee-order:2; }.wzc172-pagination .wzc172-pagination-paginationButton {  }.wzc172-pagination {  }.wzc172  .wz-profile-addresses-header { margin-bottom:30px; }.wzc172  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc172  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc172  .wz-profile-addresses-container { border-style:solid;border-width:0px;border-color:#000;background-color:#f7f7f7;border-radius:20px;padding:40px;gap:30px;direction:rtl; }.wzc172  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc172  .wz-profile-address-item { display:flex;flex-flow:column;width:~'calc(33.33% - 20px)';height:fit-content;direction:rtl;background-color:#fff;padding:0;border-radius:20px;border-style:solid;border-width:2px;border-color:#fff;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.18); }.wzc172  .wz-profile-address-item:hover { border-radius:20px; }.wzc172  .wz-profile-address-location { width:100%;height:200px; }.wzc172  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc172  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc172  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc172  .wz-profile-address-full:hover {  }.wzc172  .wz-profile-address-summary { justify-content:start; }.wzc172  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc172  .wz-profile-address-summary-location p:hover {  }.wzc172  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc172  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc172  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc172  .wz-profile-address-summary-postal-code p:hover {  }.wzc172  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc172  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc172  .wz-profile-address-transferee { text-align:right; }.wzc172  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc172  .wz-profile-address-transferee p:hover {  }.wzc172  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc172  .wz-profile-address-remove-button { height:30px; }.wzc172  .wz-profile-address-edit-button { height:30px; }.wzc172  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc172  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc172  .wz-profile-addresses-no-results-first-text:hover {  }.wzc172  .wz-profile-addresses-no-results-second-text:hover {  }.wzc172 {  }.wzc169:hover .wzc169-bg { background-color:#E74C3C; }.wzc169:hover .wzc169-content { font-size:12px;color:#ffd9d5; }.wzc169:hover {  }.wzc169-bg:after {  }.wzc169-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc169-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:12px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C;overflow:hidden; }.wzc170:hover .wzc170-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc170:hover .wzc170-content { font-size:11px;color:#a1a1a1; }.wzc170:hover {  }.wzc170-bg:after {  }.wzc170-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc170-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:11px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#a1a1a1;overflow:hidden; }.wzc171:hover .wzc171-bg { background-color:#E74C3C; }.wzc171:hover .wzc171-content { font-size:11px;color:#fff; }.wzc171:hover {  }.wzc171-bg:after {  }.wzc171-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc171-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:11px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C;overflow:hidden; }#wz-section-wzs133 { height:601px;--section-height:601px; }#wze1153 { top:46.0002px;left:14.01px;width:700px;height:60px;z-index:1007; }#wze1154 { top:77.3382px;left:938.052px;width:180px;height:28.6562px;z-index:1001;text-align:right; }#wze1155 { top:2.00015px;left:1000px;width:74px;height:73px;z-index:1002; }#wze1155 .wzc186-img-inner { object-fit:cover; }#wz-section-wzs143 { height:106.25px;--section-height:106.25px; }.wzc-section-wzs143 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs143-full { background-color:rgb(255, 255, 255);background:;box-shadow:0px 1px 4px 6px rgb(243, 243, 243) ; }.wzc-section-wzs143-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1145 { top:38.0541px;left:50.5503px;width:1067.94px;height:125.812px;z-index:1001; }.wzc214-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:0px;border-color:#FF7043; }.wzc214-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc214-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze1147 { top:2.11203px;left:378.466px;width:350px;height:38px;z-index:1000;text-align:center; }#wze1148 { top:63.2791px;left:158.964px;width:760.977px;height:29.3229px;z-index:1000;text-align:center; }#wz-section-wzs145 { height:190.052px;--section-height:190.052px; }#wze1172 { top:10.1675px;left:364.51px;width:489px;height:587.26px;z-index:1000; }.wzc215-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:dashed;border-width:1px;border-color:#009688; }.wzc215-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze1173 { top:53.2501px;left:121.229px;width:255px;height:350.969px;z-index:1001; }#wze1173 .wzc2-img-inner { object-fit:cover; }#wze1174 { top:424.681px;left:101.13px;width:244px;height:23.3125px;z-index:1002;text-align:right; }#wze1175 { top:8.51172px;left:149.157px;width:204px;height:38.6667px;z-index:1002;text-align:right; }#wze1176 { top:460.881px;left:16px;width:443px;height:54px;z-index:1002;text-align:center; }#wze1177 { top:525.715px;left:176.5px;width:180px;height:40px;z-index:1002; }.wzc81:hover .wzc81-bg { background-color:rgb(252, 248, 240); }.wzc81:hover .wzc81-content { color:rgb(6, 63, 13); }.wzc81:hover {  }.wzc81-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(237, 108, 92);border-radius:50px; }.wzc81-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs147 { height:674.042px;--section-height:674.042px; }#wze1178 { top:20.6749px;left:65.2768px;width:242.792px;height:347.667px;z-index:1000; }#wze1179 { top:4.35129px;left:0.0793282px;width:204px;height:38.6667px;z-index:1002;text-align:right; }#wze1180 { top:49.6984px;left:39.9018px;width:173px;height:229.969px;z-index:1001; }#wze1180 .wzc2-img-inner { object-fit:fill; }#wze1183 { top:282.329px;left:39.8987px;width:172px;height:37px;z-index:1002; }#wze1184 { top:14.6762px;left:436.967px;width:243.792px;height:347.333px;z-index:1000; }#wze1185 { top:49.3651px;left:39.9018px;width:173px;height:229.969px;z-index:1001; }#wze1185 .wzc2-img-inner { object-fit:fill; }#wze1186 { top:281.996px;left:39.8987px;width:172px;height:37px;z-index:1002; }#wze1187 { top:0.0004999px;left:-15.49px;width:204px;height:38.6667px;z-index:1002;text-align:right; }#wze1188 { top:15.0013px;left:797.634px;width:262.792px;height:346.99px;z-index:1000; }#wze1189 { top:52.0234px;left:38.8984px;width:173px;height:229.969px;z-index:1001; }#wze1189 .wzc2-img-inner { object-fit:fill; }#wze1190 { top:281.663px;left:39.8987px;width:172px;height:37px;z-index:1002; }#wze1191 { top:0.0004564px;left:-22.7091px;width:204px;height:38.6667px;z-index:1002;text-align:right; }#wz-section-wzs148 { height:458.479px;--section-height:458.479px; }#wze1192 { top:15.0059px;left:187.171px;width:815px;height:123.51px;z-index:1003; }#wze1193 { top:2.6636px;left:55.323px;width:712px;height:49.3229px;z-index:1000;text-align:center; }#wz-section-wzs149 { height:340.5px;--section-height:340.5px; }#wze1223 { top:0px;left:0px;width:50%;height:484.875px;z-index:1000;order:1; }.wzc222-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:rgba(6, 63, 13, 0);background-image:;background-attachment:none;background-size:cover;background-repeat:no-repeat;background-position:center center; }.wzc222-content {  }.wzc222 {  }#wze1224 { top:32.9905px;left:0.0052499px;width:520.523px;height:361.945px;z-index:1001; }#wze1224 .wzc2-img-inner { object-fit:cover; }#wze1225 { top:0px;left:0px;width:50%;height:484.875px;z-index:1000;order:2; }.wzc220-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px; }.wzc220-content {  }.wzc220 {  }#wze1227 { top:15.0028px;left:68.4179px;width:424px;height:114px;z-index:1000;text-align:right; }#wze1228 { top:151.585px;left:80.343px;width:419px;height:282.5px;z-index:1000;text-align:justify; }#wz-section-wzs154 { height:484.875px;--section-height:484.875px; }.wzc-section-wzs154 { padding:0px;--column-space:0px;background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs154-full { background:;background-color:rgb(255, 255, 255);padding:50px; }.wzc-section-wzs154-full-style {  }.wzc-section-wzs154-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs154-full-bottom { background-image:fill='rgb(255, 128, 0)' none;width:100%;height:124px;background-repeat:repeat-x;background-size:100% 100%;background-position:45px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }#wze1234 { top:77.3367px;left:246.427px;width:814px;height:251.969px;z-index:1000;text-align:justify; }#wze1235 { top:41.3334px;left:816.423px;width:244px;height:44px;z-index:1000;text-align:right; }#wze1236 { top:424.747px;left:46.0894px;width:1024px;height:280px;z-index:1000;text-align:right; }#wze1237 { top:800.244px;left:715.125px;width:195px;height:42px;z-index:1001; }.wzc224:hover .wzc224-bg { background-color:rgb(252, 248, 240); }.wzc224:hover .wzc224-content { color:rgb(6, 63, 13); }.wzc224:hover {  }.wzc224-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(237, 108, 92);border-radius:50px; }.wzc224-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze1238 { top:802.235px;left:401.5px;width:189px;height:43px;z-index:1000; }.wzc225:hover .wzc225-bg { background-color:rgb(252, 248, 240); }.wzc225:hover .wzc225-content { color:rgb(6, 63, 13); }.wzc225:hover {  }.wzc225-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(48, 120, 190);border-radius:50px; }.wzc225-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs153 { height:1516.02px;--section-height:1516.02px; }.wzc-section-wzs153 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs153-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs153-full-style {  }.wzc-section-wzs153-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1283 { top:123.01px;left:281.043px;width:403.0007px;height:185px;z-index:1000; }.wzc235-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(69, 115, 86, 0.74);border-radius:10px; }.wzc235-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc235-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze1284 { top:17.6683px;left:18.8434px;width:375px;height:160px;z-index:1001;text-align:center; }#wz-section-wzs161 { height:651.5px;--section-height:651.5px; }.wzc-section-wzs161-full { background-image:url(../../uploads/550e1abe92774d5cbca9058ab1496bd1.jpg) ; }#wze1286 { top:40.5138px;left:529.802px;width:600px;height:361.646px;z-index:1000; }.wzc237  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc237  .wz-shop-product { margin:15px;padding:0px;text-align:center; }.wzc237  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc237  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc237  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px; }.wzc237  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc237  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc237  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc237  .wz-shop-product .wz-shop-product-image img { object-fit:cover;width:100%;float:left; }.wzc237  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc237  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc237  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc237 {  }.wzc237-products {  }#wze1286 .wz-shop-product .wz-shop-product-image { padding-top: 133.33333% }#wze1286 .wz-shop-top-bar { margin-right: 15px }.wzc4:hover .wzc4-bg:after { width:90%;opacity:1; }.wzc4:hover .wzc4-bg {  }.wzc4:hover .wzc4-content { color:#fff; }.wzc4:hover {  }.wzc4-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#999999;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%); }.wzc4-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#999999;border-width:3px;overflow:hidden; }.wzc4-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999999; }.wzc231-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc231-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc127:hover .wzc127-bg:after { width:90%;opacity:1; }.wzc127:hover .wzc127-bg {  }.wzc127:hover .wzc127-content { color:#fff; }.wzc127:hover {  }.wzc127-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#FF7043;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%); }.wzc127-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#FF7043;border-width:3px;overflow:hidden; }.wzc127-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#FF7043; }#wz-section-wzs162 { height:778.948px;--section-height:778.948px; }#wz-section-wzs-default { height:200px;--section-height:200px; }[data-page=p10] #wz-root-background { background-attachment:fixed; }[data-page=p29] #wz-root-background { background-attachment:fixed; }[data-page=p30] #wz-root-background { background-attachment:fixed; }[data-page=p34] #wz-root-background { background-attachment:fixed; }[data-page=p35] #wz-root-background { background-attachment:fixed; }[data-page=p36] #wz-root-background { background-attachment:fixed; }[data-page=p37] #wz-root-background { background-attachment:fixed; }[data-page=p38] #wz-root-background { background-attachment:fixed; }[data-page=p39] #wz-root-background { background-attachment:fixed; }[data-page=p40] #wz-root-background { background-attachment:fixed; }[data-page=p45] #wz-root-background { background-attachment:fixed; }@media only screen and (max-width : 768px) {#wze696 { top:28.6668px;left:24.0001px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze1096 { top:80.6765px;left:313px;bottom:auto;right:auto;width:155px;height:20px;display:block;z-index:1000;text-align:center; }#wze1097 { top:7.3333px;left:353.51px;bottom:auto;right:auto;width:72px;height:70px;display:block;z-index:1000; }#wz-section-wzs76 { height:120.948px;--section-height:120.948px; }#wze467 { top:17.6974px;bottom:auto;right:auto;height:653px;display:block;z-index:1000; }#wze467 .wz-gallery.wz-gallery-grid li { width:calc(100% / 3);height:217px;padding:10px; }#wze468 { top:222.688px;left:25.0001px;bottom:auto;right:auto;width:432px;height:146.125px;display:block;z-index:1000; }#wze469 { top:15px;left:9px;bottom:auto;right:auto;width:408px;height:30.6667px;display:block;z-index:1000;text-align:center; }#wze470 { top:60.9579px;left:9px;bottom:auto;right:auto;width:408px;height:25.3125px;display:block;z-index:1000;text-align:center; }#wze471 { top:101.455px;left:209.844px;bottom:auto;right:auto;width:191.292px;height:45px;display:block;z-index:1000; }#wze472 { top:101.455px;left:24.8438px;bottom:auto;right:auto;width:170px;height:45px;display:block;z-index:1000; }#wz-section-wzs37 { height:673.531px;--section-height:673.531px; }.wzc-section-wzs37 { background:;background-color:rgba(255, 255, 255, 0); }#wze474 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:209.635px;display:block;z-index:1000; }#wze476 { top:138.657px;left:11.505px;bottom:auto;right:auto;width:414.99px;height:56px;display:block;z-index:1000;text-align:center; }#wze482 { top:120.677px;left:181.5px;bottom:auto;right:auto;width:75px;height:2.97917px;display:block;z-index:1000; }#wze1125 { top:15px;left:5.651px;bottom:auto;right:auto;width:426.698px;height:90.6562px;display:block;z-index:1000;text-align:center; }#wze492 { top:450.073px;left:15px;bottom:auto;right:auto;width:438px;height:224.26px;display:block;z-index:1000; }#wze494 { top:30.7665px;left:27.333px;bottom:auto;right:auto;width:350px;height:31.3229px;display:block;z-index:1000;text-align:right; }#wze495 { top:75.1874px;left:44.509px;bottom:auto;right:auto;width:340px;height:50.6667px;display:block;z-index:1000;text-align:right; }#wze1098 { top:156.913px;left:119.916px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze496 { top:218.573px;left:15px;bottom:auto;right:auto;width:438px;height:216.51px;display:block;z-index:1000; }#wze498 { top:31.9486px;left:170.543px;bottom:auto;right:auto;width:79px;height:31.3229px;display:block;z-index:1000;text-align:right; }#wze499 { top:69.6806px;left:41.9999px;bottom:auto;right:auto;width:340px;height:50.6667px;display:block;z-index:1000;text-align:right; }#wze1099 { top:153.022px;left:126.718px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze1102 { top:925.448px;left:15px;bottom:auto;right:auto;width:438px;height:221.26px;display:block;z-index:1000; }#wze1103 { top:26.9845px;left:152.323px;bottom:auto;right:auto;width:90px;height:31.3229px;display:block;z-index:1000;text-align:right; }#wze1104 { top:156.469px;left:114.896px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze1105 { top:74.6742px;left:47.4683px;bottom:auto;right:auto;width:340px;height:50.6667px;display:block;z-index:1000;text-align:right; }#wze1106 { top:689.323px;left:15px;bottom:auto;right:auto;width:438px;height:221.135px;display:block;z-index:1000; }#wze1107 { top:29.5097px;left:156.854px;bottom:auto;right:auto;width:92px;height:31.3229px;display:block;z-index:1000;text-align:right; }#wze1108 { top:156.48px;left:121.416px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze1109 { top:77.1261px;left:46.3213px;bottom:auto;right:auto;width:340px;height:50.6667px;display:block;z-index:1000;text-align:right; }#wz-section-wzs141 { height:1161.73px;--section-height:1161.73px; }#wze1128 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:229px;display:block;z-index:1000; }#wze1126 { top:16px;left:319.51px;bottom:auto;right:auto;width:100px;height:100px;display:block;z-index:1000; }#wze1129 { top:122.5px;left:316.501px;bottom:auto;right:auto;width:103px;height:40px;display:block;z-index:1000;text-align:center; }#wze1131 { top:20.5px;left:169.01px;bottom:auto;right:auto;width:100px;height:100px;display:block;z-index:1000; }#wze1132 { top:125.833px;left:130.845px;bottom:auto;right:auto;width:144px;height:18px;display:block;z-index:1000;text-align:right; }#wze1133 { top:14px;left:19.0103px;bottom:auto;right:auto;width:99px;height:102px;display:block;z-index:1000; }#wze1134 { top:123.833px;left:9.0001px;bottom:auto;right:auto;width:144px;height:20px;display:block;z-index:1000;text-align:center; }#wz-section-wzs142 { height:242px;--section-height:242px; }#wze669 { top:0.0063607px;bottom:auto;right:auto;height:898.552px;display:block;z-index:1000; }#wze662 { top:19.735px;left:134.01px;bottom:auto;right:auto;width:220px;height:273.625px;display:block;z-index:1000; }#wze663 { top:13px;left:40px;bottom:auto;right:auto;width:180px;height:34px;display:block;z-index:1000;text-align:right; }#wze664 { top:61.013px;left:160px;bottom:auto;right:auto;width:60px;height:2.97917px;display:block;z-index:1000; }#wze1083 { top:79.5143px;left:20.001px;bottom:auto;right:auto;width:200px;height:73.5625px;z-index:1000; }#wze666 { top:506.358px;left:117.52px;bottom:auto;right:auto;width:220px;height:340px;display:block;z-index:1000; }#wze667 { top:13px;left:40px;bottom:auto;right:auto;width:180px;height:34px;display:block;z-index:1000;text-align:right; }#wze668 { top:62.5026px;left:108.458px;bottom:auto;right:auto;width:60px;height:2.97917px;display:block;z-index:1000; }#wze1084 { top:95.5186px;left:80.513px;bottom:auto;right:auto;width:128px;height:150px;z-index:1000; }#wze670 { top:808.733px;left:0px;bottom:auto;right:auto;width:468px;height:0.322917px;display:block;z-index:1000; }#wz-section-footer { height:898.542px;--section-height:898.542px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0.11); }#wze1027 { top:104px;left:15px;bottom:auto;right:auto;width:438px;height:75px;display:block;z-index:1000; }#wze1028 { top:0.281375px;left:84.5px;bottom:auto;right:auto;width:269px;height:58px;display:block;z-index:1000;text-align:center; }#wz-section-wzs96 { height:256px;--section-height:256px; }#wze827 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:513.188px;display:block;z-index:1000; }#wz-section-wzs95 { height:543.188px;--section-height:543.188px; }#wze835 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:882.219px;display:block;z-index:1000; }#wze836 { top:925.22px;left:15px;bottom:auto;right:auto;width:438px;height:469.984px;display:block;z-index:1000; }#wze837 { top:1364.3px;left:15px;bottom:auto;right:auto;width:438px;height:364px;display:block;z-index:1000; }#wze838 { top:10px;left:97.5px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze839 { top:40px;left:97.5px;bottom:auto;right:auto;width:242px;height:2px;display:block;z-index:1000; }#wze840 { top:50px;left:97.5px;bottom:auto;right:auto;width:242px;height:220px;display:block;z-index:1000; }#wze841 { top:290px;left:97.5px;bottom:auto;right:auto;width:242px;height:30px;display:block;z-index:1000;text-align:right; }#wze842 { top:320px;left:97.5px;bottom:auto;right:auto;width:242px;height:2px;display:block;z-index:1000; }#wze843 { top:330px;left:97.5px;bottom:auto;right:auto;width:242px;height:19px;display:block;z-index:1000; }#wz-section-wzs94 { height:1776.2px;--section-height:1776.2px; }#wze1042 { top:98px;left:15px;bottom:auto;right:auto;width:438px;height:100.323px;display:block;z-index:1000; }#wze1043 { top:0.281375px;left:119px;bottom:auto;right:auto;width:200px;height:58px;display:block;z-index:1000;text-align:center; }#wze1044 { top:66.75px;left:119px;bottom:auto;right:auto;width:200px;height:25.3229px;display:block;z-index:1000;text-align:center; }#wz-section-wzs127 { height:296.323px;--section-height:296.323px; }#wze1035 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:115px;display:block;z-index:1000; }#wze1036 { top:15px;left:5px;bottom:auto;right:auto;width:428px;height:52px;display:block;z-index:1000;text-align:center; }#wze1037 { top:82px;left:181.5px;bottom:auto;right:auto;width:75px;height:3px;display:block;z-index:1000; }#wze1048 { top:160px;left:15px;bottom:auto;right:auto;width:438px;height:316px;display:block;z-index:1000; }#wz-section-wzs128 { height:530px;--section-height:530px; }#wze413 { top:0px;bottom:auto;right:auto;height:54.4375px;z-index:1000; }#wze421 { top:16.5469px;left:318px;bottom:auto;right:auto;width:124px;height:21.3125px;z-index:1000; }#wze415 { top:0px;left:100.008px;bottom:auto;right:auto;width:16px;height:16px;z-index:1000; }#wze416 { top:0px;left:10px;bottom:auto;right:auto;width:86px;height:21.3125px;z-index:999;text-align:right; }#wze422 { top:12.5px;left:167px;bottom:auto;right:auto;width:144px;height:35px;display:none;z-index:1000; }#wze423 { top:9.5px;left:124.008px;bottom:auto;right:auto;width:16px;height:16px;z-index:1000; }#wze424 { top:5.5px;left:0.0152px;bottom:auto;right:auto;width:119px;height:24px;z-index:1000;text-align:right; }#wze425 { top:13.5px;left:16px;bottom:auto;right:auto;width:134px;height:33px;display:none;z-index:1000; }#wze426 { top:8.5px;left:118.008px;bottom:auto;right:auto;width:16px;height:16px;z-index:1000; }#wze427 { top:5.5px;left:0.01525px;bottom:auto;right:auto;width:119px;height:22px;z-index:1000;text-align:right; }#wze429 { top:138.115px;left:157.5px;bottom:auto;right:auto;width:153px;height:35px;display:none;z-index:1000; }#wze428 { top:10px;left:0.000375px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze432 { top:10px;left:24.25px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze433 { top:10px;left:48.5px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze434 { top:10px;left:97px;bottom:auto;right:auto;width:16px;height:16px;z-index:1000; }#wze436 { top:10px;left:72.7607px;bottom:auto;right:auto;width:16px;height:16px;z-index:1000; }#wze864 { top:17.5525px;left:164.219px;bottom:auto;right:auto;width:121.172px;height:19px;z-index:1000; }#wze438 { top:73.7504px;left:268px;bottom:auto;right:auto;width:180px;height:50px;z-index:1001; }#wze446 { top:0px;left:130px;bottom:auto;right:auto;width:50px;height:50px;z-index:998; }#wze447 { top:10px;left:0px;bottom:auto;right:auto;width:128px;height:29.3125px;z-index:998;text-align:right; }#wze448 { top:73.7504px;left:54px;bottom:auto;right:auto;width:200px;height:49px;z-index:1000; }#wze451 { top:5px;left:100px;bottom:auto;right:auto;width:40px;height:40px;z-index:1003; }#wze452 { top:10px;left:10px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wze453 { top:1px;left:40px;bottom:auto;right:auto;width:54px;height:24px;z-index:1000;text-align:right; }#wze454 { top:24px;left:0px;bottom:auto;right:auto;width:94px;height:20.6667px;z-index:1002;text-align:right; }#wze455 { top:488.178px;left:134px;bottom:auto;right:auto;width:200px;height:50px;display:none;z-index:1000; }#wze456 { top:2px;left:110px;bottom:auto;right:auto;width:40px;height:40px;z-index:1001; }#wze457 { top:10px;left:10px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wze458 { top:0px;left:0px;bottom:auto;right:auto;width:110px;height:22px;z-index:1002;text-align:right; }#wze459 { top:22px;left:0px;bottom:auto;right:auto;width:96px;height:21px;z-index:1000;text-align:right; }#wze460 { top:553.178px;left:134px;bottom:auto;right:auto;width:200px;height:50px;display:none;z-index:1000; }#wze461 { top:5px;left:100px;bottom:auto;right:auto;width:40px;height:40px;z-index:1001; }#wze462 { top:10px;left:10px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wze463 { top:2px;left:13px;bottom:auto;right:auto;width:81px;height:25px;z-index:1000;text-align:right; }#wze464 { top:26px;left:0px;bottom:auto;right:auto;width:93px;height:21px;z-index:1000;text-align:right; }#wz-section-header { height:141.167px;--section-height:141.167px; }#wz-section-allPage { height:0px;--section-height:0px; }#wz-section-wzs138 { height:15px;--section-height:15px; }#wze1085 { top:232.917px;left:15px;bottom:auto;right:auto;width:438px;height:487.656px;display:block;z-index:1000; }#wze1090 { bottom:auto;right:auto;width:438px;height:202.917px;z-index:1000; }#wz-section-wzs129 { height:735.562px;--section-height:735.562px; }#wze1086 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs130 { height:672.00001525879px;--section-height:672.00001525879px; }#wze1087 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.125px;display:block;z-index:1000; }.wzc165  .wz-profile-orders-header p { font-size:16px; }.wzc165  .wz-profile-orders-header-option { font-size:10px; }.wzc165  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc165  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs131 { height:410.12501525879px;--section-height:410.12501525879px; }#wze1088 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.698px;display:block;z-index:1000; }.wzc168  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc168  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc168  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc168  [data-name=total_include_tax] { padding:10px; }.wzc168  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc168  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc168  .wz-profile-order-details-order-detail { font-size:10px; }.wzc168  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc168  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc168  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs132 { height:568.69801525879px;--section-height:568.69801525879px; }#wze1089 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.427px;display:block;z-index:1000; }#wz-section-wzs133 { height:513.41701525879px;--section-height:513.41701525879px; }#wze1153 { top:28.6668px;left:24.0001px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze1154 { top:80.6765px;left:313px;bottom:auto;right:auto;width:155px;height:20px;display:block;z-index:1000;text-align:center; }#wze1155 { top:7.3333px;left:353.51px;bottom:auto;right:auto;width:72px;height:70px;display:block;z-index:1000; }#wz-section-wzs143 { height:120.948px;--section-height:120.948px; }#wze1145 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:141px;display:block;z-index:1000; }#wze1147 { top:15px;left:44px;bottom:auto;right:auto;width:350px;height:38px;display:block;z-index:1000;text-align:center; }#wze1148 { top:68px;left:15px;bottom:auto;right:auto;width:408px;height:58px;display:block;z-index:1000;text-align:center; }#wz-section-wzs145 { height:171px;--section-height:171px; }#wze1172 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:623.958px;display:block;z-index:1000; }#wze1173 { top:68.6667px;left:91.5px;bottom:auto;right:auto;width:255px;height:350.969px;display:block;z-index:1000; }#wze1174 { top:434.636px;left:97px;bottom:auto;right:auto;width:244px;height:23.3125px;display:block;z-index:1000;text-align:right; }#wze1175 { top:15px;left:117px;bottom:auto;right:auto;width:204px;height:38.6667px;display:block;z-index:1000;text-align:right; }#wze1176 { top:472.958px;left:15px;bottom:auto;right:auto;width:408px;height:81px;display:block;z-index:1000;text-align:right; }#wze1177 { top:568.958px;left:129px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wz-section-wzs147 { height:653.948px;--section-height:653.948px; }#wze1178 { top:704.676px;left:11.5008px;bottom:auto;right:auto;width:438px;height:347.667px;display:block;z-index:1000; }#wze1179 { top:4.35129px;left:97.6833px;bottom:auto;right:auto;width:204px;height:38.6667px;display:block;z-index:1000;text-align:right; }#wze1180 { top:49.6984px;left:137.506px;bottom:auto;right:auto;width:173px;height:229.969px;display:block;z-index:1000; }#wze1183 { top:282.329px;left:137.503px;bottom:auto;right:auto;width:172px;height:37px;display:block;z-index:1000; }#wze1184 { top:344.84px;left:7.00943px;bottom:auto;right:auto;width:438px;height:347.323px;display:block;z-index:1000; }#wze1185 { top:49.3601px;left:137.006px;bottom:auto;right:auto;width:173px;height:229.969px;display:block;z-index:1000; }#wze1186 { top:281.991px;left:137.003px;bottom:auto;right:auto;width:172px;height:37px;display:block;z-index:1000; }#wze1187 { top:15px;left:81.614px;bottom:auto;right:auto;width:204px;height:38.6667px;display:block;z-index:1000;text-align:right; }#wze1188 { top:18.3468px;left:6.00069px;bottom:auto;right:auto;width:438px;height:346.99px;display:block;z-index:1000; }#wze1189 { top:52.0234px;left:126.502px;bottom:auto;right:auto;width:173px;height:229.969px;display:block;z-index:1000; }#wze1190 { top:281.663px;left:127.503px;bottom:auto;right:auto;width:172px;height:37px;display:block;z-index:1000; }#wze1191 { top:0.0004564px;left:64.8949px;bottom:auto;right:auto;width:204px;height:38.6667px;display:block;z-index:1000;text-align:right; }#wz-section-wzs148 { height:1101.9795px;--section-height:1101.9795px; }#wze1192 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:127.312px;display:block;z-index:1000; }#wze1193 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:97.3125px;display:block;z-index:1000;text-align:center; }#wz-section-wzs149 { height:157.292px;--section-height:157.292px; }#wze1223 { top:0px;left:0px;bottom:auto;right:auto;width:467.998px;height:334.555px;display:block;z-index:1000;order:1; }#wze1224 { top:15px;left:0.006px;bottom:auto;right:auto;width:467.984px;height:304.555px;z-index:1000; }#wze1225 { top:0px;left:0px;bottom:auto;right:auto;width:467.998px;height:510.448px;display:block;z-index:1000;order:2; }#wze1227 { top:57.50051px;left:68.4908px;bottom:auto;right:auto;width:375px;height:114px;display:block;z-index:1000;text-align:right; }#wze1228 { top:186.494px;left:24.507px;bottom:auto;right:auto;width:418.994px;height:282.5px;display:block;z-index:1000;text-align:right; }#wz-section-wzs154 { height:845px;--section-height:845px; }.wzc-section-wzs154 { padding:0px; }.wzc-section-wzs154-full { padding:48px; }#wze1234 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:327.573px;z-index:1000;text-align:justify; }#wze1235 { top:357.573px;left:112px;bottom:auto;right:auto;width:244px;height:44px;z-index:1000;text-align:right; }#wze1236 { top:416.573px;left:15px;bottom:auto;right:auto;width:438px;height:319.323px;z-index:1000;text-align:right; }#wze1237 { top:750.916px;left:133px;bottom:auto;right:auto;width:202px;height:50px;z-index:1000; }#wze1238 { top:815.916px;left:144px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }#wz-section-wzs153 { height:912.885px;--section-height:912.885px; }#wze1283 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:185px;display:block;z-index:1000; }#wze1284 { top:17.6683px;left:36.3431px;bottom:auto;right:auto;width:375px;height:160px;display:block;z-index:1000;text-align:center; }#wz-section-wzs161 { height:215px;--section-height:215px; }#wze1286 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:415.667px;z-index:1000; }#wze1286 .wz-shop-product { width: calc(100% - 30px )}#wz-section-wzs162 { height:644.667px;--section-height:644.667px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze696 { top:16px;left:701px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wze1096 { top:81px;left:294px;bottom:auto;right:auto;width:180px;height:28.6667px;z-index:1000;text-align:right; }#wze1097 { top:713px;left:347px;bottom:auto;right:auto;width:74px;height:73px;z-index:1000; }#wz-section-wzs76 { height:786px;--section-height:786px; }#wze467 { top:0px;bottom:auto;right:auto;height:620px;display:block;z-index:999; }#wze467 .wz-gallery.wz-gallery-grid li { width:calc(100% / 3);height:206px;padding:10px; }#wze468 { top:177.5px;left:15px;bottom:auto;right:auto;width:738px;height:237px;display:block;z-index:1000; }#wze469 { top:0px;left:5px;bottom:auto;right:auto;width:740px;height:92px;display:block;z-index:1000;text-align:center; }#wze470 { top:105.5px;left:3px;bottom:auto;right:auto;width:740px;height:46px;display:block;z-index:1000;text-align:center; }#wze471 { top:177px;left:378px;bottom:auto;right:auto;width:170px;height:45px;display:block;z-index:1000; }#wze472 { top:177px;left:190px;bottom:auto;right:auto;width:170px;height:45px;display:block;z-index:1000; }#wz-section-wzs37 { height:698px;--section-height:698px; }#wze474 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:196.312px;display:block;z-index:1000; }#wze476 { top:95.5457px;left:11.503px;bottom:auto;right:auto;width:740px;height:34px;display:block;z-index:1000;text-align:center; }#wze482 { top:88.0407px;left:335.51px;bottom:auto;right:auto;width:75px;height:2.97917px;display:block;z-index:1000; }#wze1125 { top:21.2768px;left:5.65px;bottom:auto;right:auto;width:740px;height:45.3125px;display:block;z-index:1000;text-align:center; }#wze492 { top:457.802px;left:193px;bottom:auto;right:auto;width:382px;height:224.25px;display:block;z-index:1000; }#wze494 { top:30.7665px;left:15px;bottom:auto;right:auto;width:350px;height:31.3125px;display:block;z-index:1000;text-align:right; }#wze495 { top:75.1354px;left:16.509px;bottom:auto;right:auto;width:340px;height:50.6667px;display:block;z-index:1000;text-align:right; }#wze1098 { top:156.861px;left:91.9163px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze496 { top:226.302px;left:193px;bottom:auto;right:auto;width:382px;height:216.5px;display:block;z-index:1000; }#wze498 { top:31.9486px;left:142.543px;bottom:auto;right:auto;width:79px;height:31.3125px;display:block;z-index:1000;text-align:right; }#wze499 { top:69.6286px;left:13.9999px;bottom:auto;right:auto;width:340px;height:50.6667px;display:block;z-index:1000;text-align:right; }#wze1099 { top:152.97px;left:98.7184px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze1102 { top:933.177px;left:195px;bottom:auto;right:auto;width:378px;height:221.25px;display:block;z-index:1000; }#wze1103 { top:26.9845px;left:122.323px;bottom:auto;right:auto;width:90px;height:31.3125px;display:block;z-index:1000;text-align:right; }#wze1104 { top:156.417px;left:84.8958px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze1105 { top:74.6222px;left:17.4683px;bottom:auto;right:auto;width:340px;height:50.6667px;display:block;z-index:1000;text-align:right; }#wze1106 { top:697.052px;left:194.5px;bottom:auto;right:auto;width:379px;height:221.125px;display:block;z-index:1000; }#wze1107 { top:29.5097px;left:127.354px;bottom:auto;right:auto;width:92px;height:31.3125px;display:block;z-index:1000;text-align:right; }#wze1108 { top:156.428px;left:91.9163px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze1109 { top:77.0741px;left:16.8213px;bottom:auto;right:auto;width:340px;height:50.6667px;display:block;z-index:1000;text-align:right; }#wz-section-wzs141 { height:1169.4166870117px;--section-height:1169.4166870117px; }#wze1128 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:250.25px;display:block;z-index:1000; }#wze1126 { top:29.3386px;left:496.927px;bottom:auto;right:auto;width:100px;height:100px;display:block;z-index:1000; }#wze1129 { top:129.335px;left:451.417px;bottom:auto;right:auto;width:191px;height:56px;display:block;z-index:1000;text-align:right; }#wze1131 { top:29.3283px;left:294.294px;bottom:auto;right:auto;width:100px;height:100px;display:block;z-index:1000; }#wze1132 { top:144.001px;left:268.197px;bottom:auto;right:auto;width:144px;height:50.6458px;display:block;z-index:1000;text-align:right; }#wze1133 { top:32.0157px;left:112.375px;bottom:auto;right:auto;width:99px;height:102px;display:block;z-index:1000; }#wze1134 { top:136.177px;left:105.802px;bottom:auto;right:auto;width:144px;height:56px;display:block;z-index:1000;text-align:center; }#wz-section-wzs142 { height:280.25px;--section-height:280.25px; }#wze669 { top:0px;bottom:auto;right:auto;height:538px;display:block;z-index:1000; }#wze662 { top:93.008px;left:433px;bottom:auto;right:auto;width:220px;height:340px;display:block;z-index:1000; }#wze663 { top:13px;left:40px;bottom:auto;right:auto;width:180px;height:34px;display:block;z-index:1000;text-align:right; }#wze664 { top:61px;left:160px;bottom:auto;right:auto;width:60px;height:3px;display:block;z-index:1000; }#wze1083 { top:79.5013px;left:20.001px;bottom:auto;right:auto;width:200px;height:140px;z-index:1000; }#wze666 { top:93px;left:147px;bottom:auto;right:auto;width:220px;height:340px;display:block;z-index:1000; }#wze667 { top:13px;left:40px;bottom:auto;right:auto;width:180px;height:34px;display:block;z-index:1000;text-align:right; }#wze668 { top:61px;left:160px;bottom:auto;right:auto;width:60px;height:3px;display:block;z-index:1000; }#wze1084 { top:95.5056px;left:80.513px;bottom:auto;right:auto;width:128px;height:150px;z-index:1000; }#wze670 { top:464px;left:0px;bottom:auto;right:auto;width:768px;height:0.625px;display:block;z-index:1000; }#wz-section-footer { height:924.969px;--section-height:924.969px; }#wze1027 { top:153px;left:15px;bottom:auto;right:auto;width:738px;height:80px;display:block;z-index:1000; }#wze1028 { top:0.281375px;left:234.5px;bottom:auto;right:auto;width:269px;height:63px;display:block;z-index:1000;text-align:center; }#wz-section-wzs96 { height:413px;--section-height:413px; }#wze827 { top:15px;left:109px;bottom:auto;right:auto;width:550px;height:1330px;display:block;z-index:1000; }#wz-section-wzs95 { height:1360px;--section-height:1360px; }#wze835 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:913.891px;display:block;z-index:1000; }#wze836 { top:962.939px;left:15px;bottom:auto;right:auto;width:738px;height:470px;display:block;z-index:1000; }#wze837 { top:1451.99px;left:252.5px;bottom:auto;right:auto;width:263px;height:364px;display:block;z-index:1000; }#wze838 { top:10px;left:10px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze839 { top:40px;left:10px;bottom:auto;right:auto;width:242px;height:2px;display:block;z-index:1000; }#wze840 { top:50px;left:10px;bottom:auto;right:auto;width:242px;height:220px;display:block;z-index:1000; }#wze841 { top:290px;left:10px;bottom:auto;right:auto;width:242px;height:30px;display:block;z-index:1000;text-align:right; }#wze842 { top:320px;left:10px;bottom:auto;right:auto;width:242px;height:2px;display:block;z-index:1000; }#wze843 { top:330px;left:10px;bottom:auto;right:auto;width:242px;height:19px;display:block;z-index:1000; }#wz-section-wzs94 { height:1865.95px;--section-height:1865.95px; }#wze1042 { top:160px;left:15px;bottom:auto;right:auto;width:738px;height:100px;display:block;z-index:1000; }#wze1043 { top:0.281375px;left:269px;bottom:auto;right:auto;width:200px;height:58px;display:block;z-index:1000;text-align:center; }#wze1044 { top:66.75px;left:269px;bottom:auto;right:auto;width:200px;height:25px;display:block;z-index:1000;text-align:center; }#wz-section-wzs127 { height:420px;--section-height:420px; }#wze1035 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:125.047px;display:block;z-index:1000; }#wze1036 { top:0px;left:5px;bottom:auto;right:auto;width:740px;height:58px;display:block;z-index:1000;text-align:center; }#wze1037 { top:78.75px;left:338px;bottom:auto;right:auto;width:75px;height:3px;display:block;z-index:1000; }#wze1048 { top:170.047px;left:109px;bottom:auto;right:auto;width:550px;height:321px;display:block;z-index:1000; }#wz-section-wzs128 { height:565.031px;--section-height:565.031px; }#wze413 { top:0px;bottom:auto;right:auto;height:54.5px;z-index:1000; }#wze421 { top:9.75px;left:602px;bottom:auto;right:auto;width:150px;height:35px;z-index:1000; }#wze415 { top:9.5px;left:134.008px;bottom:auto;right:auto;width:16px;height:16px;z-index:1000; }#wze416 { top:5.50781px;left:25.485px;bottom:auto;right:auto;width:96px;height:24px;z-index:1000;text-align:right; }#wze422 { top:4.5px;left:442px;bottom:auto;right:auto;width:150px;height:35px;display:none;z-index:1000; }#wze423 { top:9.5px;left:134.008px;bottom:auto;right:auto;width:16px;height:16px;z-index:1000; }#wze424 { top:5.5px;left:0.0152px;bottom:auto;right:auto;width:119px;height:24px;z-index:1000;text-align:right; }#wze425 { top:5.5px;left:282px;bottom:auto;right:auto;width:150px;height:33px;display:none;z-index:1000; }#wze426 { top:9.5px;left:134.008px;bottom:auto;right:auto;width:16px;height:16px;z-index:1000; }#wze427 { top:5.5px;left:0.01525px;bottom:auto;right:auto;width:119px;height:22px;z-index:1000;text-align:right; }#wze429 { top:9.75px;left:15px;bottom:auto;right:auto;width:131px;height:35px;display:block;z-index:1000; }#wze428 { top:10.75px;left:0.000375px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze432 { top:10.75px;left:27.1641px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze433 { top:10.75px;left:54.3281px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze434 { top:10.75px;left:81.4922px;bottom:auto;right:auto;width:16px;height:16px;z-index:1000; }#wze436 { top:10.75px;left:108.667px;bottom:auto;right:auto;width:16px;height:16px;z-index:1000; }#wze864 { top:17.7579px;left:176.414px;bottom:auto;right:auto;width:121.172px;height:19px;z-index:1000; }#wze438 { top:89.032px;left:571px;bottom:auto;right:auto;width:180px;height:50px;z-index:1000; }#wze446 { top:0px;left:130px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wze447 { top:10px;left:0px;bottom:auto;right:auto;width:128px;height:30px;z-index:1000;text-align:right; }#wze448 { top:89.032px;left:15px;bottom:auto;right:auto;width:160px;height:50px;z-index:1002; }#wze451 { top:5px;left:120px;bottom:auto;right:auto;width:40px;height:40px;z-index:1001; }#wze452 { top:10px;left:10px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wze453 { top:0px;left:34px;bottom:auto;right:auto;width:81px;height:25px;z-index:1002;text-align:right; }#wze454 { top:25px;left:15px;bottom:auto;right:auto;width:102px;height:21px;z-index:1002;text-align:right; }#wze455 { top:89.032px;left:187.5px;bottom:auto;right:auto;width:165px;height:50px;z-index:1000; }#wze456 { top:5px;left:125px;bottom:auto;right:auto;width:40px;height:40px;z-index:1001; }#wze457 { top:10px;left:10px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wze458 { top:0px;left:0px;bottom:auto;right:auto;width:119px;height:25px;z-index:1000;text-align:right; }#wze459 { top:25px;left:19px;bottom:auto;right:auto;width:100px;height:21px;z-index:1000;text-align:right; }#wze460 { top:89.032px;left:365px;bottom:auto;right:auto;width:160px;height:50px;z-index:1000; }#wze461 { top:5px;left:120px;bottom:auto;right:auto;width:40px;height:40px;z-index:1000; }#wze462 { top:10px;left:10px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wze463 { top:0px;left:33px;bottom:auto;right:auto;width:81px;height:25px;z-index:999;text-align:right; }#wze464 { top:26px;left:22px;bottom:auto;right:auto;width:93px;height:21px;z-index:1000;text-align:right; }#wz-section-header { height:162.516px;--section-height:162.516px; }#wz-section-allPage { height:0px;--section-height:0px; }#wz-section-wzs138 { height:15px;--section-height:15px; }#wze1085 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.271px;display:block;z-index:1000; }#wze1090 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs129 { height:701.27101525879px;--section-height:701.27101525879px; }#wze1086 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs130 { height:1005.0000152588px;--section-height:1005.0000152588px; }#wze1087 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.76px;display:block;z-index:1000; }#wz-section-wzs131 { height:563.75001525879px;--section-height:563.75001525879px; }#wze1088 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.938px;display:block;z-index:1000; }#wz-section-wzs132 { height:830.93801525879px;--section-height:830.93801525879px; }#wze1089 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.823px;display:block;z-index:1000; }#wz-section-wzs133 { height:737.82301525879px;--section-height:737.82301525879px; }#wze1153 { top:16px;left:701px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wze1154 { top:81px;left:294px;bottom:auto;right:auto;width:180px;height:28.6667px;z-index:1000;text-align:right; }#wze1155 { top:713px;left:347px;bottom:auto;right:auto;width:74px;height:73px;z-index:1000; }#wz-section-wzs143 { height:786px;--section-height:786px; }#wze1145 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:131px;display:block;z-index:1000; }#wze1147 { top:15px;left:194px;bottom:auto;right:auto;width:350px;height:38px;display:block;z-index:1000;text-align:right; }#wze1148 { top:68px;left:15px;bottom:auto;right:auto;width:708px;height:48px;display:block;z-index:1000;text-align:right; }#wz-section-wzs145 { height:161px;--section-height:161px; }#wze1172 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:587.25px;display:block;z-index:1000; }#wze1173 { top:53.2451px;left:245.729px;bottom:auto;right:auto;width:255px;height:350.969px;display:block;z-index:1000; }#wze1174 { top:424.676px;left:225.63px;bottom:auto;right:auto;width:244px;height:23.3125px;display:block;z-index:1000;text-align:right; }#wze1175 { top:8.50672px;left:273.657px;bottom:auto;right:auto;width:204px;height:38.6667px;display:block;z-index:1000;text-align:right; }#wze1176 { top:460.835px;left:140.5px;bottom:auto;right:auto;width:443px;height:54px;display:block;z-index:1000;text-align:right; }#wze1177 { top:525.669px;left:301px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wz-section-wzs147 { height:617.25px;--section-height:617.25px; }#wze1178 { top:377.323px;left:123.708px;bottom:auto;right:auto;width:242.792px;height:347.667px;display:block;z-index:1000; }#wze1179 { top:4.35129px;left:0.0793282px;bottom:auto;right:auto;width:204px;height:38.6667px;display:block;z-index:1000;text-align:right; }#wze1180 { top:49.6984px;left:39.9018px;bottom:auto;right:auto;width:173px;height:229.969px;display:block;z-index:1000; }#wze1183 { top:282.329px;left:39.8987px;bottom:auto;right:auto;width:172px;height:37px;display:block;z-index:1000; }#wze1184 { top:15px;left:262.104px;bottom:auto;right:auto;width:243.792px;height:347.323px;display:block;z-index:1000; }#wze1185 { top:49.3651px;left:39.9018px;bottom:auto;right:auto;width:173px;height:229.969px;display:block;z-index:1000; }#wze1186 { top:281.996px;left:39.8987px;bottom:auto;right:auto;width:172px;height:37px;display:block;z-index:1000; }#wze1187 { top:0.0004999px;left:15px;bottom:auto;right:auto;width:204px;height:38.6667px;display:block;z-index:1000;text-align:right; }#wze1188 { top:377.323px;left:381.5px;bottom:auto;right:auto;width:262.792px;height:346.99px;display:block;z-index:1000; }#wze1189 { top:52.0234px;left:38.8984px;bottom:auto;right:auto;width:173px;height:229.969px;display:block;z-index:1000; }#wze1190 { top:281.663px;left:39.8987px;bottom:auto;right:auto;width:172px;height:37px;display:block;z-index:1000; }#wze1191 { top:0.0004564px;left:15px;bottom:auto;right:auto;width:204px;height:38.6667px;display:block;z-index:1000;text-align:right; }#wz-section-wzs148 { height:739.98999804687px;--section-height:739.98999804687px; }#wze1192 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:111.823px;display:block;z-index:1000; }#wze1193 { top:15px;left:15px;bottom:auto;right:auto;width:708px;height:49.0312px;display:block;z-index:1000;text-align:center; }#wz-section-wzs149 { height:141.823px;--section-height:141.823px; }#wze1223 { top:0px;left:0px;bottom:auto;right:auto;width:767.998px;height:905.929px;display:block;z-index:1000;order:1; }.wzc222-bg { background:;background-color:#fff; }#wze1224 { top:15px;left:123.737px;bottom:auto;right:auto;width:520.521px;height:361.938px;z-index:1000; }#wze1225 { top:0px;left:0px;bottom:auto;right:auto;width:767.998px;height:408.23281px;display:block;z-index:1000;order:2; }#wze1227 { top:97.31181px;left:214.499px;bottom:auto;right:auto;width:375px;height:106.24px;display:block;z-index:1000;text-align:right; }#wze1228 { top:217.92981px;left:171.499px;bottom:auto;right:auto;width:418.994px;height:151.162px;display:block;z-index:1000;text-align:right; }#wz-section-wzs154 { height:1314.15281px;--section-height:1314.15281px; }#wze1234 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:311.969px;z-index:1000;text-align:justify; }#wze1235 { top:341.969px;left:262px;bottom:auto;right:auto;width:244px;height:44px;z-index:1000;text-align:right; }#wze1236 { top:400.969px;left:15px;bottom:auto;right:auto;width:738px;height:280px;z-index:1000;text-align:right; }#wze1237 { top:695.969px;left:283px;bottom:auto;right:auto;width:202px;height:50px;z-index:1000; }#wze1238 { top:760.969px;left:294px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }#wz-section-wzs153 { height:874.964px;--section-height:874.964px; }#wze1283 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:185px;display:block;z-index:1000; }#wze1284 { top:17.6683px;left:186.343px;bottom:auto;right:auto;width:375px;height:160px;display:block;z-index:1000;text-align:center; }#wz-section-wzs161 { height:215px;--section-height:215px; }#wze1286 { top:15px;left:84px;bottom:auto;right:auto;width:600px;height:262.49px;display:block;z-index:1000; }#wze1286 .wz-shop-product { width: calc(50% - 30px )}#wz-section-wzs162 { height:292.49px;--section-height:292.49px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 1170px) {#wze467 .wz-gallery.wz-gallery-grid li { width:calc(100% / 3);height:217px;padding:10px; }#wze1083 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 80px }#wze840 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze1286 .wz-shop-product { width: calc(33.333333333333% - 30px )}}