.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:255, 255, 255;--color_1_2:243, 245, 246;--color_1_3:166, 166, 166;--color_1_4:151, 151, 151;--color_1_5:139, 139, 139;--color_2_1:49, 49, 49;--color_2_2:42, 42, 42;--color_2_3:27, 26, 35;--color_2_4:26, 26, 26;--color_2_5:0, 0, 0;--color_3_1:142, 138, 155;--color_3_2:129, 125, 144;--color_3_3:170, 113, 208;--color_3_4:115, 111, 132;--color_3_5:99, 95, 118;--color_4_1:114, 113, 121;--color_4_2:98, 97, 106;--color_4_3:39, 37, 50;--color_4_4:80, 79, 89;--color_4_5:61, 59, 71;--color_5_1:148, 158, 214;--color_5_2:136, 147, 209;--color_5_3:92, 107, 192;--color_5_4:123, 135, 204;--color_5_5:108, 122, 198;}
                          .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;
                            }
                        #wze117 { top:25.1029px;left:1097.03px;width:73px;height:70px;z-index:1000; }.wzc54-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-color:rgba(0, 0, 0, 0);border-width:0px;border-style:solid; }.wzc54-img .wzc54-img-inner { width:100%;height:100%;float:left; }.wzc54-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze117 .wzc54-img-inner { object-fit:cover; }#wze118 { top:34.354px;left:972.01px;width:121px;height:51.0938px;z-index:1000;text-align:right; }.wzc3 { height:auto; }.wzc3-text { width:100%;height:auto; }#wze191 { top:40.096px;left:14.01px;width:180px;height:40px;z-index:1000; }.wzc7:hover .wzc7-bg { background-color:rgb(255, 255, 255); }.wzc7:hover .wzc7-content { color:rgb(92, 107, 192); }.wzc7:hover {  }.wzc7-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:3px;border-color:rgb(255, 255, 255);border-radius:3px; }.wzc7-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:rgb(255, 255, 255); }#wze266 { top:98px;left:480.52px;width:209px;height:22.2049px;z-index:1000;text-align:right; }#wz-section-header { height:120.191px;--section-height:120.191px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full { background-color:rgba(255, 255, 255, 1);background:;background-image:url(../../uploads/2e3e9a132b5741718839f17055eaab32.jpg) ;background-size:cover;background-repeat:no-repeat;background-attachment:none;background-position:center center; }.wzc-section-header-full:after { background:;background-color:rgba(255, 255, 255, 0.1); }#wz-section-allPage { height:0px;--section-height:0px; }#wze4 { top:42.2254px;left:15.7984px;width:470px;height:40px;z-index:1000; }.wzc53 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc53  .wz-menu.wz-classic-menu > li .sub-menu { background-color:#6FA8DC;text-align:right; }.wzc53  .wz-menu li > a { padding:0px 15px;font-family:yekan, tahoma, serif;font-size:13px;color:rgba(255, 255, 255, 1); }.wzc53  .wz-menu li.wz-menu-has-children a:after { border-color:rgba(255, 255, 255, 1); }.wzc53 .wz-menu.wz-mega-menu > li > a:hover,.wzc53  .wz-menu.wz-classic-menu > li:hover > a { background-color:rgba(111, 168, 220, 1); }.wzc53  .wz-menu > li.active > a { background-color:rgba(111, 168, 220, 1);color:rgb(0, 0, 0); }.wzc53  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(0, 0, 0); }.wzc53  .wz-menu .sub-menu li > a { padding:5px 15px;color:rgba(255, 255, 255, 1); }.wzc53 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc53  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:#6091be; }.wzc53  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:rgba(255, 255, 255, 1); }.wzc53  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc53 {  }.wzc53-list { border-radius:0px 20px 0px 20px;background-color:rgb(48, 120, 190); }.wzc53-mobile { background-color:rgba(0, 0, 0, 0); }#wze184 { top:47.3882px;left:740.219px;width:417px;height:34.4271px;z-index:1000;text-align:right; }#wz-section-wzs1 { height:570px;--section-height:570px; }.wzc-section-wzs1 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs1-full { background-image:url(../../uploads/499ac8b1cde5489e99a6a4d00fcf65f0.jpg) ;background-size:contain;background-repeat:no-repeat;background-attachment:none;background-color:rgb(255, 255, 255);background-position:center center;background:; }.wzc-section-wzs1-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze19 { top:39.3501px;left:261.008px;width:648px;height:61.0938px;z-index:1000;text-align:center; }#wze189 { top:143.392px;left:369.509px;width:431px;height:347.778px;z-index:1001;text-align:justify; }#wz-section-wzs4 { height:531.736px;--section-height:531.736px; }.wzc-section-wzs4 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs4-full { background-color:rgba(255, 255, 255, 1);background-image:url(../../uploads/91b6b586d65748d586d398a92ddbafb5.jpg) ;background-size:contain;background-repeat:no-repeat;background-attachment:fixed;background:; }.wzc-section-wzs4-full:after { background:;background-color:rgba(255, 255, 255, 0.8); }#wze14 { top:75.009px;left:1.01374px;width:574.438px;height:527px;z-index:1001; }.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; }#wze14 .wzc2-img-inner { object-fit:cover; }#wze15 { top:12.0037px;left:887.985px;width:269px;height:52.2049px;z-index:1000;text-align:right; }#wze186 { top:77.8022px;left:577.985px;width:579px;height:274.41px;z-index:1002;text-align:right; }#wze187 { top:345.403px;left:582.985px;width:574px;height:225.538px;z-index:1003;text-align:right; }#wz-section-wzs3 { height:628.785px;--section-height:628.785px; }.wzc-section-wzs3 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs3-full { background-attachment:none;background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs3-full:after { background:;background-color:rgb(255, 255, 255); }#wze57 { top:58px;left:5.01039px;width:1160px;height:61.0938px;z-index:1000;text-align:center; }#wze58 { top:133.722px;left:495px;width:180px;height:40px;z-index:1000; }.wzc56:hover .wzc56-bg { background-color:rgb(255, 255, 255); }.wzc56:hover .wzc56-content { color:rgb(92, 107, 192); }.wzc56:hover {  }.wzc56-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(0, 0, 0, 0);border-style:solid;border-width:3px;border-color:rgb(255, 255, 255);border-radius:3px; }.wzc56-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:rgb(0, 0, 0); }#wz-section-wzs10 { height:634.67px;--section-height:634.67px; }.wzc-section-wzs10 { background:;background-color:rgba(255, 255, 255, 0);border-style:dotted;border-width:0px;border-color:#000;box-shadow:none; }.wzc-section-wzs10-full { background-image:url(../../uploads/756341c218a14404b4d704bd622caf8a.jpg) ;background-attachment:none;background-size:contain;background-repeat:no-repeat;background-position:top center;background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs10-full:after { background:;background-color:rgba(255, 255, 255, 0.25); }.wzc-section-wzs10-full-bottom { background-image:fill='rgb(0,0,0)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;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; }#wze194 { top:11.3541px;height:401px;z-index:1000; }.wzc59 .wz-gallery > li > figure,.wzc59  .wz-gallery-slider .slides > li > .wz-slider-item { border-width:25px;border-style:solid;border-color:rgba(0, 0, 0, 0); }.wzc59 .wz-gallery > li > figure,.wzc59  .wz-gallery > li > figure:before,.wzc59  .wz-gallery > li > figure:after,.wzc59  .wz-gallery > li > figure > figcaption,.wzc59  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(255, 255, 255, 0); }.wzc59  .wz-gallery-caption { text-align:center; }.wzc59  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc59  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:rgb(0, 0, 0); }.wzc59  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc59 {  }.wzc59-slider .wzc59-slider-items {  }.wzc59-slider  .flex-direction-nav a:before { color:rgb(166, 166, 166); }.wzc59-slider {  }#wze195 { top:416.676px;left:627px;width:543px;height:124.844px;z-index:1001; }.wzc60  .wz-collapsible-text-root { direction:rtl;text-align:right; }.wzc60  .wz-collapsible-text-content { font-family:peyda;font-size:18px;font-weight:normal;color:#313131;line-height:24px;word-spacing:0;-webkit-text-stroke:0;-webkit-text-stroke-color:#000000; }.wzc60  .wz-collapsible-text-button { font-family:iransans_fa, sans-serif;font-size:12px;font-weight:bold;color:#313131;background:none;border-style:solid;border-width:0;border-color:#313131;margin-top:10px;filter:none;box-shadow:none;-webkit-text-stroke:0;-webkit-text-stroke-color:#000000; }.wzc60 {  }.wzc60-root .wzc60-root-box {  }.wzc60-root .wzc60-root-button {  }.wzc60-root { --lines:4;--tablet-lines:3;--mobile-lines:3; }#wz-section-wzs5 { height:553.125px;--section-height:553.125px; }.wzc-section-wzs5 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs5-full { background-image:url(../../uploads/3836170158a041278d41ec5bdc7ad155.jpg) ;background-size:contain;background-repeat:no-repeat;background-attachment:fixed;background-color:rgb(255, 255, 255);background:; }.wzc-section-wzs5-full:after { background:;background-color:rgba(255, 255, 255, 0.8); }#wze196 { top:41.337px;left:0.0083999px;width:436px;height:378.146px;z-index:1000; }#wze196 .wzc2-img-inner { object-fit:cover; }#wze197 { top:24.1765px;left:765.001px;width:405px;height:52.2049px;z-index:1000;text-align:right; }#wze198 { top:93.2736px;left:495px;width:675px;height:324.41px;z-index:1002;text-align:right; }#wz-section-wzs29 { height:452.917px;--section-height:452.917px; }.wzc-section-wzs29 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs29-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs29-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze201 { top:306.175px;left:1014.48px;width:155.521px;height:164px;z-index:1000; }#wze201 .wzc2-img-inner { object-fit:cover; }#wz-section-wzs14 { height:600px;--section-height:600px; }.wzc-section-wzs14 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs14-full { background-image:url(../../uploads/57b2b3dffe914a0a9026a51b65723391.jpg) ;background-attachment:none;background-size:cover;background-repeat:no-repeat;background-position:center center;background:;background-color:rgba(27, 26, 35, 0); }.wzc-section-wzs14-full:after { background:;background-color:rgba(255, 255, 255, 0.35); }#wze96 { top:126.322px;left:898.242px;width:263px;height:226.84px;z-index:1000; }.wzc14-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(0, 0, 0, 0); }.wzc14-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc14-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; }#wze97 { top:4.9995px;left:212.996px;width:50px;height:44px;z-index:1000; }.wzc76-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-color:rgb(0, 0, 0);border-width:0px;border-style:solid; }.wzc76-img .wzc76-img-inner { width:100%;height:100%;float:left; }.wzc76-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc76 .wzc76-img .wzc76-img-inner { filter:contrast(100%) brightness(100%) saturate(1) blur(0px);mix-blend-mode:multiply; }.wzc76 .wzc76-img { background-color:rgba(255, 255, 255, 1); }.wzc76 {  }#wze97 .wzc76-img-inner { object-fit:cover; }#wze98 { top:13.7795px;left:20.1969px;width:180px;height:30px;z-index:1000;text-align:right; }#wze99 { top:78.1519px;left:0px;width:263px;height:21.0938px;z-index:1000;text-align:right; }#wze100 { top:131.91px;left:209.971px;width:39px;height:38.9931px;z-index:1001; }.wzc61 { overflow:hidden; }.wzc61-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(48, 120, 190); }#wze101 { top:131.901px;left:111.59px;width:38px;height:37.9688px;z-index:1001; }#wze106 { top:135px;left:5.00009px;width:271.167px;height:185px;z-index:1000; }#wze107 { top:-0.5px;left:65.7966px;width:180px;height:30px;z-index:1000;text-align:right; }#wze108 { top:47.864px;left:233px;width:30px;height:30px;z-index:1000; }.wzc15 { overflow:hidden; }.wzc15-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(99, 95, 118); }#wze109 { top:97.359px;left:234.001px;width:30px;height:30px;z-index:1000; }#wze110 { top:146.953px;left:234.173px;width:30px;height:30px;z-index:1000; }#wze111 { top:91.1247px;left:12.9064px;width:195px;height:22.2049px;z-index:1000;text-align:right; }#wze112 { top:54.088px;left:15.0151px;width:194px;height:22.2049px;z-index:1000;text-align:right; }#wze113 { top:149.53px;left:13.4171px;width:196px;height:22.2049px;z-index:1000;text-align:right; }#wze202 { top:113.556px;left:12.8437px;width:195px;height:22.2049px;z-index:1000;text-align:right; }#wze114 { top:131px;left:570.417px;width:107px;height:136px;z-index:1000; }.wzc17  .wz-menu > li { margin-bottom:6px; }.wzc17  .wz-menu li > a { padding:5px 15px;font-family:yekan, tahoma, serif;font-size:15px;color:rgb(255, 255, 255); }.wzc17 .wz-menu.wz-mega-menu li > a:hover,.wzc17  .wz-menu.wz-classic-menu li:hover > a { color:rgb(170, 113, 208); }.wzc17  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(255, 255, 255); }.wzc17 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc17  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(170, 113, 208); }.wzc17  .wz-menu > li.active > a { color:rgb(255, 255, 255); }.wzc17  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(255, 255, 255); }.wzc17  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc17  .wz-menu .sub-menu li.wz-menu-has-children > a:after { border-color:rgb(255, 255, 255); }.wzc17 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc17  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(170, 113, 208); }.wzc17  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc17 {  }.wzc17-list {  }.wzc17-mobile {  }#wze115 { top:507.218px;height:49.8958px;z-index:1001; }.wzc21-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(27, 26, 35); }.wzc21-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze116 { top:15.5px;left:795px;width:375px;height:18.8715px;z-index:1000;text-align:right; }#wz-section-footer { height:549.184px;--section-height:549.184px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background-color:rgba(39, 37, 50, 1);background:;background-position:center center; }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze144 { top:230.987px;left:709.98px;width:446.997px;height:32.2049px;z-index:1000;text-align:right; }#wze165 { top:47.3893px;left:853.227px;width:303.993px;height:34.4271px;z-index:1000;text-align:right; }#wze166 { top:124.306px;left:703.44px;width:453.976px;height:48.8889px;z-index:1000;text-align:right; }#wze265 { top:42.0103px;left:15.5865px;width:470px;height:40px;z-index:1000; }#wz-section-wzs7 { height:318.472px;--section-height:318.472px; }.wzc-section-wzs7 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs7-full { background-color:rgb(39, 37, 50);background-image:url(../../uploads/a1b9d8b5b013429ba506a85557fd7531.jpg) ;background-size:contain;background-repeat:no-repeat;background-attachment:fixed;background:;background-position:center center; }.wzc-section-wzs7-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze146 { top:29.0954px;left:15px;width:1140px;height:1710.89px;z-index:1000; }.wzc22 .wz-gallery > li > figure,.wzc22  .wz-gallery-slider .slides > li > .wz-slider-item { border-width:0px;border-style:solid;border-color:rgba(0, 0, 0, 0); }.wzc22 .wz-gallery > li > figure,.wzc22  .wz-gallery > li > figure:before,.wzc22  .wz-gallery > li > figure:after,.wzc22  .wz-gallery > li > figure > figcaption,.wzc22  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(255, 255, 255, 0.7); }.wzc22  .wz-gallery-caption { text-align:center; }.wzc22  .wz-gallery-caption h3 { font-family:yekan, tahoma, serif;font-size:17px;line-height:17px;color:rgb(0, 0, 0); }.wzc22  .wz-gallery-caption p { font-family:yekan, tahoma, serif;font-size:15px;color:rgb(0, 0, 0); }.wzc22  .wz-gallery li img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc22 {  }.wzc22-gallery {  }.wzc22-more { text-align:center;position:absolute;left:0px;right:0;margin:0 auto;font-family:yekan, tahoma, serif;font-size:13px;text-decoration:none;height:25px;line-height:25px;color:#000;display:none; }#wz-section-wzs18 { height:1776.3px;--section-height:1776.3px; }#wz-section-wzs27 { height:200px;--section-height:200px; }#wze178 { top:30px;left:15px;width:848px;height:489.258px;z-index:1000; }.wzc39-root .wzc39-root-container .wzc39-root-container-header .wzc39-root-container-header-title {  }.wzc39-root .wzc39-root-container .wzc39-root-container-header {  }.wzc39-root .wzc39-root-container .wzc39-root-container-submitBoxHeader .wzc39-root-container-submitBoxHeader-submitButtonHeader {  }.wzc39-root .wzc39-root-container .wzc39-root-container-submitBoxHeader {  }.wzc39-root .wzc39-root-container {  }.wzc39-root .wzc39-root-accountContainer .wzc39-root-accountContainer-accountItem .wzc39-root-accountContainer-accountItem-accountItemLabel {  }.wzc39-root .wzc39-root-accountContainer .wzc39-root-accountContainer-accountItem .wzc39-root-accountContainer-accountItem-accountItemInputBox .wzc39-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc39-root .wzc39-root-accountContainer .wzc39-root-accountContainer-accountItem .wzc39-root-accountContainer-accountItem-accountItemInputBox .wzc39-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc39-root .wzc39-root-accountContainer .wzc39-root-accountContainer-accountItem .wzc39-root-accountContainer-accountItem-accountItemInputBox {  }.wzc39-root .wzc39-root-accountContainer .wzc39-root-accountContainer-accountItem {  }.wzc39-root .wzc39-root-accountContainer {  }.wzc39-root .wzc39-root-companyHeaderContainer .wzc39-root-companyHeaderContainer-companyHeader .wzc39-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc39-root .wzc39-root-companyHeaderContainer .wzc39-root-companyHeaderContainer-companyHeader {  }.wzc39-root .wzc39-root-companyHeaderContainer {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyInfoCheck .wzc39-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyInfoCheck .wzc39-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc39-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyInfoCheck .wzc39-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc39-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyInfoCheck .wzc39-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc39-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyInfoCheck .wzc39-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc39-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyInfoCheck .wzc39-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyInfoCheck {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyItemBox .wzc39-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyItemBox .wzc39-root-companyInfo-companyItemBox-companyInputBox .wzc39-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyItemBox .wzc39-root-companyInfo-companyItemBox-companyInputBox .wzc39-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyItemBox .wzc39-root-companyInfo-companyItemBox-companyInputBox {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyItemBox {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyInfoCancelLabel .wzc39-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyInfoCancelLabel .wzc39-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyInfoCancelLabel .wzc39-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyInfoCancelLabel .wzc39-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc39-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc39-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyInfoCancelLabel .wzc39-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc39-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyInfoCancelLabel .wzc39-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc39-root .wzc39-root-companyInfo .wzc39-root-companyInfo-companyInfoCancelLabel {  }.wzc39-root .wzc39-root-companyInfo {  }.wzc39-root .wzc39-root-submitBoxFooter .wzc39-root-submitBoxFooter-submitButtonFooter {  }.wzc39-root .wzc39-root-submitBoxFooter {  }.wzc39-root {  }.wzc39  .wz-profile-account-root { text-align:right; }.wzc39  .wz-profile-account-header-container { margin-bottom:20px; }.wzc39  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc39  .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; }.wzc39  .wz-profile-account-container:hover { border-radius:20px; }.wzc39  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc39  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc39  .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; }.wzc39  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc39  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc39  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc39  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc39  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc39  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc39  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc39  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc39  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc39 {  }.wzc38:hover .wzc38-bg { background-color:#ffd9d5; }.wzc38:hover .wzc38-content { color:#E74C3C; }.wzc38:hover {  }.wzc38-bg:after {  }.wzc38-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc38-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; }#wze183 { top:30px;left:893px;width:262px;height:441.471px;z-index:1000; }.wzc52-root .wzc52-root-infoBox .wzc52-root-infoBox-userImageBox .wzc52-root-infoBox-userImageBox-userImage {  }.wzc52-root .wzc52-root-infoBox .wzc52-root-infoBox-userImageBox {  }.wzc52-root .wzc52-root-infoBox .wzc52-root-infoBox-userInfo .wzc52-root-infoBox-userInfo-userName {  }.wzc52-root .wzc52-root-infoBox .wzc52-root-infoBox-userInfo .wzc52-root-infoBox-userInfo-userEmail {  }.wzc52-root .wzc52-root-infoBox .wzc52-root-infoBox-userInfo .wzc52-root-infoBox-userInfo-editInfo .wzc52-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc52-root .wzc52-root-infoBox .wzc52-root-infoBox-userInfo .wzc52-root-infoBox-userInfo-editInfo .wzc52-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc52-root .wzc52-root-infoBox .wzc52-root-infoBox-userInfo .wzc52-root-infoBox-userInfo-editInfo {  }.wzc52-root .wzc52-root-infoBox .wzc52-root-infoBox-userInfo {  }.wzc52-root .wzc52-root-infoBox {  }.wzc52-root .wzc52-root-items .wzc52-root-items-item .wzc52-root-items-item-itemBox .wzc52-root-items-item-itemBox-itemIcon {  }.wzc52-root .wzc52-root-items .wzc52-root-items-item .wzc52-root-items-item-itemBox .wzc52-root-items-item-itemBox-itemName {  }.wzc52-root .wzc52-root-items .wzc52-root-items-item .wzc52-root-items-item-itemBox {  }.wzc52-root .wzc52-root-items .wzc52-root-items-item {  }.wzc52-root .wzc52-root-items .wzc52-root-items-more {  }.wzc52-root .wzc52-root-items {  }.wzc52-root .wzc52-root-logoutBox .wzc52-root-logoutBox-logout .wzc52-root-logoutBox-logout-logoutLabel {  }.wzc52-root .wzc52-root-logoutBox .wzc52-root-logoutBox-logout {  }.wzc52-root .wzc52-root-logoutBox {  }.wzc52-root {  }.wzc52  .wz-profile-menu-user-info { gap:2px; }.wzc52  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc52  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc52  .wz-profile-menu-info-box:hover {  }.wzc52  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc52  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc52  .wz-profile-menu-user-name:hover {  }.wzc52  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc52  .wz-profile-menu-user-email:hover {  }.wzc52  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc52  .wz-profile-menu-edit-info:hover {  }.wzc52  .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); }.wzc52  .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; }.wzc52  .wz-profile-menu-items:hover {  }.wzc52  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc52  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc52  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc52  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc52  .wz-profile-menu-item-box:hover {  }.wzc52  .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%; }.wzc52  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc52  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc52  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc52  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc52  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc52  .wz-profile-menu-more:after { color:#808080; }.wzc52 {  }#wz-section-wzs22 { height:549.258px;--section-height:549.258px; }#wze179 { top:30px;left:15px;width:848px;height:848px;z-index:1000; }.wzc43-header .wzc43-header-title {  }.wzc43-header .wzc43-header-removeButton {  }.wzc43-header .wzc43-header-addToCartButton {  }.wzc43-header {  }.wzc43-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; }.wzc43-pagination .wzc43-pagination-paginationButton {  }.wzc43-pagination {  }.wzc43  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc43  .wz-profile-favorites-header-text:hover {  }.wzc43  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc43  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc43  .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; }.wzc43  .wz-profile-favorite-item:hover {  }.wzc43  .wz-profile-favorite-item-image { object-fit:contain; }.wzc43  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc43  .wz-profile-favorite-item-title:hover {  }.wzc43  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc43  .wz-profile-favorite-item-price:hover {  }.wzc43  .wz-profile-favorite-item-add { height:30px; }.wzc43  .wz-profile-favorite-item-remove { height:30px; }.wzc43  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc43  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc43  .wz-profile-favorites-no-results-first-text:hover {  }.wzc43  .wz-profile-favorites-no-results-second-text:hover {  }.wzc43 {  }.wzc40:hover .wzc40-bg { background-color:#E74C3C; }.wzc40:hover .wzc40-content { font-size:10px;color:#fff; }.wzc40:hover {  }.wzc40-bg:after {  }.wzc40-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc40-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; }.wzc41:hover .wzc41-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc41:hover .wzc41-content { font-size:10px;color:#fff; }.wzc41:hover {  }.wzc41-bg:after {  }.wzc41-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc41-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; }.wzc42:hover .wzc42-bg:after { width:90%;opacity:1; }.wzc42:hover .wzc42-bg {  }.wzc42:hover .wzc42-content { color:#fff; }.wzc42:hover {  }.wzc42-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%); }.wzc42-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; }.wzc42-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-wzs23 { height:908px;--section-height:908px; }#wze180 { top:30px;left:15px;width:848px;height:341px;z-index:1000; }.wzc44-root .wzc44-root-header .wzc44-root-header-title {  }.wzc44-root .wzc44-root-header .wzc44-root-header-options .wzc44-root-header-options-optionsList .wzc44-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc44-root .wzc44-root-header .wzc44-root-header-options .wzc44-root-header-options-optionsList {  }.wzc44-root .wzc44-root-header .wzc44-root-header-options {  }.wzc44-root .wzc44-root-header {  }.wzc44-root .wzc44-root-orders .wzc44-root-orders-ordersHeader .wzc44-root-orders-ordersHeader-ordersHeaderItem .wzc44-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc44-root .wzc44-root-orders .wzc44-root-orders-ordersHeader .wzc44-root-orders-ordersHeader-ordersHeaderItem {  }.wzc44-root .wzc44-root-orders .wzc44-root-orders-ordersHeader {  }.wzc44-root .wzc44-root-orders {  }.wzc44-root .wzc44-root-pagination .wzc44-root-pagination-paginationButton {  }.wzc44-root .wzc44-root-pagination {  }.wzc44-root {  }.wzc44  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc44  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc44  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc44  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc44  .wz-profile-orders-order-items-header { width:80%; }.wzc44  .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); }.wzc44  .wz-profile-orders-order-details { width:80%; }.wzc44  .wz-profile-orders-order-buttons { width:20%; }.wzc44  .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); }.wzc44  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc44  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc44  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc44  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc44  .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; }.wzc44  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc44  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc44  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc44 {  }#wz-section-wzs24 { height:503px;--section-height:503px; }#wze181 { top:30px;left:15px;width:848px;height:648px;z-index:1000; }.wzc47-root .wzc47-root-header .wzc47-root-header-title {  }.wzc47-root .wzc47-root-header .wzc47-root-header-headerButtons .wzc47-root-header-headerButtons-reorderButton {  }.wzc47-root .wzc47-root-header .wzc47-root-header-headerButtons .wzc47-root-header-headerButtons-receiptButton {  }.wzc47-root .wzc47-root-header .wzc47-root-header-headerButtons {  }.wzc47-root .wzc47-root-header {  }.wzc47-root .wzc47-root-body .wzc47-root-body-information .wzc47-root-body-information-mainInformation .wzc47-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc47-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc47-root .wzc47-root-body .wzc47-root-body-information .wzc47-root-body-information-mainInformation .wzc47-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc47-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc47-root .wzc47-root-body .wzc47-root-body-information .wzc47-root-body-information-mainInformation .wzc47-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc47-root .wzc47-root-body .wzc47-root-body-information .wzc47-root-body-information-mainInformation {  }.wzc47-root .wzc47-root-body .wzc47-root-body-information .wzc47-root-body-information-userInformation .wzc47-root-body-information-userInformation-userInformation{{ item.name }} .wzc47-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc47-root .wzc47-root-body .wzc47-root-body-information .wzc47-root-body-information-userInformation .wzc47-root-body-information-userInformation-userInformation{{ item.name }} .wzc47-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc47-root .wzc47-root-body .wzc47-root-body-information .wzc47-root-body-information-userInformation .wzc47-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc47-root .wzc47-root-body .wzc47-root-body-information .wzc47-root-body-information-userInformation {  }.wzc47-root .wzc47-root-body .wzc47-root-body-information .wzc47-root-body-information-paymentInformation .wzc47-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc47-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc47-root .wzc47-root-body .wzc47-root-body-information .wzc47-root-body-information-paymentInformation .wzc47-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc47-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc47-root .wzc47-root-body .wzc47-root-body-information .wzc47-root-body-information-paymentInformation .wzc47-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc47-root .wzc47-root-body .wzc47-root-body-information .wzc47-root-body-information-paymentInformation {  }.wzc47-root .wzc47-root-body .wzc47-root-body-information {  }.wzc47-root .wzc47-root-body .wzc47-root-body-orderInformation .wzc47-root-body-orderInformation-orderInformationHeader .wzc47-root-body-orderInformation-orderInformationHeader-orderName .wzc47-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc47-root .wzc47-root-body .wzc47-root-body-orderInformation .wzc47-root-body-orderInformation-orderInformationHeader .wzc47-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc47-root .wzc47-root-body .wzc47-root-body-orderInformation .wzc47-root-body-orderInformation-orderInformationHeader .wzc47-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc47-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc47-root .wzc47-root-body .wzc47-root-body-orderInformation .wzc47-root-body-orderInformation-orderInformationHeader .wzc47-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc47-root .wzc47-root-body .wzc47-root-body-orderInformation .wzc47-root-body-orderInformation-orderInformationHeader .wzc47-root-body-orderInformation-orderInformationHeader-orderCount .wzc47-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc47-root .wzc47-root-body .wzc47-root-body-orderInformation .wzc47-root-body-orderInformation-orderInformationHeader .wzc47-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc47-root .wzc47-root-body .wzc47-root-body-orderInformation .wzc47-root-body-orderInformation-orderInformationHeader .wzc47-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc47-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc47-root .wzc47-root-body .wzc47-root-body-orderInformation .wzc47-root-body-orderInformation-orderInformationHeader .wzc47-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc47-root .wzc47-root-body .wzc47-root-body-orderInformation .wzc47-root-body-orderInformation-orderInformationHeader .wzc47-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc47-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc47-root .wzc47-root-body .wzc47-root-body-orderInformation .wzc47-root-body-orderInformation-orderInformationHeader .wzc47-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc47-root .wzc47-root-body .wzc47-root-body-orderInformation .wzc47-root-body-orderInformation-orderInformationHeader {  }.wzc47-root .wzc47-root-body .wzc47-root-body-orderInformation {  }.wzc47-root .wzc47-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc47-root .wzc47-root-support .wzc47-root-support-supportImage {  }.wzc47-root .wzc47-root-support .wzc47-root-support-supportTextBox .wzc47-root-support-supportTextBox-supportQuestion {  }.wzc47-root .wzc47-root-support .wzc47-root-support-supportTextBox .wzc47-root-support-supportTextBox-supportMessage {  }.wzc47-root .wzc47-root-support .wzc47-root-support-supportTextBox {  }.wzc47-root .wzc47-root-support {  }.wzc47-root {  }.wzc47  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc47  .wz-profile-order-details-header { padding-bottom:20px; }.wzc47  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc47  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc47  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc47  .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; }.wzc47  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc47  .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); }.wzc47  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc47  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc47  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc47  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc47  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc47  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc47  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc47  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc47  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc47  .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); }.wzc47  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc47  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc47  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc47  .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; }.wzc47  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc47  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc47  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc47  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc47  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc47  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc47  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc47  .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); }.wzc47  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc47  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc47  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc47  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc47 {  }.wzc45:hover .wzc45-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc45:hover .wzc45-content { color:#E74C3C; }.wzc45:hover {  }.wzc45-bg:after {  }.wzc45-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); }.wzc45-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; }.wzc46:hover .wzc46-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc46:hover .wzc46-content { color:rgb(117,117,117); }.wzc46:hover {  }.wzc46-bg:after {  }.wzc46-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); }.wzc46-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-wzs25 { height:708px;--section-height:708px; }#wze182 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc51-header .wzc51-header-title {  }.wzc51-header .wzc51-header-headerButton {  }.wzc51-header .wzc51-header-editButton {  }.wzc51-header .wzc51-header-removeButton {  }.wzc51-header {  }.wzc51-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; }.wzc51-pagination .wzc51-pagination-paginationButton {  }.wzc51-pagination {  }.wzc51  .wz-profile-addresses-header { margin-bottom:30px; }.wzc51  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc51  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc51  .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; }.wzc51  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc51  .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); }.wzc51  .wz-profile-address-item:hover { border-radius:20px; }.wzc51  .wz-profile-address-location { width:100%;height:200px; }.wzc51  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc51  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc51  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc51  .wz-profile-address-full:hover {  }.wzc51  .wz-profile-address-summary { justify-content:start; }.wzc51  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc51  .wz-profile-address-summary-location p:hover {  }.wzc51  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc51  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc51  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc51  .wz-profile-address-summary-postal-code p:hover {  }.wzc51  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc51  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc51  .wz-profile-address-transferee { text-align:right; }.wzc51  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc51  .wz-profile-address-transferee p:hover {  }.wzc51  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc51  .wz-profile-address-remove-button { height:30px; }.wzc51  .wz-profile-address-edit-button { height:30px; }.wzc51  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc51  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc51  .wz-profile-addresses-no-results-first-text:hover {  }.wzc51  .wz-profile-addresses-no-results-second-text:hover {  }.wzc51 {  }.wzc48:hover .wzc48-bg { background-color:#E74C3C; }.wzc48:hover .wzc48-content { font-size:12px;color:#ffd9d5; }.wzc48:hover {  }.wzc48-bg:after {  }.wzc48-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc48-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; }.wzc49:hover .wzc49-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc49:hover .wzc49-content { font-size:11px;color:#a1a1a1; }.wzc49:hover {  }.wzc49-bg:after {  }.wzc49-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc49-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; }.wzc50:hover .wzc50-bg { background-color:#E74C3C; }.wzc50:hover .wzc50-content { font-size:11px;color:#fff; }.wzc50:hover {  }.wzc50-bg:after {  }.wzc50-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc50-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-wzs26 { height:601px;--section-height:601px; }#wze260 { top:47.4013px;left:893.252px;width:263.969px;height:34.4271px;z-index:1001;text-align:right; }#wze261 { top:150.85px;left:531.229px;width:626px;height:856.649px;z-index:1001;text-align:right; }#wze276 { top:42.2248px;left:15.0087px;width:470px;height:40px;z-index:1000; }.wzc79 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc79  .wz-menu.wz-classic-menu > li .sub-menu { background-color:#6FA8DC;text-align:right; }.wzc79  .wz-menu li > a { padding:0px 15px;font-family:yekan, tahoma, serif;font-size:13px;color:rgba(255, 255, 255, 1); }.wzc79  .wz-menu li.wz-menu-has-children a:after { border-color:rgba(255, 255, 255, 1); }.wzc79 .wz-menu.wz-mega-menu > li > a:hover,.wzc79  .wz-menu.wz-classic-menu > li:hover > a { background-color:rgba(111, 168, 220, 1); }.wzc79  .wz-menu > li.active > a { background-color:rgba(111, 168, 220, 1);color:rgb(0, 0, 0); }.wzc79  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(0, 0, 0); }.wzc79  .wz-menu .sub-menu li > a { padding:5px 15px;color:rgba(255, 255, 255, 1); }.wzc79 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc79  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:#6091be; }.wzc79  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:rgba(255, 255, 255, 1); }.wzc79  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc79 {  }.wzc79-list { border-radius:0px 20px 0px 20px;background-color:rgb(48, 120, 190); }.wzc79-mobile { background-color:rgba(0, 0, 0, 0.2); }#wze277 { top:150.213px;left:15.0156px;width:475.99px;height:449.062px;z-index:1002; }#wze277 .wzc2-img-inner { object-fit:cover; }#wze278 { top:621.065px;left:15.0163px;width:474.948px;height:473.941px;z-index:1003; }#wze278 .wzc2-img-inner { object-fit:cover; }#wz-section-wzs34 { height:1138.39px;--section-height:1138.39px; }.wzc-section-wzs34 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs34-style {  }.wzc-section-wzs34-full { background-image:url(../../uploads/91b6b586d65748d586d398a92ddbafb5.jpg) ;background:;background-color:rgba(166, 166, 166, 0);background-size:cover;background-repeat:no-repeat;background-position:center center;background-attachment:fixed; }.wzc-section-wzs34-full-style {  }.wzc-section-wzs34-full:after { background:;background-color:rgba(255, 255, 255, 0.8); }#wze236 { top:138.947px;left:924.333px;width:226.00069999999994px;height:244.132px;z-index:1000; }.wzc63-content {  }.wzc63 {  }#wze238 { top:64.2937px;left:169.374px;width:43.9896px;height:44.9653px;z-index:1001; }#wze238 .wzc2-img-inner { object-fit:fill; }#wze239 { top:0px;left:25.0107px;width:200.99px;height:23.316px;z-index:1000;text-align:right; }#wze240 { top:144.2px;left:4.2632564145606E-14px;width:221.969px;height:100.816px;z-index:1000;text-align:right; }#wze241 { top:140.702px;left:584.691px;width:260.99px;height:253.993px;z-index:1000; }#wze243 { top:54.9341px;left:191.5017px;width:55.9983px;height:55.9549px;z-index:1001; }#wze243 .wzc2-img-inner { object-fit:fill; }#wze244 { top:0px;left:2.4868995751604E-14px;width:260.99px;height:23.316px;z-index:1000;text-align:right; }#wze245 { top:144.747px;left:34.9893px;width:221.969px;height:100.816px;z-index:1000;text-align:right; }#wze246 { top:143.283px;left:212.018px;width:328.99px;height:243.177px;z-index:1000; }#wze248 { top:53.6951px;left:259.5014px;width:55.9983px;height:55.9549px;z-index:1001; }#wze248 .wzc2-img-inner { object-fit:cover; }#wze249 { top:0px;left:-7.105427357601E-15px;width:328.984px;height:23.316px;z-index:1000;text-align:right; }#wze250 { top:143.508px;left:102.989px;width:221.969px;height:75.6076px;z-index:1000;text-align:right; }#wze251 { top:139.073px;left:10.3436px;width:226.00039999999996px;height:241.059px;z-index:1000; }#wze253 { top:51.7261px;left:145.5px;width:78.9896px;height:70.9549px;z-index:1001; }#wze253 .wzc2-img-inner { object-fit:fill; }#wze254 { top:0px;left:20.0104px;width:205.99px;height:23.316px;z-index:1000;text-align:right; }#wze255 { top:141.538px;left:0px;width:221.969px;height:100.816px;z-index:1000;text-align:right; }#wze263 { top:44px;left:527.022px;width:115.977px;height:42.2049px;z-index:1000;text-align:right; }#wz-section-wzs33 { height:450.677px;--section-height:450.677px; }.wzc-section-wzs33 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs33-style {  }.wzc-section-wzs33-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs33-full-style {  }.wzc-section-wzs33-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze232 { top:115.958px;left:239.368px;width:691.271px;height:743.594px;z-index:1000; }.wzc75-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc75-img .wzc75-img-inner { width:100%;height:100%;float:left; }.wzc75-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc75 .wzc75-img .wzc75-img-inner { filter:none; }.wzc75 .wzc75-img { background-color:unset; }.wzc75 {  }#wze232 .wzc75-img-inner { object-fit:fill; }#wze264 { top:40px;left:308.016px;width:553.997px;height:42.2049px;z-index:1000;text-align:right; }#wz-section-wzs32 { height:858.663px;--section-height:858.663px; }.wzc-section-wzs32 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs32-full { background:;background-color:rgba(255, 255, 255, 0);background-image:url(../../uploads/3836170158a041278d41ec5bdc7ad155.jpg) ;background-position:bottom left;background-attachment:fixed; }.wzc-section-wzs32-full:after { background:;background-color:rgba(255, 255, 255, 0.8); }#wz-section-wzs-default { height:200px;--section-height:200px; }[data-page=p1] #wz-root-background { background-color:rgba(255, 255, 255, 0);background-attachment:none; }[data-page=p14] #wz-root-background { background-color:rgba(255, 255, 255, 0);background-attachment:none; }@media only screen and (max-width : 768px) {#wze117 { top:28.0195px;left:0.004608px;bottom:auto;right:auto;width:50px;height:44px;display:block;z-index:1000; }#wze118 { top:24.4653px;left:173.501px;bottom:auto;right:auto;width:121px;height:51.0938px;display:block;z-index:1000;text-align:right; }#wze191 { top:129.763px;left:19.0008px;bottom:auto;right:auto;width:95px;height:40px;display:none;z-index:1000; }#wze266 { top:78.6906px;left:130.998px;bottom:auto;right:auto;width:206px;height:22.2049px;z-index:1000;text-align:right; }#wz-section-header { height:100px;--section-height:100px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze4 { top:0.0090699px;left:417.992px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze184 { top:52.5839px;left:25.0041px;bottom:auto;right:auto;width:418px;height:34.4271px;display:block;z-index:1000;text-align:right; }#wz-section-wzs1 { height:399.132px;--section-height:399.132px; }.wzc-section-wzs1 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs1-full { background-size:cover;background-repeat:no-repeat;background-position:right center; }#wze19 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:122.205px;display:block;z-index:1000;text-align:center; }#wze189 { top:157.23px;left:18.5px;bottom:auto;right:auto;width:431px;height:347.778px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs4 { height:524.288px;--section-height:524.288px; }.wzc-section-wzs4-full { background-size:cover;background-repeat:no-repeat;background-position:right center; }#wze14 { top:401.925px;left:4.38527px;bottom:auto;right:auto;width:461.25px;height:412.726px;display:block;z-index:1000; }#wze15 { top:15px;left:97px;bottom:auto;right:auto;width:274px;height:52.2049px;display:block;z-index:1000;text-align:right; }#wze186 { top:79.259px;left:15px;bottom:auto;right:auto;width:438px;height:323.316px;display:block;z-index:1000;text-align:right; }#wze187 { top:856.085px;left:15px;bottom:auto;right:auto;width:438px;height:276.649px;display:block;z-index:1000;text-align:right; }#wz-section-wzs3 { height:1135.24px;--section-height:1135.24px; }.wzc-section-wzs3 { background:;background-color:rgba(255, 255, 255, 0); }#wze57 { top:5px;left:7px;bottom:auto;right:auto;width:454px;height:183.316px;display:block;z-index:1000;text-align:center; }#wze58 { top:198.108px;left:144px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wz-section-wzs10 { height:249.288px;--section-height:249.288px; }.wzc-section-wzs10 { background:;background-color:rgba(255, 255, 255, 0.5); }.wzc-section-wzs10-full { background-size:cover;background-repeat:no-repeat;background-position:left center; }#wze194 { top:15px;bottom:auto;right:auto;height:401px;display:block;z-index:1000; }#wze194 .wz-gallery.wz-gallery-grid li { width:calc(100% / 3);height:133px;padding:0px; }#wze195 { top:431px;left:15px;bottom:auto;right:auto;width:438px;height:100.851px;display:block;z-index:1000; }#wz-section-wzs5 { height:550.139px;--section-height:550.139px; }.wzc-section-wzs5-full { background-size:cover;background-repeat:no-repeat;background-position:left center; }#wze196 { top:85.3049px;left:3.02019px;bottom:auto;right:auto;width:461.969px;height:438.125px;display:block;z-index:1000; }#wze197 { top:15px;left:31.5px;bottom:auto;right:auto;width:405px;height:52.2049px;display:block;z-index:1000;text-align:right; }#wze198 { top:536.096px;left:15px;bottom:auto;right:auto;width:438px;height:471.094px;display:block;z-index:1000;text-align:right; }#wz-section-wzs29 { height:1034.05px;--section-height:1034.05px; }#wze201 { top:33.0104px;left:300.992px;bottom:auto;right:auto;width:100.521px;height:90px;display:block;z-index:1000; }#wz-section-wzs14 { height:200px;--section-height:200px; }.wzc-section-wzs14 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs14-full { background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze96 { top:15.003px;left:17px;bottom:auto;right:auto;width:438px;height:171.111px;display:block;z-index:1000; }#wze97 { top:0px;left:300.5px;bottom:auto;right:auto;width:50px;height:43px;display:block;z-index:1000; }#wze98 { top:9.5px;left:103.5px;bottom:auto;right:auto;width:180px;height:30px;display:block;z-index:1000;text-align:right; }#wze99 { top:79.1318px;left:87.5px;bottom:auto;right:auto;width:263px;height:21.0938px;display:block;z-index:1000;text-align:right; }#wze100 { top:119.277px;left:320.5px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze101 { top:119.891px;left:275.5px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze106 { top:376.502px;left:15px;bottom:auto;right:auto;width:438px;height:217.101px;display:block;z-index:1000; }#wze107 { top:0px;left:170.414px;bottom:auto;right:auto;width:180px;height:30px;display:block;z-index:1000;text-align:right; }#wze108 { top:50.2326px;left:320.414px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze109 { top:105.728px;left:320.415px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze110 { top:164.229px;left:320.587px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze111 { top:101.412px;left:182.084px;bottom:auto;right:auto;width:100px;height:22.2049px;display:block;z-index:1000;text-align:right; }#wze112 { top:50.2222px;left:89.0859px;bottom:auto;right:auto;width:194px;height:22.2049px;display:block;z-index:1000;text-align:right; }#wze113 { top:169.294px;left:91.8359px;bottom:auto;right:auto;width:192px;height:22.2049px;display:block;z-index:1000;text-align:right; }#wze202 { top:125.112px;left:182.51px;bottom:auto;right:auto;width:100px;height:22.2049px;z-index:1000;text-align:right; }#wze114 { top:220.902px;left:86.82px;bottom:auto;right:auto;width:289px;height:165.99px;display:block;z-index:1000; }#wze115 { top:602.967px;bottom:auto;right:auto;height:48.8715px;display:block;z-index:1000; }#wze116 { top:15px;left:46.5px;bottom:auto;right:auto;width:375px;height:18.8715px;display:block;z-index:1000;text-align:right; }#wz-section-footer { height:717.083px;--section-height:717.083px; }#wze144 { top:218.1px;left:8.01021px;bottom:auto;right:auto;width:444.948px;height:32.2049px;display:block;z-index:1000;text-align:right; }#wze165 { top:51.0052px;left:82.0066px;bottom:auto;right:auto;width:304px;height:34.4271px;display:block;z-index:1000;text-align:center; }#wze166 { top:146.106px;left:5.52076px;bottom:auto;right:auto;width:456.962px;height:48.8889px;display:block;z-index:1000;text-align:center; }#wze265 { top:-1.52e-05px;left:418px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs7 { height:341.059px;--section-height:341.059px; }.wzc-section-wzs7 { background:;background-color:rgba(255, 255, 255, 0); }#wze146 { top:43px;left:15px;bottom:auto;right:auto;width:438px;height:714px;display:block;z-index:1000; }#wze146 .wz-gallery.wz-gallery-grid li { width:438px;height:137px;padding:10px; }#wz-section-wzs18 { height:815.972px;--section-height:815.972px; }#wz-section-wzs27 { height:15px;--section-height:15px; }#wze178 { top:232.92px;left:15px;bottom:auto;right:auto;width:438px;height:491.853px;display:block;z-index:1000; }#wze183 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:202.92px;z-index:1000; }#wz-section-wzs22 { height:739.772px;--section-height:739.772px; }#wze179 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs23 { height:672.00001525879px;--section-height:672.00001525879px; }#wze180 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.129px;display:block;z-index:1000; }.wzc44  .wz-profile-orders-header p { font-size:16px; }.wzc44  .wz-profile-orders-header-option { font-size:10px; }.wzc44  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc44  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs24 { height:410.12501525879px;--section-height:410.12501525879px; }#wze181 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.696px;display:block;z-index:1000; }.wzc47  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc47  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc47  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc47  [data-name=total_include_tax] { padding:10px; }.wzc47  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc47  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc47  .wz-profile-order-details-order-detail { font-size:10px; }.wzc47  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc47  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc47  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs25 { height:568.69201525879px;--section-height:568.69201525879px; }#wze182 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.429px;display:block;z-index:1000; }#wz-section-wzs26 { height:513.42901525879px;--section-height:513.42901525879px; }#wze260 { top:51.0026px;left:102.539px;bottom:auto;right:auto;width:262.951px;height:34.4444px;display:block;z-index:1000;text-align:right; }#wze261 { top:122.991px;left:15.0127px;bottom:auto;right:auto;width:437.995px;height:1154.43px;display:block;z-index:1000;text-align:right; }#wze276 { top:0.0115729px;left:418px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wze277 { top:1295.19px;left:14.5385px;bottom:auto;right:auto;width:438.941px;height:419.167px;z-index:1000; }#wze278 { top:1743.17px;left:14.0227px;bottom:auto;right:auto;width:439.965px;height:437.066px;z-index:1000; }#wz-section-wzs34 { height:2191.41px;--section-height:2191.41px; }#wze236 { top:88.3267px;left:123.017px;bottom:auto;right:auto;width:221.97859999999997px;height:217.604px;display:block;z-index:1000; }#wze238 { top:49.7673px;left:160.5927px;bottom:auto;right:auto;width:43.9896px;height:44.9653px;display:block;z-index:1000; }#wze239 { top:-3.9968e-15px;left:20.9886px;bottom:auto;right:auto;width:200.99px;height:23.316px;display:block;z-index:1000;text-align:right; }#wze240 { top:117.344px;left:-1.7763568394003E-15px;bottom:auto;right:auto;width:221.969px;height:100.816px;display:block;z-index:1000;text-align:right; }#wze241 { top:354.058px;left:86.7551px;bottom:auto;right:auto;width:261.0081px;height:215.156px;display:block;z-index:1000; }#wze243 { top:39.9833px;left:195.21px;bottom:auto;right:auto;width:55.9896px;height:55.9549px;display:block;z-index:1000; }#wze244 { top:1.06581e-14px;left:-3.5527136788005E-15px;bottom:auto;right:auto;width:260.99px;height:23.316px;display:block;z-index:1000;text-align:right; }#wze245 { top:115.072px;left:39.0391px;bottom:auto;right:auto;width:221.969px;height:100.816px;display:block;z-index:1000;text-align:right; }#wze246 { top:631.195px;left:19.7624px;bottom:auto;right:auto;width:328.99px;height:192.17px;display:block;z-index:1000; }#wze248 { top:43.8969px;left:263.337px;bottom:auto;right:auto;width:55.9896px;height:55.9549px;display:block;z-index:1000; }#wze249 { top:-5.00155e-14px;left:-1.7763568394003E-15px;bottom:auto;right:auto;width:328.99px;height:23.316px;display:block;z-index:1000;text-align:right; }#wze250 { top:117.424px;left:97.3586px;bottom:auto;right:auto;width:221.969px;height:75.6076px;display:block;z-index:1000;text-align:right; }#wze251 { top:884.366px;left:120.79px;bottom:auto;right:auto;width:228.5686px;height:232.257px;display:block;z-index:1000; }#wze253 { top:45.6008px;left:149.579px;bottom:auto;right:auto;width:78.9896px;height:70.9549px;display:block;z-index:1000; }#wze254 { top:-5.06262e-14px;left:15.97835px;bottom:auto;right:auto;width:205.99px;height:23.316px;display:block;z-index:1000;text-align:right; }#wze255 { top:132.216px;left:-5.3290705182008E-15px;bottom:auto;right:auto;width:221.969px;height:100.816px;display:block;z-index:1000;text-align:right; }#wze263 { top:15px;left:174.525px;bottom:auto;right:auto;width:118.984px;height:42.2049px;display:block;z-index:1000;text-align:right; }#wz-section-wzs33 { height:1132.67px;--section-height:1132.67px; }#wze232 { top:113.812px;left:15px;bottom:auto;right:auto;width:438px;height:471.111px;display:block;z-index:1000; }#wze264 { top:15px;left:30.0311px;bottom:auto;right:auto;width:407.943px;height:84.4445px;display:block;z-index:1000;text-align:right; }#wz-section-wzs32 { height:599.861px;--section-height:599.861px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze117 { top:24.6633px;left:0.0009999px;bottom:auto;right:auto;width:73px;height:70px;display:block;z-index:1000; }#wze118 { top:34.1232px;left:323.507px;bottom:auto;right:auto;width:121px;height:51.0938px;display:block;z-index:1000;text-align:right; }#wze191 { top:41.3436px;left:94.0001px;bottom:auto;right:auto;width:180px;height:40px;display:none;z-index:1000; }#wze266 { top:97.3117px;left:281.004px;bottom:auto;right:auto;width:206px;height:22.2049px;z-index:1000;text-align:right; }#wz-section-header { height:119.323px;--section-height:119.323px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze4 { top:2.82e-05px;left:718.01px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze184 { top:18.4564px;left:176.008px;bottom:auto;right:auto;width:416px;height:34.4271px;z-index:1000;text-align:right; }#wz-section-wzs1 { height:359.08px;--section-height:359.08px; }.wzc-section-wzs1-full { background-size:cover;background-repeat:no-repeat; }#wze19 { top:16.0054px;left:108px;bottom:auto;right:auto;width:552px;height:61.0938px;display:block;z-index:1000;text-align:center; }#wze189 { top:91.5911px;left:15.4897px;bottom:auto;right:auto;width:737px;height:250px;z-index:1000;text-align:justify; }#wz-section-wzs4 { height:373.09px;--section-height:373.09px; }.wzc-section-wzs4 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs4-full { background-size:contain;background-repeat:no-repeat;background-position:top right; }#wze14 { top:77.3019px;left:0.0521585px;bottom:auto;right:auto;width:380.438px;height:348.976px;display:block;z-index:1000; }#wze15 { top:15px;left:252px;bottom:auto;right:auto;width:264px;height:52.2049px;display:block;z-index:1000;text-align:right; }#wze186 { top:80.3209px;left:377.985px;bottom:auto;right:auto;width:377px;height:372.205px;z-index:1000;text-align:right; }#wze187 { top:441.265px;left:19.9164px;bottom:auto;right:auto;width:738px;height:200px;z-index:1000;text-align:right; }#wz-section-wzs3 { height:661.493px;--section-height:661.493px; }#wze57 { top:60.4192px;left:95.002px;bottom:auto;right:auto;width:578px;height:122.205px;display:block;z-index:1000;text-align:center; }#wze58 { top:208.533px;left:294px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wz-section-wzs10 { height:299.583px;--section-height:299.583px; }.wzc-section-wzs10 { background:;background-color:rgba(255, 255, 255, 0.5); }.wzc-section-wzs10-full { background-size:cover;background-repeat:no-repeat;background-position:bottom; }#wze194 { top:0.0001717px;bottom:auto;right:auto;height:352px;z-index:1000; }#wze194 .wz-gallery.wz-gallery-grid li { width:calc(100% / 3);height:117px;padding:0px; }#wze195 { top:350.505px;left:16.0103px;bottom:auto;right:auto;width:736px;height:100.851px;z-index:1000; }#wz-section-wzs5 { height:470.035px;--section-height:470.035px; }.wzc-section-wzs5-full { background-size:cover;background-repeat:no-repeat;background-position:bottom left; }#wze196 { top:86.644px;left:14.9165px;bottom:auto;right:auto;width:366px;height:349.132px;display:block;z-index:1000; }#wze197 { top:15px;left:181.5px;bottom:auto;right:auto;width:405px;height:52.2049px;display:block;z-index:1000;text-align:right; }#wze198 { top:86.6451px;left:391.344px;bottom:auto;right:auto;width:363px;height:544.427px;display:block;z-index:1000;text-align:right; }#wz-section-wzs29 { height:657.309px;--section-height:657.309px; }#wze201 { top:83px;left:564.479px;bottom:auto;right:auto;width:155.521px;height:164px;z-index:1000; }#wz-section-wzs14 { height:350px;--section-height:350px; }#wze96 { top:15.0123px;left:491.993px;bottom:auto;right:auto;width:263px;height:189.722px;display:block;z-index:1000; }#wze97 { top:0px;left:213px;bottom:auto;right:auto;width:50px;height:44px;display:block;z-index:1000; }#wze98 { top:5.5px;left:16px;bottom:auto;right:auto;width:180px;height:30px;display:block;z-index:1000;text-align:right; }#wze99 { top:76.8815px;left:0px;bottom:auto;right:auto;width:263px;height:21.0938px;display:block;z-index:1000;text-align:right; }#wze100 { top:133.327px;left:232px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze101 { top:132.647px;left:188px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze106 { top:15.0003px;left:0.0088099px;bottom:auto;right:auto;width:271.167px;height:192.205px;display:block;z-index:1000; }#wze107 { top:0px;left:83.0002px;bottom:auto;right:auto;width:180px;height:30px;display:block;z-index:1000;text-align:right; }#wze108 { top:50.1212px;left:233px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze109 { top:99.6162px;left:233.001px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze110 { top:149.118px;left:233.173px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze111 { top:99.1197px;left:0.672063px;bottom:auto;right:auto;width:195px;height:22.2049px;display:block;z-index:1000;text-align:right; }#wze112 { top:50.1112px;left:1.67188px;bottom:auto;right:auto;width:194px;height:22.2049px;display:block;z-index:1000;text-align:right; }#wze113 { top:153.631px;left:15px;bottom:auto;right:auto;width:196px;height:22.2049px;display:block;z-index:1000;text-align:right; }#wze202 { top:121.655px;left:0.672063px;bottom:auto;right:auto;width:195px;height:22.2049px;display:block;z-index:1000;text-align:right; }#wze114 { top:15.0136px;left:372.117px;bottom:auto;right:auto;width:107px;height:135px;display:block;z-index:1000; }#wze115 { top:221.379px;bottom:auto;right:auto;height:49.8958px;display:block;z-index:1000; }#wze116 { top:15px;left:512px;bottom:auto;right:auto;width:249px;height:18.8715px;display:block;z-index:1000;text-align:right; }#wz-section-footer { height:306.684px;--section-height:306.684px; }#wze144 { top:195px;left:160.5px;bottom:auto;right:auto;width:447px;height:32px;display:block;z-index:1000;text-align:right; }#wze165 { top:80px;left:232px;bottom:auto;right:auto;width:304px;height:35px;display:block;z-index:1000;text-align:center; }#wze166 { top:130px;left:157px;bottom:auto;right:auto;width:454px;height:50px;display:block;z-index:1000;text-align:center; }#wze265 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs7 { height:309px;--section-height:309px; }#wze146 { top:32px;left:15px;bottom:auto;right:auto;width:738px;height:714px;display:block;z-index:1000; }#wze146 .wz-gallery.wz-gallery-grid li { width:738px;height:137px;padding:10px; }#wz-section-wzs18 { height:797px;--section-height:797px; }#wz-section-wzs27 { height:15px;--section-height:15px; }#wze178 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.268px;display:block;z-index:1000; }#wze183 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs22 { height:701.26801525879px;--section-height:701.26801525879px; }#wze179 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs23 { height:1005.0000152588px;--section-height:1005.0000152588px; }#wze180 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.763px;display:block;z-index:1000; }#wz-section-wzs24 { height:563.75901525879px;--section-height:563.75901525879px; }#wze181 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.942px;display:block;z-index:1000; }#wz-section-wzs25 { height:830.94201525879px;--section-height:830.94201525879px; }#wze182 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.821px;display:block;z-index:1000; }#wz-section-wzs26 { height:737.81701525879px;--section-height:737.81701525879px; }#wze260 { top:30.6788px;left:246.027px;bottom:auto;right:auto;width:275.969px;height:34.4271px;display:block;z-index:1000;text-align:right; }#wze261 { top:104.382px;left:71.0051px;bottom:auto;right:auto;width:625.99px;height:856.649px;display:block;z-index:1000;text-align:right; }#wze276 { top:0.0050439px;left:718px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wze277 { top:992.302px;left:146.008px;bottom:auto;right:auto;width:475.99px;height:449.028px;z-index:1000; }#wze278 { top:1483.88px;left:146.527px;bottom:auto;right:auto;width:474.948px;height:473.941px;z-index:1000; }#wz-section-wzs34 { height:1988.52px;--section-height:1988.52px; }#wze236 { top:78px;left:464.005px;bottom:auto;right:auto;width:226.00069999999994px;height:243.993px;display:block;z-index:1000; }#wze238 { top:63.5316px;left:170.374px;bottom:auto;right:auto;width:43.9896px;height:44.9653px;display:block;z-index:1000; }#wze239 { top:0px;left:25.0107px;bottom:auto;right:auto;width:200.99px;height:23.316px;display:block;z-index:1000;text-align:right; }#wze240 { top:143.45px;left:-1.4210818860808E-14px;bottom:auto;right:auto;width:221.969px;height:100.816px;display:block;z-index:1000;text-align:right; }#wze241 { top:78px;left:56.005px;bottom:auto;right:auto;width:243.495px;height:255.156px;display:block;z-index:1000; }#wze243 { top:54.12px;left:191.502px;bottom:auto;right:auto;width:55.9896px;height:55.9549px;display:block;z-index:1000; }#wze244 { top:0px;left:2.4869e-14px;bottom:auto;right:auto;width:260.99px;height:23.316px;display:block;z-index:1000;text-align:right; }#wze245 { top:143.945px;left:34.9893px;bottom:auto;right:auto;width:221.969px;height:100.816px;display:block;z-index:1000;text-align:right; }#wze246 { top:341.485px;left:364.02px;bottom:auto;right:auto;width:328.99px;height:218.229px;display:block;z-index:1000; }#wze248 { top:52.9746px;left:266.501px;bottom:auto;right:auto;width:55.9896px;height:55.9549px;display:block;z-index:1000; }#wze249 { top:0px;left:0px;bottom:auto;right:auto;width:328.99px;height:23.316px;display:block;z-index:1000;text-align:right; }#wze250 { top:142.799px;left:87.989px;bottom:auto;right:auto;width:221.969px;height:75.6076px;display:block;z-index:1000;text-align:right; }#wze251 { top:341.496px;left:91.005px;bottom:auto;right:auto;width:243.495px;height:255.156px;display:block;z-index:1000; }#wze253 { top:50.912px;left:145.5px;bottom:auto;right:auto;width:78.9896px;height:70.9549px;display:block;z-index:1000; }#wze254 { top:0px;left:20.0104px;bottom:auto;right:auto;width:205.99px;height:23.316px;display:block;z-index:1000;text-align:right; }#wze255 { top:140.736px;left:0px;bottom:auto;right:auto;width:221.969px;height:100.816px;display:block;z-index:1000;text-align:right; }#wze263 { top:16px;left:326.506px;bottom:auto;right:auto;width:114.987px;height:42.2049px;display:block;z-index:1000;text-align:right; }#wz-section-wzs33 { height:612.413px;--section-height:612.413px; }#wze232 { top:72.3589px;left:38.3751px;bottom:auto;right:auto;width:691.263px;height:743.594px;display:block;z-index:1000; }#wze264 { top:24px;left:107.006px;bottom:auto;right:auto;width:553.984px;height:42.2049px;display:block;z-index:1000;text-align:right; }#wz-section-wzs32 { height:830.833px;--section-height:830.833px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 1170px) {#wze194 .wz-gallery.wz-gallery-grid li { width:calc(100% / 3);height:133px;padding:0px; }#wze146 .wz-gallery.wz-gallery-grid li { width:380px;height:342px;padding:10px; }}