.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:239, 245, 247;--color_1_2:243, 242, 243;--color_1_3:153, 153, 153;--color_1_4:238, 238, 238;--color_1_5:204, 204, 204;--color_2_1:138, 185, 227;--color_2_2:125, 177, 224;--color_2_3:0, 113, 220;--color_2_4:111, 168, 220;--color_2_5:11, 83, 148;--color_3_1:119, 119, 119;--color_3_2:104, 104, 104;--color_3_3:102, 102, 102;--color_3_4:87, 87, 87;--color_3_5:68, 68, 68;--color_4_1:250, 210, 127;--color_4_2:249, 205, 113;--color_4_3:247, 192, 77;--color_4_4:248, 199, 97;--color_4_5:247, 193, 79;--color_5_1:245, 134, 145;--color_5_2:244, 121, 133;--color_5_3:241, 70, 87;--color_5_4:243, 106, 119;--color_5_5:242, 89, 104;}
                          .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:0px;height:105.938px;z-index:1000; }.wzc26-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(206, 24, 106); }.wzc26-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc26-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; }#wze127 { top:12.5085px;left:140.808px;width:171px;height:38.5px;z-index:1000; }.wzc27-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:; }.wzc27-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze130 { top:3.5935px;left:61.5436px;width:30px;height:30px;z-index:1000; }.wzc119 { overflow:hidden; }.wzc119-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(255, 255, 255); }#wze131 { top:3.5885px;left:120.864px;width:30px;height:30px;z-index:1000; }.wzc115 { overflow:hidden; }.wzc115-shape { width:100%;height:100%;stroke-width:0px;stroke:rgba(0, 0, 0, 1);fill:rgb(255, 255, 255); }#wze132 { top:3.5937px;left:5.29663px;width:30px;height:30px;z-index:1000; }#wze138 { top:67.3814px;left:98.2242px;width:204.547px;height:32.8125px;z-index:1000; }.wzc29  .wz-member-arrow {  }.wzc29  .wz-member-welcome {  }.wzc29 {  }.wzc29-links  .wz-member-link:hover { color:rgb(247, 192, 77); }.wzc29-links { font-size:21px;color:rgb(255, 255, 255);font-family:iransans_fa; }.wzc29-actions  li:hover { color:rgb(3, 31, 66); }.wzc29-actions { font-size:13px;color:rgb(3, 31, 66);font-family:iransans_fa;background-color:rgb(255, 255, 255);border-color:rgb(98, 175, 101);border-width:1px;border-style:solid;border-radius:5px; }#wze140 { top:2.53826px;left:1065.15px;width:100px;height:100px;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; }#wze140 .wzc2-img-inner { object-fit:cover; }#wze141 { top:25px;left:926.216px;width:129.983px;height:51.0938px;z-index:1000;text-align:center; }.wzc8 { height:auto; }.wzc8-text { width:100%;height:auto; }#wze143 { top:62.5013px;left:341.711px;width:565px;height:30px;z-index:1000; }.wzc32 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc32  .wz-menu.wz-classic-menu > li .sub-menu { box-shadow:-29px -50px 20px 6px  ; }.wzc32  .wz-menu > li { padding-left:0px; }.wzc32  .wz-menu li > a { padding:0px 15px;font-family:iransansdn;font-size:15px;color:rgb(255, 255, 255); }.wzc32 .wz-menu.wz-mega-menu li > a:hover,.wzc32  .wz-menu.wz-classic-menu li:hover > a { color:rgb(0, 0, 0); }.wzc32  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(255, 255, 255); }.wzc32 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc32  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(0, 0, 0); }.wzc32 .wz-menu.wz-mega-menu > li > a:hover,.wzc32  .wz-menu.wz-classic-menu > li:hover > a { background-color:rgba(255, 255, 255, 0); }.wzc32  .wz-menu > li.active > a { color:rgb(0, 0, 0); }.wzc32  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(0, 0, 0); }.wzc32  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc32 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc32  .wz-menu.wz-classic-menu .sub-menu li:hover > a { color:rgb(0, 0, 0); }.wzc32  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:rgb(255, 255, 255); }.wzc32 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc32  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(0, 0, 0); }.wzc32  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc32 {  }.wzc32-list {  }.wzc32-mobile { background-color:rgb(206, 24, 106); }#wze149 { top:17.5096px;left:46.9137px;width:64px;height:66.1979px;z-index:1000; }.wzc42-container .wzc42-container-icon { fill:rgb(255, 255, 255); }.wzc42-container .wzc42-container-count { color:rgb(255, 255, 255);font-size:22px;font-family:iransans_fa; }.wzc42-container .wzc42-container-bubble { background-color:rgb(255, 255, 255); }.wzc42-container {  }.wzc42-text { color:rgb(255, 255, 255);font-size:25px;font-family:iransans_fa; }.wz-shop-mini-cart-container .cart-shop-mini-button.cart-shop-mini-button-primary { background: rgb(153, 153, 153) }.wz-shop-mini-cart-container .cart-shop-mini-button { background: rgb(247, 192, 77) }.wz-shop-mini-cart-container .wz-shop-mini-cart > header { background: rgb(3, 31, 66) }#wze150 { top:15.0058px;left:338.219px;width:560px;height:36.9375px;z-index:1000; }.wzc44-form .wzc44-form-input { background-color:rgb(238, 238, 238);border-style:solid;border-color:rgb(153, 153, 153);border-width:0px;box-shadow:none;color:#000;font-size:13px;font-family:iransans_fa;border-radius:0px 10px 10px 0px ; }.wzc44-form .wzc44-form-submit {  }.wzc44-form { height:100%; }.wzc45:hover .wzc45-bg { background-color:rgb(0, 113, 220); }.wzc45:hover .wzc45-content { color:rgb(255, 255, 255); }.wzc45:hover {  }.wzc45-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(238, 238, 238);border-radius:10px 0px 0px 10px ; }.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:iransans_fa;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:rgb(153, 153, 153); }#wze501 { top:27.9955px;left:1200.94px;width:130px;height:45px;z-index:1000; }.wzc133-code .wzc133-code-default { position:absolute;left:0px;top:0px;width:100%;height:100%;background-color:#ccc; }.wzc133-code { position:absolute;left:0px;top:0px;width:100%;height:100%; }#wze513 { top:36.2231px;left:-194.801px;width:160px;height:30px;z-index:1000; }#wz-section-header { height:105.122px;--section-height:105.122px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full { background-color:rgb(255, 255, 255);box-shadow:5px 9px 13px 0px rgba(0, 0, 0, 0.06) ;background:; }.wzc-section-header-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze383 { top:3.6953px;left:-0.500953px;width:1170.99px;height:398.75px;z-index:1000; }.wzc130 .wz-gallery > li > figure,.wzc130  .wz-gallery > li > figure:before,.wzc130  .wz-gallery > li > figure:after,.wzc130  .wz-gallery > li > figure > figcaption,.wzc130  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc130  .wz-gallery-caption { text-align:left; }.wzc130  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc130  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc130  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:cover; }.wzc130 {  }.wzc130-slider .wzc130-slider-items {  }.wzc130-slider  .flex-direction-nav a:before { color:#999; }.wzc130-slider {  }#wze417 { top:137px;left:679.665px;width:587.969px;height:67.7604px;z-index:1000;text-align:left; }#wze492 { top:19.0399px;left:1206.95px;width:110px;height:67.9861px;z-index:1000; }#wze502 { top:29.1144px;left:1205.93px;width:98.9757px;height:45.9896px;z-index:1000; }#wz-section-wzs54 { height:399.462px;--section-height:399.462px; }.wzc-section-wzs54 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs54-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs54-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze139 { top:26.2617px;left:878.252px;width:248px;height:88.75px;z-index:1000; }#wze151 { top:4.26495px;left:150.086px;width:394.444px;height:530.938px;z-index:1000; }#wze151 .wzc2-img-inner { object-fit:fill; }#wze152 { top:26.2462px;left:484.532px;width:653.487px;height:462.552px;z-index:1000; }#wze154 { top:6.09726px;left:26.4667px;width:620px;height:126.649px;z-index:1000;text-align:right; }#wze156 { top:179.894px;left:102.617px;width:551px;height:194.375px;z-index:1001;text-align:right; }#wze157 { top:394.074px;left:432.894px;width:215px;height:54.7049px;z-index:1000; }.wzc47:hover .wzc47-bg { background-color:rgb(247, 192, 77); }.wzc47:hover .wzc47-content { color:rgb(68, 68, 68); }.wzc47:hover {  }.wzc47-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(0, 113, 220);border-radius:10px; }.wzc47-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze363 { top:396.716px;left:198.642px;width:215px;height:54.7049px;z-index:1000; }#wz-section-wzs18 { height:534.427px;--section-height:534.427px; }.wzc-section-wzs18 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs18-full { background-color:rgb(248, 247, 230);background-image:url(../../uploads/640a3db3a0e140c78592bbd01fa7012b.png);background-size:auto;background-repeat:no-repeat;background-position:bottom left;background:; }.wzc-section-wzs18-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze424 { top:0.015355px;height:572.899px;z-index:1000; }.wzc156-bg { top:0px;bottom:10px;left:0px;right:0;position:absolute;background-color:rgba(206, 24, 106, 0.76);border-color:#795548;border-radius:5px; }.wzc156-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px; }.wzc156-triangle { bottom:0;left:50%;margin-left:-10px;position:absolute;border:solid transparent;border-width:10px 10px 0 10px;border-top-color:#795548; }.wzc156-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; }#wze425 { top:315.309px;left:792.331px;width:364px;height:158.316px;z-index:1000; }.wzc79-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff;box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.09) ;border-radius:10px; }.wzc79-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }#wze426 { top:18.3125px;left:12.8289px;width:337px;height:123.316px;z-index:1000;text-align:right; }#wze427 { top:106.085px;left:275.007px;width:620px;height:54.4271px;z-index:1000;text-align:center; }#wze428 { top:260.965px;left:808.002px;width:330px;height:38.8889px;z-index:1000;text-align:right; }#wze435 { top:319.307px;left:407.339px;width:364px;height:158.316px;z-index:1000; }#wze436 { top:14.3215px;left:14.1719px;width:337px;height:123.316px;z-index:1000;text-align:right; }#wze437 { top:264.967px;left:423.009px;width:330px;height:38.8889px;z-index:1000;text-align:right; }#wze438 { top:316.605px;left:23.671px;width:364px;height:157.292px;z-index:1000; }#wze439 { top:16.508px;left:14.1721px;width:337px;height:123.316px;z-index:1000;text-align:right; }#wze440 { top:262.278px;left:39.3282px;width:330px;height:38.8889px;z-index:1000;text-align:right; }#wze485 { top:60.0685px;left:58.404px;width:181.984px;height:181.969px;z-index:1003; }#wze485 .wzc2-img-inner { object-fit:fill; }#wze486 { top:56.3185px;left:946.191px;width:177.531px;height:183.75px;z-index:1002; }#wze486 .wzc2-img-inner { object-fit:cover; }#wz-section-wzs57 { height:571.58px;--section-height:571.58px; }.wzc-section-wzs57 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs57-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs57-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze382 { top:36.0113px;left:269.002px;width:632px;height:78px;z-index:1003; }.wzc131:hover .wzc131-bg { background-color:#B72B1C; }.wzc131:hover .wzc131-content {  }.wzc131:hover {  }.wzc131-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(206, 24, 106);border-style:solid;border-width:2px;border-color:#B72B1C;border-radius:25px; }.wzc131-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:30px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze507 { top:142.193px;left:3.71543px;width:1163.96px;height:927.031px;z-index:1000; }.wzc182-breadcrumb {  }.wzc182  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc182  .wz-shop-product { margin:15px;padding:0px;text-align:center; }.wzc182  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc182  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc182  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px; }.wzc182  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc182  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc182  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc182  .wz-shop-product .wz-shop-product-image img { object-fit:cover; }.wzc182  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc182  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc182  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc182  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc182 {  }.wzc182-products {  }.wzc182-topBar {  }.wzc182-filter {  }#wze507 .wz-shop-product .wz-shop-product-image { padding-top: 133.33333% }#wze507 .wz-shop-top-bar { margin-right: 15px }.wzc5:hover .wzc5-bg:after { width:90%;opacity:1; }.wzc5:hover .wzc5-bg {  }.wzc5:hover .wzc5-content { color:#fff; }.wzc5:hover {  }.wzc5-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%); }.wzc5-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#999999;border-width:3px;overflow:hidden; }.wzc5-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999999; }.wzc170-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc170-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc37:hover .wzc37-bg:after { width:90%;opacity:1; }.wzc37:hover .wzc37-bg {  }.wzc37:hover .wzc37-content { color:#fff; }.wzc37:hover {  }.wzc37-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#FF7043;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%); }.wzc37-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#FF7043;border-width:3px;overflow:hidden; }.wzc37-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#FF7043; }#wz-section-wzs28 { height:1151.16px;--section-height:1151.16px; }.wzc-section-wzs28 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs28-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs28-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze441 { top:80.9947px;left:112.338px;width:420px;height:150px;z-index:1000; }#wze441 .wzc2-img-inner { object-fit:fill; }#wze442 { top:302.991px;left:670.163px;width:420px;height:150px;z-index:1001; }#wze442 .wzc2-img-inner { object-fit:fill; }#wze443 { top:87.0122px;left:671.328px;width:420px;height:150px;z-index:1002; }#wze443 .wzc2-img-inner { object-fit:fill; }#wze444 { top:302.996px;left:112.329px;width:420px;height:150px;z-index:1003; }#wze444 .wzc2-img-inner { object-fit:fill; }#wz-section-wzs58 { height:538.938px;--section-height:538.938px; }.wzc-section-wzs58 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs58-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs58-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze375 { top:150.221px;left:298.398px;width:199.549px;height:313.941px;z-index:1001; }.wzc51-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;pointer-events:none;z-index:1; }.wzc51-container { width:100%;height:100%;position:relative;overflow:hidden; }#wze379 { top:158.997px;left:673.558px;width:199px;height:312px;z-index:1003; }#wze380 { top:29px;left:269.018px;width:632px;height:78px;z-index:1003; }.wzc129:hover .wzc129-bg { background-color:#B72B1C; }.wzc129:hover .wzc129-content {  }.wzc129:hover {  }.wzc129-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(206, 24, 106);border-style:solid;border-width:2px;border-color:#B72B1C;border-radius:25px; }.wzc129-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:30px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs53 { height:509.297px;--section-height:509.297px; }.wzc-section-wzs53 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs53-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs53-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze461 { top:0.015355px;height:537.361px;z-index:1000; }#wze462 { top:94.0099px;left:555.864px;width:396px;height:51.0938px;z-index:1000;text-align:right; }#wze463 { top:313.716px;left:784.007px;width:364px;height:158.316px;z-index:1000; }#wze464 { top:16.7666px;left:12.172px;width:336.969px;height:123.316px;z-index:1000;text-align:right; }#wze465 { top:260.685px;left:799.678px;width:330px;height:38.8889px;z-index:1000;text-align:right; }#wze466 { top:317.921px;left:399.013px;width:364px;height:158.316px;z-index:1000; }#wze467 { top:13px;left:13.5157px;width:336.984px;height:123.316px;z-index:1000;text-align:right; }#wze468 { top:264.686px;left:414.665px;width:330px;height:38.8889px;z-index:1000;text-align:right; }#wze469 { top:313.229px;left:15.3474px;width:364px;height:158.16px;z-index:1000; }#wze470 { top:13px;left:13.5157px;width:336.984px;height:124.41px;z-index:1000;text-align:right; }#wze471 { top:260.096px;left:31.0176px;width:330px;height:38.8889px;z-index:1000;text-align:right; }#wze484 { top:33.5682px;left:254.783px;width:704.703px;height:227.691px;z-index:1004; }#wze484 .wzc2-img-inner { object-fit:cover; }#wz-section-wzs60 { height:557.83px;--section-height:557.83px; }.wzc-section-wzs60 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs60-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs60-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze381 { top:23px;left:269.009px;width:632px;height:78px;z-index:1003; }#wze508 { top:151.474px;left:-1.00534px;width:1172px;height:951.267px;z-index:1000; }#wze508 .wz-shop-product .wz-shop-product-image { padding-top: 133.33333% }#wze508 .wz-shop-top-bar { margin-right: 15px }#wz-section-wzs51 { height:1169.06px;--section-height:1169.06px; }.wzc-section-wzs51 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs51-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs51-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze474 { top:150.01px;left:30.0025px;width:1110px;height:480.903px;z-index:1001; }.wzc173  .wz-blog-slider-blog-item .wz-slider-item { direction:rtl;text-align:right;background-color:rgb(255,255,255);border-style:solid;border-width:0;border-color:#000;border-radius:0; }.wzc173  .wz-blog-slider-blog-item .wz-gallery-image { object-fit:cover; }.wzc173  .wz-blog-slider-blog-item .wz-gallery-caption { background-color:rgba(255,255,255,0.85); }.wzc173  .wz-blog-slider-blog-item .wz-gallery-caption h3 { font-size:13px;font-family:iransans_fa, sans-serif;color:#000; }.wzc173  .wz-blog-slider-blog-item .wz-gallery-caption h5 { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc173  .wz-blog-slider-blog-date p { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc173  .wz-blog-slider-blog-excerpt p { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc173  .wz-gallery-carousel .flex-direction-nav a:before { color:rgba(0,0,0,.8); }.wzc173  .flex-direction-nav a:before { color:rgba(0,0,0,.8); }.wzc173 {  }.wzc173-root {  }#wze488 { top:42.0056px;left:269.011px;width:632px;height:78px;z-index:1003; }#wz-section-wzs61 { height:647.797px;--section-height:647.797px; }.wzc-section-wzs61 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs61-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs61-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze179 { top:41.4881px;left:600.5px;width:553px;height:381.059px;z-index:999; }#wze177 { top:0.009625px;left:112px;width:441px;height:43.316px;z-index:1000;text-align:right; }#wze182 { top:64.5398px;left:34px;width:485px;height:252.014px;z-index:1000;text-align:right; }#wze183 { top:41.5058px;left:0px;width:552.99px;height:482.361px;z-index:999; }#wze184 { top:0.009625px;left:112px;width:441px;height:43.316px;z-index:1000;text-align:right; }#wze186 { top:44.8548px;left:118.879px;width:397.986px;height:433.976px;z-index:999; }.wzc56  .dropdown.dropdown-accordion.dropdown-rtl .dropdown-select::before { left:0px;right:0; }.wzc56  .dropdown.dropdown-accordion.dropdown-ltr.open {  }.wzc56 {  }.wzc56-container .wzc56-container-header .wzc56-container-header-title .wzc56-container-header-title-content { color:#000000;font-size:23px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;font-family:yekan, tahoma, serif; }.wzc56-container .wzc56-container-header .wzc56-container-header-title { width:100%;text-align:center; }.wzc56-container .wzc56-container-header { width:100%;height:50px;display:flex;justify-content:space-between;align-items:flex-start; }.wzc56-container .wzc56-container-questionAnswerArea .wzc56-container-questionAnswerArea-item .wzc56-container-questionAnswerArea-item-question { color:rgb(0, 113, 220);font-size:14px !important;padding-top:15px !important;padding-bottom:15px !important;background-color:transparent;min-height:50px;display:flex;align-items:center;cursor:pointer;position:relative;margin:0;width:100%;line-height:1.2em;font-family:iransans_fa; }.wzc56-container .wzc56-container-questionAnswerArea .wzc56-container-questionAnswerArea-item .wzc56-container-questionAnswerArea-item-answer { color:rgba(96,94,94,1);font-size:12px !important;min-height:60px;overflow:hidden;padding:0 0 30px 0 !important;background-color:transparent !important;line-height:1.5em;margin-left:auto;font-family:iransans_fa; }.wzc56-container .wzc56-container-questionAnswerArea .wzc56-container-questionAnswerArea-item { overflow:hidden;position:relative;margin-bottom:0px;background-color:transparent;border-bottom-style:solid;border-bottom-width:0px;border-bottom-color:rgb(153, 153, 153);transition:all 0.3s; }.wzc56-container .wzc56-container-questionAnswerArea { flex:1;width:100%;height:calc(100% - 50px);display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch; }.wzc56-container { direction:rtl;padding:30px 20px 20px;width:100%;height:100%;background-color:#fff;display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch;transition:all 0.3s ease-in-out 0.15s; }#wze500 { top:341.219px;left:772.843px;width:250px;height:250px;z-index:1001; }.wzc179-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:50%;border-width:0px;border-style:solid;border-color:rgba(0, 0, 0, 1);box-shadow:none; }.wzc179-img .wzc179-img-inner { width:100%;height:100%;float:left; }.wzc179-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:50%; }.wzc179 { border-radius:50%; }#wze500 .wzc179-img-inner { object-fit:cover; }#wz-section-wzs30 { height:617.361px;--section-height:617.361px; }.wzc-section-wzs30 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs30-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs30-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze203 { top:30.9357px;left:15.0089px;width:1140px;height:279.705px;z-index:1001; }.wzc58-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:10px; }.wzc58-img .wzc58-img-inner { width:100%;height:100%;float:left; }.wzc58-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:10px; }#wze203 .wzc58-img-inner { object-fit:cover; }#wze204 { top:98.166px;left:50.5px;width:323px;height:122.014px;z-index:1002;text-align:right; }#wze205 { top:225.377px;left:50.5px;width:137.726px;height:40.6424px;z-index:1002; }.wzc68:hover .wzc68-bg { background-color:rgb(247, 192, 77); }.wzc68:hover .wzc68-content { color:rgb(68, 68, 68); }.wzc68:hover {  }.wzc68-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(0, 113, 220);border-radius:10px; }.wzc68-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;font-size:14px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs31 { height:627.413px;--section-height:627.413px; }.wzc-section-wzs31 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs31-full { background-image:;background-size:contain;background-repeat:no-repeat;background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs31-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze206 { top:34.396px;left:457.384px;width:289.188px;height:193.142px;z-index:1000; }.wzc161-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(0, 0, 0, 0);border-radius:10px; }.wzc161-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc161-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; }#wze208 { top:9.7546px;left:13.4855px;width:109.653px;height:110px;z-index:1001; }#wze208 .wzc2-img-inner { object-fit:cover; }#wze209 { top:41.6127px;left:84.086px;width:175px;height:37.7604px;z-index:1000;text-align:right; }#wze378 { top:132.557px;left:114.139px;width:65px;height:64.7049px;z-index:1000; }.wzc127-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(https://jutebaft.ir/static/bEHf0117/2.0.0//editor/images/imageButton/social/whatsapp.png); }.wzc127:hover .wzc127-bg { background-image:url(https://jutebaft.ir/static/bEHf0117/2.0.0//editor/images/imageButton/social/whatsappHover.png); }.wzc127:hover {  }.wzc127:active .wzc127-bg { background-image:url(https://jutebaft.ir/static/bEHf0117/2.0.0//editor/images/imageButton/social/whatsapp.png); }.wzc127:active {  }#wze419 { top:131.379px;left:-0.81954px;width:65px;height:65px;z-index:1001; }.wzc151-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(https://jutebaft.ir/static/bEHf0118/2.0.0//editor/images/imageButton/social/instagram.png); }.wzc151:hover .wzc151-bg { background-image:url(https://jutebaft.ir/static/bEHf0118/2.0.0//editor/images/imageButton/social/instagramHover.png); }.wzc151:hover {  }.wzc151:active .wzc151-bg { background-image:url(https://jutebaft.ir/static/bEHf0118/2.0.0//editor/images/imageButton/social/instagram.png); }.wzc151:active {  }#wze420 { top:131.958px;left:54.8845px;width:65px;height:64.7049px;z-index:1002; }.wzc152-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(https://jutebaft.ir/static/bEHf0118/2.0.0//editor/images/imageButton/social/telegram.png); }.wzc152:hover .wzc152-bg { background-image:url(https://jutebaft.ir/static/bEHf0118/2.0.0//editor/images/imageButton/social/telegramHover.png); }.wzc152:hover {  }.wzc152:active .wzc152-bg { background-image:url(https://jutebaft.ir/static/bEHf0118/2.0.0//editor/images/imageButton/social/telegram.png); }.wzc152:active {  }#wze421 { top:132.958px;left:169.753px;width:65px;height:64.7049px;z-index:1003; }.wzc153-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(https://jutebaft.ir/static/bEHf0118/2.0.0//editor/images/imageButton/social/youtube.png); }.wzc153:hover .wzc153-bg { background-image:url(https://jutebaft.ir/static/bEHf0118/2.0.0//editor/images/imageButton/social/youtubeHover.png); }.wzc153:hover {  }.wzc153:active .wzc153-bg { background-image:url(https://jutebaft.ir/static/bEHf0118/2.0.0//editor/images/imageButton/social/youtube.png); }.wzc153:active {  }#wze422 { top:133.958px;left:225.009px;width:65px;height:64.7049px;z-index:1004; }.wzc154-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(https://jutebaft.ir/static/bEHf0118/2.0.0//editor/images/imageButton/social/facebook.png); }.wzc154:hover .wzc154-bg { background-image:url(https://jutebaft.ir/static/bEHf0118/2.0.0//editor/images/imageButton/social/facebookHover.png); }.wzc154:hover {  }.wzc154:active .wzc154-bg { background-image:url(https://jutebaft.ir/static/bEHf0118/2.0.0//editor/images/imageButton/social/facebook.png); }.wzc154:active {  }#wze218 { top:42.2359px;left:28.0217px;width:217.969px;height:171.215px;z-index:1000; }.wzc159-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:10px; }.wzc159-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc159-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; }#wze217 { top:40.7089px;left:55.3034px;width:121.997px;height:115.625px;z-index:1001; }.wzc63 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc63  .wz-menu.wz-classic-menu > li .sub-menu { text-align:right; }.wzc63  .wz-menu li > a { padding:5px 15px;font-family:iransans_fa;font-size:15px;color:rgb(0, 0, 0); }.wzc63 .wz-menu.wz-mega-menu li > a:hover,.wzc63  .wz-menu.wz-classic-menu li:hover > a { color:rgb(0, 0, 0); }.wzc63  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(0, 0, 0); }.wzc63 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc63  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(0, 0, 0); }.wzc63  .wz-menu > li.active > a { color:rgb(153, 153, 153); }.wzc63  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(153, 153, 153); }.wzc63  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc63  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:rgb(0, 0, 0); }.wzc63 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc63  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(0, 0, 0); }.wzc63  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc63 {  }.wzc63-list { background-color:rgba(255, 255, 255, 0); }.wzc63-mobile {  }#wze222 { top:8.45278px;left:49.6615px;width:142.969px;height:27.7604px;z-index:1000;text-align:right; }#wze370 { top:226.083px;left:21.0971px;width:1139.97px;height:262.17px;z-index:1002; }.wzc158-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(206, 24, 106, 0); }.wzc158-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc158-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; }#wze238 { top:236.049px;left:426.618px;width:266.997px;height:22.2049px;z-index:1000;text-align:right; }#wze240 { top:145.06px;left:44.9583px;width:96px;height:35px;z-index:1002; }.wzc181:hover .wzc181-bg { background-color:rgb(247, 192, 77); }.wzc181:hover .wzc181-content {  }.wzc181:hover {  }.wzc181-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(153, 153, 153);border-radius:10px; }.wzc181-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;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:#fff; }#wze371 { top:5.72092px;left:3.07288px;width:1123.98px;height:206.649px;z-index:1002;text-align:right; }#wze384 { top:408.728px;left:1179.81px;width:58px;height:58px;z-index:1002; }#wze445 { top:31.1409px;left:780.677px;width:368.1849px;height:182.448px;z-index:1002; }#wze211 { top:10.2628px;left:21.7583px;width:327.969px;height:162.205px;z-index:1000;text-align:right; }#wze483 { top:auto;left:auto;bottom:30px;right:120px;width:60px;height:60px;z-index:9999999; }.wzc174-container .wzc174-container-icon {  }.wzc174-container {  }.wzc174-chat .wzc174-chat-header .wzc174-chat-header-image {  }.wzc174-chat .wzc174-chat-header .wzc174-chat-header-text .wzc174-chat-header-text-title {  }.wzc174-chat .wzc174-chat-header .wzc174-chat-header-text .wzc174-chat-header-text-description {  }.wzc174-chat .wzc174-chat-header .wzc174-chat-header-text {  }.wzc174-chat .wzc174-chat-header .wzc174-chat-header-close {  }.wzc174-chat .wzc174-chat-header {  }.wzc174-chat .wzc174-chat-staff .wzc174-chat-staff-delay .wzc174-chat-staff-delay-text {  }.wzc174-chat .wzc174-chat-staff .wzc174-chat-staff-delay {  }.wzc174-chat .wzc174-chat-staff .wzc174-chat-staff-persons .wzc174-chat-staff-persons-person .wzc174-chat-staff-persons-person-link .wzc174-chat-staff-persons-person-link-box .wzc174-chat-staff-persons-person-link-box-image {  }.wzc174-chat .wzc174-chat-staff .wzc174-chat-staff-persons .wzc174-chat-staff-persons-person .wzc174-chat-staff-persons-person-link .wzc174-chat-staff-persons-person-link-box {  }.wzc174-chat .wzc174-chat-staff .wzc174-chat-staff-persons .wzc174-chat-staff-persons-person .wzc174-chat-staff-persons-person-link .wzc174-chat-staff-persons-person-link-information .wzc174-chat-staff-persons-person-link-information-name {  }.wzc174-chat .wzc174-chat-staff .wzc174-chat-staff-persons .wzc174-chat-staff-persons-person .wzc174-chat-staff-persons-person-link .wzc174-chat-staff-persons-person-link-information .wzc174-chat-staff-persons-person-link-information-title {  }.wzc174-chat .wzc174-chat-staff .wzc174-chat-staff-persons .wzc174-chat-staff-persons-person .wzc174-chat-staff-persons-person-link .wzc174-chat-staff-persons-person-link-information .wzc174-chat-staff-persons-person-link-information-description {  }.wzc174-chat .wzc174-chat-staff .wzc174-chat-staff-persons .wzc174-chat-staff-persons-person .wzc174-chat-staff-persons-person-link .wzc174-chat-staff-persons-person-link-information {  }.wzc174-chat .wzc174-chat-staff .wzc174-chat-staff-persons .wzc174-chat-staff-persons-person .wzc174-chat-staff-persons-person-link {  }.wzc174-chat .wzc174-chat-staff .wzc174-chat-staff-persons .wzc174-chat-staff-persons-person {  }.wzc174-chat .wzc174-chat-staff .wzc174-chat-staff-persons {  }.wzc174-chat .wzc174-chat-staff {  }.wzc174-chat {  }.wzc174  .wz-social-chat-icon-container { background:linear-gradient(to right, #33BEF0, #0A85D9);border-width:0px;border-style:solid;border-color:#fff; }.wzc174  .wz-social-chat-icon-container img { width:75%;height:75%; }.wzc174  .wz-social-chat-chat-box { width:350px;min-height:350px;height:max-content;background-color:white;border-width:2px;border-style:solid;border-color:rgb(245, 245, 245);border-radius:8px;font-family:iransans_fa, sans-serif; }.wzc174  .wz-social-chat-chat-box:hover {  }.wzc174  .wz-social-chat-chat-box-header { padding:15px 20px;background:linear-gradient(to right, #33BEF0, #0A85D9);border-bottom-width:0;border-bottom-style:solid;border-bottom-color:#fff;gap:30px;direction:rtl; }.wzc174  .wz-social-chat-chat-box-header-text-box { gap:0px; }.wzc174  .wz-social-chat-chat-box-header-img-box {  }.wzc174  .wz-social-chat-chat-box-header-text-box p:first-child { font-size:18px;font-weight:bold;color:white; }.wzc174  .wz-social-chat-chat-box-header-text-box p:last-child { font-size:12px;color:white;margin:0; }.wzc174  .wz-social-chat-persons-container { direction:rtl; }.wzc174  .wz-social-chat-chat-box-account { border-right-width:2px;border-right-style:solid;border-right-color:#0A85D9;border-radius:8px 0 0 8px;background-color:#f5f7f9;margin-bottom:9px; }.wzc174  .wz-social-chat-chat-box-account:hover {  }.wzc174  .wz-social-chat-chat-box-account a { gap:20px;direction:rtl; }.wzc174  .wz-social-chat-chat-box-account-img { width:60px;min-width:30px;border-width:2px;border-style:solid;border-radius:55px;border-color:#0A85D9; }.wzc174  .wz-social-chat-chat-box-account-text { gap:2px; }.wzc174  .wz-social-chat-chat-box-account-text p:first-child { font-weight:bold;font-size:14px;color:rgba(0,0,0,0.7); }.wzc174  .wz-social-chat-chat-box-account-text p { color:rgba(0,0,0,0.6);font-size:10px; }.wzc174  .wz-social-chat-chat-box-account-text span { background-color:#0A85D9;font-size:10px;color:white; }.wzc174  .wz-social-chat-waiting-text { font-size:11px;font-weight:bold;color:#a5abb7; }.wzc174 {  }#wze506 { top:52.0104px;left:279.709px;width:158px;height:158px;z-index:1000; }#wz-section-footer { height:503.663px;--section-height:503.663px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background-image:;background-color:rgba(206, 24, 106, 0.75);background:; }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze146 { top:30px;left:0px;width:959px;height:4434.5px;z-index:1000; }.wzc38  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:iransans_fa;font-size:12px;color:#6a6a6a; }.wzc38  .wz-shop-product { margin:15px;padding:0px;text-align:center; }.wzc38  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc38  .wz-shop-product .wz-shop-product-title { font-family:iransans_fa;font-size:16px;color:#000; }.wzc38  .wz-shop-product .wz-shop-product-price { font-family:iransans_fa;font-size:14px;color:rgb(255, 69, 0);background-color:rgba(247, 192, 77, 0); }.wzc38  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc38  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:13px; }.wzc38  .wz-shop-product-out-stock { font-family:iransans_fa;font-size:13px;color:rgb(102, 102, 102); }.wzc38  .wz-shop-product .wz-shop-product-image img { object-fit:cover;width:100%;float:left; }.wzc38  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc38  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(0, 113, 220);color:#fff;font-family:iransans_fa;font-size:12px; }.wzc38  .wz-shop-product .wz-shop-product-ribbon-off { background-color:rgb(0, 113, 220);color:#fff;font-family:iransans_fa;font-size:12px; }.wzc38  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc38 {  }.wzc38-breadcrumb {  }.wzc38-filter { margin-right:15px;margin-left:15px; }.wzc38-topBar .wzc38-topBar-sort {  }.wzc38-topBar .wzc38-topBar-perPage {  }.wzc38-topBar .dropdown.dropdown-list .dropdown-select,.wzc38-topBar  .dropdown.dropdown-list .dropdown-menu a { color:rgb(68, 68, 68);font-size:11px;font-family:iransans_fa; }.wzc38-topBar .dropdown.dropdown-list .dropdown-select,.wzc38-topBar  .dropdown.dropdown-list .dropdown-menu,.wzc38-topBar  .dropdown.dropdown-list .dropdown-select::before { border-color:rgb(153, 153, 153); }.wzc38-topBar  .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc38-topBar { margin:10px;margin-bottom:20px;color:#878787;font-size:11px;font-family:iransans_fa; }.wzc38-products {  }.wzc38-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; }#wze146 .wz-shop-product .wz-shop-product-image { padding-top: 133.33333% }#wze146 .wz-shop-top-bar { margin-right: 15px }.wzc169-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:20px;border-color:rgba(238, 240, 244, 1);border-width:10px;border-style:solid;box-shadow:none; }.wzc169-img .wzc169-img-inner { width:100%;height:100%;float:left; }.wzc169-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:20px; }.wzc163-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(239, 245, 247);border-radius:20px;box-shadow:0px 0px 5px 0px #000 ;border-width:0px;border-style:solid;border-color:#000; }.wzc163-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:20px; }.wzc122:hover .wzc122-bg {  }.wzc122:hover .wzc122-content {  }.wzc122:hover {  }.wzc122-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px;background-color:rgb(206, 24, 106);border-style:solid;border-color:rgb(160, 19, 82);border-bottom-width:5px; }.wzc122-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:#fff;line-height:1em;text-shadow:0px -2px rgb(160, 19, 82); }.wzc122:active .wzc122-bg { border-bottom-width:1px; }.wzc122:active .wzc122-content { -webkit-transform:translateY(-40%);-moz-transform:translateY(-40%);-ms-transform:translateY(-40%);-o-transform:translateY(-40%);transform:translateY(-40%);transform:translateY(-40%); }.wzc122:active { -webkit-transform:translate(0px,5px);-moz-transform:translate(0px,5px);-ms-transform:translate(0px,5px);-o-transform:translate(0px,5px);transform:translate(0px,5px);transform:translate(0px,5px); }#wze241 { top:29.0016px;left:966.003px;width:204px;height:242.101px;z-index:1000; }.wzc70-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(249, 249, 251);border-radius:10px; }.wzc70-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }#wze147 { top:36.0036px;left:10.98px;width:180px;height:162.101px;z-index:1000; }.wzc39  .wz-shop-archive > li > a { color:rgb(102, 102, 102);font-family:iransans_fa;font-size:13px; }.wzc39  .wz-shop-archive .sub-list > li > a { color:rgb(153, 153, 153);font-family:iransansdn;font-size:13px; }.wzc39 {  }.wzc39-list  .wz-shop-filter-title { font-size:18px;color:rgb(68, 68, 68);font-family:iransans_fa; }.wzc39-list .wz-shop-filter-item .irs-min,.wzc39-list  .wz-shop-filter-item .irs-max { background-color:rgba(0,0,0,0.1);color:#999; }.wzc39-list  .wz-shop-filter-item .wz-shop-price-slider .irs-slider { background:rgb(247, 193, 79); }.wzc39-list .wz-shop-filter-item .irs-line-mid,.wzc39-list  .wz-shop-filter-item  .irs-line-left,.wzc39-list  .wz-shop-filter-item  .irs-line-right,.wzc39-list  .wz-shop-filter-item  .irs-bar,.wzc39-list  .wz-shop-filter-item  .irs-bar-edge { background:#424649; }.wzc39-list  .wz-shop-sort-option-color { padding-top:2px; }.wzc39-list  .wz-shop-filter-item .regular-checkbox:checked+label.regular-checkbox-color:after { border-style:solid;border-color:#c9c9c9;border-width:2px;top:-3px;left:-3px; }.wzc39-list  .wz-shop-filter-item+.wz-shop-filter-item { border-top-style:solid;border-top-width:1px;border-top-color:#efeaea; }.wzc39-list { font-size:13px;color:rgb(102, 102, 102);font-family:iransans_fa; }#wze493 { top:45.1193px;left:1188.92px;width:160px;height:55.9896px;z-index:1001; }#wze512 { top:32.2265px;left:-206.951px;width:152.986px;height:45.9896px;z-index:1001; }#wz-section-wzs22 { height:4474.5px;--section-height:4474.5px; }.wzc-section-wzs22 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs22-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs22-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze503 { top:33.509px;left:39.4445px;width:1090.99px;height:156.632px;z-index:1000; }.wzc48-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(243, 242, 243);border-radius:10px; }.wzc48-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }#wze504 { top:8.72874px;left:38.307px;width:1006.94px;height:140px;z-index:1000;text-align:center; }#wz-section-wzs64 { height:217.969px;--section-height:217.969px; }.wzc-section-wzs64 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs64-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs64-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze148 { top:10px;left:0px;width:1170px;height:1247.74px;z-index:1000; }.wzc41  .wz-shop-breadcrumb-container   .wz-breadcrumb { font-family:iransans_fa;font-size:14px;color:#6a6a6a; }.wzc41  .wz-shop-product-page .wz-shop-product-add-cart { width:300px; }.wzc41  .wz-shop-product-page .wz-shop-product-options .wz-shop-option-title { font-size:15px;color:#878787;font-family:yekan, tahoma, serif; }.wzc41  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-option { width:300px; }.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown { width:300px; }.wzc41  .wz-shop-product-page .wz-shop-product-options.wz-radio-button-list .regular-checkbox-item,.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select,.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc41  .wz-shop-product-page .wz-shop-product-options.dropdown.dropdown-list .dropdown-select,.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu,.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select::before { border-color:rgba(0,0,0,0.15); }.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc41  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li { padding-top:2px; }.wzc41  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li .regular-checkbox:checked+label.regular-checkbox-color:after { border-style:solid;border-color:#c9c9c9;border-width:2px; }.wzc41  .wz-shop-product-page .wz-shop-product-title { font-family:iransans_fa;font-size:24px;color:rgb(0, 0, 0); }.wzc41  .wz-shop-product-page .wz-shop-product-description { font-family:iransans_fa;font-size:14px;color:rgb(68, 68, 68); }.wzc41  .wz-shop-product-page .wz-shop-product-sku { font-family:iransans_fa;font-size:12px;color:#b3abab; }.wzc41  .wz-shop-product-out-stock { font-family:iransans;font-size:17px;color:#f14639; }.wzc41  .wz-shop-product-page .wz-shop-product-price { font-family:iransans_fa;font-size:24px;color:rgb(206, 24, 106);background-color:rgba(247, 192, 77, 0.21); }.wzc41  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639;font-size:21px; }.wzc41  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:16px; }.wzc41  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider  img.wz-gallery-image { object-fit:contain;width:100%;float:none; }.wzc41 .wz-shop-product-info-sections-simple .wz-shop-product-info+.wz-shop-product-info,.wzc41  .wz-shop-product-info-sections-accordion .wz-shop-product-info+.wz-shop-product-info { border-top-style:solid;border-top-width:1px;border-top-color:rgb(153, 153, 153); }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-title { font-family:iransans_fa;font-size:22px;color:rgb(247, 192, 77); }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-content { font-family:iransans_fa;font-size:14px;color:rgb(102, 102, 102); }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-tab-content { border-style:solid;border-width:1px;border-color:#ededed; }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li {  }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open { border-style:solid;border-width:1px;border-color:#ededed;background-color:#fff;color:#000; }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open:after { height:1px;bottom:-1px;background-color:#fff; }.wzc41  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel .flex-active-slide:after { border-color:#ccc; }.wzc41  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery { width:50%; }.wzc41  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section { width:calc(50% - 30px); }.wzc41  .extra-button-list { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a;--text-color:#6a6a6a; }.wzc41 {  }.wzc41-breadcrumb {  }.wzc41-product {  }.wzc41-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; }#wze148  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider .wz-image-ratio { padding-top: 75% }.wzc40 .wz-gallery > li > figure,.wzc40  .wz-gallery-slider .slides > li > .wz-slider-item { border-radius:10px;border-width:0px;border-style:solid;border-color:#000; }.wzc40 .wz-gallery > li > figure,.wzc40  .wz-gallery > li > figure:before,.wzc40  .wz-gallery > li > figure:after,.wzc40  .wz-gallery > li > figure > figcaption,.wzc40  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc40  .wz-gallery-caption { text-align:center; }.wzc40  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc40  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc40  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc40 {  }.wzc40-slider .wzc40-slider-items {  }.wzc40-slider  .flex-direction-nav a:before { color:#999; }.wzc40-slider {  }.wzc40-carousel .wzc40-carousel-list {  }.wzc40-carousel {  }.wzc4-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc4-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc52:hover .wzc52-bg { background-color:rgb(0, 113, 220); }.wzc52:hover .wzc52-content { color:rgb(255, 255, 255); }.wzc52:hover {  }.wzc52-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(238, 238, 238);border-radius:10px; }.wzc52-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;font-size:14px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(102, 102, 102); }#wze494 { top:20.6174px;left:-185.07px;width:160px;height:60.9896px;z-index:1001; }#wz-section-wzs21 { height:1257.66px;--section-height:1257.66px; }.wzc-section-wzs21 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs21-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs21-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze491 { top:41.867px;left:29.6595px;width:1092px;height:442.5px;z-index:1000; }.wzc178-breadcrumb {  }.wzc178  .flex-direction-nav a:before { color:#999; }.wzc178  .wz-shop-product { padding:0px;text-align:center; }.wzc178  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc178  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc178  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px; }.wzc178  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc178  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc178  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:#f14639; }.wzc178  .wz-shop-product .wz-shop-product-image img { object-fit:cover; }.wzc178  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc178  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc178  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc178  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc178  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc178 {  }.wzc178-container {  }.wzc178-topBar {  }.wzc178-filter {  }#wze491 .wz-shop-product .wz-shop-product-image { padding-top: 150% }#wz-section-wzs63 { height:515.219px;--section-height:515.219px; }.wzc-section-wzs63 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs63-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs63-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze145 { top:10px;left:15px;width:1140px;height:185px;z-index:1000; }.wzc36-container { font-size:10px;font-family:iransans_fa; }#wze145 .wz-cart-color-primary { color: #565656 }#wze145 .wz-cart-primary-color { color: #565656 }#wze145 .wz-cart-second-color { color: rgb(0, 113, 220) }#wze145 .wz-cart-second-border-color { border-color: rgb(0, 113, 220) }.wzc105:hover .wzc105-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc105:hover .wzc105-content { color:rgb(117,117,117); }.wzc105:hover {  }.wzc105-bg:after {  }.wzc105-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); }.wzc105-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-wzs23 { height:205px;--section-height:205px; }.wzc-section-wzs23 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs23-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs23-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze242 { top:31px;left:360px;width:795px;height:4478.25px;z-index:1000; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title { font-family:iransans_fa;font-size:20px;color:#000; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-content { font-family:iransans_fa;font-size:18px;color:rgb(153, 153, 153); }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail { width:300px;height:250px; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { color:rgb(153, 153, 153);font-family:iransans_fa;font-size:14px;background-color:; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgb(153, 153, 153);width:14px;height:14px; }.wzc72 .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-section,.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title,.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { padding-left:40px;padding-right:40px; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item { padding:40px 0;flex:1 1 100%;max-width:100%;margin-left:0px;margin-right:0px; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item+.wz-blog-post-item { margin-top:25px; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more { width:150px;height:30px;margin-top:10px; }.wzc72 {  }.wzc72-posts {  }.wzc54-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:15px; }.wzc54-img .wzc54-img-inner { width:100%;height:100%;float:left; }.wzc54-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:15px; }.wzc80:hover .wzc80-bg { background-color:rgb(0, 113, 220); }.wzc80:hover .wzc80-content { color:rgb(255, 255, 255); }.wzc80:hover {  }.wzc80-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(238, 238, 238);border-radius:10px; }.wzc80-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;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:rgb(0, 113, 220); }#wze243 { top:582.606px;left:15.0107px;width:320px;height:113.715px;z-index:1000; }#wze247 { top:12.0004px;left:88px;width:221px;height:27.7604px;z-index:1000;text-align:right; }#wze248 { top:48.1784px;left:10px;width:300px;height:1.99653px;z-index:1000; }.wzc81-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(238, 238, 238); }.wzc81-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze249 { top:67.1784px;left:78px;width:213px;height:18.8889px;z-index:1000; }.wzc82  .wz-blog-archive > li > a { color:rgb(102, 102, 102);font-family:iransans_fa;font-size:12px; }.wzc82  .wz-blog-archive .sub-list > li > a { color:rgb(102, 102, 102);font-family:iransans_fa;font-size:12px; }.wzc82 {  }.wzc82-list { direction:rtl; }#wze264 { top:31px;left:15px;width:320px;height:113.767px;z-index:1000; }#wze265 { top:12.0004px;left:88px;width:221px;height:27.7604px;z-index:1000;text-align:right; }#wze267 { top:48.1784px;left:10px;width:300px;height:1.99653px;z-index:1000; }#wze268 { top:66.803px;left:10px;width:300px;height:38.9931px;z-index:1000; }.wzc85-form .wzc85-form-input { background-color:rgb(238, 238, 238);border-style:solid;border-color:rgb(153, 153, 153);border-width:0px;box-shadow:none;color:#000;font-size:13px;font-family:iransans_fa;border-radius:0px 10px 10px 0px ; }.wzc85-form .wzc85-form-submit {  }.wzc85-form { height:100%; }#wze270 { top:159.384px;left:15.0167px;width:320px;height:388.177px;z-index:1000; }#wze269 { top:76.8382px;left:24px;width:265px;height:278.455px;z-index:1000; }.wzc86  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:iransans_fa;font-size:12px;color:rgb(102, 102, 102); }.wzc86  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc86  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc86  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(0, 113, 220);font-family:iransans_fa;font-size:11px; }.wzc86  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc86 {  }.wzc86-posts {  }#wze271 { top:12.0004px;left:88px;width:221px;height:27.7604px;z-index:1000;text-align:right; }#wze273 { top:48.2132px;left:10px;width:300px;height:1.99653px;z-index:1000; }#wze495 { top:31.1149px;left:1195.95px;width:160px;height:66.9965px;z-index:1001; }#wz-section-wzs34 { height:4553.11px;--section-height:4553.11px; }.wzc-section-wzs34 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs34-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs34-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze250 { top:29.6098px;left:359px;width:795px;height:1118.75px;z-index:1000; }.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title { font-family:iransans_fa;font-size:22px;color:rgb(68, 68, 68); }.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-content { font-family:iransans_fa;font-size:13px;color:rgb(102, 102, 102); }.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { color:rgb(153, 153, 153);font-family:iransans_fa;font-size:12px; }.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgb(153, 153, 153);width:12px;height:12px; }.wzc77 .wz-blog-single-post .wz-blog-post-item .wz-blog-post-section,.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title,.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { padding-left:30px;padding-right:30px; }.wzc77  .wz-blog-single-post .wz-blog-post-item { padding:30px 0; }.wzc77 {  }.wzc77-posts {  }.wzc77-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; }#wze274 { top:547.767px;left:18.4685px;width:320px;height:113.663px;z-index:1000; }#wze275 { top:12.0004px;left:88px;width:221px;height:27.7604px;z-index:1000;text-align:right; }#wze276 { top:66.813px;left:78px;width:213px;height:18.8889px;z-index:1000; }#wze277 { top:47.813px;left:10px;width:300px;height:1.99653px;z-index:1000; }#wze278 { top:29.6094px;left:16.5px;width:320px;height:113.767px;z-index:1000; }#wze279 { top:12.0004px;left:88px;width:221px;height:27.7604px;z-index:1000;text-align:right; }#wze280 { top:47.813px;left:10px;width:300px;height:1.99653px;z-index:1000; }#wze281 { top:66.4376px;left:10px;width:300px;height:38.9931px;z-index:1000; }#wze282 { top:163.913px;left:19.0059px;width:320px;height:369.236px;z-index:1000; }#wze283 { top:12.0004px;left:88px;width:221px;height:27.7604px;z-index:1000;text-align:right; }#wze284 { top:47.813px;left:10px;width:300px;height:1.99653px;z-index:1000; }#wze285 { top:76.438px;left:24px;width:265px;height:278.455px;z-index:1000; }#wze514 { top:35.0087px;left:-191.074px;width:160px;height:56.9965px;z-index:1001; }#wz-section-wzs33 { height:1166.74px;--section-height:1166.74px; }.wzc-section-wzs33 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs33-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs33-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze286 { top:0.0006px;left:359px;width:795px;height:335.139px;z-index:1000; }#wze287 { top:24.0155px;left:546.5px;width:221px;height:27.7604px;z-index:1000;text-align:right; }#wze288 { top:82.8126px;left:35.5px;width:739px;height:192.292px;z-index:1000; }.wzc87  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:iransans_fa;font-size:12px;color:rgb(102, 102, 102); }.wzc87  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:116px;height:138px; }.wzc87  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc87  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(153, 153, 153);font-family:iransans_fa;font-size:10px; }.wzc87  .wz-blog-list .wz-blog-post-item:nth-child(3)~.wz-blog-post-item { margin-top:18px; }.wzc87  .wz-blog-list .wz-blog-post-item { flex:1 1 calc(100% / 3 - 10px );max-width:calc(100% / 3 - 10px );margin-left:5px;margin-right:5px; }.wzc87 {  }.wzc87-posts {  }#wz-section-wzs36 { height:335.035px;--section-height:335.035px; }#wze251 { top:28.2075px;left:359px;width:795px;height:467.76px;z-index:1000; }.wzc78  .wz-blog-comment { padding:10px; }.wzc78  .wz-blog-comment+.wz-blog-comment { margin-top:10px; }.wzc78  .wz-blog-comment .wz-blog-comment-author { font-family:iransans_fa;font-size:14px;color:#757070; }.wzc78  .wz-blog-comment .wz-blog-comment-message { font-family:iransans_fa;font-size:14px;color:#999999; }.wzc78  .wz-blog-comment-from { width:500px; }.wzc78 {  }.wzc78-container .wzc78-container-comments {  }.wzc78-container .wzc78-container-form { max-width:100%;height:auto; }.wzc78-container {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section1 .wzc13-contactForm-sections-section1-formRow .wzc13-contactForm-sections-section1-formRow-input {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section1 .wzc13-contactForm-sections-section1-formRow {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section1 {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section2 .wzc13-contactForm-sections-section2-messageRow .wzc13-contactForm-sections-section2-messageRow-message { height:120px; }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section2 .wzc13-contactForm-sections-section2-messageRow {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc13-contactForm .wzc13-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc13-contactForm .wzc13-contactForm-footer .wzc13-contactForm-footer-submit .wzc13-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc13-contactForm .wzc13-contactForm-footer .wzc13-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc13-contactForm .wzc13-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc13-contactForm .wzc13-contactForm-resultSection .wzc13-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:iransans_fa; }.wzc13-contactForm .wzc13-contactForm-resultSection { height:40px;padding-top:5px; }.wzc13-contactForm  .wzc13-contactForm-resultSection .form-result-show { opacity:1; }.wzc13-contactForm  .wzc13-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc13-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc13-contactForm input,.wzc13-contactForm  textarea { width:100%;box-sizing:border-box;font-family:iransans_fa;padding:5px;outline:0;resize:none;border-width:0px;border-style:solid;border-color:#999999;color:rgb(102, 102, 102);font-size:12px;background-color:rgb(249, 249, 251);border-radius:10px; }.wzc13-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc13-contactForm  *::-webkit-input-placeholder { color:rgb(102, 102, 102); }.wzc13-contactForm  *::-moz-placeholder { color:rgb(102, 102, 102); }.wzc13-contactForm  *:-ms-input-placeholder { color:rgb(102, 102, 102); }.wzc13-contactForm  *:-moz-placeholder { color:rgb(102, 102, 102); }.wzc13-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc13-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:12px;display:inline-block;color:#000; }.wzc13-contactForm { direction:rtl; }.wzc67:hover .wzc67-bg { background-color:rgb(247, 192, 77); }.wzc67:hover .wzc67-content {  }.wzc67:hover {  }.wzc67-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(153, 153, 153);border-radius:10px; }.wzc67-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;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:#fff; }#wz-section-wzs35 { height:529.757px;--section-height:529.757px; }#wze290 { top:58px;left:259.955px;width:738px;height:133px;z-index:1001; }#wze289 { top:0px;left:150.5px;width:437px;height:50px;z-index:1000;text-align:center; }#wze292 { top:203.5px;left:809.964px;width:188px;height:108.062px;z-index:1001; }#wze295 { top:0.01525px;left:158px;width:30px;height:30px;z-index:1000; }.wzc89 { overflow:hidden; }.wzc89-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(0, 113, 220); }#wze296 { top:1.00038px;left:47px;width:104px;height:27.9844px;z-index:1000;text-align:right; }#wze297 { top:47.7454px;left:2px;width:186px;height:15.9844px;z-index:1002;text-align:right; }#wze298 { top:203.5px;left:534.964px;width:188px;height:107.984px;z-index:1001; }#wze299 { top:0.01525px;left:158px;width:30px;height:30px;z-index:1000; }#wze300 { top:1.00038px;left:37px;width:104px;height:27.9844px;z-index:1000;text-align:right; }#wze301 { top:47.7454px;left:0px;width:188px;height:16.9844px;z-index:1002;text-align:center; }#wze302 { top:203.5px;left:259.965px;width:188px;height:108.016px;z-index:1001; }#wze303 { top:0.01525px;left:158px;width:30px;height:30px;z-index:1000; }#wze304 { top:1.00038px;left:43px;width:104px;height:27.9844px;z-index:1000;text-align:right; }#wze305 { top:47.7454px;left:2px;width:186px;height:37.9844px;z-index:1002;text-align:right; }#wze496 { top:15.0092px;left:-201.074px;width:160px;height:62.9861px;z-index:1003; }#wz-section-wzs37 { height:334.469px;--section-height:334.469px; }.wzc-section-wzs37 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs37-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs37-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze308 { top:37.0146px;left:528.169px;width:437px;height:50px;z-index:1000;text-align:center; }#wze323 { top:101.015px;left:528.862px;width:450px;height:314.984px;z-index:1001; }.wzc94-contactForm .wzc94-contactForm-sections .wzc94-contactForm-sections-section1 .wzc94-contactForm-sections-section1-formRow .wzc94-contactForm-sections-section1-formRow-input {  }.wzc94-contactForm .wzc94-contactForm-sections .wzc94-contactForm-sections-section1 .wzc94-contactForm-sections-section1-formRow {  }.wzc94-contactForm .wzc94-contactForm-sections .wzc94-contactForm-sections-section1 {  }.wzc94-contactForm .wzc94-contactForm-sections .wzc94-contactForm-sections-section2 .wzc94-contactForm-sections-section2-messageRow .wzc94-contactForm-sections-section2-messageRow-message { height:120px; }.wzc94-contactForm .wzc94-contactForm-sections .wzc94-contactForm-sections-section2 .wzc94-contactForm-sections-section2-messageRow {  }.wzc94-contactForm .wzc94-contactForm-sections .wzc94-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc94-contactForm .wzc94-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc94-contactForm .wzc94-contactForm-footer .wzc94-contactForm-footer-submit .wzc94-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc94-contactForm .wzc94-contactForm-footer .wzc94-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc94-contactForm .wzc94-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc94-contactForm .wzc94-contactForm-resultSection .wzc94-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:iransans_fa; }.wzc94-contactForm .wzc94-contactForm-resultSection { height:40px;padding-top:5px; }.wzc94-contactForm  .wzc94-contactForm-resultSection .form-result-show { opacity:1; }.wzc94-contactForm  .wzc94-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc94-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc94-contactForm input,.wzc94-contactForm  textarea { width:100%;box-sizing:border-box;font-family:iransans_fa;padding:5px;outline:0;resize:none;border-width:0px;border-style:solid;border-color:#E74C3C;color:rgb(102, 102, 102);font-size:13px;background-color:rgb(249, 249, 251);border-radius:5px; }.wzc94-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc94-contactForm  *::-webkit-input-placeholder { color:rgb(153, 153, 153); }.wzc94-contactForm  *::-moz-placeholder { color:rgb(153, 153, 153); }.wzc94-contactForm  *:-ms-input-placeholder { color:rgb(153, 153, 153); }.wzc94-contactForm  *:-moz-placeholder { color:rgb(153, 153, 153); }.wzc94-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc94-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:#000; }.wzc94-contactForm { direction:rtl; }.wzc95:hover .wzc95-bg { background-color:rgb(247, 192, 77); }.wzc95:hover .wzc95-content { color:rgb(68, 68, 68); }.wzc95:hover {  }.wzc95-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(0, 113, 220);border-radius:10px; }.wzc95-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;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:#fff; }#wze373 { top:101.004px;left:219.974px;width:246.641px;height:265.766px;z-index:1001; }#wze373 .wzc2-img-inner { object-fit:fill; }#wz-section-wzs40 { height:444.875px;--section-height:444.875px; }.wzc-section-wzs40 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs40-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs40-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze324 { top:42.2322px;left:31.5935px;width:523.75px;height:855.99px;z-index:1001; }#wze324 .wzc2-img-inner { object-fit:fill; }#wze325 { top:15.0089px;left:463.84px;width:688.7522px;height:1502.01px;z-index:1000; }#wze329 { top:16.716px;left:51.2052px;width:611.91px;height:1405.56px;z-index:1001;text-align:right; }#wze497 { top:42.2332px;left:1210.95px;width:160px;height:60.9896px;z-index:1002; }#wz-section-wzs41 { height:1546.72px;--section-height:1546.72px; }.wzc-section-wzs41 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs41-full { background-color:rgb(248, 247, 230);background-image:url(../../uploads/640a3db3a0e140c78592bbd01fa7012b.png);background-size:auto;background-repeat:no-repeat;background-position:left center;background:; }.wzc-section-wzs41-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze451 { top:16.1744px;left:32.6665px;width:800.955px;height:148.472px;z-index:1000; }#wze453 { top:12.0196px;left:6.84515px;width:781.969px;height:116.649px;z-index:1000;text-align:right; }#wze454 { top:179.911px;left:29.3349px;width:800.955px;height:148.767px;z-index:1000; }#wze455 { top:12.0124px;left:6.84459px;width:781.969px;height:116.649px;z-index:1000;text-align:right; }#wze456 { top:339.595px;left:29.3385px;width:800.955px;height:148.767px;z-index:1000; }#wze457 { top:12.0124px;left:6.84459px;width:781.969px;height:116.649px;z-index:1000;text-align:right; }#wze458 { top:195.055px;left:868.039px;width:250px;height:250px;z-index:1001; }#wze458 .wzc2-img-inner { object-fit:cover; }#wze459 { top:60.0623px;left:841.351px;width:280.955px;height:105.538px;z-index:1001;text-align:right; }#wz-section-wzs43 { height:502.274px;--section-height:502.274px; }.wzc-section-wzs43 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs43-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs43-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze475 { top:15.0051px;left:354.036px;width:800.955px;height:147.986px;z-index:1000; }#wze476 { top:12.0196px;left:6.84515px;width:781.962px;height:115.538px;z-index:1000;text-align:right; }#wze477 { top:178.538px;left:350.705px;width:800.955px;height:148.42px;z-index:1000; }#wze478 { top:12.0124px;left:6.84459px;width:781.962px;height:116.649px;z-index:1000;text-align:right; }#wze479 { top:338.225px;left:350.706px;width:800.955px;height:148.333px;z-index:1000; }#wze480 { top:12.0124px;left:6.84459px;width:781.962px;height:115.538px;z-index:1000;text-align:right; }#wze481 { top:196.697px;left:64.6865px;width:250px;height:250px;z-index:1001; }#wze481 .wzc2-img-inner { object-fit:cover; }#wze482 { top:61.6935px;left:37.9922px;width:280.955px;height:105.538px;z-index:1001;text-align:right; }#wz-section-wzs62 { height:501.84px;--section-height:501.84px; }.wzc-section-wzs62 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs62-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs62-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze447 { top:35.0554px;left:221.005px;width:738px;height:229.34px;z-index:1000; }#wze446 { top:178.608px;left:81.7674px;width:135px;height:35.9375px;z-index:1000; }.wzc96:hover .wzc96-bg { background-color:rgb(247, 192, 77); }.wzc96:hover .wzc96-content { color:rgb(68, 68, 68); }.wzc96:hover {  }.wzc96-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(0, 113, 220);border-radius:5px; }.wzc96-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;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:#fff; }#wze448 { top:7.4039px;left:326.554px;width:411.062px;height:216.875px;z-index:1001; }#wze448 .wzc2-img-inner { object-fit:cover; }#wze449 { top:117.111px;left:44px;width:308px;height:71.0938px;z-index:1002;text-align:right; }#wze450 { top:38.5004px;left:57px;width:296px;height:62.2049px;z-index:1002;text-align:right; }#wz-section-wzs59 { height:299.08px;--section-height:299.08px; }.wzc-section-wzs59 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs59-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs59-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze356 { top:33.0045px;left:360px;width:450px;height:312.205px;z-index:1001; }#wz-section-wzs44 { height:345.191px;--section-height:345.191px; }.wzc-section-wzs44 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs44-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs44-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-wzs50 { height:200px;--section-height:200px; }#wze357 { top:30px;left:15px;width:848px;height:492.066px;z-index:1000; }.wzc98-root .wzc98-root-container .wzc98-root-container-header .wzc98-root-container-header-title {  }.wzc98-root .wzc98-root-container .wzc98-root-container-header {  }.wzc98-root .wzc98-root-container .wzc98-root-container-submitBox .wzc98-root-container-submitBox-submitButton {  }.wzc98-root .wzc98-root-container .wzc98-root-container-submitBox {  }.wzc98-root .wzc98-root-container {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem .wzc98-root-accountContainer-accountItem-accountItemLabel {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem .wzc98-root-accountContainer-accountItem-accountItemInputBox .wzc98-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem .wzc98-root-accountContainer-accountItem-accountItemInputBox .wzc98-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem .wzc98-root-accountContainer-accountItem-accountItemInputBox {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem {  }.wzc98-root .wzc98-root-accountContainer {  }.wzc98-root .wzc98-root-companyHeaderContainer .wzc98-root-companyHeaderContainer-companyHeader .wzc98-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc98-root .wzc98-root-companyHeaderContainer .wzc98-root-companyHeaderContainer-companyHeader {  }.wzc98-root .wzc98-root-companyHeaderContainer {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox .wzc98-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox .wzc98-root-companyInfo-companyItemBox-companyInputBox .wzc98-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox .wzc98-root-companyInfo-companyItemBox-companyInputBox .wzc98-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox .wzc98-root-companyInfo-companyItemBox-companyInputBox {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel {  }.wzc98-root .wzc98-root-companyInfo {  }.wzc98-root .wzc98-root-submitBox .wzc98-root-submitBox-submitButton {  }.wzc98-root .wzc98-root-submitBox {  }.wzc98-root {  }.wzc98  .wz-profile-account-root { text-align:right; }.wzc98  .wz-profile-account-header-container { margin-bottom:20px; }.wzc98  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(0, 0, 0); }.wzc98  .wz-profile-account-container { border-style:solid;border-width:1px;border-color:#efefef;background-color:#f4f4f4;border-radius:25px;direction:rtl;row-gap:15px;padding:35px; }.wzc98  .wz-profile-account-container:hover { border-radius:25px; }.wzc98  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc98  .wz-profile-account-input-container label { color:rgb(153, 153, 153); }.wzc98  .wz-profile-account-input-container input { width:100%;border-style:solid;border-width:1px;border-color:#d5d5d5;border-radius:50px;font-family:iransans_fa;font-size:13px;background-color:rgba(255,255,255);color:rgb(0, 0, 0); }.wzc98  .wz-profile-account-input-container input:hover { border-radius:50px; }.wzc98  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc98  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc98  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:rgb(153, 153, 153); }.wzc98  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc98  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc98  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc98  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc98  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc98 {  }.wzc180:hover .wzc180-bg { background-color:#f4f4f4; }.wzc180:hover .wzc180-content { color:rgb(117,117,117); }.wzc180:hover {  }.wzc180-bg:after {  }.wzc180-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#f4f4f4;border-radius:25px; }.wzc180-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:rgb(117,117,117); }#wze362 { top:30px;left:893px;width:262px;height:435.087px;z-index:1000; }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userImageBox .wzc111-root-infoBox-userImageBox-userImage {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userImageBox {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-userName {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-userEmail {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-editInfo .wzc111-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-editInfo .wzc111-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-editInfo {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo {  }.wzc111-root .wzc111-root-infoBox {  }.wzc111-root .wzc111-root-items .wzc111-root-items-item .wzc111-root-items-item-itemBox .wzc111-root-items-item-itemBox-itemIcon {  }.wzc111-root .wzc111-root-items .wzc111-root-items-item .wzc111-root-items-item-itemBox .wzc111-root-items-item-itemBox-itemName {  }.wzc111-root .wzc111-root-items .wzc111-root-items-item .wzc111-root-items-item-itemBox {  }.wzc111-root .wzc111-root-items .wzc111-root-items-item {  }.wzc111-root .wzc111-root-items .wzc111-root-items-more {  }.wzc111-root .wzc111-root-items {  }.wzc111-root .wzc111-root-logoutBox .wzc111-root-logoutBox-logout .wzc111-root-logoutBox-logout-logoutLabel {  }.wzc111-root .wzc111-root-logoutBox .wzc111-root-logoutBox-logout {  }.wzc111-root .wzc111-root-logoutBox {  }.wzc111-root {  }.wzc111  .wz-profile-menu-user-info { gap:2px; }.wzc111  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc111  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc111  .wz-profile-menu-info-box:hover {  }.wzc111  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc111  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc111  .wz-profile-menu-user-name:hover {  }.wzc111  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc111  .wz-profile-menu-user-email:hover {  }.wzc111  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc111  .wz-profile-menu-edit-info:hover {  }.wzc111  .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); }.wzc111  .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; }.wzc111  .wz-profile-menu-items:hover {  }.wzc111  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc111  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc111  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc111  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc111  .wz-profile-menu-item-box:hover {  }.wzc111  .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%; }.wzc111  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc111  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc111  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc111  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc111  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc111  .wz-profile-menu-more:after { color:#808080; }.wzc111 {  }#wz-section-wzs45 { height:552.066px;--section-height:552.066px; }.wzc-section-wzs45 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs45-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs45-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze358 { top:30px;left:15px;width:848px;height:368.316px;z-index:1000; }.wzc102-header .wzc102-header-title {  }.wzc102-header .wzc102-header-removeButton {  }.wzc102-header .wzc102-header-addToCartButton {  }.wzc102-header {  }.wzc102-favorites { --desktop-columns:3;--desktop-gap:20px;--tablet-columns:2;--tablet-gap:20px;--mobile-columns:2;--mobile-gap:15px;--image-order:0;--title-order:1;--price-order:2;--buttons-order:3; }.wzc102-pagination .wzc102-pagination-paginationButton {  }.wzc102-pagination {  }.wzc102  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc102  .wz-profile-favorites-header-text:hover {  }.wzc102  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc102  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc102  .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; }.wzc102  .wz-profile-favorite-item:hover {  }.wzc102  .wz-profile-favorite-item-image { object-fit:contain; }.wzc102  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc102  .wz-profile-favorite-item-title:hover {  }.wzc102  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc102  .wz-profile-favorite-item-price:hover {  }.wzc102  .wz-profile-favorite-item-add { height:30px; }.wzc102  .wz-profile-favorite-item-remove { height:30px; }.wzc102  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc102  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc102  .wz-profile-favorites-no-results-first-text:hover {  }.wzc102  .wz-profile-favorites-no-results-second-text:hover {  }.wzc102 {  }.wzc99:hover .wzc99-bg { background-color:#E74C3C; }.wzc99:hover .wzc99-content { font-size:10px;color:#fff; }.wzc99:hover {  }.wzc99-bg:after {  }.wzc99-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc99-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; }.wzc100:hover .wzc100-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc100:hover .wzc100-content { font-size:10px;color:#fff; }.wzc100:hover {  }.wzc100-bg:after {  }.wzc100-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc100-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; }.wzc101:hover .wzc101-bg:after { width:90%;opacity:1; }.wzc101:hover .wzc101-bg {  }.wzc101:hover .wzc101-content { color:#fff; }.wzc101:hover {  }.wzc101-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%); }.wzc101-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; }.wzc101-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-wzs46 { height:495.087px;--section-height:495.087px; }.wzc-section-wzs46 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs46-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs46-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze359 { top:30px;left:15px;width:848px;height:340.538px;z-index:1000; }.wzc103-root .wzc103-root-header .wzc103-root-header-title {  }.wzc103-root .wzc103-root-header .wzc103-root-header-options .wzc103-root-header-options-optionsList .wzc103-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc103-root .wzc103-root-header .wzc103-root-header-options .wzc103-root-header-options-optionsList {  }.wzc103-root .wzc103-root-header .wzc103-root-header-options {  }.wzc103-root .wzc103-root-header {  }.wzc103-root .wzc103-root-orders .wzc103-root-orders-ordersHeader .wzc103-root-orders-ordersHeader-ordersHeaderItem .wzc103-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc103-root .wzc103-root-orders .wzc103-root-orders-ordersHeader .wzc103-root-orders-ordersHeader-ordersHeaderItem {  }.wzc103-root .wzc103-root-orders .wzc103-root-orders-ordersHeader {  }.wzc103-root .wzc103-root-orders {  }.wzc103-root .wzc103-root-pagination .wzc103-root-pagination-paginationButton {  }.wzc103-root .wzc103-root-pagination {  }.wzc103-root {  }.wzc103  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc103  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc103  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc103  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc103  .wz-profile-orders-order-items-header { width:80%; }.wzc103  .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); }.wzc103  .wz-profile-orders-order-details { width:80%; }.wzc103  .wz-profile-orders-order-buttons { width:20%; }.wzc103  .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); }.wzc103  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc103  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc103  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc103  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc103  .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; }.wzc103  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc103  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc103  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc103 {  }#wz-section-wzs47 { height:502.969px;--section-height:502.969px; }.wzc-section-wzs47 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs47-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs47-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze360 { top:30px;left:15px;width:848px;height:563.316px;z-index:1000; }.wzc106-root .wzc106-root-header .wzc106-root-header-title {  }.wzc106-root .wzc106-root-header .wzc106-root-header-headerButtons .wzc106-root-header-headerButtons-reorderButton {  }.wzc106-root .wzc106-root-header .wzc106-root-header-headerButtons .wzc106-root-header-headerButtons-receiptButton {  }.wzc106-root .wzc106-root-header .wzc106-root-header-headerButtons {  }.wzc106-root .wzc106-root-header {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-mainInformation .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-mainInformation .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-mainInformation .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-mainInformation {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-userInformation .wzc106-root-body-information-userInformation-userInformation{{ item.name }} .wzc106-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-userInformation .wzc106-root-body-information-userInformation-userInformation{{ item.name }} .wzc106-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-userInformation .wzc106-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-userInformation {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-paymentInformation .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-paymentInformation .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-paymentInformation .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-paymentInformation {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderName .wzc106-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc106-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderCount .wzc106-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc106-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc106-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation {  }.wzc106-root .wzc106-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc106-root .wzc106-root-support .wzc106-root-support-supportImage {  }.wzc106-root .wzc106-root-support .wzc106-root-support-supportTextBox .wzc106-root-support-supportTextBox-supportQuestion {  }.wzc106-root .wzc106-root-support .wzc106-root-support-supportTextBox .wzc106-root-support-supportTextBox-supportMessage {  }.wzc106-root .wzc106-root-support .wzc106-root-support-supportTextBox {  }.wzc106-root .wzc106-root-support {  }.wzc106-root {  }.wzc106  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc106  .wz-profile-order-details-header { padding-bottom:20px; }.wzc106  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc106  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc106  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc106  .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; }.wzc106  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc106  .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); }.wzc106  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc106  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc106  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc106  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc106  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc106  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc106  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc106  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc106  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc106  .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); }.wzc106  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc106  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc106  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc106  .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; }.wzc106  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc106  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc106  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc106  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc106  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc106  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc106  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc106  .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); }.wzc106  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc106  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc106  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc106  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc106 {  }.wzc104:hover .wzc104-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc104:hover .wzc104-content { color:#E74C3C; }.wzc104:hover {  }.wzc104-bg:after {  }.wzc104-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); }.wzc104-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; }#wz-section-wzs48 { height:623.316px;--section-height:623.316px; }.wzc-section-wzs48 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs48-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs48-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze361 { top:30px;left:15px;width:848px;height:539.323px;z-index:1000; }.wzc110-header .wzc110-header-title {  }.wzc110-header .wzc110-header-headerButton {  }.wzc110-header .wzc110-header-editButton {  }.wzc110-header .wzc110-header-removeButton {  }.wzc110-header {  }.wzc110-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; }.wzc110-pagination .wzc110-pagination-paginationButton {  }.wzc110-pagination {  }.wzc110  .wz-profile-addresses-header { margin-bottom:30px; }.wzc110  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc110  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc110  .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; }.wzc110  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc110  .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); }.wzc110  .wz-profile-address-item:hover { border-radius:20px; }.wzc110  .wz-profile-address-location { width:100%;height:200px; }.wzc110  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc110  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc110  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc110  .wz-profile-address-full:hover {  }.wzc110  .wz-profile-address-summary { justify-content:start; }.wzc110  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc110  .wz-profile-address-summary-location p:hover {  }.wzc110  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc110  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc110  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc110  .wz-profile-address-summary-postal-code p:hover {  }.wzc110  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc110  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc110  .wz-profile-address-transferee { text-align:right; }.wzc110  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc110  .wz-profile-address-transferee p:hover {  }.wzc110  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc110  .wz-profile-address-remove-button { height:30px; }.wzc110  .wz-profile-address-edit-button { height:30px; }.wzc110  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc110  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc110  .wz-profile-addresses-no-results-first-text:hover {  }.wzc110  .wz-profile-addresses-no-results-second-text:hover {  }.wzc110 {  }.wzc107:hover .wzc107-bg { background-color:#E74C3C; }.wzc107:hover .wzc107-content { font-size:12px;color:#ffd9d5; }.wzc107:hover {  }.wzc107-bg:after {  }.wzc107-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc107-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; }.wzc108:hover .wzc108-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc108:hover .wzc108-content { font-size:11px;color:#a1a1a1; }.wzc108:hover {  }.wzc108-bg:after {  }.wzc108-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc108-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; }.wzc109:hover .wzc109-bg { background-color:#E74C3C; }.wzc109:hover .wzc109-content { font-size:11px;color:#fff; }.wzc109:hover {  }.wzc109-bg:after {  }.wzc109-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc109-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-wzs49 { height:757.049px;--section-height:757.049px; }.wzc-section-wzs49 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs49-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs49-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze387 { top:58px;left:259.955px;width:738px;height:133px;z-index:1001; }#wze388 { top:3.5px;left:131.529px;width:437px;height:50px;z-index:1000;text-align:center; }#wze406 { top:150.005px;left:43.719px;width:532.969px;height:640.642px;z-index:1003; }.wzc139  .dropdown.dropdown-accordion.dropdown-rtl .dropdown-select::before { left:0px;right:0; }.wzc139  .dropdown.dropdown-accordion.dropdown-ltr.open {  }.wzc139 {  }.wzc139-container .wzc139-container-header .wzc139-container-header-title .wzc139-container-header-title-content { color:#000000;font-size:23px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;font-family:yekan, tahoma, serif; }.wzc139-container .wzc139-container-header .wzc139-container-header-title { width:100%;text-align:center; }.wzc139-container .wzc139-container-header { width:100%;height:50px;display:flex;justify-content:space-between;align-items:flex-start; }.wzc139-container .wzc139-container-questionAnswerArea .wzc139-container-questionAnswerArea-item .wzc139-container-questionAnswerArea-item-question { color:rgba(96,94,94,1);font-size:18px !important;padding-top:15px !important;padding-bottom:15px !important;background-color:transparent;min-height:50px;display:flex;align-items:center;cursor:pointer;position:relative;margin:0;width:100%;line-height:1.2em;font-family:yekan, tahoma, serif; }.wzc139-container .wzc139-container-questionAnswerArea .wzc139-container-questionAnswerArea-item .wzc139-container-questionAnswerArea-item-answer { color:rgba(96,94,94,1);font-size:16px !important;min-height:60px;overflow:hidden;padding:0 0 30px 0 !important;background-color:transparent !important;line-height:1.5em;margin-left:auto;font-family:yekan, tahoma, serif; }.wzc139-container .wzc139-container-questionAnswerArea .wzc139-container-questionAnswerArea-item { overflow:hidden;position:relative;margin-bottom:0px;background-color:transparent;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:rgb(206, 24, 106);transition:all 0.3s; }.wzc139-container .wzc139-container-questionAnswerArea { flex:1;width:100%;height:calc(100% - 50px);display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch; }.wzc139-container { direction:rtl;padding:30px 20px 20px;width:100%;height:100%;background-color:rgb(238, 240, 244);display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch;transition:all 0.3s ease-in-out 0.15s; }.wzc139-after { background-color:rgb(206, 24, 106); }.wzc139-before { background-color:rgb(206, 24, 106); }#wze407 { top:150.007px;left:617.984px;width:539px;height:870.851px;z-index:1004; }.wzc138  .dropdown.dropdown-accordion.dropdown-rtl .dropdown-select::before { left:0px;right:0; }.wzc138  .dropdown.dropdown-accordion.dropdown-ltr.open {  }.wzc138 {  }.wzc138-container .wzc138-container-header .wzc138-container-header-title .wzc138-container-header-title-content { color:#000000;font-size:23px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;font-family:yekan, tahoma, serif; }.wzc138-container .wzc138-container-header .wzc138-container-header-title { width:100%;text-align:center; }.wzc138-container .wzc138-container-header { width:100%;height:50px;display:flex;justify-content:space-between;align-items:flex-start; }.wzc138-container .wzc138-container-questionAnswerArea .wzc138-container-questionAnswerArea-item .wzc138-container-questionAnswerArea-item-question { color:rgba(96,94,94,1);font-size:18px !important;padding-top:15px !important;padding-bottom:15px !important;background-color:transparent;min-height:50px;display:flex;align-items:center;cursor:pointer;position:relative;margin:0;width:100%;line-height:1.2em;font-family:yekan, tahoma, serif; }.wzc138-container .wzc138-container-questionAnswerArea .wzc138-container-questionAnswerArea-item .wzc138-container-questionAnswerArea-item-answer { color:rgba(96,94,94,1);font-size:16px !important;min-height:60px;overflow:hidden;padding:0 0 30px 0 !important;background-color:transparent !important;line-height:1.5em;margin-left:auto;font-family:yekan, tahoma, serif; }.wzc138-container .wzc138-container-questionAnswerArea .wzc138-container-questionAnswerArea-item { overflow:hidden;position:relative;margin-bottom:0px;background-color:transparent;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:rgb(206, 24, 106);transition:all 0.3s; }.wzc138-container .wzc138-container-questionAnswerArea { flex:1;width:100%;height:calc(100% - 50px);display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch; }.wzc138-container { direction:rtl;padding:30px 20px 20px;width:100%;height:100%;background-color:rgb(238, 240, 244);display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch;transition:all 0.3s ease-in-out 0.15s; }.wzc138-after { background-color:rgb(206, 24, 106); }.wzc138-before { background-color:rgb(206, 24, 106); }#wze408 { top:1191.18px;left:324.226px;width:496.962px;height:441.962px;z-index:1005; }.wzc141  .form-result-error { color:#e74c3c;border-color:transparent;background-color:transparent;opacity:1; }.wzc141 {  }.wzc141-form { direction:rtl;width:100%;height:100%;background-color:#fff;border-radius:0px;border-style:solid;border-width:0;border-color:rgba(227, 227, 227, 1); }.wzc141-message { direction:rtl;position:absolute;width:calc(100% - 120px);bottom:0;right:60px;left:auto;padding:10px 0;text-align:right;font-size:13px;font-family:yekan, tahoma, serif;opacity:0;box-shadow:none;background-color:transparent;border-style:solid;border-color:transparent;border-width:1px;border-radius:0;color:#1abc9c; }#wze409 { top:55px;left:60px;width:376.962px;height:42px;z-index:1000; }.wzc149  .wz-form-inputText-label::after { content:'*';color:rgba(0, 0, 0, 1); }.wzc149  .wz-form-inputText::placeholder { color:#605E5E; }.wzc149 {  }.wzc149:hover .wzc149-container .wzc149-container-input { background-color:#fff;border-width:1px;border-style:solid;border-color:rgba(0, 0, 0, 0.55); }.wzc149:hover .wzc149-container {  }.wzc149:hover {  }.wzc149:focus-within .wzc149-container .wzc149-container-input { background-color:rgba(255, 255, 255, 1);border-width:1px;border-style:solid;border-color:rgba(87, 187, 191, 0.6); }.wzc149:focus-within .wzc149-container {  }.wzc149:focus-within {  }.wzc149.invalid .wzc149-container .wzc149-container-input { background-color:#fff;border-width:1px;border-style:solid;border-color:rgba(255, 64, 64, 0.6); }.wzc149.invalid .wzc149-container {  }.wzc149.invalid {  }.wzc149-container .wzc149-container-label { padding-right:0;padding-left:20px;display:none;margin-bottom:14px;text-align:right;direction:inherit;color:#000000;word-break: break-word;line-height:1;font-size:13px;font-weight:normal;font-style:normal;font-family:yekan, tahoma, serif; }.wzc149-container .wzc149-container-input { text-align:right;direction:inherit;padding-right:12px;padding-left:3px;padding-top:3px;padding-bottom:3px;font-size:13px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-weight:normal;font-stretch:normal;line-height:1.4em;min-height:42px;border-radius:0;border-width:1px;border-style:solid;border-color:rgba(0, 0, 0, 0.55);color:#000000;background-color:rgb(240, 237, 230);box-sizing:border-box !important;margin:0;max-width:100%;text-overflow:ellipsis;font-family:yekan, tahoma, serif;-webkit-appearance:none; }.wzc149-container .wzc149-container-message {  }.wzc149-container { width:100%;height:100%;min-height:25px;display:flex;flex-direction:column;font-family:yekan, tahoma, serif;transition:all 0.3s; }#wze410 { top:107px;left:60px;width:376.962px;height:42px;z-index:1000; }#wze412 { top:159px;left:60px;width:376.962px;height:42px;z-index:1000; }#wze413 { top:211px;left:60px;width:376.962px;height:126px;z-index:1000; }.wzc143  .wz-form-textarea-label::after { content:'*';color:rgba(0,0,0,1); }.wzc143  .wz-form-textarea::placeholder { color:#605E5E; }.wzc143 {  }.wzc143:hover .wzc143-container .wzc143-container-input { background-color:#fff;border-width:1px;border-style:solid;border-color:rgba(0, 0, 0, 0.55); }.wzc143:hover .wzc143-container {  }.wzc143:hover {  }.wzc143:focus-within .wzc143-container .wzc143-container-input { background-color:rgba(255, 255, 255, 1);border-width:1px 1px 1px 1px;border-style:solid;border-color:rgba(24, 166, 137, 0.6); }.wzc143:focus-within .wzc143-container {  }.wzc143:focus-within {  }.wzc143.invalid .wzc143-container .wzc143-container-input { background-color:#fff;border-width:1px;border-style:solid;border-color:rgba(255, 64, 64, 0.6); }.wzc143.invalid .wzc143-container {  }.wzc143.invalid {  }.wzc143-container .wzc143-container-label { padding-right:0;padding-left:20px;display:none;margin-bottom:14px;text-align:right;direction:inherit;color:#000000;word-break: break-word;line-height:1;font-size:13px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-weight:normal;font-stretch:normal;font-family:yekan, tahoma, serif; }.wzc143-container .wzc143-container-input { text-align:right;direction:inherit;padding-right:16px;padding-left:10px;padding-top:0.75em;padding-bottom:3px;resize:none;font-size:13px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-weight:normal;font-stretch:normal;line-height:1.4em;min-height:100%;max-height:100%;height:100%;border-radius:0;border-width:1px;border-style:solid;border-color:rgba(0, 0, 0, 0.55);color:#000000;background-color:rgb(240, 237, 230);box-shadow:0px 0px 0px 0px rgba(0,0,0,0.6);box-sizing:border-box !important;margin:0;max-width:100%;min-width:100%;overflow-y:auto;font-family:yekan, tahoma, serif;-webkit-appearance:textarea;cursor:text;white-space:pre-wrap;overflow-wrap:break-word; }.wzc143-container .wzc143-container-message {  }.wzc143-container { width:100%;height:100%;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;font-family:yekan, tahoma, serif;transition:all 0.3s; }#wze414 { top:347px;left:236.962px;width:200px;height:40px;z-index:1000; }.wzc144:hover .wzc144-bg { background-color:#2285B1; }.wzc144:hover .wzc144-content {  }.wzc144:hover {  }.wzc144-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(206, 24, 106);border-radius:0px; }.wzc144-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family: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:#fff; }.wzc144-container .wzc144-container-input { background-color:rgb(240, 237, 230); }.wzc144-container {  }#wze416 { top:1093.68px;left:322.731px;width:498.993px;height:93.1771px;z-index:1006; }.wzc145-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:dashed;border-width:3px;border-color:rgb(206, 24, 106);border-radius:10px; }.wzc145-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc145-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; }#wze415 { top:3.99652px;left:23.0478px;width:437px;height:62.2049px;z-index:1000;text-align:center; }#wze498 { top:33.1541px;left:1217.93px;width:160px;height:67.9861px;z-index:1005; }#wz-section-wzs55 { height:1652.9px;--section-height:1652.9px; }.wzc-section-wzs55 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs55-full { background:;background-color:rgb(248, 247, 230); }.wzc-section-wzs55-full:after { background:;background-color:rgba(255, 255, 255, 0); }@media only screen and (max-width : 768px) {#wze117 { top:0px;bottom:auto;right:auto;height:149.618px;display:block;z-index:1000; }#wze127 { top:53.6998px;left:82.3762px;bottom:auto;right:auto;width:101px;height:30.3125px;display:block;z-index:1000; }#wze130 { top:3.75px;left:71.3229px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze131 { top:3.75px;left:35.6667px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze132 { top:3.75px;left:0px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze138 { top:13px;left:61.5384px;bottom:auto;right:auto;width:130.438px;height:21px;display:block;z-index:1000; }#wze140 { top:6.53125px;left:334.139px;bottom:auto;right:auto;width:82.3594px;height:83.9375px;display:block;z-index:1000; }#wze141 { top:23px;left:183.382px;bottom:auto;right:auto;width:140.966px;height:51.0938px;display:block;z-index:1000;text-align:right; }#wze143 { top:27px;left:416.033px;bottom:auto;right:auto;width:51.9688px;height:50px;display:block;z-index:1000; }#wze149 { top:22px;left:15.0119px;bottom:auto;right:auto;width:33px;height:35.191px;display:block;z-index:1000; }#wze150 { top:105.822px;left:15px;bottom:auto;right:auto;width:437.984px;height:28.8542px;z-index:1000; }#wze501 { top:117.188px;left:169px;bottom:auto;right:auto;width:130px;height:45px;display:none;z-index:1000; }#wze513 { top:395.552px;left:154.001px;bottom:auto;right:auto;width:160px;height:30px;display:none;z-index:1000; }#wz-section-header { height:156.667px;--section-height:156.667px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze383 { top:16.366px;left:11px;bottom:auto;right:auto;width:438px;height:398.75px;display:block;z-index:1000; }#wze383 .wz-gallery.wz-gallery-grid li { width:146px;height:132px;padding:10px; }#wze417 { top:87px;left:283px;bottom:auto;right:auto;width:158px;height:271.094px;display:block;z-index:1000;text-align:center; }#wze492 { top:412.532px;left:201px;bottom:auto;right:auto;width:110px;height:67.9583px;display:none;z-index:1000; }#wze502 { top:495.507px;left:184.512px;bottom:auto;right:auto;width:98.9757px;height:45.9896px;display:none;z-index:1000; }#wz-section-wzs54 { height:424.462px;--section-height:424.462px; }.wzc-section-wzs54 { background:;background-color:rgba(255, 255, 255, 0); }#wze139 { bottom:auto;right:auto;display:none;z-index:1000; }#wze151 { top:726.79px;left:57.2707px;bottom:auto;right:auto;width:363.438px;height:485.955px;display:block;z-index:1000; }#wze152 { top:15px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:703.472px;display:block;z-index:1000; }#wze154 { top:18.267px;left:11.2375px;bottom:auto;right:auto;width:407.969px;height:206.649px;display:block;z-index:1000;text-align:center; }#wze156 { top:254.262px;left:15px;bottom:auto;right:auto;width:407.969px;height:294.792px;display:block;z-index:1000;text-align:right; }#wze157 { top:635.967px;left:111.493px;bottom:auto;right:auto;width:215px;height:54.7917px;display:block;z-index:1000; }#wze363 { top:566.037px;left:111.493px;bottom:auto;right:auto;width:215px;height:54.7917px;display:block;z-index:1000; }#wz-section-wzs18 { height:1212.27px;--section-height:1212.27px; }.wzc-section-wzs18-full { background-position:left center;background-size:auto;background-repeat:no-repeat; }#wze424 { top:-0.46997px;bottom:auto;right:auto;height:1097.6px;display:block;z-index:1000; }#wze425 { top:408.212px;left:54.0072px;bottom:auto;right:auto;width:360px;height:158.316px;display:block;z-index:1000; }#wze426 { top:13px;left:2.48615px;bottom:auto;right:auto;width:336.997px;height:123.316px;display:block;z-index:1000;text-align:right; }#wze427 { top:36px;left:20.0226px;bottom:auto;right:auto;width:437.969px;height:43.316px;display:block;z-index:1000;text-align:center; }#wze428 { top:362.069px;left:73.9958px;bottom:auto;right:auto;width:330px;height:38.8889px;display:block;z-index:1000;text-align:right; }#wze435 { top:657.701px;left:52.8749px;bottom:auto;right:auto;width:362.2542px;height:158.316px;display:block;z-index:1000; }#wze436 { top:13px;left:12.6356px;bottom:auto;right:auto;width:336.997px;height:123.316px;display:block;z-index:1000;text-align:right; }#wze437 { top:609.214px;left:78.3977px;bottom:auto;right:auto;width:330px;height:38.8889px;display:block;z-index:1000;text-align:right; }#wze438 { top:904.251px;left:40.2546px;bottom:auto;right:auto;width:387.4971px;height:157.292px;display:block;z-index:1000; }#wze439 { top:13px;left:25.257px;bottom:auto;right:auto;width:336.997px;height:123.316px;display:block;z-index:1000;text-align:right; }#wze440 { top:854.042px;left:78.3677px;bottom:auto;right:auto;width:330px;height:38.8889px;display:block;z-index:1000;text-align:right; }#wze485 { top:98.2583px;left:108.999px;bottom:auto;right:auto;width:250px;height:249.861px;z-index:1000; }#wze486 { top:1144.3px;left:117.298px;bottom:auto;right:auto;width:250px;height:258.75px;z-index:1000; }#wz-section-wzs57 { height:1482.33px;--section-height:1482.33px; }#wze382 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:54.0417px;display:block;z-index:1000; }.wzc131-content { font-size:23px; }#wze507 { top:84.0417px;left:3.71543px;bottom:auto;right:auto;width:460.556px;height:1659.24px;z-index:1000; }#wze507 .wz-shop-product { width: calc(50% - 30px )}#wz-section-wzs28 { height:1803.06px;--section-height:1803.06px; }#wze441 { top:35.6179px;left:32.2276px;bottom:auto;right:auto;width:400px;height:130px;display:block;z-index:1000; }#wze442 { top:372.725px;left:30.2174px;bottom:auto;right:auto;width:400px;height:130px;display:block;z-index:1000; }#wze443 { top:200.224px;left:30.2194px;bottom:auto;right:auto;width:400px;height:130px;display:block;z-index:1000; }#wze444 { top:539.61px;left:30.2274px;bottom:auto;right:auto;width:400px;height:130px;display:block;z-index:1000; }#wz-section-wzs58 { height:730.573px;--section-height:730.573px; }#wze375 { top:84.0278px;left:241.214px;bottom:auto;right:auto;width:199.549px;height:313.941px;display:block;z-index:1000; }#wze379 { top:84.0278px;left:27.2375px;bottom:auto;right:auto;width:198.993px;height:311.997px;display:block;z-index:1000; }#wze380 { top:15px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:54.0451px;display:block;z-index:1000; }.wzc129-content { font-size:22px; }#wz-section-wzs53 { height:494.965px;--section-height:494.965px; }#wze461 { top:1.00501px;bottom:auto;right:auto;height:979.809px;display:block;z-index:1000; }#wze462 { top:28.3481px;left:95.5348px;bottom:auto;right:auto;width:366.938px;height:46.6319px;display:block;z-index:1000;text-align:center; }#wze463 { top:262.229px;left:40.8073px;bottom:auto;right:auto;width:386.4054px;height:158.941px;display:block;z-index:1000; }#wze464 { top:18.7796px;left:24.7122px;bottom:auto;right:auto;width:336.997px;height:123.316px;display:block;z-index:1000;text-align:right; }#wze465 { top:217.743px;left:72.8483px;bottom:auto;right:auto;width:330px;height:38.8889px;display:block;z-index:1000;text-align:center; }#wze466 { top:505.906px;left:40.5031px;bottom:auto;right:auto;width:387.0128px;height:159.132px;display:block;z-index:1000; }#wze467 { top:16.3478px;left:25.0158px;bottom:auto;right:auto;width:336.997px;height:123.316px;display:block;z-index:1000;text-align:right; }#wze468 { top:448.581px;left:66.2154px;bottom:auto;right:auto;width:330px;height:38.8889px;display:block;z-index:1000;text-align:center; }#wze469 { top:752.137px;left:39.6938px;bottom:auto;right:auto;width:388.6382px;height:158.698px;display:block;z-index:1000; }#wze470 { top:18.5893px;left:25.8253px;bottom:auto;right:auto;width:336.997px;height:124.41px;display:block;z-index:1000;text-align:right; }#wze471 { top:704.492px;left:75.0004px;bottom:auto;right:auto;width:330px;height:38.8889px;display:block;z-index:1000;text-align:center; }#wze484 { top:43.0945px;left:15.0095px;bottom:auto;right:auto;width:437.938px;height:141.632px;display:block;z-index:1000; }#wz-section-wzs60 { height:1024.05px;--section-height:1024.05px; }#wze381 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:54.0417px;display:block;z-index:1000; }#wze508 { top:84.0417px;left:2.54188px;bottom:auto;right:auto;width:462.899px;height:1574.31px;z-index:1000; }#wze508 .wz-shop-product { width: calc(50% - 30px )}#wz-section-wzs51 { height:1728px;--section-height:1728px; }#wze474 { top:84.0278px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:189.757px;display:block;z-index:1000; }#wze488 { top:15px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:54.0451px;display:block;z-index:1000; }#wz-section-wzs61 { height:334.74px;--section-height:334.74px; }#wze179 { top:15px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:311.84px;display:block;z-index:1000; }#wze177 { top:15px;left:15px;bottom:auto;right:auto;width:407.969px;height:39.9826px;display:block;z-index:1000;text-align:right; }#wze182 { top:70.6994px;left:15px;bottom:auto;right:auto;width:407.969px;height:226.875px;display:block;z-index:1000;text-align:right; }#wze183 { top:712.562px;left:19.9956px;bottom:auto;right:auto;width:437.986px;height:519.045px;display:block;z-index:1000; }#wze184 { top:15px;left:15px;bottom:auto;right:auto;width:407.969px;height:39.9826px;display:block;z-index:1000;text-align:right; }#wze186 { top:70.6994px;left:15px;bottom:auto;right:auto;width:407.969px;height:433.976px;display:block;z-index:1000; }#wze500 { top:341.859px;left:113.993px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wz-section-wzs30 { height:1256.22px;--section-height:1256.22px; }#wze203 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:197.547px;display:block;z-index:999; }#wze204 { top:237.562px;left:23.5px;bottom:auto;right:auto;width:419px;height:122.014px;display:block;z-index:1000;text-align:right; }#wze205 { top:373.69px;left:25.5px;bottom:auto;right:auto;width:119px;height:40.7292px;display:block;z-index:1000; }#wz-section-wzs31 { height:458.507px;--section-height:458.507px; }#wze206 { top:17.9066px;left:10.0106px;bottom:auto;right:auto;width:457.958px;height:302.257px;display:block;z-index:997; }#wze208 { top:32.8489px;left:325.529px;bottom:auto;right:auto;width:96.5px;height:99.8906px;display:block;z-index:996; }#wze209 { top:0.25px;left:320.509px;bottom:auto;right:auto;width:87px;height:30px;display:block;z-index:996;text-align:right; }#wze378 { top:16.8958px;left:129.376px;bottom:auto;right:auto;width:44px;height:44px;z-index:996; }#wze419 { top:16.875px;left:17.1437px;bottom:auto;right:auto;width:42.3125px;height:43px;z-index:996; }#wze420 { top:16.8958px;left:73.2665px;bottom:auto;right:auto;width:42px;height:42px;z-index:996; }#wze421 { top:66.5417px;left:49.5357px;bottom:auto;right:auto;width:42px;height:42px;z-index:998; }#wze422 { top:68.875px;left:105.644px;bottom:auto;right:auto;width:38.375px;height:39px;z-index:998; }#wze218 { top:176.001px;left:15.0099px;bottom:auto;right:auto;width:142.363px;height:118.247px;display:block;z-index:996; }#wze217 { top:17.9646px;left:3.29e-05px;bottom:auto;right:auto;width:121.984px;height:87.8125px;display:block;z-index:996; }#wze222 { top:-0.794196px;left:32.4583px;bottom:auto;right:auto;width:99px;height:25.5556px;display:block;z-index:996;text-align:right; }#wze370 { top:325.79px;left:6.49344px;bottom:auto;right:auto;width:459.948px;height:454.253px;z-index:1000; }#wze238 { top:482.752px;left:90.2333px;bottom:auto;right:auto;width:267px;height:22.2049px;display:block;z-index:1000;text-align:right; }#wze240 { top:424.87px;left:175.73px;bottom:auto;right:auto;width:96px;height:34.8438px;display:block;z-index:1000; }.wzc181-content { font-size:11px; }#wze371 { top:3.00345px;left:10.0104px;bottom:auto;right:auto;width:438px;height:385.538px;z-index:1000;text-align:justify; }#wze384 { top:699.485px;left:41.9396px;bottom:auto;right:auto;width:57.3611px;height:57.8125px;z-index:1000; }#wze445 { top:171.346px;left:179.659px;bottom:auto;right:auto;width:279.288px;height:122.882px;z-index:1000; }#wze211 { top:9.84003px;left:25.2761px;bottom:auto;right:auto;width:237.917px;height:108.889px;display:block;z-index:996;text-align:right; }#wze483 { top:auto;left:auto;bottom:60px;right:10px;width:60px;height:60px;z-index:9999999; }.wzc174  .wz-social-chat-icon-container { border-width:1px; }.wzc174  .wz-social-chat-chat-box { border-width:15px; }.wzc174  .wz-social-chat-chat-box-header { border-bottom-width:0px;gap:10px; }.wzc174  .wz-social-chat-chat-box-header-text-box { gap:0px; }.wzc174  .wz-social-chat-chat-box-account { border-right-width:2px;margin-bottom:5px; }.wzc174  .wz-social-chat-chat-box-account a { gap:5px; }.wzc174  .wz-social-chat-chat-box-account-img { width:50px;border-width:2px; }.wzc174  .wz-social-chat-chat-box-account-text { gap:0px; }#wze506 { top:33.6078px;left:196.013px;bottom:auto;right:auto;width:88.9757px;height:88.9757px;z-index:1000; }#wz-section-footer { height:888.993px;--section-height:888.993px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }#wze146 { top:272.101px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:2025.35px;display:block;z-index:1000; }#wze146 .wz-shop-product { width: calc(50% - 30px )}#wze241 { top:15px;left:132px;bottom:auto;right:auto;width:203.993px;height:242.101px;display:block;z-index:1000; }#wze147 { top:36.0036px;left:10.98px;bottom:auto;right:auto;width:180px;height:162.101px;display:block;z-index:1000; }#wze493 { top:2373.44px;left:154px;bottom:auto;right:auto;width:160px;height:55.9896px;display:block;z-index:1000; }#wze512 { top:2312.45px;left:157.507px;bottom:auto;right:auto;width:152.969px;height:45.9896px;display:block;z-index:1000; }#wz-section-wzs22 { height:2444.4270847412px;--section-height:2444.4270847412px; }#wze503 { top:15px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:260.417px;display:block;z-index:1000; }#wze504 { top:15px;left:15px;bottom:auto;right:auto;width:407.969px;height:230.417px;display:block;z-index:1000;text-align:center; }#wz-section-wzs64 { height:290.417px;--section-height:290.417px; }#wze148 { top:15px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:435.486px;display:block;z-index:1000; }#wze494 { top:465.469px;left:154px;bottom:auto;right:auto;width:160px;height:60.9896px;display:block;z-index:1000; }#wz-section-wzs21 { height:541.45836525879px;--section-height:541.45836525879px; }#wze491 { top:15px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:441.875px;display:block;z-index:1000; }#wz-section-wzs63 { height:471.875px;--section-height:471.875px; }#wze145 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:184.983px;display:block;z-index:1000; }#wz-section-wzs23 { height:214.965px;--section-height:214.965px; }#wze242 { top:15px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:2467.26px;display:block;z-index:1000; }#wze243 { top:3111.15px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:113.698px;display:block;z-index:1000; }#wze247 { top:11.9919px;left:146.993px;bottom:auto;right:auto;width:220.99px;height:27.7431px;display:block;z-index:1000;text-align:right; }#wze248 { top:48.1699px;left:68.993px;bottom:auto;right:auto;width:300px;height:1.99653px;display:block;z-index:1000; }#wze249 { top:67.1699px;left:136.993px;bottom:auto;right:auto;width:212.986px;height:18.8889px;display:block;z-index:1000; }#wze264 { top:2497.26px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:113.75px;display:block;z-index:1000; }#wze265 { top:11.9919px;left:146.993px;bottom:auto;right:auto;width:220.99px;height:27.7431px;display:block;z-index:1000;text-align:right; }#wze267 { top:48.1699px;left:68.993px;bottom:auto;right:auto;width:300px;height:1.99653px;display:block;z-index:1000; }#wze268 { top:66.7945px;left:68.993px;bottom:auto;right:auto;width:300px;height:38.9931px;display:block;z-index:1000; }#wze270 { top:2707.99px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:388.16px;display:block;z-index:1000; }#wze269 { top:76.8297px;left:82.993px;bottom:auto;right:auto;width:265px;height:278.455px;display:block;z-index:1000; }#wze271 { top:11.9919px;left:146.993px;bottom:auto;right:auto;width:220.99px;height:27.7431px;display:block;z-index:1000;text-align:right; }#wze273 { top:48.2047px;left:68.993px;bottom:auto;right:auto;width:300px;height:1.99653px;display:block;z-index:1000; }#wze495 { top:2626.01px;left:154px;bottom:auto;right:auto;width:160px;height:66.9792px;display:block;z-index:1000; }#wz-section-wzs34 { height:3239.843980835px;--section-height:3239.843980835px; }#wze250 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:1498.75px;display:block;z-index:1000; }#wze274 { top:1657.75px;left:15px;bottom:auto;right:auto;width:438px;height:114px;display:block;z-index:1000; }#wze275 { top:12.0004px;left:147px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze276 { top:67.0004px;left:137px;bottom:auto;right:auto;width:213px;height:19px;display:block;z-index:1000; }#wze277 { top:48.0004px;left:69px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze278 { top:1528.75px;left:15px;bottom:auto;right:auto;width:438px;height:114px;display:block;z-index:1000; }#wze279 { top:12.0004px;left:147px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze280 { top:48.0004px;left:69px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze281 { top:66.625px;left:69px;bottom:auto;right:auto;width:300px;height:39px;display:block;z-index:1000; }#wze282 { top:1786.75px;left:15px;bottom:auto;right:auto;width:438px;height:289px;display:block;z-index:1000; }#wze283 { top:12.0004px;left:147px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze284 { top:48.0004px;left:69px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze285 { top:76.6254px;left:83px;bottom:auto;right:auto;width:265px;height:198px;display:block;z-index:1000; }#wze514 { top:2090.75px;left:154px;bottom:auto;right:auto;width:160px;height:56.9792px;z-index:1000; }#wz-section-wzs33 { height:2162.7165px;--section-height:2162.7165px; }#wze286 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:642.547px;display:block;z-index:1000; }#wze287 { top:27px;left:147px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze288 { top:77px;left:81.5px;bottom:auto;right:auto;width:275px;height:545px;display:block;z-index:1000; }#wz-section-wzs36 { height:672.547px;--section-height:672.547px; }#wze251 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:466.984px;display:block;z-index:1000; }#wz-section-wzs35 { height:496.984px;--section-height:496.984px; }#wze290 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:95px;display:block;z-index:1000; }#wze289 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:50px;display:block;z-index:1000;text-align:center; }#wze292 { top:137px;left:138px;bottom:auto;right:auto;width:188px;height:89.7917px;display:block;z-index:1000; }#wze295 { top:0.01525px;left:158px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze296 { top:1.00038px;left:47px;bottom:auto;right:auto;width:104px;height:27.7604px;display:block;z-index:1000;text-align:right; }#wze297 { top:47.4032px;left:2px;bottom:auto;right:auto;width:186px;height:20px;display:block;z-index:1000;text-align:right; }#wze298 { top:247.667px;left:138px;bottom:auto;right:auto;width:188px;height:95.3472px;display:block;z-index:1000; }#wze299 { top:0.01525px;left:158px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze300 { top:1.00038px;left:37px;bottom:auto;right:auto;width:104px;height:27.7604px;display:block;z-index:1000;text-align:right; }#wze301 { top:47.4032px;left:0px;bottom:auto;right:auto;width:188px;height:25.5556px;display:block;z-index:1000;text-align:right; }#wze302 { top:379.667px;left:138px;bottom:auto;right:auto;width:188px;height:116.441px;display:block;z-index:1000; }#wze303 { top:0.01525px;left:158px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze304 { top:1.00038px;left:43px;bottom:auto;right:auto;width:104px;height:27.7604px;display:block;z-index:1000;text-align:right; }#wze305 { top:47.4032px;left:2px;bottom:auto;right:auto;width:186px;height:46.6493px;display:block;z-index:1000;text-align:right; }#wze496 { top:511.108px;left:154px;bottom:auto;right:auto;width:160px;height:62.9688px;z-index:1000; }#wz-section-wzs37 { height:592.0661px;--section-height:592.0661px; }#wze308 { top:15px;left:15.5px;bottom:auto;right:auto;width:437px;height:50px;display:block;z-index:1000;text-align:center; }#wze323 { top:80px;left:15px;bottom:auto;right:auto;width:438px;height:312.205px;display:block;z-index:1000; }#wze373 { top:407.222px;left:110.68px;bottom:auto;right:auto;width:246.632px;height:252.76px;z-index:1000; }#wz-section-wzs40 { height:687.969px;--section-height:687.969px; }#wze324 { top:19.1972px;left:11.687px;bottom:auto;right:auto;width:438px;height:715.833px;display:block;z-index:1000; }#wze325 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:1685.56px;display:block;z-index:1000; }#wze329 { top:731.685px;left:20.0131px;bottom:auto;right:auto;width:408px;height:1655.56px;display:block;z-index:1000;text-align:center; }#wze497 { top:1715.56px;left:154px;bottom:auto;right:auto;width:160px;height:60.9896px;z-index:1000; }#wz-section-wzs41 { height:2537.3296px;--section-height:2537.3296px; }#wze451 { top:140.946px;left:11.5136px;bottom:auto;right:auto;width:437.986px;height:202.205px;z-index:1000; }#wze453 { top:15px;left:6.84515px;bottom:auto;right:auto;width:424.288px;height:172.205px;z-index:1000;text-align:center; }#wze454 { top:358.374px;left:11.5136px;bottom:auto;right:auto;width:437.986px;height:203.316px;z-index:1000; }#wze455 { top:15px;left:6.84459px;bottom:auto;right:auto;width:424.288px;height:173.316px;z-index:1000;text-align:center; }#wze456 { top:605.561px;left:11.5136px;bottom:auto;right:auto;width:437.986px;height:202.205px;z-index:1000; }#wze457 { top:15px;left:6.84459px;bottom:auto;right:auto;width:424.288px;height:172.205px;z-index:1000;text-align:center; }#wze458 { top:861.499px;left:116.993px;bottom:auto;right:auto;width:243.993px;height:250px;z-index:1000; }#wze459 { top:24.9399px;left:89.7398px;bottom:auto;right:auto;width:280.955px;height:105.538px;z-index:1000;text-align:right; }#wz-section-wzs43 { height:1124.91px;--section-height:1124.91px; }#wze475 { top:140.946px;left:11.5136px;bottom:auto;right:auto;width:437.986px;height:201.094px;z-index:1000; }#wze476 { top:15px;left:6.84515px;bottom:auto;right:auto;width:424.288px;height:171.094px;z-index:1000;text-align:center; }#wze477 { top:357.263px;left:11.5136px;bottom:auto;right:auto;width:437.986px;height:174.427px;z-index:1000; }#wze478 { top:15px;left:6.84459px;bottom:auto;right:auto;width:424.288px;height:144.427px;z-index:1000;text-align:center; }#wze479 { top:546.26px;left:11.2417px;bottom:auto;right:auto;width:437.986px;height:203.316px;z-index:1000; }#wze480 { top:15px;left:6.84459px;bottom:auto;right:auto;width:424.288px;height:173.316px;z-index:1000;text-align:center; }#wze481 { top:15px;left:109px;bottom:auto;right:auto;width:250px;height:250px;z-index:1000; }#wze482 { top:24.9399px;left:89.7398px;bottom:auto;right:auto;width:280.955px;height:105.538px;z-index:1000;text-align:right; }#wz-section-wzs62 { height:2609.774px;--section-height:2609.774px; }#wze447 { top:15px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:459.4619140625px;display:block;z-index:1000; }#wze446 { top:408.525px;left:151.493px;bottom:auto;right:auto;width:135px;height:35.9375px;display:block;z-index:1000; }#wze448 { top:15px;left:15px;bottom:auto;right:auto;width:407.969px;height:215.243px;display:block;z-index:1000; }#wze449 { top:322.431px;left:65px;bottom:auto;right:auto;width:307.986px;height:71.0938px;display:block;z-index:1000;text-align:right; }#wze450 { top:245.226px;left:70.9895px;bottom:auto;right:auto;width:295.99px;height:62.2049px;display:block;z-index:1000;text-align:right; }#wz-section-wzs59 { height:489.462px;--section-height:489.462px; }#wze356 { top:20px;left:15px;bottom:auto;right:auto;width:438px;height:312.205px;display:block;z-index:1000; }#wz-section-wzs44 { height:342.188px;--section-height:342.188px; }#wz-section-wzs50 { height:15px;--section-height:15px; }#wze357 { top:229.497px;left:15px;bottom:auto;right:auto;width:438px;height:492.066px;display:block;z-index:1000; }#wze362 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs45 { height:736.545px;--section-height:736.545px; }#wze358 { top:219.018px;left:15px;bottom:auto;right:auto;width:438px;height:663.212px;display:block;z-index:1000; }.wzc102  .wz-profile-favorite-item { gap:5px; }#wz-section-wzs46 { height:897.205px;--section-height:897.205px; }#wze359 { top:219.018px;left:15px;bottom:auto;right:auto;width:438px;height:408.316px;display:block;z-index:1000; }.wzc103  .wz-profile-orders-header p { font-size:16px; }.wzc103  .wz-profile-orders-header-option { font-size:10px; }.wzc103  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc103  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs47 { height:642.326px;--section-height:642.326px; }#wze360 { top:219.018px;left:15px;bottom:auto;right:auto;width:438px;height:645.556px;display:block;z-index:1000; }.wzc106  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc106  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc106  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc106  [data-name=total_include_tax] { padding:10px; }.wzc106  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc106  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc106  .wz-profile-order-details-order-detail { font-size:10px; }.wzc106  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc106  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc106  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs48 { height:879.566px;--section-height:879.566px; }#wze361 { top:218.993px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:278.559px;display:block;z-index:1000; }#wz-section-wzs49 { height:512.51770800781px;--section-height:512.51770800781px; }#wze387 { top:97.9688px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:78.9236px;display:block;z-index:1000; }#wze388 { top:15px;left:15px;bottom:auto;right:auto;width:407.969px;height:46.6667px;display:block;z-index:1000;text-align:center; }#wze406 { top:914.514px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:526.476px;display:block;z-index:1000; }#wze407 { top:191.875px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:707.656px;display:block;z-index:1000; }#wze408 { top:1594.31px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:389.514px;display:block;z-index:1000; }#wze409 { top:15px;left:15px;bottom:auto;right:auto;width:407.969px;height:41.9965px;display:block;z-index:1000; }#wze410 { top:71.9792px;left:15px;bottom:auto;right:auto;width:407.969px;height:41.9965px;display:block;z-index:1000; }#wze412 { top:128.958px;left:15px;bottom:auto;right:auto;width:407.969px;height:41.9965px;display:block;z-index:1000; }#wze413 { top:185.938px;left:15px;bottom:auto;right:auto;width:407.969px;height:125.99px;display:block;z-index:1000; }#wze414 { top:326.928px;left:118.993px;bottom:auto;right:auto;width:200px;height:40px;display:block;z-index:1000; }#wze416 { top:1455.99px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:123.316px;display:block;z-index:1000; }#wze415 { top:15px;left:15px;bottom:auto;right:auto;width:407.969px;height:93.316px;display:block;z-index:1000;text-align:center; }#wze498 { top:15px;left:154px;bottom:auto;right:auto;width:160px;height:67.9688px;display:block;z-index:1000; }#wz-section-wzs55 { height:1998.8196488037px;--section-height:1998.8196488037px; }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze117 { top:-1.66755px;bottom:auto;right:auto;height:151.997px;display:block;z-index:1000; }#wze127 { top:14px;left:22.2363px;bottom:auto;right:auto;width:171px;height:38.5px;display:block;z-index:1000; }#wze130 { top:3.5935px;left:61.5436px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze131 { top:3.5885px;left:120.864px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze132 { top:3.5937px;left:5.29663px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze138 { top:58.8456px;left:42.208px;bottom:auto;right:auto;width:158.219px;height:25.3125px;display:block;z-index:1000; }#wze140 { top:8.25995px;left:630.163px;bottom:auto;right:auto;width:82.3594px;height:83.75px;display:block;z-index:1000; }#wze141 { top:24.0005px;left:500.196px;bottom:auto;right:auto;width:129.969px;height:51.0938px;display:block;z-index:1000;text-align:right; }#wze143 { top:24px;left:713.593px;bottom:auto;right:auto;width:52px;height:48px;display:block;z-index:1000; }#wze149 { top:54.001px;left:25.2181px;bottom:auto;right:auto;width:33px;height:35.191px;display:block;z-index:1000; }#wze150 { top:26.0634px;left:193.236px;bottom:auto;right:auto;width:300px;height:36.9375px;display:block;z-index:1000; }#wze501 { top:120.507px;left:319px;bottom:auto;right:auto;width:130px;height:45px;display:none;z-index:1000; }#wze513 { top:180.618px;left:304px;bottom:auto;right:auto;width:160px;height:30px;z-index:1000; }#wz-section-header { height:270.59px;--section-height:270.59px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze383 { top:15.288px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:398.75px;display:block;z-index:1000; }#wze383 .wz-gallery.wz-gallery-grid li { width:245px;height:132px;padding:10px; }#wze417 { top:78.2263px;left:525.374px;bottom:auto;right:auto;width:140.955px;height:271.094px;display:block;z-index:1000;text-align:center; }#wze492 { top:298.286px;left:361.303px;bottom:auto;right:auto;width:110px;height:67.934px;display:none;z-index:1000; }#wze502 { top:429.058px;left:334.512px;bottom:auto;right:auto;width:98.9757px;height:45.9375px;z-index:1000; }#wz-section-wzs54 { height:475.538px;--section-height:475.538px; }#wze139 { top:15px;left:260px;bottom:auto;right:auto;width:247.986px;height:88.75px;display:none;z-index:1000; }#wze151 { top:519.563px;left:207.292px;bottom:auto;right:auto;width:363.455px;height:485.938px;display:block;z-index:1000; }#wze152 { top:28.4708px;left:11.6508px;bottom:auto;right:auto;width:737.986px;height:499.462px;display:block;z-index:1000; }#wze154 { top:9.72547px;left:84.2495px;bottom:auto;right:auto;width:620px;height:126.649px;display:block;z-index:1000;text-align:right; }#wze156 { top:169.993px;left:138.978px;bottom:auto;right:auto;width:550.99px;height:194.358px;display:block;z-index:1000;text-align:right; }#wze157 { top:436.202px;left:473.888px;bottom:auto;right:auto;width:215px;height:54.809px;display:block;z-index:1000; }#wze363 { top:431.583px;left:240.891px;bottom:auto;right:auto;width:215px;height:54.809px;display:block;z-index:1000; }#wz-section-wzs18 { height:1005.33px;--section-height:1005.33px; }#wze424 { top:1.01419px;bottom:auto;right:auto;height:1122.33px;display:block;z-index:1000; }#wze425 { top:432.024px;left:209.91px;bottom:auto;right:auto;width:363.993px;height:158.316px;display:block;z-index:1000; }#wze426 { top:0.986145px;left:13.5157px;bottom:auto;right:auto;width:336.997px;height:123.316px;display:block;z-index:1000;text-align:right; }#wze427 { top:3px;left:73.9845px;bottom:auto;right:auto;width:620px;height:54.4271px;display:block;z-index:1000;text-align:center; }#wze428 { top:377.862px;left:216.114px;bottom:auto;right:auto;width:330px;height:38.8889px;display:block;z-index:1000;text-align:right; }#wze435 { top:658.425px;left:209.875px;bottom:auto;right:auto;width:363.993px;height:158.316px;display:block;z-index:1000; }#wze436 { top:0.986145px;left:13.5157px;bottom:auto;right:auto;width:336.997px;height:123.316px;display:block;z-index:1000;text-align:right; }#wze437 { top:610.583px;left:212.319px;bottom:auto;right:auto;width:330px;height:38.8889px;display:block;z-index:1000;text-align:right; }#wze438 { top:894.555px;left:204.118px;bottom:auto;right:auto;width:363.993px;height:157.326px;display:block;z-index:1000; }#wze439 { top:0.986084px;left:13.5157px;bottom:auto;right:auto;width:336.997px;height:123.316px;display:block;z-index:1000;text-align:right; }#wze440 { top:845.629px;left:221.132px;bottom:auto;right:auto;width:330px;height:38.8889px;display:block;z-index:1000;text-align:right; }#wze485 { top:81.8535px;left:98.992px;bottom:auto;right:auto;width:250px;height:249.896px;z-index:1000; }#wze486 { top:83.1184px;left:432.553px;bottom:auto;right:auto;width:249.984px;height:258.75px;z-index:1000; }#wz-section-wzs57 { height:1122.97px;--section-height:1122.97px; }.wzc-section-wzs57 { background:;background-color:rgb(248, 247, 230); }#wze382 { top:15px;left:68px;bottom:auto;right:auto;width:632px;height:78px;display:block;z-index:1000; }#wze507 { top:108px;left:3.71543px;bottom:auto;right:auto;width:760.556px;height:1322.33px;z-index:1000; }#wze507 .wz-shop-product { width: calc(33.333333333333% - 30px )}#wz-section-wzs28 { height:1546.28px;--section-height:1546.28px; }#wze441 { top:15px;left:174px;bottom:auto;right:auto;width:420px;height:150px;display:block;z-index:1000; }#wze442 { top:345px;left:174px;bottom:auto;right:auto;width:420px;height:150px;display:block;z-index:1000; }#wze443 { top:180px;left:174px;bottom:auto;right:auto;width:420px;height:150px;display:block;z-index:1000; }#wze444 { top:510px;left:174px;bottom:auto;right:auto;width:420px;height:150px;display:block;z-index:1000; }#wz-section-wzs58 { height:675px;--section-height:675px; }#wze375 { top:107.969px;left:391.214px;bottom:auto;right:auto;width:199.549px;height:313.941px;display:block;z-index:1000; }#wze379 { top:107.969px;left:177.238px;bottom:auto;right:auto;width:198.993px;height:311.997px;display:block;z-index:1000; }#wze380 { top:15px;left:68.0015px;bottom:auto;right:auto;width:631.997px;height:77.9861px;display:block;z-index:1000; }#wz-section-wzs53 { height:436.90975px;--section-height:436.90975px; }#wze461 { top:15px;bottom:auto;right:auto;height:1057.69px;display:block;z-index:1000; }#wze462 { top:73.0053px;left:324.997px;bottom:auto;right:auto;width:430px;height:51.0938px;display:block;z-index:1000;text-align:center; }#wze463 { top:301.768px;left:202.706px;bottom:auto;right:auto;width:363.993px;height:158.316px;display:block;z-index:1000; }#wze464 { top:5px;left:13.5157px;bottom:auto;right:auto;width:336.997px;height:123.316px;display:block;z-index:1000;text-align:right; }#wze465 { top:257.656px;left:219.698px;bottom:auto;right:auto;width:330px;height:38.8889px;display:block;z-index:1000;text-align:center; }#wze466 { top:545.432px;left:193.922px;bottom:auto;right:auto;width:363.993px;height:158.333px;display:block;z-index:1000; }#wze467 { top:5.00001px;left:13.5157px;bottom:auto;right:auto;width:336.997px;height:123.316px;display:block;z-index:1000;text-align:right; }#wze468 { top:497.113px;left:210.909px;bottom:auto;right:auto;width:330px;height:38.8889px;display:block;z-index:1000;text-align:center; }#wze469 { top:791.375px;left:202.717px;bottom:auto;right:auto;width:363.993px;height:158.073px;display:block;z-index:1000; }#wze470 { top:5px;left:13.5157px;bottom:auto;right:auto;width:336.997px;height:124.41px;display:block;z-index:1000;text-align:right; }#wze471 { top:749.222px;left:210.896px;bottom:auto;right:auto;width:330px;height:38.8889px;display:block;z-index:1000;text-align:center; }#wze484 { top:6.3257px;left:45.51px;bottom:auto;right:auto;width:676.938px;height:220.938px;display:block;z-index:1000; }#wz-section-wzs60 { height:1087.85px;--section-height:1087.85px; }.wzc-section-wzs60 { background:;background-color:rgb(248, 247, 230); }#wze381 { top:15px;left:68px;bottom:auto;right:auto;width:632px;height:78px;display:block;z-index:1000; }#wze508 { top:108px;left:2.54188px;bottom:auto;right:auto;width:762.899px;height:1272.12px;z-index:1000; }#wze508 .wz-shop-product { width: calc(33.333333333333% - 30px )}#wz-section-wzs51 { height:1496.02px;--section-height:1496.02px; }#wze474 { top:107.969px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:319.722px;display:block;z-index:1000; }#wze488 { top:15px;left:68.0015px;bottom:auto;right:auto;width:631.997px;height:77.9861px;display:block;z-index:1000; }#wz-section-wzs61 { height:442.67326171875px;--section-height:442.67326171875px; }#wze179 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:380.833px;display:block;z-index:1000; }#wze177 { top:15px;left:204.5px;bottom:auto;right:auto;width:441px;height:43.316px;display:block;z-index:1000;text-align:right; }#wze182 { top:63.3234px;left:126.5px;bottom:auto;right:auto;width:485px;height:252.014px;display:block;z-index:1000;text-align:right; }#wze183 { top:357.201px;left:15px;bottom:auto;right:auto;width:738px;height:540.33px;display:block;z-index:1000; }#wze184 { top:15px;left:204.5px;bottom:auto;right:auto;width:441px;height:43.316px;display:block;z-index:1000;text-align:right; }#wze186 { top:78.6946px;left:124.854px;bottom:auto;right:auto;width:485px;height:433.976px;display:block;z-index:1000; }#wze500 { top:912.961px;left:259px;bottom:auto;right:auto;width:250px;height:250px;z-index:1000; }#wz-section-wzs30 { height:1177.6px;--section-height:1177.6px; }#wze203 { top:15px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:181.094px;display:block;z-index:1000; }#wze204 { top:211.094px;left:298.878px;bottom:auto;right:auto;width:322.986px;height:122.014px;display:block;z-index:1000;text-align:right; }#wze205 { top:211.094px;left:146.152px;bottom:auto;right:auto;width:137.726px;height:40.6771px;display:block;z-index:1000; }#wz-section-wzs31 { height:348.10775px;--section-height:348.10775px; }#wze206 { top:29.0034px;left:318.078px;bottom:auto;right:auto;width:433.969px;height:208.819px;display:block;z-index:1000; }#wze208 { top:5.99658px;left:299.719px;bottom:auto;right:auto;width:84.6528px;height:118.993px;display:block;z-index:1000; }#wze209 { top:6.98615px;left:65.8281px;bottom:auto;right:auto;width:175px;height:37.7604px;display:block;z-index:1000;text-align:right; }#wze378 { top:137.464px;left:182.625px;bottom:auto;right:auto;width:56.9792px;height:56.7361px;z-index:1000; }#wze419 { top:139.48px;left:34.5312px;bottom:auto;right:auto;width:62px;height:62.8125px;z-index:1000; }#wze420 { top:135.451px;left:108.5px;bottom:auto;right:auto;width:63px;height:62.8125px;z-index:1000; }#wze421 { top:133.01px;left:255.641px;bottom:auto;right:auto;width:67px;height:66.9792px;z-index:1000; }#wze422 { top:133.028px;left:331.422px;bottom:auto;right:auto;width:63px;height:63.9931px;z-index:1000; }#wze218 { top:254.394px;left:86.7459px;bottom:auto;right:auto;width:191.02px;height:175.972px;display:block;z-index:1000; }#wze217 { top:41.8453px;left:69.023px;bottom:auto;right:auto;width:121.997px;height:132.778px;display:block;z-index:1000; }#wze222 { top:0.986084px;left:0px;bottom:auto;right:auto;width:184px;height:27.7604px;display:block;z-index:1000;text-align:right; }#wze370 { top:447.129px;left:-3.80706px;bottom:auto;right:auto;width:767.986px;height:382.413px;z-index:1000; }#wze238 { top:298.179px;left:250.5px;bottom:auto;right:auto;width:267px;height:22.2049px;display:block;z-index:1000;text-align:right; }#wze240 { top:336.339px;left:336px;bottom:auto;right:auto;width:96px;height:34.8611px;display:block;z-index:1000; }#wze371 { top:4px;left:15px;bottom:auto;right:auto;width:738px;height:278.872px;z-index:1000;text-align:right; }#wze384 { top:173.108px;left:47.9334px;bottom:auto;right:auto;width:58px;height:57.9167px;z-index:1000; }#wze445 { top:260.597px;left:360.999px;bottom:auto;right:auto;width:368.16px;height:182.448px;z-index:1000; }#wze211 { top:6.00388px;left:20.1013px;bottom:auto;right:auto;width:327.969px;height:162.205px;display:block;z-index:1000;text-align:right; }#wze483 { top:auto;left:auto;bottom:30px;right:90px;width:50px;height:50px;z-index:9999999; }.wzc174  .wz-social-chat-chat-box-account-img { width:61px; }#wze506 { top:55.1564px;left:86.8952px;bottom:auto;right:auto;width:160px;height:160px;z-index:1000; }#wz-section-footer { height:862.465px;--section-height:862.465px; }#wze146 { top:275.047px;left:0px;bottom:auto;right:auto;width:768px;height:6499.16px;display:block;z-index:1000; }#wze146 .wz-shop-product { width: calc(33.333333333333% - 30px )}#wze241 { top:15px;left:282px;bottom:auto;right:auto;width:204px;height:245.047px;display:block;z-index:1000; }#wze147 { top:36.0036px;left:10.98px;bottom:auto;right:auto;width:180px;height:165px;display:block;z-index:1000; }#wze493 { top:6789.17px;left:304px;bottom:auto;right:auto;width:160px;height:55.9844px;display:block;z-index:1000; }#wze512 { top:6860.15px;left:346px;bottom:auto;right:auto;width:76px;height:41px;z-index:1000; }#wz-section-wzs22 { height:6916.16px;--section-height:6916.16px; }#wze503 { top:15px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:183.594px;display:block;z-index:1000; }#wze504 { top:15px;left:15px;bottom:auto;right:auto;width:707.969px;height:153.594px;display:block;z-index:1000;text-align:center; }#wz-section-wzs64 { height:213.594px;--section-height:213.594px; }#wze148 { top:15px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:733.785px;display:block;z-index:1000; }#wze494 { top:763.785px;left:304px;bottom:auto;right:auto;width:160px;height:60.9896px;display:block;z-index:1000; }#wz-section-wzs21 { height:839.77439003906px;--section-height:839.77439003906px; }#wze491 { top:15px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:441.875px;display:block;z-index:1000; }#wz-section-wzs63 { height:471.875px;--section-height:471.875px; }#wze145 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:184.983px;display:block;z-index:1000; }#wz-section-wzs23 { height:214.948px;--section-height:214.948px; }#wze242 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:2562.38px;display:block;z-index:1000; }#wze243 { top:2592.38px;left:412.5px;bottom:auto;right:auto;width:320px;height:114px;display:block;z-index:1000; }#wze247 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze248 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze249 { top:67.0004px;left:78px;bottom:auto;right:auto;width:213px;height:19px;display:block;z-index:1000; }#wze264 { top:2592.38px;left:35px;bottom:auto;right:auto;width:320px;height:114px;display:block;z-index:1000; }#wze265 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze267 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze268 { top:66.625px;left:10px;bottom:auto;right:auto;width:300px;height:39px;display:block;z-index:1000; }#wze270 { top:2721.38px;left:56.5px;bottom:auto;right:auto;width:320px;height:289px;display:none;z-index:1000; }#wze269 { top:76.6254px;left:24px;bottom:auto;right:auto;width:265px;height:198px;display:block;z-index:1000; }#wze271 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze273 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze495 { top:3025.38px;left:304px;bottom:auto;right:auto;width:160px;height:66.9792px;z-index:1000; }#wz-section-wzs34 { height:3092.3592px;--section-height:3092.3592px; }#wze250 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:1129.58px;display:block;z-index:1000; }#wze274 { top:1159.62px;left:413px;bottom:auto;right:auto;width:320px;height:114px;display:block;z-index:1000; }#wze275 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze276 { top:67.0004px;left:78px;bottom:auto;right:auto;width:213px;height:19px;display:block;z-index:1000; }#wze277 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze278 { top:1159.62px;left:35px;bottom:auto;right:auto;width:320px;height:114px;display:block;z-index:1000; }#wze279 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze280 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze281 { top:66.625px;left:10px;bottom:auto;right:auto;width:300px;height:39px;display:block;z-index:1000; }#wze282 { bottom:auto;right:auto;display:none;z-index:1000; }#wze283 { bottom:auto;right:auto;display:block;z-index:1000; }#wze284 { bottom:auto;right:auto;display:block;z-index:1000; }#wze285 { bottom:auto;right:auto;display:block;z-index:1000; }#wze514 { top:1288.62px;left:304px;bottom:auto;right:auto;width:160px;height:56.9792px;z-index:1000; }#wz-section-wzs33 { height:1369.5765px;--section-height:1369.5765px; }#wze286 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:671.531px;display:block;z-index:1000; }#wze287 { top:28px;left:486px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze288 { top:71px;left:199px;bottom:auto;right:auto;width:340px;height:530.984px;display:block;z-index:1000; }#wz-section-wzs36 { height:701.531px;--section-height:701.531px; }#wze251 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:467px;display:block;z-index:1000; }#wz-section-wzs35 { height:497px;--section-height:497px; }#wze290 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:89px;display:block;z-index:1000; }#wze289 { top:0px;left:150.5px;bottom:auto;right:auto;width:437px;height:50px;display:block;z-index:1000;text-align:center; }#wze292 { top:119px;left:493px;bottom:auto;right:auto;width:188px;height:108px;display:block;z-index:1000; }#wze295 { top:0.01525px;left:158px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze296 { top:1.00038px;left:47px;bottom:auto;right:auto;width:104px;height:28px;display:block;z-index:1000;text-align:right; }#wze297 { top:47.6254px;left:2px;bottom:auto;right:auto;width:186px;height:38px;display:block;z-index:1000;text-align:right; }#wze298 { top:119px;left:290px;bottom:auto;right:auto;width:188px;height:108px;display:block;z-index:1000; }#wze299 { top:0.01525px;left:158px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze300 { top:1.00038px;left:37px;bottom:auto;right:auto;width:104px;height:28px;display:block;z-index:1000;text-align:right; }#wze301 { top:47.6254px;left:0px;bottom:auto;right:auto;width:188px;height:38px;display:block;z-index:1000;text-align:right; }#wze302 { top:119px;left:87px;bottom:auto;right:auto;width:188px;height:108px;display:block;z-index:1000; }#wze303 { top:0.01525px;left:158px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze304 { top:1.00038px;left:43px;bottom:auto;right:auto;width:104px;height:28px;display:block;z-index:1000;text-align:right; }#wze305 { top:47.6254px;left:2px;bottom:auto;right:auto;width:186px;height:38px;display:block;z-index:1000;text-align:right; }#wze496 { top:242px;left:304px;bottom:auto;right:auto;width:160px;height:62.9688px;z-index:1000; }#wz-section-wzs37 { height:363.9861px;--section-height:363.9861px; }#wze308 { top:15px;left:165.5px;bottom:auto;right:auto;width:437px;height:50px;display:block;z-index:1000;text-align:center; }#wze323 { top:80px;left:159px;bottom:auto;right:auto;width:450px;height:315px;display:block;z-index:1000; }#wze373 { top:410px;left:260.68px;bottom:auto;right:auto;width:246.632px;height:265.764px;z-index:1000; }#wz-section-wzs40 { height:690.766px;--section-height:690.766px; }#wze324 { top:1974.08px;left:0.007625px;bottom:auto;right:auto;width:435.766px;height:207.951px;display:block;z-index:999; }#wze325 { top:41.5px;left:354px;bottom:auto;right:auto;width:398px;height:2052px;display:block;z-index:1001; }#wze329 { top:13.0134px;left:98px;bottom:auto;right:auto;width:300px;height:1990px;display:block;z-index:1000;text-align:right; }#wze497 { top:2197.03px;left:304px;bottom:auto;right:auto;width:160px;height:60.9896px;z-index:1000; }#wz-section-wzs41 { height:2323.9596px;--section-height:2323.9596px; }#wze451 { top:137.613px;left:11.6953px;bottom:auto;right:auto;width:737.986px;height:175.556px;z-index:1000; }#wze453 { top:15px;left:6.84515px;bottom:auto;right:auto;width:724.288px;height:145.556px;z-index:1000;text-align:right; }#wze454 { top:328.187px;left:11.6953px;bottom:auto;right:auto;width:737.986px;height:146.667px;z-index:1000; }#wze455 { top:15px;left:6.84459px;bottom:auto;right:auto;width:724.288px;height:116.667px;z-index:1000;text-align:right; }#wze456 { top:517.615px;left:11.6953px;bottom:auto;right:auto;width:737.986px;height:175.556px;z-index:1000; }#wze457 { top:15px;left:6.84459px;bottom:auto;right:auto;width:724.288px;height:145.556px;z-index:1000;text-align:right; }#wze458 { top:707.037px;left:255.706px;bottom:auto;right:auto;width:250px;height:250px;z-index:1000; }#wze459 { top:17.6807px;left:240.214px;bottom:auto;right:auto;width:280.958px;height:105.538px;z-index:1000;text-align:right; }#wz-section-wzs43 { height:956.979px;--section-height:956.979px; }#wze475 { top:137.613px;left:11.6953px;bottom:auto;right:auto;width:737.986px;height:145.556px;z-index:1000; }#wze476 { top:15px;left:6.84515px;bottom:auto;right:auto;width:724.288px;height:115.556px;z-index:1000;text-align:right; }#wze477 { top:298.187px;left:11.6953px;bottom:auto;right:auto;width:737.986px;height:146.667px;z-index:1000; }#wze478 { top:15px;left:6.84459px;bottom:auto;right:auto;width:724.288px;height:116.667px;z-index:1000;text-align:right; }#wze479 { top:487.615px;left:11.6953px;bottom:auto;right:auto;width:737.986px;height:175.556px;z-index:1000; }#wze480 { top:15px;left:6.84459px;bottom:auto;right:auto;width:724.288px;height:145.556px;z-index:1000;text-align:right; }#wze481 { top:677.037px;left:255.706px;bottom:auto;right:auto;width:250px;height:250px;z-index:1000; }#wze482 { top:17.6807px;left:240.214px;bottom:auto;right:auto;width:280.958px;height:105.538px;z-index:1000;text-align:right; }#wz-section-wzs62 { height:926.979px;--section-height:926.979px; }#wze447 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:319.306px;display:block;z-index:1000; }#wze446 { top:268.432px;left:301.5px;bottom:auto;right:auto;width:135px;height:35.9722px;display:block;z-index:998; }#wze448 { top:36.4347px;left:326.946px;bottom:auto;right:auto;width:411.047px;height:216.944px;display:block;z-index:1000; }#wze449 { top:115.869px;left:44px;bottom:auto;right:auto;width:308px;height:71.0938px;display:block;z-index:1000;text-align:right; }#wze450 { top:38.5004px;left:57px;bottom:auto;right:auto;width:296px;height:62.2049px;display:block;z-index:1000;text-align:right; }#wz-section-wzs59 { height:434.028px;--section-height:434.028px; }#wze356 { top:22px;left:159px;bottom:auto;right:auto;width:450px;height:312.205px;display:block;z-index:1000; }#wz-section-wzs44 { height:349.201px;--section-height:349.201px; }#wz-section-wzs50 { height:15px;--section-height:15px; }#wze357 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.266px;display:block;z-index:1000; }#wze362 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs45 { height:701.266px;--section-height:701.266px; }#wze358 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs46 { height:1005px;--section-height:1005px; }#wze359 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.766px;display:block;z-index:1000; }#wz-section-wzs47 { height:563.766px;--section-height:563.766px; }#wze360 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.938px;display:block;z-index:1000; }#wz-section-wzs48 { height:830.938px;--section-height:830.938px; }#wze361 { top:251.997px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:469.358px;display:block;z-index:1000; }#wz-section-wzs49 { height:736.35453625488px;--section-height:736.35453625488px; }#wze387 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:89px;display:block;z-index:1000; }#wze388 { top:0px;left:150.5px;bottom:auto;right:auto;width:437px;height:50px;display:block;z-index:1000;text-align:center; }#wze406 { top:134px;left:24px;bottom:auto;right:auto;width:720px;height:629.984px;z-index:1000; }#wze407 { top:779.08px;left:148px;bottom:auto;right:auto;width:472px;height:902px;z-index:1000; }#wze408 { top:1696.1px;left:71.5px;bottom:auto;right:auto;width:625px;height:442px;z-index:1000; }#wze409 { top:55px;left:60px;bottom:auto;right:auto;width:505px;height:42px;z-index:1000; }#wze410 { top:107px;left:60px;bottom:auto;right:auto;width:505px;height:42px;z-index:1000; }#wze412 { top:159px;left:60px;bottom:auto;right:auto;width:505px;height:42px;z-index:1000; }#wze413 { top:211px;left:60px;bottom:auto;right:auto;width:505px;height:126px;z-index:1000; }#wze414 { top:347px;left:365px;bottom:auto;right:auto;width:200px;height:40px;z-index:1000; }#wze416 { top:2083.1px;left:15px;bottom:auto;right:auto;width:738px;height:193px;z-index:1000; }#wze415 { top:15px;left:150.5px;bottom:auto;right:auto;width:437px;height:62px;z-index:1000;text-align:center; }#wze498 { top:2291.1px;left:304px;bottom:auto;right:auto;width:160px;height:67.9688px;z-index:1000; }#wz-section-wzs55 { height:2488.0161px;--section-height:2488.0161px; }}@media only screen and (min-width : 1170px) {#wze501 { display:none; }#wze513 { display:none; }#wze383 .wz-gallery.wz-gallery-grid li { width:390px;height:132px;padding:10px; }#wze492 { display:none; }#wze502 { display:none; }#wze507 .wz-shop-product { width: calc(25% - 30px )}#wze508 .wz-shop-product { width: calc(25% - 30px )}#wze146 .wz-shop-product { width: calc(25% - 30px )}#wze242 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail+.wz-blog-post-content { margin-left: 320px }#wze242 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail+.wz-blog-post-content { margin-right: 320px }#wze269 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze285 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }}