.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:251, 251, 251;--color_1_2:243, 243, 243;--color_1_3:238, 238, 238;--color_1_4:204, 204, 204;--color_1_5:153, 153, 153;--color_2_1:119, 119, 119;--color_2_2:104, 104, 104;--color_2_3:68, 68, 68;--color_2_4:102, 102, 102;--color_2_5:87, 87, 87;--color_3_1:246, 186, 167;--color_3_2:240, 142, 111;--color_3_3:234, 99, 56;--color_3_4:207, 67, 22;--color_3_5:152, 49, 16;--color_4_1:179, 216, 181;--color_4_2:139, 196, 141;--color_4_3:98, 175, 101;--color_4_4:71, 140, 74;--color_4_5:51, 100, 53;--color_5_1:255, 255, 255;--color_5_2:255, 255, 255;--color_5_3:255, 239, 234;--color_5_4:255, 192, 173;--color_5_5:255, 146, 112;}
                          .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;
                            }
                        #wze10 { top:31.2242px;left:21px;width:50px;height:50.0625px;z-index:1000; }.wzc137-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(237, 187, 9);border-radius:10px 10px 10px 0px ;border-width:0px;border-style:solid;border-color:rgb(238, 238, 238);box-shadow:none; }.wzc137-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px 10px 10px 0px ; }.wzc137-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; }#wze17 { top:12.0333px;left:13.0111px;width:24px;height:26px;z-index:1000; }.wzc19-container .wzc19-container-icon { fill:rgb(255,255,255); }.wzc19-container .wzc19-container-count { color:rgb(30, 30, 39);font-size:7px;font-family:dana_fa; }.wzc19-container .wzc19-container-bubble { background-color:rgb(255,255,255); }.wzc19-container {  }.wzc19-text { color:rgb(30, 30, 39);font-size:16px;font-family:dana_fa; }.wz-shop-mini-cart-container .cart-shop-mini-button.cart-shop-mini-button-primary { background: rgb(30, 30, 39) }.wz-shop-mini-cart-container .cart-shop-mini-button { background: rgb(223, 1, 57) }.wz-shop-mini-cart-container .wz-shop-mini-cart > header { background: rgb(223, 1, 57) }#wze187 { top:10.3825px;left:435.603px;width:298.797px;height:91.75px;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; }#wze187 .wzc2-img-inner { object-fit:cover; }#wze574 { top:0.000120056px;height:37.5347px;z-index:1002; }.wzc234-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(207,67,22);border-radius:0px;border-width:0px;border-style:solid;border-color:rgb(211, 211, 211);box-shadow:none; }.wzc234-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc234-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; }#wze575 { top:3.58635px;left:180.514px;width:808.991px;height:32.2049px;z-index:1001;text-align:center; }.wzc3 { height:auto; }.wzc3-text { width:100%;height:auto; }#wze1315 { top:0.0136364px;height:68.1771px;z-index:1000; }.wzc493-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(226, 28, 33);border-width:1px;border-style:solid;border-color:#000;box-shadow:none;border-radius:0px; }.wzc493-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc493-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; }#wze1317 { top:4.90909px;left:43.5818px;width:150.955px;height:60.7639px;z-index:1001; }.wzc492  .wz-countdown-bg.normal { background:rgba(0, 0, 0, 1);border-style:solid;border-width:1px;border-color:#000; }.wzc492  .wz-countdown-bg.with-flip .count { background:rgba(32, 32, 32, 1);text-shadow:0 0 10px rgb(32, 32, 32); }.wzc492  .wz-countdown-bg.with-flip .wz-countdown-name { background:rgba(32, 32, 32, 1); }.wzc492  .wz-countdown-bg.with-flip .wz-countdown-value { box-shadow:0 0 10px 0  rgb(32, 32, 32); }.wzc492  .wz-countdown-bg.with-flip .count.bottom { border-top-color:rgba(32, 32, 32, 1);border-bottom-color:rgba(32, 32, 32, 1); }.wzc492 {  }.wzc492-container .wzc492-container-bg { color:#fff;background:#000;font-family:peyda;font-size:9px; }.wzc492-container { width:100%;height:100%; }#wze1318 { top:17.55px;left:276.027px;width:617.917px;height:33.316px;z-index:1000;text-align:center; }#wze1907 { top:181.531px;height:0.953125px;z-index:1002; }.wzc625-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(20, 33, 61);border-radius:0px;border-width:0px;border-style:solid;border-color:rgba(0, 0, 0, 0.33);box-shadow:none; }.wzc625-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc625-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; }#wze2220 { top:40.6134px;left:81px;width:91px;height:35px;z-index:999; }.wzc745-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:10px;border-width:1px;border-style:solid;border-color:rgb(237, 187, 9);box-shadow:none; }.wzc745-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc745-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; }#wze2219 { top:8.01515px;left:2.5px;width:86px;height:19px;z-index:1000; }.wzc671  .wz-member-arrow {  }.wzc671  .wz-member-welcome {  }.wzc671 {  }.wzc671-links  .wz-member-link:hover { color:rgb(223, 1, 57); }.wzc671-links { font-size:13px;color:#000;font-family:peyda; }.wzc671-actions  li:hover { color:rgb(98, 175, 101); }.wzc671-actions { font-size:13px;color:rgb(98, 175, 101);font-family:yekan, tahoma, serif;background-color:#fff;border-color:rgb(98, 175, 101);border-width:0px;border-style:solid;border-radius:5px; }#wze2224 { top:26.3438px;left:296px;width:125px;height:35px;z-index:999; }.wzc672-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:10px;border-width:1px;border-style:solid;border-color:rgb(30, 30, 39);box-shadow:none; }.wzc672-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc672-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; }#wze2226 { top:8.01515px;left:18px;width:89px;height:19px;z-index:1000;text-align:right; }#wze2607 { top:113.015px;left:212px;width:746px;height:40px;z-index:1002; }.wzc752  .wz-menu li > a { padding:0px 15px;font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc752 .wz-menu.wz-mega-menu li > a:hover,.wzc752  .wz-menu.wz-classic-menu li:hover > a { color:#E74C3C; }.wzc752  .wz-menu li.wz-menu-has-children a:after { border-color:#000; }.wzc752 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc752  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:#E74C3C; }.wzc752  .wz-menu > li.active > a { color:#E74C3C; }.wzc752  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:#E74C3C; }.wzc752  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc752  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc752 {  }.wzc752-list {  }.wzc752-mobile { background-color:rgb(252, 163, 17); }#wze2609 { top:43.124px;left:837px;width:300px;height:30px;z-index:1000; }.wzc754-form .wzc754-form-input { background-color:rgba(0, 0, 0, 0);border-style:solid;border-color:rgb(252, 163, 17);border-width:2px;box-shadow:none;color:#000;font-size:12px;font-family:peyda;border-radius:15px 15px 15px 0px ; }.wzc754-form .wzc754-form-submit {  }.wzc754-form { height:100%; }.wzc218:hover .wzc218-bg:after { width:90%;opacity:1; }.wzc218:hover .wzc218-bg {  }.wzc218:hover .wzc218-content { color:#fff; }.wzc218:hover {  }.wzc218-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:rgb(153, 153, 153);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%);background:rgb(252, 163, 17); }.wzc218-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px;border-style:solid;border-color:rgb(252, 163, 17);border-width:2px;overflow:hidden; }.wzc218-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:peyda;font-size:15px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(0, 0, 0); }#wz-section-header { height:182.469px;--section-height:182.469px; }.wzc-section-header { background:;background-color:rgba(0, 0, 0, 0);border-width:0px;border-style:solid;border-color:#000;box-shadow:none; }.wzc-section-header-full { background-image:;background-size:cover;background-repeat:no-repeat;background-position:center center;background-attachment:none;background-color:rgba(237, 187, 9, 0);box-shadow:none;background:; }.wzc-section-header-full:after { background:;background-color:rgba(255,255,255, 0); }.wzc-section-header-full-bottom { background-image:fill='rgb(0,0,0)' none;width:100%;height:1px;background-repeat:repeat-x;background-size:100% 100%;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }#wz-section-allPage { height:0px;--section-height:0px; }#wze2214 { top:12.0002px;left:-209.395px;width:1588.77px;height:543.094px;z-index:1001; }.wzc667 .wz-gallery > li > figure,.wzc667  .wz-gallery > li > figure:before,.wzc667  .wz-gallery > li > figure:after,.wzc667  .wz-gallery > li > figure > figcaption,.wzc667  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0); }.wzc667  .wz-gallery-caption { text-align:center; }.wzc667  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc667  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc667  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc667 {  }.wzc667-slider .wzc667-slider-items {  }.wzc667-slider  .flex-direction-nav a:before { color:#999; }.wzc667-slider {  }#wz-section-wzs1 { height:555.094px;--section-height:555.094px; }.wzc-section-wzs1 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs1-full { background-attachment:none;background:linear-gradient(181deg, rgba(255,255,255, 1) 5%, rgb(255,255,255) 89%);background-color:transparent; }.wzc-section-wzs1-full:after { background:;background-color:rgba(255,255,255, 0); }#wze2612 { top:35.932px;left:-192.5px;width:1555px;height:404px;z-index:998; }.wzc766-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(243, 243, 243);border-width:0px;border-style:solid;border-color:rgba(20, 33, 61, 1);border-radius:15px;box-shadow:none; }.wzc766-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }.wzc766-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; }#wze596 { top:91.0231px;left:44.5456px;width:1465.94px;height:298.141px;z-index:999; }.wzc722-breadcrumb {  }.wzc722  .flex-direction-nav a:before { color:rgb(20, 33, 61); }.wzc722  .wz-shop-product { padding:0px;text-align:center; }.wzc722  .wz-shop-product .wz-shop-product-section { padding:6px; }.wzc722  .wz-shop-product .wz-shop-product-title { font-family:peyda;font-size:16px;color:rgb(68, 68, 68); }.wzc722  .wz-shop-product .wz-shop-product-price { font-family:peyda;font-size:16px;color:rgb(152,49,16);background-color:rgb(255,255,255); }.wzc722  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc722  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(153, 153, 153);font-size:16px; }.wzc722  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:#f14639; }.wzc722  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc722  .wz-shop-product .wz-shop-product-add-cart { width:100px; }.wzc722  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(207,67,22);color:#fff;font-family:dana_fa;font-size:12px; }.wzc722  .wz-shop-product .wz-shop-product-ribbon-off { background-color:rgba(241, 70, 87, 0);color:#fff;font-family:dana_fa;font-size:0px; }.wzc722  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc722  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc722 {  }.wzc722-container {  }.wzc722-topBar {  }.wzc722-filter {  }.wzc722:hover .wzc722-spin { border-width:22px; }.wzc722:hover {  }.wzc722-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; }#wze596 .wz-shop-product .wz-shop-product-image { padding-top: 100% }.wzc677-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-width:1px;border-style:solid;border-radius:15px 15px 0px 0px ;box-shadow:none;border-color:rgb(20, 33, 61); }.wzc677-img .wzc677-img-inner { width:100%;height:100%;float:left; }.wzc677-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:15px 15px 0px 0px ; }.wzc676-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:15px;border-width:1px;border-style:solid;border-color:rgb(20, 33, 61);box-shadow:none; }.wzc676-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }.wzc676-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; }.wzc756:hover .wzc756-bg { background-color:rgb(152,49,16);border-width:0px;border-color:rgb(255,255,255);border-radius:14px; }.wzc756:hover .wzc756-content { color:rgb(251, 251, 251); }.wzc756:hover {  }.wzc756-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(234, 99, 56, 1);border-radius:14px;border-style:solid;border-color:#4FC3F7;box-shadow:1px 1px 4px 0px #000 ; }.wzc756-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:dana_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(0, 0, 0); }.wzc13:hover .wzc13-bg:after { width:90%;opacity:1; }.wzc13:hover .wzc13-bg {  }.wzc13:hover .wzc13-content { color:#fff; }.wzc13:hover {  }.wzc13-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%); }.wzc13-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; }.wzc13-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; }#wze1314 { top:27.0404px;left:1163.98px;width:180.963px;height:39.8594px;z-index:1007; }.wzc490-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255,255,255, 0);border-radius:15px 15px 15px 0px ;border-width:2px;border-style:solid;border-color:rgb(252, 163, 17);box-shadow:none; }.wzc490-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px 15px 15px 0px ; }.wzc490-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; }#wze1313 { top:4.43164px;left:3.51562px;width:161.922px;height:31px;z-index:1007;text-align:center; }#wze2611 { top:26.9759px;left:169.5px;width:180px;height:40px;z-index:1000; }.wzc757:hover .wzc757-bg:after { width:90%;opacity:1; }.wzc757:hover .wzc757-bg {  }.wzc757:hover .wzc757-content { color:#fff; }.wzc757:hover {  }.wzc757-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:rgb(153, 153, 153);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%);background:rgb(252, 163, 17); }.wzc757-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px 15px 15px 15px ;border-style:solid;border-color:rgb(252, 163, 17);border-width:2px;overflow:hidden; }.wzc757-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:peyda;font-size:19px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(0, 0, 0); }#wz-section-wzs32 { height:449.688px;--section-height:449.688px; }.wzc-section-wzs32 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs32-full { background-image:;background-attachment:fixed;background:;background-color:rgba(20, 33, 61, 0); }.wzc-section-wzs32-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1922 { top:51.9076px;left:84.0208px;width:1001.97px;height:115.141px;z-index:1001; }.wzc631-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(20, 33, 61);border-width:1px;border-style:solid;border-color:rgb(238, 238, 238);border-radius:18px; }.wzc631-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:18px; }.wzc631-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; }#wze1924 { top:32.5858px;left:150.994px;width:287.983px;height:50px;z-index:1001;text-align:justify; }#wze2596 { top:40.5835px;left:691.004px;width:122px;height:34px;z-index:1002;text-align:left; }#wze2600 { top:24.0755px;left:616.984px;width:68.8594px;height:65px;z-index:1002; }#wze2600 .wzc2-img-inner { object-fit:cover; }#wz-section-wzs100 { height:218.953px;--section-height:218.953px; }#wze2614 { top:5.389px;left:-192.507px;width:1555px;height:404px;z-index:998; }#wze2619 { top:86.945px;left:44.5354px;width:1465.94px;height:298.141px;z-index:999; }#wze2619 .wz-shop-product .wz-shop-product-image { padding-top: 100% }#wze2620 { top:24.905px;left:169.486px;width:180px;height:40px;z-index:1000; }#wze2621 { top:24.9639px;left:1164px;width:180.953px;height:39.8594px;z-index:1007; }#wze2622 { top:4.43164px;left:3.51562px;width:161.922px;height:31px;z-index:1007;text-align:center; }#wz-section-wzs137 { height:414.766px;--section-height:414.766px; }.wzc-section-wzs137 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs137-full { background:;background-color:rgba(20, 33, 61, 0); }.wzc-section-wzs137-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze2630 { top:24.9839px;left:-46.2844px;width:1262.59px;height:451px;z-index:1000; }#wze2630 .wzc2-img-inner { object-fit:cover; }#wz-section-wzs277 { height:500.953px;--section-height:500.953px; }#wze2631 { top:38.4438px;left:281.805px;width:606.391px;height:454.672px;z-index:1000; }.wzc764-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:15px; }.wzc764-img .wzc764-img-inner { width:100%;height:100%;float:left; }.wzc764-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:15px; }#wze2631 .wzc764-img-inner { object-fit:cover; }#wze2633 { top:8.77705px;left:-192.507px;width:1555px;height:514px;z-index:996; }#wze2632 { top:32.3123px;left:1124.5px;width:336.906px;height:449.391px;z-index:997; }#wze2632 .wzc764-img-inner { object-fit:cover; }#wze2638 { top:32.3157px;left:89.5px;width:336.906px;height:449.391px;z-index:997; }#wze2638 .wzc764-img-inner { object-fit:cover; }#wz-section-wzs283 { height:531.547px;--section-height:531.547px; }#wze2625 { top:39.0899px;left:30.2468px;width:1109.52px;height:389.469px;z-index:998; }.wzc652-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(252, 163, 17);border-width:1px;border-style:solid;border-color:rgb(252, 163, 17);border-radius:10px; }.wzc652-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc652-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; }#wze2624 { top:24.961px;left:39.7016px;width:608.125px;height:339.547px;z-index:999; }#wze2624 .wz-shop-product .wz-shop-product-image { padding-top: 100% }#wze2626 { top:119.5px;left:667.766px;width:387px;height:49px;z-index:1000;text-align:center; }#wze2627 { top:183.016px;left:761.266px;width:200px;height:108.375px;z-index:1000; }.wzc762  .wz-countdown-bg.normal { background:rgba(0, 0, 0, 0);border-style:solid;border-width:2px;border-color:rgba(0, 0, 0, 1); }.wzc762  .wz-countdown-bg.with-flip .count { background:rgb(20, 33, 61);text-shadow:0 0 10px rgb(20, 33, 61); }.wzc762  .wz-countdown-bg.with-flip .wz-countdown-name { background:rgb(20, 33, 61); }.wzc762  .wz-countdown-bg.with-flip .wz-countdown-value { box-shadow:0 0 10px 0  rgb(20, 33, 61); }.wzc762  .wz-countdown-bg.with-flip .count.bottom { border-top-color:rgb(20, 33, 61);border-bottom-color:rgb(20, 33, 61); }.wzc762 {  }.wzc762-container .wzc762-container-bg { color:rgb(255,255,255);background:#000;font-family:peyda;font-size:16px; }.wzc762-container { width:100%;height:100%; }#wze2628 { top:84.9999px;left:982.766px;width:72px;height:72px;z-index:999; }.wzc597 { overflow:hidden; }.wzc597-shape { width:100%;height:100%;stroke-width:0px;stroke:rgba(0, 0, 0, 1);fill:rgb(20, 33, 61); }#wz-section-wzs278 { height:467.641px;--section-height:467.641px; }#wze981 { top:-0.565625px;height:537.281px;z-index:1000; }.wzc329-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(243, 243, 243, 0);border-radius:0px;border-width:2px;border-style:solid;border-color:rgb(20, 33, 61);box-shadow:none; }.wzc329-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc329-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; }#wze81 { top:72.25px;left:77.309px;width:150px;height:120px;z-index:1001; }.wzc335 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc335  .wz-menu.wz-classic-menu > li .sub-menu { background-color:rgb(234, 99, 56);text-align:center; }.wzc335  .wz-menu > li { margin-bottom:0px; }.wzc335  .wz-menu li > a { padding:5px 15px;font-family:peyda;font-size:15px;color:rgb(0, 0, 0); }.wzc335 .wz-menu.wz-mega-menu li > a:hover,.wzc335  .wz-menu.wz-classic-menu li:hover > a { color:rgb(102, 102, 102); }.wzc335  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(0, 0, 0); }.wzc335 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc335  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(102, 102, 102); }.wzc335  .wz-menu > li > a { border-width:1px;border-style:solid;border-color:rgb(238, 238, 238);border-radius:0px 0px 0px 0px ;border-left:0;border-right:0;border-top:0; }.wzc335 .wz-menu.wz-mega-menu > li > a:hover,.wzc335  .wz-menu.wz-classic-menu > li:hover > a { background-color:; }.wzc335  .wz-menu > li.active > a { color:rgb(102, 102, 102);background-color:; }.wzc335  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(102, 102, 102); }.wzc335  .wz-menu .sub-menu li > a { padding:5px 15px;color:#fff; }.wzc335  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:#fff; }.wzc335 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc335  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(102, 102, 102); }.wzc335  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc335 {  }.wzc335-list {  }.wzc335-mobile {  }#wze86 { top:326.016px;left:597.016px;width:521.875px;height:29.7969px;z-index:1003;text-align:center; }#wze818 { top:290.828px;left:402.154px;width:108.844px;height:121.422px;z-index:1003; }#wze818 .wzc2-img-inner { object-fit:cover; }#wze989 { top:71.9688px;left:263.64px;width:150px;height:120px;z-index:1001; }#wze991 { top:31.5625px;left:89.323px;width:125.969px;height:26px;z-index:1002;text-align:center; }#wze993 { top:31.2812px;left:274.647px;width:127.969px;height:26px;z-index:1002;text-align:center; }#wze995 { top:491.84px;height:47.125px;z-index:1003; }.wzc337-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(20, 33, 61);border-radius:0px;border-width:2px;border-style:solid;border-color:rgb(0, 0, 0);box-shadow:none; }.wzc337-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc337-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; }#wze60 { top:14.0625px;left:115.036px;width:939.938px;height:19px;z-index:1001;text-align:center; }#wze1921 { top:284.594px;left:260px;width:84.4688px;height:133.922px;z-index:1001; }#wze1921 .wzc2-img-inner { object-fit:cover; }#wze2013 { top:229.156px;left:11px;width:1148px;height:1px;z-index:1003; }#wze2020 { top:349.016px;left:583.516px;width:548.875px;height:29.7812px;z-index:1003;text-align:center; }#wze2362 { top:398.73px;left:7.0156px;width:71px;height:71px;z-index:1003;-webkit-transform:rotate(181deg);-moz-transform:rotate(181deg);-ms-transform:rotate(181deg);-o-transform:rotate(181deg);transform:rotate(181deg);rotate:181; }#wze2362  > div:not(.wz-element) .wz-element-container { -webkit-transform:rotate(-181deg);-moz-transform:rotate(-181deg);-ms-transform:rotate(-181deg);-o-transform:rotate(-181deg);transform:rotate(-181deg);rotate:-181; }#wze2362  > div:not(.wz-element) .wz-element-container { -webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg);rotate:-180; }.wzc725 { overflow:hidden; }.wzc725-shape { width:100%;height:100%;stroke-width:0px;stroke:rgb(0, 0, 0);fill:rgb(252, 163, 17); }#wze2601 { top:272.047px;left:76px;width:148.656px;height:159px;z-index:1004; }#wze2601 .wzc2-img-inner { object-fit:cover; }#wze2640 { top:55.1545px;left:489.5px;width:620px;height:125px;z-index:1003;text-align:justify; }#wz-section-footer { height:534.547px;--section-height:534.547px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background-image:;background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze14 { top:48.0014px;left:-137.008px;width:1444px;height:2723.88px;z-index:1000; }.wzc15  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:dana;font-size:12px;color:rgb(234, 99, 56); }.wzc15  .wz-shop-product { margin:0px;padding:1px;text-align:center; }.wzc15  .wz-shop-product .wz-shop-product-section { padding:20px; }.wzc15  .wz-shop-product .wz-shop-product-title { font-family:peyda;font-size:19px;color:rgb(30, 30, 39);background-color:rgba(0, 0, 0, 0); }.wzc15  .wz-shop-product .wz-shop-product-price { font-family:peyda;font-size:16px;color:rgb(30, 30, 39);background-color:rgba(0, 0, 0, 0); }.wzc15  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:rgb(223, 1, 57); }.wzc15  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc15  .wz-shop-product-out-stock { font-family:peyda;font-size:15px;color:rgb(223, 1, 57); }.wzc15  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc15  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc15  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(223, 1, 57);color:rgb(30, 30, 39);font-family:peyda;font-size:17px; }.wzc15  .wz-shop-product .wz-shop-product-ribbon-off { background-color:rgba(241, 70, 87, 0);color:rgba(255,255,255, 0);font-family:peyda;font-size:5px; }.wzc15  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc15 {  }.wzc15-breadcrumb {  }.wzc15-filter { margin-right:0px;margin-left:0px; }.wzc15-topBar .wzc15-topBar-sort {  }.wzc15-topBar .wzc15-topBar-perPage {  }.wzc15-topBar .dropdown.dropdown-list .dropdown-select,.wzc15-topBar  .dropdown.dropdown-list .dropdown-menu a { color:rgb(30, 30, 39);font-size:14px;font-family:peyda; }.wzc15-topBar .dropdown.dropdown-list .dropdown-select,.wzc15-topBar  .dropdown.dropdown-list .dropdown-menu,.wzc15-topBar  .dropdown.dropdown-list .dropdown-select::before { border-color:rgb(30, 30, 39); }.wzc15-topBar  .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:rgb(30, 30, 39); }.wzc15-topBar { margin:10px;margin-bottom:20px;color:rgb(30, 30, 39);font-size:14px;font-family:peyda; }.wzc15-products {  }.wzc15-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; }#wze14 .wz-shop-product .wz-shop-product-image { padding-top: 66.66666% }.wzc246-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:0px;box-shadow:none;border-width:0px;border-style:solid;border-color:rgb(30, 30, 39); }.wzc246-img .wzc246-img-inner { width:100%;height:100%;float:left; }.wzc246-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:0px; }.wzc250:hover .wzc250-bg { background-color:rgb(234, 99, 56); }.wzc250:hover .wzc250-content { color:rgb(251, 251, 251); }.wzc250:hover {  }.wzc250-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(68, 68, 68, 1);border-radius:15px;border-width:0px;border-style:solid;border-color:#000; }.wzc250-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:peyda;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(234, 99, 56); }.wzc43-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff;border-width:1px;border-style:solid;border-color:rgb(226, 226, 226);border-radius:0px;box-shadow:none; }.wzc43-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc43-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; }#wze2610 { top:10px;left:0px;width:242px;height:263px;z-index:1000; }.wzc755  .wz-shop-archive > li > a { color:#000;font-family:peyda;font-size:13px; }.wzc755  .wz-shop-archive .sub-list > li > a { color:#000;font-family:peyda;font-size:13px; }.wzc755 {  }.wzc755-list  .wz-shop-filter-title { font-size:17px;color:rgb(20, 33, 61);font-family:peyda; }.wzc755-list .wz-shop-filter-item .irs-min,.wzc755-list  .wz-shop-filter-item .irs-max { background-color:rgba(0,0,0,0.1);color:#999; }.wzc755-list  .wz-shop-filter-item .wz-shop-price-slider .irs-slider { background:rgb(229, 229, 229); }.wzc755-list .wz-shop-filter-item .irs-line-mid,.wzc755-list  .wz-shop-filter-item  .irs-line-left,.wzc755-list  .wz-shop-filter-item  .irs-line-right,.wzc755-list  .wz-shop-filter-item  .irs-bar,.wzc755-list  .wz-shop-filter-item  .irs-bar-edge { background:#424649; }.wzc755-list  .wz-shop-sort-option-color { padding-top:2px; }.wzc755-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; }.wzc755-list  .wz-shop-filter-item+.wz-shop-filter-item { border-top-style:solid;border-top-width:2px;border-top-color:rgb(20, 33, 61); }.wzc755-list { font-size:14px;color:#000;font-family:peyda; }#wz-section-wzs3 { height:2871.28px;--section-height:2871.28px; }#wze16 { top:59.903px;left:39.5px;width:1091px;height:540.5px;z-index:1000; }.wzc738  .wz-shop-breadcrumb-container   .wz-breadcrumb { font-family:dana;font-size:12px;color:rgb(234, 99, 56); }.wzc738  .wz-shop-product-page .wz-shop-product-add-cart { width:229px; }.wzc738  .wz-shop-product-page .wz-shop-product-options .wz-shop-option-title { font-size:27px;color:rgb(0, 0, 0);font-family:peyda; }.wzc738  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-option { width:311px; }.wzc738  .wz-shop-product-page .wz-shop-product-options .dropdown { width:311px; }.wzc738  .wz-shop-product-page .wz-shop-product-options.wz-radio-button-list .regular-checkbox-item,.wzc738  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select,.wzc738  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu a { color:rgba(63, 63, 63, 1);font-size:30px;font-family:noora; }.wzc738  .wz-shop-product-page .wz-shop-product-options.dropdown.dropdown-list .dropdown-select,.wzc738  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu,.wzc738  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select::before { border-color:rgba(68, 68, 68, 1); }.wzc738  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu .selected { background-color:rgb(237, 187, 9);color:rgb(237, 187, 9); }.wzc738  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li { padding-top:5px; }.wzc738  .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:rgba(237, 187, 9, 1);border-width:5px;top:-6px;left:-6px; }.wzc738  .wz-shop-product-page .wz-shop-product-title { font-family:peyda;font-size:27px;color:rgb(0, 0, 0); }.wzc738  .wz-shop-product-page .wz-shop-product-description { font-family:peyda;font-size:14px;color:rgb(102, 102, 102); }.wzc738  .wz-shop-product-page .wz-shop-product-sku { font-family:dana;font-size:12px;color:#b3abab; }.wzc738  .wz-shop-product-out-stock { font-family:dana;font-size:16px;color:rgb(234, 99, 56); }.wzc738  .wz-shop-product-page .wz-shop-product-price { font-family:peyda;font-size:23px;color:rgb(0, 0, 0);background-color:rgb(255,255,255); }.wzc738  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639;font-size:21px; }.wzc738  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:16px; }.wzc738  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider  img.wz-gallery-image { object-fit:cover;width:100%;float:left; }.wzc738 .wz-shop-product-info-sections-simple .wz-shop-product-info+.wz-shop-product-info,.wzc738  .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:rgba(0, 0, 0, 0.22); }.wzc738  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-title { font-family:peyda;font-size:19px;color:rgb(68, 68, 68);background-color:rgba(0, 0, 0, 0); }.wzc738  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-content { font-family:peyda;font-size:13px;color:rgb(87, 87, 87); }.wzc738  .wz-shop-product-page .wz-shop-product-info-sections .wz-tab-content { border-style:solid;border-width:1px;border-color:#ededed; }.wzc738  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li { margin:5px; }.wzc738  .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:rgb(234, 99, 56); }.wzc738  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open:after { height:1px;bottom:-1px;background-color:#fff; }.wzc738  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel .flex-active-slide:after { border-color:#ccc; }.wzc738  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery { width:30%; }.wzc738  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section { width:calc( 70% - 30px); }.wzc738  .extra-button-list { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a;--text-color:#6a6a6a; }.wzc738 {  }.wzc738-breadcrumb {  }.wzc738-product { text-align:right; }.wzc738-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; }#wze16  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider .wz-image-ratio { padding-top: 100% }.wzc17 .wz-gallery > li > figure,.wzc17  .wz-gallery-slider .slides > li > .wz-slider-item { border-width:0px;border-style:solid;border-color:#000;border-radius:15px; }.wzc17 .wz-gallery > li > figure,.wzc17  .wz-gallery > li > figure:before,.wzc17  .wz-gallery > li > figure:after,.wzc17  .wz-gallery > li > figure > figcaption,.wzc17  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc17  .wz-gallery-caption { text-align:center; }.wzc17  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc17  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc17  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc17 {  }.wzc17-slider .wzc17-slider-items {  }.wzc17-slider  .flex-direction-nav a:before { color:#999; }.wzc17-slider {  }.wzc17-carousel .wzc17-carousel-list {  }.wzc17-carousel {  }.wzc140-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255,255,255, 1);border-width:2px;border-style:solid;border-color:rgba(0, 0, 0, 0.13);box-shadow:none;border-radius:15px; }.wzc140-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }.wzc140-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; }.wzc547:hover .wzc547-bg { background-color:rgb(152,49,16);border-width:0px;border-color:rgb(255,255,255);border-radius:14px; }.wzc547:hover .wzc547-content { color:rgb(251, 251, 251); }.wzc547:hover {  }.wzc547-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(234, 99, 56);border-radius:14px;border-style:solid;border-color:#4FC3F7;box-shadow:-1px 1px 3px 0px #000 ; }.wzc547-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:peyda;font-size:18px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(0, 0, 0); }#wze2595 { top:525.516px;left:53px;width:509px;height:26px;z-index:1001;text-align:right; }#wz-section-wzs2 { height:660.297px;--section-height:660.297px; }.wzc-section-wzs2 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs2-full { background:;background-color:rgba(237, 187, 9, 0); }.wzc-section-wzs2-full:after { background:;background-color:rgba(152,49,16, 0); }#wze13 { top:10px;left:15px;width:1140px;height:184.984px;z-index:1000; }.wzc11-container { font-size:10px;font-family:dana; }#wze13 .wz-cart-color-primary { color: #565656 }#wze13 .wz-cart-primary-color { color: #565656 }#wze13 .wz-cart-second-color { color: #565656 }#wze13 .wz-cart-second-border-color { border-color: #565656 }.wzc123:hover .wzc123-bg { background-color:rgb(234, 99, 56); }.wzc123:hover .wzc123-content { color:rgb(251, 251, 251); }.wzc123:hover {  }.wzc123-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 239, 234);border-radius:5px; }.wzc123-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:dana_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(234, 99, 56); }.wzc124:hover .wzc124-bg { background-color:rgb(152,49,16);border-width:0px;border-color:rgba(79, 195, 247, 0); }.wzc124:hover .wzc124-content { color:rgb(251, 251, 251); }.wzc124:hover {  }.wzc124-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(234, 99, 56);border-radius:5px;border-style:solid;border-color:#4FC3F7;box-shadow:0px 8px 18px 0px rgba(213, 89, 49, 0.36) ; }.wzc124-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:dana;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(251, 251, 251); }#wz-section-wzs4 { height:204.938px;--section-height:204.938px; }#wze144 { top:40.3407px;left:16.0033px;width:1138px;height:439.375px;z-index:1000; }.wzc49-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(229, 229, 229);border-radius:15px;border-width:1px;border-style:solid;border-color:rgba(0, 0, 0, 0.1); }.wzc49-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }.wzc49-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; }#wze129 { top:211.523px;left:1049.47px;width:24px;height:23.9844px;z-index:1002; }#wze129 .wzc2-img-inner { object-fit:cover; }#wze130 { top:211.023px;left:790.491px;width:248.949px;height:25px;z-index:1000;text-align:right; }#wze131 { top:281.396px;left:1049.47px;width:24px;height:23.9844px;z-index:1002; }#wze131 .wzc2-img-inner { object-fit:cover; }#wze132 { top:281.66px;left:777.481px;width:260.953px;height:25px;z-index:1000;text-align:right; }#wze133 { top:317.903px;left:1050.47px;width:24px;height:23.9844px;z-index:1002; }#wze133 .wzc2-img-inner { object-fit:cover; }#wze134 { top:313.901px;left:792.479px;width:246.847px;height:50px;z-index:1000;text-align:center; }#wze1701 { top:145.311px;left:659.026px;width:414.891px;height:52px;z-index:1002;text-align:justify; }#wze1702 { top:242.592px;left:1046.97px;width:30px;height:30px;z-index:1001; }.wzc588  .wz-social-media-list { flex-flow:row-reverse nowrap;gap:5px; }.wzc588  .wz-social-media-icon { width:30px; }.wzc588 {  }.wzc588-root .wzc588-root-list .wzc588-root-list-item .wzc588-root-list-item-link .wzc588-root-list-item-link-icon {  }.wzc588-root .wzc588-root-list .wzc588-root-list-item .wzc588-root-list-item-link {  }.wzc588-root .wzc588-root-list .wzc588-root-list-item {  }.wzc588-root .wzc588-root-list {  }.wzc588-root {  }#wze1703 { top:245.733px;left:786.226px;width:248.949px;height:25px;z-index:1000;text-align:right; }#wze1706 { top:70.0781px;left:823.47px;width:250px;height:50.9688px;z-index:1001; }.wzc592-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(252, 163, 17);border-radius:15px 15px 15px 0px ;border-width:0px;border-style:solid;border-color:rgb(238, 238, 238);box-shadow:1px 0px 2px 0px #000 ; }.wzc592-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px 15px 15px 0px ; }.wzc592-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; }#wze1700 { top:4.98857px;left:28.5275px;width:192.969px;height:41px;z-index:1002;text-align:right; }#wze2639 { top:113.703px;left:134px;width:382.39247311827955px;height:250px;z-index:1001; }#wze2639 .wzc2-img-inner { object-fit:cover; }#wz-section-wzs14 { height:532.016px;--section-height:532.016px; }.wzc-section-wzs14 { background-color:rgba(0, 0, 0, 0); }.wzc-section-wzs14-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs14-full-style {  }#wze971 { top:0.0215946px;height:335.156px;z-index:1000; }.wzc327-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(102, 102, 102);border-radius:15px 15px 15px 0px ;border-width:0px;border-style:solid;border-color:rgb(0, 0, 0);box-shadow:none; }.wzc327-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px 15px 15px 0px ; }.wzc327-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; }#wze972 { top:72.4998px;left:342.023px;width:485.973px;height:135.984px;z-index:1001; }.wzc8-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(234, 99, 56);border-radius:15px;border-width:0px;border-style:solid;border-color:rgb(238, 238, 238);box-shadow:0px 9px 14px 0px rgba(234, 99, 56, 0.2) ; }.wzc8-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }.wzc8-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; }#wze973 { top:41.0035px;left:93.4987px;width:375px;height:53.9844px;z-index:1001;text-align:center; }#wze974 { top:40.6225px;left:30.9978px;width:45.9682px;height:45.9682px;z-index:1002; }.wzc328 { overflow:hidden; }.wzc328-shape { width:100%;height:100%;stroke-width:0px;stroke:rgba(0, 0, 0, 1);fill:rgb(0, 0, 0); }#wze976 { top:240.837px;left:155.532px;width:858.955px;height:63.9844px;z-index:1001;text-align:center; }#wze978 { top:372.988px;left:61.5283px;width:1046.96px;height:216.984px;z-index:1002;text-align:justify; }#wze979 { top:609.07px;left:61.532px;width:1046.96px;height:347px;z-index:1002;text-align:justify; }#wze980 { top:978.881px;left:61.532px;width:1046.96px;height:344.578px;z-index:1002;text-align:justify; }#wz-section-wzs43 { height:1388.16px;--section-height:1388.16px; }#wz-section-wzs65 { height:200px;--section-height:200px; }#wze1344 { top:30px;left:15px;width:848px;height:499px;z-index:1000; }.wzc516-root .wzc516-root-container .wzc516-root-container-header .wzc516-root-container-header-title {  }.wzc516-root .wzc516-root-container .wzc516-root-container-header {  }.wzc516-root .wzc516-root-container .wzc516-root-container-submitBoxHeader .wzc516-root-container-submitBoxHeader-submitButtonHeader {  }.wzc516-root .wzc516-root-container .wzc516-root-container-submitBoxHeader {  }.wzc516-root .wzc516-root-container {  }.wzc516-root .wzc516-root-accountContainer .wzc516-root-accountContainer-accountItem .wzc516-root-accountContainer-accountItem-accountItemLabel {  }.wzc516-root .wzc516-root-accountContainer .wzc516-root-accountContainer-accountItem .wzc516-root-accountContainer-accountItem-accountItemInputBox .wzc516-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc516-root .wzc516-root-accountContainer .wzc516-root-accountContainer-accountItem .wzc516-root-accountContainer-accountItem-accountItemInputBox .wzc516-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc516-root .wzc516-root-accountContainer .wzc516-root-accountContainer-accountItem .wzc516-root-accountContainer-accountItem-accountItemInputBox {  }.wzc516-root .wzc516-root-accountContainer .wzc516-root-accountContainer-accountItem {  }.wzc516-root .wzc516-root-accountContainer {  }.wzc516-root .wzc516-root-companyHeaderContainer .wzc516-root-companyHeaderContainer-companyHeader .wzc516-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc516-root .wzc516-root-companyHeaderContainer .wzc516-root-companyHeaderContainer-companyHeader {  }.wzc516-root .wzc516-root-companyHeaderContainer {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyInfoCheck .wzc516-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyInfoCheck .wzc516-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc516-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyInfoCheck .wzc516-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc516-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyInfoCheck .wzc516-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc516-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyInfoCheck .wzc516-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc516-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyInfoCheck .wzc516-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyInfoCheck {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyItemBox .wzc516-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyItemBox .wzc516-root-companyInfo-companyItemBox-companyInputBox .wzc516-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyItemBox .wzc516-root-companyInfo-companyItemBox-companyInputBox .wzc516-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyItemBox .wzc516-root-companyInfo-companyItemBox-companyInputBox {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyItemBox {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyInfoCancelLabel .wzc516-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyInfoCancelLabel .wzc516-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyInfoCancelLabel .wzc516-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyInfoCancelLabel .wzc516-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc516-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc516-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyInfoCancelLabel .wzc516-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc516-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyInfoCancelLabel .wzc516-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc516-root .wzc516-root-companyInfo .wzc516-root-companyInfo-companyInfoCancelLabel {  }.wzc516-root .wzc516-root-companyInfo {  }.wzc516-root .wzc516-root-submitBoxFooter .wzc516-root-submitBoxFooter-submitButtonFooter {  }.wzc516-root .wzc516-root-submitBoxFooter {  }.wzc516-root {  }.wzc516  .wz-profile-account-root { text-align:right; }.wzc516  .wz-profile-account-header-container { margin-bottom:20px; }.wzc516  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc516  .wz-profile-account-container { border-style:solid;border-width:1px;border-color:#efefef;background-color:#f4f4f4;border-radius:20px;direction:rtl;row-gap:15px;padding:35px; }.wzc516  .wz-profile-account-container:hover { border-radius:20px; }.wzc516  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc516  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc516  .wz-profile-account-input-container input { width:100%;border-style:solid;border-width:1px;border-color:#d5d5d5;border-radius:4px;font-family:iransans_fa;font-size:13px;background-color:rgba(0,0,0,0);color:#7e7e7e; }.wzc516  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc516  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc516  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc516  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc516  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc516  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc516  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc516  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc516  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc516 {  }.wzc515:hover .wzc515-bg { background-color:#ffd9d5; }.wzc515:hover .wzc515-content { color:#E74C3C; }.wzc515:hover {  }.wzc515-bg:after {  }.wzc515-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc515-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C; }#wze1349 { top:30px;left:893px;width:262px;height:442.984px;z-index:1000; }.wzc529-root .wzc529-root-infoBox .wzc529-root-infoBox-userImageBox .wzc529-root-infoBox-userImageBox-userImage {  }.wzc529-root .wzc529-root-infoBox .wzc529-root-infoBox-userImageBox {  }.wzc529-root .wzc529-root-infoBox .wzc529-root-infoBox-userInfo .wzc529-root-infoBox-userInfo-userName {  }.wzc529-root .wzc529-root-infoBox .wzc529-root-infoBox-userInfo .wzc529-root-infoBox-userInfo-userEmail {  }.wzc529-root .wzc529-root-infoBox .wzc529-root-infoBox-userInfo .wzc529-root-infoBox-userInfo-editInfo .wzc529-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc529-root .wzc529-root-infoBox .wzc529-root-infoBox-userInfo .wzc529-root-infoBox-userInfo-editInfo .wzc529-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc529-root .wzc529-root-infoBox .wzc529-root-infoBox-userInfo .wzc529-root-infoBox-userInfo-editInfo {  }.wzc529-root .wzc529-root-infoBox .wzc529-root-infoBox-userInfo {  }.wzc529-root .wzc529-root-infoBox {  }.wzc529-root .wzc529-root-items .wzc529-root-items-item .wzc529-root-items-item-itemBox .wzc529-root-items-item-itemBox-itemIcon {  }.wzc529-root .wzc529-root-items .wzc529-root-items-item .wzc529-root-items-item-itemBox .wzc529-root-items-item-itemBox-itemName {  }.wzc529-root .wzc529-root-items .wzc529-root-items-item .wzc529-root-items-item-itemBox {  }.wzc529-root .wzc529-root-items .wzc529-root-items-item {  }.wzc529-root .wzc529-root-items .wzc529-root-items-more {  }.wzc529-root .wzc529-root-items {  }.wzc529-root .wzc529-root-logoutBox .wzc529-root-logoutBox-logout .wzc529-root-logoutBox-logout-logoutLabel {  }.wzc529-root .wzc529-root-logoutBox .wzc529-root-logoutBox-logout {  }.wzc529-root .wzc529-root-logoutBox {  }.wzc529-root {  }.wzc529  .wz-profile-menu-user-info { gap:2px; }.wzc529  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc529  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc529  .wz-profile-menu-info-box:hover {  }.wzc529  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc529  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc529  .wz-profile-menu-user-name:hover {  }.wzc529  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc529  .wz-profile-menu-user-email:hover {  }.wzc529  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc529  .wz-profile-menu-edit-info:hover {  }.wzc529  .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); }.wzc529  .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; }.wzc529  .wz-profile-menu-items:hover {  }.wzc529  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc529  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc529  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc529  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc529  .wz-profile-menu-item-box:hover {  }.wzc529  .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%; }.wzc529  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc529  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc529  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc529  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc529  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc529  .wz-profile-menu-more:after { color:#808080; }.wzc529 {  }#wz-section-wzs60 { height:596.375px;--section-height:596.375px; }#wze1345 { top:30px;left:15px;width:848px;height:368.984px;z-index:1000; }.wzc520-header .wzc520-header-title {  }.wzc520-header .wzc520-header-removeButton {  }.wzc520-header .wzc520-header-addToCartButton {  }.wzc520-header {  }.wzc520-favorites { --desktop-columns:3;--desktop-gap:20px;--tablet-columns:2;--tablet-gap:20px;--mobile-columns:1;--mobile-gap:20px;--image-order:0;--title-order:1;--price-order:2;--buttons-order:3; }.wzc520-pagination .wzc520-pagination-paginationButton {  }.wzc520-pagination {  }.wzc520  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc520  .wz-profile-favorites-header-text:hover {  }.wzc520  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc520  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc520  .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; }.wzc520  .wz-profile-favorite-item:hover {  }.wzc520  .wz-profile-favorite-item-image { object-fit:contain; }.wzc520  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc520  .wz-profile-favorite-item-title:hover {  }.wzc520  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc520  .wz-profile-favorite-item-price:hover {  }.wzc520  .wz-profile-favorite-item-add { height:30px; }.wzc520  .wz-profile-favorite-item-remove { height:30px; }.wzc520  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc520  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc520  .wz-profile-favorites-no-results-first-text:hover {  }.wzc520  .wz-profile-favorites-no-results-second-text:hover {  }.wzc520 {  }.wzc517:hover .wzc517-bg { background-color:#E74C3C; }.wzc517:hover .wzc517-content { font-size:10px;color:#fff; }.wzc517:hover {  }.wzc517-bg:after {  }.wzc517-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc517-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; }.wzc518:hover .wzc518-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc518:hover .wzc518-content { font-size:10px;color:#fff; }.wzc518:hover {  }.wzc518-bg:after {  }.wzc518-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc518-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; }.wzc519:hover .wzc519-bg:after { width:90%;opacity:1; }.wzc519:hover .wzc519-bg {  }.wzc519:hover .wzc519-content { color:#fff; }.wzc519:hover {  }.wzc519-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%); }.wzc519-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; }.wzc519-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-wzs61 { height:502.141px;--section-height:502.141px; }#wze1346 { top:30px;left:15px;width:848px;height:340.984px;z-index:1000; }.wzc521-root .wzc521-root-header .wzc521-root-header-title {  }.wzc521-root .wzc521-root-header .wzc521-root-header-options .wzc521-root-header-options-optionsList .wzc521-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc521-root .wzc521-root-header .wzc521-root-header-options .wzc521-root-header-options-optionsList {  }.wzc521-root .wzc521-root-header .wzc521-root-header-options {  }.wzc521-root .wzc521-root-header {  }.wzc521-root .wzc521-root-orders .wzc521-root-orders-ordersHeader .wzc521-root-orders-ordersHeader-ordersHeaderItem .wzc521-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc521-root .wzc521-root-orders .wzc521-root-orders-ordersHeader .wzc521-root-orders-ordersHeader-ordersHeaderItem {  }.wzc521-root .wzc521-root-orders .wzc521-root-orders-ordersHeader {  }.wzc521-root .wzc521-root-orders {  }.wzc521-root .wzc521-root-pagination .wzc521-root-pagination-paginationButton {  }.wzc521-root .wzc521-root-pagination {  }.wzc521-root {  }.wzc521  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc521  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc521  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc521  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc521  .wz-profile-orders-order-items-header { width:80%; }.wzc521  .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); }.wzc521  .wz-profile-orders-order-details { width:80%; }.wzc521  .wz-profile-orders-order-buttons { width:20%; }.wzc521  .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); }.wzc521  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc521  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc521  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc521  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc521  .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; }.wzc521  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc521  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc521  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc521 {  }#wz-section-wzs62 { height:530.969px;--section-height:530.969px; }#wze1347 { top:30px;left:15px;width:848px;height:565.984px;z-index:1000; }.wzc524-root .wzc524-root-header .wzc524-root-header-title {  }.wzc524-root .wzc524-root-header .wzc524-root-header-headerButtons .wzc524-root-header-headerButtons-reorderButton {  }.wzc524-root .wzc524-root-header .wzc524-root-header-headerButtons .wzc524-root-header-headerButtons-receiptButton {  }.wzc524-root .wzc524-root-header .wzc524-root-header-headerButtons {  }.wzc524-root .wzc524-root-header {  }.wzc524-root .wzc524-root-body .wzc524-root-body-information .wzc524-root-body-information-mainInformation .wzc524-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc524-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc524-root .wzc524-root-body .wzc524-root-body-information .wzc524-root-body-information-mainInformation .wzc524-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc524-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc524-root .wzc524-root-body .wzc524-root-body-information .wzc524-root-body-information-mainInformation .wzc524-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc524-root .wzc524-root-body .wzc524-root-body-information .wzc524-root-body-information-mainInformation {  }.wzc524-root .wzc524-root-body .wzc524-root-body-information .wzc524-root-body-information-userInformation .wzc524-root-body-information-userInformation-userInformation{{ item.name }} .wzc524-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc524-root .wzc524-root-body .wzc524-root-body-information .wzc524-root-body-information-userInformation .wzc524-root-body-information-userInformation-userInformation{{ item.name }} .wzc524-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc524-root .wzc524-root-body .wzc524-root-body-information .wzc524-root-body-information-userInformation .wzc524-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc524-root .wzc524-root-body .wzc524-root-body-information .wzc524-root-body-information-userInformation {  }.wzc524-root .wzc524-root-body .wzc524-root-body-information .wzc524-root-body-information-paymentInformation .wzc524-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc524-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc524-root .wzc524-root-body .wzc524-root-body-information .wzc524-root-body-information-paymentInformation .wzc524-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc524-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc524-root .wzc524-root-body .wzc524-root-body-information .wzc524-root-body-information-paymentInformation .wzc524-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc524-root .wzc524-root-body .wzc524-root-body-information .wzc524-root-body-information-paymentInformation {  }.wzc524-root .wzc524-root-body .wzc524-root-body-information {  }.wzc524-root .wzc524-root-body .wzc524-root-body-orderInformation .wzc524-root-body-orderInformation-orderInformationHeader .wzc524-root-body-orderInformation-orderInformationHeader-orderName .wzc524-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc524-root .wzc524-root-body .wzc524-root-body-orderInformation .wzc524-root-body-orderInformation-orderInformationHeader .wzc524-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc524-root .wzc524-root-body .wzc524-root-body-orderInformation .wzc524-root-body-orderInformation-orderInformationHeader .wzc524-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc524-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc524-root .wzc524-root-body .wzc524-root-body-orderInformation .wzc524-root-body-orderInformation-orderInformationHeader .wzc524-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc524-root .wzc524-root-body .wzc524-root-body-orderInformation .wzc524-root-body-orderInformation-orderInformationHeader .wzc524-root-body-orderInformation-orderInformationHeader-orderCount .wzc524-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc524-root .wzc524-root-body .wzc524-root-body-orderInformation .wzc524-root-body-orderInformation-orderInformationHeader .wzc524-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc524-root .wzc524-root-body .wzc524-root-body-orderInformation .wzc524-root-body-orderInformation-orderInformationHeader .wzc524-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc524-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc524-root .wzc524-root-body .wzc524-root-body-orderInformation .wzc524-root-body-orderInformation-orderInformationHeader .wzc524-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc524-root .wzc524-root-body .wzc524-root-body-orderInformation .wzc524-root-body-orderInformation-orderInformationHeader .wzc524-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc524-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc524-root .wzc524-root-body .wzc524-root-body-orderInformation .wzc524-root-body-orderInformation-orderInformationHeader .wzc524-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc524-root .wzc524-root-body .wzc524-root-body-orderInformation .wzc524-root-body-orderInformation-orderInformationHeader {  }.wzc524-root .wzc524-root-body .wzc524-root-body-orderInformation {  }.wzc524-root .wzc524-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc524-root .wzc524-root-support .wzc524-root-support-supportImage {  }.wzc524-root .wzc524-root-support .wzc524-root-support-supportTextBox .wzc524-root-support-supportTextBox-supportQuestion {  }.wzc524-root .wzc524-root-support .wzc524-root-support-supportTextBox .wzc524-root-support-supportTextBox-supportMessage {  }.wzc524-root .wzc524-root-support .wzc524-root-support-supportTextBox {  }.wzc524-root .wzc524-root-support {  }.wzc524-root {  }.wzc524  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc524  .wz-profile-order-details-header { padding-bottom:20px; }.wzc524  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc524  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc524  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc524  .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; }.wzc524  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc524  .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); }.wzc524  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc524  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc524  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc524  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc524  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc524  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc524  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc524  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc524  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc524  .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); }.wzc524  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc524  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc524  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc524  .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; }.wzc524  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc524  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc524  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc524  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc524  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc524  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc524  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc524  .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); }.wzc524  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc524  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc524  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc524  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc524 {  }.wzc522:hover .wzc522-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc522:hover .wzc522-content { color:#E74C3C; }.wzc522:hover {  }.wzc522-bg:after {  }.wzc522-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); }.wzc522-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; }.wzc523:hover .wzc523-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc523:hover .wzc523-content { color:rgb(117,117,117); }.wzc523:hover {  }.wzc523-bg:after {  }.wzc523-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); }.wzc523-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-wzs63 { height:625.969px;--section-height:625.969px; }#wze1348 { top:30px;left:15px;width:848px;height:540.984px;z-index:1000; }.wzc528-header .wzc528-header-title {  }.wzc528-header .wzc528-header-headerButton {  }.wzc528-header .wzc528-header-editButton {  }.wzc528-header .wzc528-header-removeButton {  }.wzc528-header {  }.wzc528-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; }.wzc528-pagination .wzc528-pagination-paginationButton {  }.wzc528-pagination {  }.wzc528  .wz-profile-addresses-header { margin-bottom:30px; }.wzc528  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc528  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc528  .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; }.wzc528  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc528  .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); }.wzc528  .wz-profile-address-item:hover { border-radius:20px; }.wzc528  .wz-profile-address-location { width:100%;height:200px; }.wzc528  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc528  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc528  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc528  .wz-profile-address-full:hover {  }.wzc528  .wz-profile-address-summary { justify-content:start; }.wzc528  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc528  .wz-profile-address-summary-location p:hover {  }.wzc528  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc528  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc528  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc528  .wz-profile-address-summary-postal-code p:hover {  }.wzc528  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc528  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc528  .wz-profile-address-transferee { text-align:right; }.wzc528  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc528  .wz-profile-address-transferee p:hover {  }.wzc528  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc528  .wz-profile-address-remove-button { height:30px; }.wzc528  .wz-profile-address-edit-button { height:30px; }.wzc528  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc528  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc528  .wz-profile-addresses-no-results-first-text:hover {  }.wzc528  .wz-profile-addresses-no-results-second-text:hover {  }.wzc528 {  }.wzc525:hover .wzc525-bg { background-color:#E74C3C; }.wzc525:hover .wzc525-content { font-size:12px;color:#ffd9d5; }.wzc525:hover {  }.wzc525-bg:after {  }.wzc525-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc525-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; }.wzc526:hover .wzc526-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc526:hover .wzc526-content { font-size:11px;color:#a1a1a1; }.wzc526:hover {  }.wzc526-bg:after {  }.wzc526-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc526-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; }.wzc527:hover .wzc527-bg { background-color:#E74C3C; }.wzc527:hover .wzc527-content { font-size:11px;color:#fff; }.wzc527:hover {  }.wzc527-bg:after {  }.wzc527-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc527-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-wzs64 { height:600.969px;--section-height:600.969px; }#wze1707 { top:0.0215946px;height:334.781px;z-index:1000; }.wzc593-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(238, 238, 238);border-radius:15px 15px 15px 0px ;border-width:0px;border-style:solid;border-color:rgb(0, 0, 0);box-shadow:none; }.wzc593-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px 15px 15px 0px ; }.wzc593-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; }#wze1708 { top:72.4998px;left:342.023px;width:485.973px;height:135.625px;z-index:1001; }#wze1709 { top:40.6225px;left:30.9978px;width:45.9682px;height:45.9682px;z-index:1002; }#wze1710 { top:41.0035px;left:93.4987px;width:375px;height:54px;z-index:1001;text-align:center; }#wze1711 { top:240.482px;left:155.532px;width:858.953px;height:64px;z-index:1001;text-align:center; }#wze1712 { top:372.649px;left:61.5283px;width:1046.94px;height:243px;z-index:1002;text-align:justify; }#wze1713 { top:634.821px;left:61.5257px;width:1046.94px;height:113px;z-index:1002;text-align:justify; }#wze1714 { top:817.68px;left:61.5257px;width:1046.94px;height:394px;z-index:1002;text-align:justify; }#wze2110 { top:1236.06px;left:275px;width:620px;height:28px;z-index:1003;text-align:center; }#wz-section-wzs126 { height:1286.8px;--section-height:1286.8px; }#wze1813 { top:29.1989px;left:16.00031px;width:643.55199px;height:449.688px;z-index:1000; }.wzc600-content {  }.wzc600 {  }#wze1814 { top:48.9254px;left:0px;width:550px;height:550px;z-index:1000; }.wzc602-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:10px; }.wzc602-img .wzc602-img-inner { width:100%;height:100%;float:left; }.wzc602-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:10px; }#wze1814 .wzc602-img-inner { object-fit:cover; }#wze1815 { top:-6.22766e-16px;left:470.66799px;width:172.884px;height:130.203px;z-index:1001; }.wzc613-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(68, 68, 68);border-radius:10px; }.wzc613-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc613-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; }#wze1816 { top:79.6658px;left:1.4555px;width:170px;height:52px;z-index:1000;text-align:center; }#wze1817 { top:1.75009px;left:40.236px;width:92.4375px;height:74px;z-index:1000; }.wzc615 {  }.wzc615-container .wzc615-container-number { background-color:transparent;font-size:66px;font-family:peyda;line-height:100px;color:rgb(251, 251, 251);left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc615-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:rgba(251, 251, 251, 0);border-radius:0;text-align:center;vertical-align:middle;border-style:solid;border-width:0;border-color:#888888;box-sizing:border-box; }#wze1818 { top:33.4917px;left:43.403px;width:45px;height:58px;z-index:1000;text-align:center; }#wze1830 { top:331.779px;left:598.778px;width:540px;height:286px;z-index:1003;text-align:justify; }#wze1831 { top:175.844px;left:599.54px;width:540px;height:155.984px;z-index:1002;text-align:justify; }#wze1833 { top:100.68px;left:937.162px;width:208.693px;height:44px;z-index:999; }.wzc578-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255,255,255, 0);border-radius:15px 15px 15px 0px ;border-width:0px;border-style:solid;border-color:rgb(238, 238, 238);box-shadow:0px 0px 3px 0px #000 ; }.wzc578-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px 15px 15px 0px ; }.wzc578-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; }#wze1834 { top:4.68426px;left:16.885px;width:178.949px;height:38px;z-index:1001;text-align:center; }#wze1839 { top:687.8px;left:408.038px;width:353.963px;height:78.625px;z-index:1000; }.wzc617-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(226, 28, 33);border-radius:15px;border-width:0px;border-style:solid;border-color:rgb(238, 238, 238);box-shadow:1px 1px 4px 0px #000 ; }.wzc617-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }.wzc617-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; }#wze1840 { top:23.8792px;left:69.4713px;width:275.966px;height:31px;z-index:1001;text-align:center; }#wze1841 { top:16.3496px;left:16.9946px;width:45.9659px;height:45.9659px;z-index:1002; }.wzc618 { overflow:hidden; }.wzc618-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(0, 0, 0); }#wz-section-wzs133 { height:805.281px;--section-height:805.281px; }.wzc-section-wzs133 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs133-full { background:;background-color:rgb(251, 251, 251); }.wzc-section-wzs133-full-style {  }.wzc-section-wzs133-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1836 { top:87.005px;left:578.308px;width:568.395px;height:41px;z-index:1000;text-align:right; }#wze1838 { top:130.012px;left:567.008px;width:590.994px;height:197.984px;z-index:999; }.wzc115-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255,255,255, 1);border-radius:15px;border-width:0px;border-style:solid;border-color:rgb(238, 238, 238);box-shadow:1px 1px 4px 0px #000 ; }.wzc115-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }.wzc115-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; }#wze1837 { top:11.4952px;left:14.3155px;width:562.358px;height:174.984px;z-index:1000;text-align:justify; }#wz-section-wzs131 { height:401.938px;--section-height:401.938px; }.wzc-section-wzs131 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs131-full { background:;background-color:rgba(251, 251, 251, 0); }.wzc-section-wzs131-full-style {  }.wzc-section-wzs131-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze2605 { top:0.0003749px;left:14.5px;width:1141px;height:678.875px;z-index:1000; }.wzc751-breadcrumb {  }.wzc751  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc751  .wz-shop-product { margin:0px;padding:1px;text-align:center; }.wzc751  .wz-shop-product .wz-shop-product-section { padding:19px; }.wzc751  .wz-shop-product .wz-shop-product-title { font-family:peyda;font-size:17px;color:rgba(0, 0, 0, 1); }.wzc751  .wz-shop-product .wz-shop-product-price { font-family:peyda;font-size:17px; }.wzc751  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc751  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc751  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc751  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc751  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc751  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc751  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc751  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc751 {  }.wzc751-products {  }.wzc751-topBar {  }.wzc751-filter { margin-right:0px;margin-left:0px; }.wzc751-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; }#wze2605 .wz-shop-product .wz-shop-product-image { padding-top: 75% }#wze2605 .wz-shop-top-bar { margin-right: 0px }.wzc537-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:15px;border-width:0px;border-style:solid;border-color:rgb(226, 226, 226); }.wzc537-img .wzc537-img-inner { width:100%;height:100%;float:left; }.wzc537-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:15px; }.wzc14:hover .wzc14-bg:after { width:90%;opacity:1; }.wzc14:hover .wzc14-bg {  }.wzc14:hover .wzc14-content { color:#fff; }.wzc14:hover {  }.wzc14-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%); }.wzc14-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; }.wzc14-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; }.wzc748-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff;border-width:1px;border-style:solid;border-color:rgb(226, 226, 226); }.wzc748-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wz-section-wzs281 { height:819.875px;--section-height:819.875px; }#wze2606 { top:28.0004px;left:14.5px;width:1141px;height:386.719px;z-index:1000; }#wze2606 .wz-shop-product .wz-shop-product-image { padding-top: 75% }#wze2606 .wz-shop-top-bar { margin-right: 0px }#wz-section-wzs282 { height:527.719px;--section-height:527.719px; }[data-page=p3] #wz-root-background { background-attachment:none; }[data-page=p5] #wz-root-background { background-image:none;background-size:contain;background-attachment:initial;background-repeat:no-repeat;background-position:top center;background-color:rgba(255, 255, 255, 1); }@media only screen and (max-width : 768px) {#wze10 { top:96.857px;left:11.01px;bottom:auto;right:auto;width:47.0156px;height:47.9844px;display:block;z-index:1000; }#wze17 { top:11px;left:11.504px;bottom:auto;right:auto;width:24px;height:26px;display:block;z-index:1000; }#wze187 { top:0.00807px;left:120.674px;bottom:auto;right:auto;width:226.672px;height:96.0781px;display:block;z-index:1000; }#wze574 { top:0.00122001px;bottom:auto;right:auto;height:42.2049px;display:none;z-index:1000; }#wze575 { top:0px;left:81.0002px;bottom:auto;right:auto;width:306px;height:42.2049px;display:none;z-index:1000;text-align:center; }#wze1315 { top:0px;bottom:auto;right:auto;height:54.2535px;display:none;z-index:1000; }#wze1317 { top:0px;left:16.95px;bottom:auto;right:auto;width:126.955px;height:54.2708px;display:block;z-index:1000; }.wzc492-container .wzc492-container-bg { font-size:8px; }#wze1318 { top:3.69545px;left:212.877px;bottom:auto;right:auto;width:236.973px;height:46.6493px;display:block;z-index:1000;text-align:center; }#wze1907 { top:165.392px;bottom:auto;right:auto;height:0.953125px;z-index:1000; }#wze2220 { top:36.844px;left:5px;bottom:auto;right:auto;width:92px;height:25px;z-index:1000; }#wze2219 { top:1.85932px;left:0px;bottom:auto;right:auto;width:86px;height:19.2969px;z-index:1000; }#wze2224 { top:4.4144px;left:8.5px;bottom:auto;right:auto;width:92px;height:24.9844px;display:none;z-index:1000; }#wze2226 { top:4px;left:6.5px;bottom:auto;right:auto;width:78.9844px;height:17px;display:none;z-index:1000;text-align:right; }#wze2607 { top:95.8442px;left:406px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wze2609 { top:105.844px;left:84px;bottom:auto;right:auto;width:300px;height:30px;z-index:1001; }#wz-section-header { height:166.34375px;--section-height:166.34375px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze2214 { top:12.0153px;left:1px;bottom:auto;right:auto;width:466px;height:170.922px;z-index:1000; }#wze2214 .wz-gallery.wz-gallery-grid li { width:155px;height:56px;padding:10px; }#wz-section-wzs1 { height:182.922px;--section-height:182.922px; }#wze2612 { top:17.2033px;left:6.5145px;bottom:auto;right:auto;width:455px;height:345.719px;z-index:999; }#wze596 { top:52.1872px;left:8.5px;bottom:auto;right:auto;width:438px;height:276.5px;display:block;z-index:1000; }#wze1314 { top:14px;left:325.076px;bottom:auto;right:auto;width:114.938px;height:25px;z-index:998; }#wze1313 { top:3.5px;left:5.53125px;bottom:auto;right:auto;width:98.9489px;height:18px;z-index:998;text-align:center; }#wze2611 { top:17.5px;left:14.5084px;bottom:auto;right:auto;width:120px;height:25px;z-index:1000; }.wzc757-content { font-size:13px; }#wz-section-wzs32 { height:380.094px;--section-height:380.094px; }#wze1922 { top:16.0099px;left:15px;bottom:auto;right:auto;width:438px;height:50.7188px;z-index:1000; }#wze1924 { top:10.3594px;left:23.0046px;bottom:auto;right:auto;width:171.96px;height:30px;z-index:1000;text-align:justify; }#wze2596 { top:13.8594px;left:306px;bottom:auto;right:auto;width:98px;height:23px;z-index:1000;text-align:left; }#wze2600 { top:3.8594px;left:258.57px;bottom:auto;right:auto;width:45.5469px;height:43px;z-index:1000; }#wz-section-wzs100 { height:82.7188px;--section-height:82.7188px; }#wze2614 { top:11.843px;left:6.50787px;bottom:auto;right:auto;width:455px;height:326.344px;z-index:1000; }#wze2619 { top:69.8438px;left:23.5px;bottom:auto;right:auto;width:408px;height:239.5px;z-index:1000; }#wze2620 { top:24px;left:7.5156px;bottom:auto;right:auto;width:120px;height:25px;z-index:1000; }#wze2621 { top:24px;left:319.509px;bottom:auto;right:auto;width:115px;height:25px;z-index:1000; }#wze2622 { top:1.5px;left:8.03125px;bottom:auto;right:auto;width:98.9489px;height:18px;z-index:998;text-align:center; }#wz-section-wzs137 { height:350px;--section-height:350px; }#wze2630 { top:11.5px;left:8.031px;bottom:auto;right:auto;width:451.984px;height:161.438px;z-index:1000; }#wz-section-wzs277 { height:184.438px;--section-height:184.438px; }#wze2631 { top:34.4661px;left:130.374px;bottom:auto;right:auto;width:207.266px;height:155.438px;display:block;z-index:1000; }#wze2633 { top:8.79925px;left:5.03935px;bottom:auto;right:auto;width:457.938px;height:206.766px;z-index:999; }#wze2632 { top:25.6875px;left:336.531px;bottom:auto;right:auto;width:116.422px;height:155.391px;display:block;z-index:1000; }#wze2638 { top:25.891px;left:4.516px;bottom:auto;right:auto;width:116px;height:155px;z-index:1000; }#wz-section-wzs283 { height:224.344px;--section-height:224.344px; }#wze2625 { top:16.0044px;left:10.5px;bottom:auto;right:auto;width:447px;height:315.688px;z-index:1000; }#wze2624 { top:63.1875px;left:37.4692px;bottom:auto;right:auto;width:372.078px;height:243.516px;z-index:1000; }#wze2626 { top:15.375px;left:164px;bottom:auto;right:auto;width:222px;height:38px;z-index:1000;text-align:center; }#wze2627 { top:10.5px;left:30px;bottom:auto;right:auto;width:86.3125px;height:47.7812px;z-index:1000; }.wzc762-container .wzc762-container-bg { font-size:7px; }#wze2628 { top:8.5px;left:379px;bottom:auto;right:auto;width:60px;height:60px;z-index:1000; }#wz-section-wzs278 { height:351.641px;--section-height:351.641px; }#wze981 { top:0.007615px;bottom:auto;right:auto;height:624.188px;display:block;z-index:1000; }#wze81 { top:47.1094px;left:159px;bottom:auto;right:auto;width:150px;height:120px;display:block;z-index:1000; }#wze86 { top:378.266px;left:39.0466px;bottom:auto;right:auto;width:387.938px;height:23.0312px;display:block;z-index:1000;text-align:center; }#wze818 { top:459.016px;left:320.729px;bottom:auto;right:auto;width:73.875px;height:82.5px;display:block;z-index:1000; }#wze989 { top:47.1094px;left:308.5px;bottom:auto;right:auto;width:150px;height:120px;display:block;z-index:1000; }#wze991 { top:16.4375px;left:171.031px;bottom:auto;right:auto;width:125.969px;height:23px;display:block;z-index:1000;text-align:center; }#wze993 { top:16.4375px;left:326.516px;bottom:auto;right:auto;width:127.969px;height:23px;display:block;z-index:1000;text-align:center; }#wze995 { top:582.063px;bottom:auto;right:auto;height:42.125px;display:block;z-index:1000; }#wze60 { top:14.0625px;left:15px;bottom:auto;right:auto;width:438px;height:14px;display:block;z-index:1000;text-align:center; }#wze1921 { top:454.797px;left:205.344px;bottom:auto;right:auto;width:57.3281px;height:90.9375px;display:block;z-index:1000; }#wze2013 { top:343.688px;left:11px;bottom:auto;right:auto;width:446px;height:1.71875px;display:block;z-index:1000; }#wze2020 { top:406.078px;left:18px;bottom:auto;right:auto;width:430px;height:23.0469px;z-index:1000;text-align:center; }#wze2362 { top:539.141px;left:15.5px;bottom:auto;right:auto;width:36px;height:35.9844px;z-index:1000;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);rotate:180; }#wze2601 { top:452.266px;left:57.344px;bottom:auto;right:auto;width:90.2969px;height:96px;z-index:1000; }#wze2640 { top:206.438px;left:16.5px;bottom:auto;right:auto;width:435px;height:100px;z-index:1000;text-align:justify; }#wz-section-footer { height:624.188px;--section-height:624.188px; }#wze14 { top:18.8151px;left:1.00275px;bottom:auto;right:auto;width:466px;height:965.938px;display:block;z-index:1000; }#wze14 .wz-shop-product { width: calc(50% - 0px )}#wze2610 { top:0px;left:0px;bottom:auto;right:auto;width:220px;height:263px;z-index:1000; }#wz-section-wzs3 { height:1003.55px;--section-height:1003.55px; }#wze16 { top:27.934px;left:15.0002px;bottom:auto;right:auto;width:438px;height:786.766px;display:block;z-index:999; }#wze2595 { top:848.726px;left:11px;bottom:auto;right:auto;width:446px;height:23px;z-index:1000;text-align:center; }#wz-section-wzs2 { height:899.609px;--section-height:899.609px; }#wze13 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:164.973px;display:block;z-index:1000; }#wz-section-wzs4 { height:194.945px;--section-height:194.945px; }#wze144 { top:26.113px;left:15.0186px;bottom:auto;right:auto;width:437.983px;height:637.297px;display:block;z-index:1000; }#wze129 { top:405.633px;left:362.683px;bottom:auto;right:auto;width:23.9915px;height:23.9844px;display:block;z-index:1000; }#wze130 { top:406.776px;left:101.109px;bottom:auto;right:auto;width:248.949px;height:24.9844px;display:block;z-index:1000;text-align:right; }#wze131 { top:479.743px;left:361.683px;bottom:auto;right:auto;width:23.9915px;height:23.9844px;display:block;z-index:1000; }#wze132 { top:479.675px;left:89.091px;bottom:auto;right:auto;width:260.966px;height:24.9844px;display:block;z-index:1000;text-align:right; }#wze133 { top:517.74px;left:359.683px;bottom:auto;right:auto;width:23.9915px;height:23.9844px;display:block;z-index:1000; }#wze134 { top:512.615px;left:129.096px;bottom:auto;right:auto;width:220.98px;height:45.9844px;display:block;z-index:1000;text-align:right; }#wze1701 { top:347.908px;left:29.0236px;bottom:auto;right:auto;width:379.957px;height:45.9844px;z-index:1000;text-align:justify; }#wze1702 { top:440.626px;left:359.683px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze1703 { top:444.36px;left:101.105px;bottom:auto;right:auto;width:248.949px;height:24.9844px;z-index:1000;text-align:right; }#wze1706 { top:25.8774px;left:247.903px;bottom:auto;right:auto;width:159.943px;height:34.9688px;z-index:1000; }#wze1700 { top:3.00283px;left:14.4981px;bottom:auto;right:auto;width:130.938px;height:28.9844px;z-index:1000;text-align:right; }#wze2639 { top:75.8575px;left:27.7953px;bottom:auto;right:auto;width:382.391px;height:250px;z-index:1000; }#wz-section-wzs14 { height:684.766px;--section-height:684.766px; }#wze971 { top:9px;bottom:auto;right:auto;height:250.568px;display:block;z-index:1000; }#wze972 { top:24px;left:26.0045px;bottom:auto;right:auto;width:415.991px;height:79.6733px;display:block;z-index:1000; }#wze973 { top:18.4705px;left:96.018px;bottom:auto;right:auto;width:276.955px;height:42.7273px;display:block;z-index:1000;text-align:center; }#wze974 { top:19.0909px;left:48.0181px;bottom:auto;right:auto;width:34.95px;height:34.95px;display:block;z-index:1000; }#wze976 { top:128.164px;left:24.0058px;bottom:auto;right:auto;width:420px;height:101.804px;display:block;z-index:1000;text-align:justify; }#wze978 { top:279.055px;left:15px;bottom:auto;right:auto;width:438px;height:338.75px;display:block;z-index:1000;text-align:justify; }#wze979 { top:632.886px;left:15px;bottom:auto;right:auto;width:438px;height:559.375px;display:block;z-index:1000;text-align:justify; }#wze980 { top:1207.26px;left:15px;bottom:auto;right:auto;width:438px;height:539.133px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs43 { height:1787.24px;--section-height:1787.24px; }#wz-section-wzs65 { height:15px;--section-height:15px; }#wze1344 { top:276.106px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:499px;display:block;z-index:1000; }#wze1349 { bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs60 { height:832.441px;--section-height:832.441px; }#wze1345 { top:219.038px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:938.984px;display:block;z-index:1000; }#wz-section-wzs61 { height:1172.92px;--section-height:1172.92px; }#wze1346 { top:235.219px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:404.984px;display:block;z-index:1000; }.wzc521  .wz-profile-orders-header p { font-size:16px; }.wzc521  .wz-profile-orders-header-option { font-size:10px; }.wzc521  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc521  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs62 { height:687.9842px;--section-height:687.9842px; }#wze1347 { top:219.068px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:648.984px;display:block;z-index:1000; }.wzc524  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc524  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc524  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc524  [data-name=total_include_tax] { padding:10px; }.wzc524  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc524  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc524  .wz-profile-order-details-order-detail { font-size:10px; }.wzc524  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc524  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc524  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs63 { height:882.953px;--section-height:882.953px; }#wze1348 { top:232.914px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:1313px;display:block;z-index:1000; }#wz-section-wzs64 { height:1560.84px;--section-height:1560.84px; }#wze1707 { top:9px;bottom:auto;right:auto;height:226px;display:block;z-index:1000; }#wze1708 { top:24px;left:26.0205px;bottom:auto;right:auto;width:415.991px;height:122.938px;display:block;z-index:1000; }#wze1709 { top:38.9972px;left:31.0181px;bottom:auto;right:auto;width:42.9375px;height:42.9375px;display:block;z-index:1000; }#wze1710 { top:38.9549px;left:95.016px;bottom:auto;right:auto;width:305.938px;height:43px;display:block;z-index:1000;text-align:center; }#wze1711 { top:171.437px;left:5px;bottom:auto;right:auto;width:458px;height:34px;display:block;z-index:1000;text-align:center; }#wze1712 { top:260.014px;left:15px;bottom:auto;right:auto;width:438px;height:399.578px;display:block;z-index:1000;text-align:justify; }#wze1713 { top:674.751px;left:15px;bottom:auto;right:auto;width:438px;height:192.594px;display:block;z-index:1000;text-align:justify; }#wze1714 { top:882.339px;left:15px;bottom:auto;right:auto;width:438px;height:634.109px;display:block;z-index:1000;text-align:justify; }#wze2110 { top:1531.5px;left:15px;bottom:auto;right:auto;width:438px;height:28px;z-index:1000;text-align:center; }#wz-section-wzs126 { height:1575.23px;--section-height:1575.23px; }#wze1813 { top:32.5415px;left:5.77114px;bottom:auto;right:auto;width:434.4418px;height:383.0139px;display:block;z-index:1000; }#wze1814 { top:0px;left:26.4588px;bottom:auto;right:auto;width:407.983px;height:319.972px;display:block;z-index:1000; }#wze1815 { top:267.301px;left:0px;bottom:auto;right:auto;width:145.448853px;height:115.7129px;display:block;z-index:1001; }#wze1816 { top:73.8947px;left:0.221311px;bottom:auto;right:auto;width:145px;height:41.8182px;display:block;z-index:1000;text-align:center; }#wze1817 { top:1.75009px;left:29.2272px;bottom:auto;right:auto;width:92.429px;height:73.9915px;display:block;z-index:1000; }#wze1818 { top:33.4917px;left:32.3949px;bottom:auto;right:auto;width:45px;height:52.7273px;display:block;z-index:1000;text-align:center; }#wze1830 { top:594.733px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:230px;display:block;z-index:1000;text-align:justify; }#wze1831 { top:466.236px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:125.455px;display:block;z-index:1000;text-align:justify; }#wze1833 { top:409.842px;left:239.491px;bottom:auto;right:auto;width:208.679px;height:35.9943px;display:block;z-index:1000; }#wze1834 { top:4.68426px;left:16.885px;bottom:auto;right:auto;width:178.949px;height:30px;display:block;z-index:1000;text-align:center; }#wze1839 { top:839.733px;left:96.5125px;bottom:auto;right:auto;width:274.972px;height:43.125px;z-index:1000; }#wze1840 { top:9.29826px;left:43.0028px;bottom:auto;right:auto;width:219.957px;height:24.5455px;z-index:1000;text-align:center; }#wze1841 { top:5.1151px;left:10.0057px;bottom:auto;right:auto;width:32.9261px;height:32.9261px;z-index:1000; }#wz-section-wzs133 { height:917.756px;--section-height:917.756px; }#wze1836 { top:212.008px;left:76.0165px;bottom:auto;right:auto;width:315.952px;height:20.9091px;display:block;z-index:1000;text-align:center; }#wze1838 { top:241.819px;left:15.0102px;bottom:auto;right:auto;width:437.997px;height:133.608px;z-index:1000; }#wze1837 { top:15px;left:14.3225px;bottom:auto;right:auto;width:409.361px;height:103.608px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs131 { height:393.608px;--section-height:393.608px; }#wze2605 { top:15px;left:14.5px;bottom:auto;right:auto;width:439px;height:894.375px;display:block;z-index:1000; }#wze2605 .wz-shop-product { width: calc(50% - 0px )}#wz-section-wzs281 { height:924.375px;--section-height:924.375px; }#wze2606 { top:15px;left:14.5px;bottom:auto;right:auto;width:439px;height:148.438px;display:block;z-index:1000; }#wze2606 .wz-shop-product { width: calc(100% - 0px )}#wz-section-wzs282 { height:178.438px;--section-height:178.438px; }.cssgrid #wze187 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }#wze2220 { --gtr:1 }.cssgrid #wze2220 { margin:  37px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2607 { margin:  0px 0px 19px 0px; grid-area: 3 / 1 / 6 / 2; }#wze10 { --gtr:1 }.cssgrid #wze10 { margin:  1px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze2609 { margin:  10px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1907 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2;min-height: 0.953125px }.cssgrid #wze2219 { margin:  2px 0px 4px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze17 { margin:  11px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2214 { margin:  12px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2612 { --gtr:2 }.cssgrid #wze2612 { margin:  17px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1314 { --gtr:1 }.cssgrid #wze1314 { margin:  14px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2611 { margin:  18px 0px 9px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze596 { margin:  0px 0px 17px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1313 { margin:  4px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1922 { --gtr:1 }.cssgrid #wze1922 { margin:  16px 0px 16px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2600 { margin:  4px 0px 4px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze1924 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze2596 { margin:  14px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2614 { --gtr:2 }.cssgrid #wze2614 { margin:  12px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2620 { margin:  24px 0px 21px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2621 { --gtr:1 }.cssgrid #wze2621 { margin:  24px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2619 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze2622 { margin:  2px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2630 { margin:  12px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2633 { --gtr:1 }.cssgrid #wze2633 { margin:  9px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze2631 { margin:  34px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2632 { margin:  26px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2638 { margin:  26px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2625 { --gtr:2 }.cssgrid #wze2625 { margin:  16px 0px 20px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2628 { margin:  9px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze2627 { margin:  11px 0px 5px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze2626 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2624 { margin:  0px 0px 9px 0px; grid-area: 3 / 1 / 5 / 2; }#wze981 { --gtr:8 }.cssgrid #wze981 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze991 { margin:  16px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze993 { margin:  16px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze81 { margin:  0px 0px 39px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze989 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze2640 { margin:  0px 0px 38px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze2013 { margin:  0px 0px 33px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 1.71875px }.cssgrid #wze86 { margin:  0px 0px 5px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze2020 { margin:  0px 0px 23px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze2601 { margin:  0px 0px 0px 0px; grid-area: 7 / 1 / 10 / 2; }.cssgrid #wze1921 { margin:  3px 0px 0px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze818 { margin:  7px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze2362 { margin:  87px 0px 7px 0px; grid-area: 7 / 1 / 11 / 2; }#wze995 { --gtr:1 }.cssgrid #wze995 { margin:  0px 0px 0px 0px; grid-area: 11 / 1 / 12 / 2; }.cssgrid #wze60 { margin:  14px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }#wze14 { --gtr:1 }.cssgrid #wze14 { margin:  19px 0px 19px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2610 { margin:  0px 0px 703px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze16 { margin:  28px 0px 34px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2595 { margin:  0px 0px 28px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze13 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze144 { --gtr:7 }.cssgrid #wze144 { margin:  26px 0px 22px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1706 { --gtr:1 }.cssgrid #wze1706 { margin:  26px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2639 { margin:  0px 0px 22px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1701 { margin:  0px 0px 12px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze129 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze130 { margin:  1px 0px 9px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze1702 { margin:  0px 0px 9px 0px; grid-area: 6 / 1 / 8 / 2; }.cssgrid #wze1703 { margin:  3px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze131 { margin:  0px 0px 0px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze132 { margin:  0px 0px 8px 0px; grid-area: 8 / 1 / 10 / 2; }.cssgrid #wze134 { margin:  0px 0px 78px 0px; grid-area: 10 / 1 / 12 / 2; }.cssgrid #wze133 { margin:  5px 0px 0px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze1700 { margin:  3px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }#wze971 { --gtr:2 }.cssgrid #wze971 { margin:  9px 0px 19px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze978 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze979 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze980 { margin:  0px 0px 41px 0px; grid-area: 4 / 1 / 5 / 2; }#wze972 { --gtr:1 }.cssgrid #wze972 { margin:  24px 0px 24px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze976 { margin:  0px 0px 21px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze973 { margin:  18px 0px 19px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze974 { margin:  19px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1349 { margin:  0px 0px 44px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1344 { margin:  0px 0px 57px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1345 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1346 { margin:  0px 0px 48px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1347 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1348 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze1707 { --gtr:2 }.cssgrid #wze1707 { margin:  9px 0px 25px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1712 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1713 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1714 { margin:  0px 0px 16px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze2110 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }#wze1708 { --gtr:1 }.cssgrid #wze1708 { margin:  24px 0px 24px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1711 { margin:  0px 0px 21px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1709 { margin:  39px 0px 41px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1710 { margin:  39px 0px 41px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1813 { --gtr:1 }.cssgrid #wze1813 { margin:  33px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1833 { --gtr:1 }.cssgrid #wze1833 { margin:  410px 0px 20px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1831 { margin:  0px 0px 3px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1830 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }#wze1839 { --gtr:1 }.cssgrid #wze1839 { margin:  0px 0px 35px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze1814 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1815 { --gtr:1 }.cssgrid #wze1815 { margin:  267px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1817 { margin:  2px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1818 { margin:  33px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1816 { margin:  74px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze1834 { margin:  5px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1841 { margin:  5px 0px 5px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1840 { margin:  9px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1836 { margin:  212px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1838 { --gtr:1 }.cssgrid #wze1838 { margin:  0px 0px 19px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1837 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2605 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2606 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:3 }#wz-section-wzs1  { --gtr:1 }#wz-section-wzs32  { --gtr:1 }#wz-section-wzs100  { --gtr:1 }#wz-section-wzs137  { --gtr:1 }#wz-section-wzs277  { --gtr:1 }#wz-section-wzs283  { --gtr:1 }#wz-section-wzs278  { --gtr:1 }#wz-section-footer  { --gtr:1 }#wz-section-wzs3  { --gtr:1 }#wz-section-wzs2  { --gtr:2 }#wz-section-wzs4  { --gtr:1 }#wz-section-wzs14  { --gtr:1 }#wz-section-wzs43  { --gtr:4 }#wz-section-wzs65  { --gtr:0 }#wz-section-wzs60  { --gtr:2 }#wz-section-wzs61  { --gtr:2 }#wz-section-wzs62  { --gtr:2 }#wz-section-wzs63  { --gtr:2 }#wz-section-wzs64  { --gtr:2 }#wz-section-wzs126  { --gtr:5 }#wz-section-wzs133  { --gtr:4 }#wz-section-wzs131  { --gtr:2 }#wz-section-wzs281  { --gtr:1 }#wz-section-wzs282  { --gtr:1 }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze10 { top:82.6736px;left:4.7545px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze17 { top:9.00114px;left:10.0034px;bottom:auto;right:auto;width:30px;height:32px;display:block;z-index:1000; }#wze187 { top:0.3659px;left:268.967px;bottom:auto;right:auto;width:230.094px;height:83.0156px;display:block;z-index:1002; }#wze574 { top:0px;bottom:auto;right:auto;height:36.8924px;display:none;z-index:1000; }#wze575 { top:6.23612px;left:22.5068px;bottom:auto;right:auto;width:723px;height:24.4271px;display:block;z-index:1000;text-align:center; }#wze1315 { top:0px;bottom:auto;right:auto;height:55.2083px;display:none;z-index:1000; }#wze1317 { top:0.381818px;left:12.9818px;bottom:auto;right:auto;width:150.955px;height:54.2708px;display:block;z-index:1000; }.wzc492-container .wzc492-container-bg { font-size:8px; }#wze1318 { top:11.1273px;left:186.014px;bottom:auto;right:auto;width:568.923px;height:29.9826px;display:block;z-index:1000;text-align:center; }#wze1907 { top:152.386px;bottom:auto;right:auto;height:0.953125px;z-index:1000; }#wze2220 { top:93.538px;left:64.5px;bottom:auto;right:auto;width:90px;height:28.2969px;z-index:1000; }#wze2219 { top:4.5px;left:6px;bottom:auto;right:auto;width:78px;height:19.2969px;z-index:1000; }#wze2224 { top:102.839px;left:495.5px;bottom:auto;right:auto;width:125px;height:69px;display:none;z-index:1000; }#wze2226 { top:15px;left:18px;bottom:auto;right:auto;width:89px;height:19px;z-index:1000;text-align:right; }#wze2607 { top:82.6749px;left:713px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wze2609 { top:92.6749px;left:234px;bottom:auto;right:auto;width:300px;height:30px;z-index:1000; }#wz-section-header { height:153.328125px;--section-height:153.328125px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze2214 { top:6.0001px;left:1.23475px;bottom:auto;right:auto;width:765.547px;height:266px;z-index:1000; }#wze2214 .wz-gallery.wz-gallery-grid li { width:255px;height:88px;padding:10px; }#wz-section-wzs1 { height:272px;--section-height:272px; }#wze2612 { top:16.9503px;left:7px;bottom:auto;right:auto;width:754px;height:350.547px;z-index:999; }#wze596 { top:77.2969px;left:15px;bottom:auto;right:auto;width:724px;height:252.25px;display:block;z-index:1000; }#wze1314 { top:20.75px;left:569.002px;bottom:auto;right:auto;width:155px;height:35px;z-index:998; }#wze1313 { top:1.5px;left:15.5387px;bottom:auto;right:auto;width:123.949px;height:24px;z-index:998;text-align:center; }#wze2611 { top:20.75px;left:33.501px;bottom:auto;right:auto;width:150px;height:35px;z-index:1000; }.wzc757-content { font-size:17px; }#wz-section-wzs32 { height:374.438px;--section-height:374.438px; }#wze1922 { top:21.7761px;left:15px;bottom:auto;right:auto;width:738px;height:66.75px;z-index:1000; }#wze1924 { top:13.375px;left:84.0116px;bottom:auto;right:auto;width:229.972px;height:40px;z-index:1000;text-align:justify; }#wze2596 { top:19.875px;left:524px;bottom:auto;right:auto;width:115px;height:27px;z-index:1000;text-align:left; }#wze2600 { top:9.375px;left:468.57px;bottom:auto;right:auto;width:50.8438px;height:48px;z-index:1000; }#wz-section-wzs100 { height:110.297px;--section-height:110.297px; }#wze2614 { top:14.992px;left:15px;bottom:auto;right:auto;width:738px;height:330.094px;z-index:1000; }#wze2619 { top:87.8438px;left:15px;bottom:auto;right:auto;width:708px;height:226.25px;z-index:1000; }#wze2620 { top:25px;left:25.5028px;bottom:auto;right:auto;width:150px;height:35px;z-index:1000; }#wze2621 { top:25px;left:561.009px;bottom:auto;right:auto;width:155px;height:35px;z-index:1000; }#wze2622 { top:4.5px;left:15.5385px;bottom:auto;right:auto;width:123.949px;height:24px;z-index:998;text-align:center; }#wz-section-wzs137 { height:360.047px;--section-height:360.047px; }#wze2630 { top:17.4993px;left:15px;bottom:auto;right:auto;width:738px;height:263.609px;z-index:1000; }#wz-section-wzs277 { height:298.578px;--section-height:298.578px; }#wze2631 { top:43.1944px;left:217.992px;bottom:auto;right:auto;width:332.953px;height:249.672px;display:block;z-index:998; }#wze2633 { top:18.328px;left:6.42175px;bottom:auto;right:auto;width:755.172px;height:299.391px;display:block;z-index:999; }#wze2632 { top:24.7038px;left:7.59375px;bottom:auto;right:auto;width:188px;height:250px;display:block;z-index:1000; }#wze2638 { top:24.5155px;left:559.5px;bottom:auto;right:auto;width:187.672px;height:250.391px;display:block;z-index:1000; }#wz-section-wzs283 { height:336.047px;--section-height:336.047px; }#wze2625 { top:23.4925px;left:15px;bottom:auto;right:auto;width:738px;height:358.469px;z-index:1000; }#wze2624 { top:10px;left:4px;bottom:auto;right:auto;width:536px;height:325.5px;z-index:1000; }#wze2626 { top:55.4375px;left:523.5px;bottom:auto;right:auto;width:198px;height:34px;z-index:1000;text-align:center; }#wze2627 { top:236.438px;left:519px;bottom:auto;right:auto;width:200px;height:68px;z-index:1000; }.wzc762-container .wzc762-container-bg { font-size:10px; }#wze2628 { top:72.5px;left:692px;bottom:auto;right:auto;width:48px;height:48px;z-index:1000; }#wz-section-wzs278 { height:405.438px;--section-height:405.438px; }#wze981 { top:0px;bottom:auto;right:auto;height:710.156px;display:block;z-index:1000; }#wze81 { top:54.9219px;left:309px;bottom:auto;right:auto;width:150px;height:120px;display:block;z-index:1000; }#wze86 { top:420.219px;left:138.569px;bottom:auto;right:auto;width:490.891px;height:29.7812px;display:block;z-index:1000;text-align:center; }#wze818 { top:522.971px;left:507.848px;bottom:auto;right:auto;width:122.688px;height:119.688px;display:block;z-index:1000; }#wze989 { top:54.9219px;left:535.508px;bottom:auto;right:auto;width:150px;height:120px;display:block;z-index:1000; }#wze991 { top:21.875px;left:321.024px;bottom:auto;right:auto;width:125.969px;height:26px;display:block;z-index:1000;text-align:center; }#wze993 { top:21.875px;left:546.531px;bottom:auto;right:auto;width:127.969px;height:26px;display:block;z-index:1000;text-align:center; }#wze995 { top:663.096px;bottom:auto;right:auto;height:47.125px;display:block;z-index:1000; }#wze60 { top:14.0625px;left:15px;bottom:auto;right:auto;width:738px;height:19px;display:block;z-index:1000;text-align:center; }#wze1921 { top:516.862px;left:336.438px;bottom:auto;right:auto;width:95.1562px;height:131.922px;display:block;z-index:1000; }#wze2013 { top:389.438px;left:11px;bottom:auto;right:auto;width:746px;height:2.90625px;display:block;z-index:1000; }#wze2020 { top:452.47px;left:123.063px;bottom:auto;right:auto;width:521.875px;height:29.7812px;z-index:1000;text-align:center; }#wze2362 { top:1046.92585px;left:148.5px;bottom:auto;right:auto;width:71px;height:71px;display:none;z-index:1000; }#wze2601 { top:507.205px;left:135.344px;bottom:auto;right:auto;width:144.297px;height:151.219px;z-index:1000; }#wze2640 { top:233.875px;left:74px;bottom:auto;right:auto;width:620px;height:125px;z-index:1000;text-align:justify; }#wz-section-footer { height:710.141px;--section-height:710.141px; }#wze14 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:1156.97px;display:block;z-index:1000; }#wze14 .wz-shop-product { width: calc(50% - 0px )}#wze2610 { top:10px;left:0px;bottom:auto;right:auto;width:242px;height:0px;z-index:1000; }#wz-section-wzs3 { height:1197.38px;--section-height:1197.38px; }#wze16 { top:44.512px;left:15.0002px;bottom:auto;right:auto;width:738px;height:1330.77px;display:block;z-index:1000; }#wze2595 { top:1409.3px;left:129.5px;bottom:auto;right:auto;width:509px;height:26px;z-index:1000;text-align:right; }#wz-section-wzs2 { height:1458.77px;--section-height:1458.77px; }#wze13 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:181.25px;display:block;z-index:1000; }#wz-section-wzs4 { height:211.25px;--section-height:211.25px; }#wze144 { top:29.997px;left:15.0188px;bottom:auto;right:auto;width:737.983px;height:405.625px;display:block;z-index:1000; }#wze129 { top:213.834px;left:671.977px;bottom:auto;right:auto;width:23.9915px;height:23.9844px;display:block;z-index:1000; }#wze130 { top:214.285px;left:482.423px;bottom:auto;right:auto;width:176.946px;height:25px;display:block;z-index:1000;text-align:right; }#wze131 { top:272.417px;left:693.982px;bottom:auto;right:auto;width:23.9915px;height:23.9915px;display:block;z-index:1000; }#wze132 { top:270.957px;left:466.412px;bottom:auto;right:auto;width:224.957px;height:25px;display:block;z-index:1000;text-align:right; }#wze133 { top:309.84px;left:693.986px;bottom:auto;right:auto;width:23.9915px;height:23.9915px;display:block;z-index:1000; }#wze134 { top:302.794px;left:464.514px;bottom:auto;right:auto;width:226.847px;height:46px;display:block;z-index:1000;text-align:right; }#wze1701 { top:128.751px;left:391.722px;bottom:auto;right:auto;width:294.872px;height:78px;display:block;z-index:1000;text-align:justify; }#wze1702 { top:239.025px;left:667.975px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze1703 { top:241.76px;left:447.406px;bottom:auto;right:auto;width:210.938px;height:25px;display:block;z-index:1000;text-align:right; }#wze1706 { top:71.9458px;left:414.15px;bottom:auto;right:auto;width:250px;height:50.9688px;display:block;z-index:1000; }#wze1700 { top:4.98857px;left:28.5275px;bottom:auto;right:auto;width:192.969px;height:41px;display:block;z-index:1000;text-align:right; }#wze2639 { top:93.736px;left:38.795px;bottom:auto;right:auto;width:334.328px;height:218.547px;z-index:1000; }#wz-section-wzs14 { height:479.547px;--section-height:479.547px; }#wze971 { top:13.0135px;bottom:auto;right:auto;height:289.347px;display:block;z-index:1000; }#wze972 { top:20.9999px;left:38.509px;bottom:auto;right:auto;width:690.982px;height:124.148px;display:block;z-index:1000; }#wze973 { top:40.997px;left:172.505px;bottom:auto;right:auto;width:375px;height:48.1676px;display:block;z-index:1000;text-align:center; }#wze974 { top:38.618px;left:116.009px;bottom:auto;right:auto;width:40.9636px;height:40.9636px;display:block;z-index:1000; }#wze976 { top:183.414px;left:145.009px;bottom:auto;right:auto;width:477.995px;height:76.3494px;display:block;z-index:1000;text-align:center; }#wze978 { top:365.173px;left:15px;bottom:auto;right:auto;width:738px;height:324.886px;display:block;z-index:1000;text-align:right; }#wze979 { top:705.087px;left:15px;bottom:auto;right:auto;width:738px;height:430.341px;display:block;z-index:1000;text-align:right; }#wze980 { top:1150.45px;left:15px;bottom:auto;right:auto;width:738px;height:462.074px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs43 { height:1657.44px;--section-height:1657.44px; }#wz-section-wzs65 { height:15px;--section-height:15px; }#wze1344 { top:226.259px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:490px;display:block;z-index:1000; }#wze1349 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }.wzc529  .wz-profile-menu-item-box { padding-top:17px;padding-bottom:17px; }#wz-section-wzs60 { height:783.2985px;--section-height:783.2985px; }#wze1345 { top:251.997px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:737.986px;display:block;z-index:1000; }#wz-section-wzs61 { height:1004.9655362549px;--section-height:1004.9655362549px; }#wze1346 { top:237.795px;left:15.0083px;bottom:auto;right:auto;width:737.986px;height:340.984px;display:block;z-index:1000; }#wz-section-wzs62 { height:632.688px;--section-height:632.688px; }#wze1347 { top:251.997px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:563.941px;display:block;z-index:1000; }#wz-section-wzs63 { height:830.93753625488px;--section-height:830.93753625488px; }#wze1348 { top:251.997px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:470.816px;display:block;z-index:1000; }#wz-section-wzs64 { height:737.81253625488px;--section-height:737.81253625488px; }#wze1707 { top:13.0135px;bottom:auto;right:auto;height:291.812px;display:block;z-index:1000; }#wze1708 { top:20.9999px;left:38.509px;bottom:auto;right:auto;width:690.982px;height:124.969px;display:block;z-index:1000; }#wze1709 { top:38.618px;left:116.009px;bottom:auto;right:auto;width:40.9636px;height:40.9636px;display:block;z-index:1000; }#wze1710 { top:40.997px;left:172.505px;bottom:auto;right:auto;width:375px;height:48.9844px;display:block;z-index:1000;text-align:center; }#wze1711 { top:184.246px;left:31.0155px;bottom:auto;right:auto;width:705.969px;height:52px;display:block;z-index:1000;text-align:center; }#wze1712 { top:366.005px;left:15px;bottom:auto;right:auto;width:738px;height:294.984px;display:block;z-index:1000;text-align:justify; }#wze1713 { top:676.049px;left:15px;bottom:auto;right:auto;width:738px;height:164.984px;display:block;z-index:1000;text-align:right; }#wze1714 { top:856.065px;left:15px;bottom:auto;right:auto;width:738px;height:505.984px;display:block;z-index:1000;text-align:justify; }#wze2110 { top:1377.07px;left:74px;bottom:auto;right:auto;width:620px;height:28px;z-index:1000;text-align:center; }#wz-section-wzs126 { height:1449.97px;--section-height:1449.97px; }#wze1813 { top:15px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:622.244px;display:block;z-index:1000; }#wze1814 { top:57.4866px;left:47.2225px;bottom:auto;right:auto;width:550px;height:550px;display:block;z-index:1000; }#wze1815 { top:15px;left:517.891px;bottom:auto;right:auto;width:172.884px;height:147.116px;display:block;z-index:1001; }#wze1816 { top:79.6474px;left:1.4555px;bottom:auto;right:auto;width:170px;height:52.7273px;display:block;z-index:1000;text-align:center; }#wze1817 { top:1.75009px;left:40.236px;bottom:auto;right:auto;width:92.429px;height:73.9915px;display:block;z-index:1000; }#wze1818 { top:33.4917px;left:43.403px;bottom:auto;right:auto;width:45px;height:58.1534px;display:block;z-index:1000;text-align:center; }#wze1830 { top:842.098px;left:39.0011px;bottom:auto;right:auto;width:690px;height:237.273px;display:block;z-index:1000;text-align:justify; }#wze1831 { top:710.736px;left:39.0142px;bottom:auto;right:auto;width:689.986px;height:131.804px;display:block;z-index:1000;text-align:justify; }#wze1833 { top:654.071px;left:534.328px;bottom:auto;right:auto;width:208.679px;height:40.6392px;display:block;z-index:1000; }#wze1834 { top:4.68426px;left:16.885px;bottom:auto;right:auto;width:178.949px;height:34.5312px;display:block;z-index:1000;text-align:center; }#wze1839 { top:1117.35px;left:233.027px;bottom:auto;right:auto;width:301.9632px;height:53.9205px;z-index:1000; }#wze1840 { top:13.3339px;left:46.9972px;bottom:auto;right:auto;width:250.966px;height:27.2727px;z-index:1000;text-align:center; }#wze1841 { top:6.99856px;left:9.98865px;bottom:auto;right:auto;width:39.929px;height:39.929px;z-index:1000; }#wz-section-wzs133 { height:1198.62px;--section-height:1198.62px; }#wze1836 { top:323.817px;left:151.82px;bottom:auto;right:auto;width:464.375px;height:32.7273px;display:block;z-index:1000;text-align:right; }#wze1838 { top:371.277px;left:24.5311px;bottom:auto;right:auto;width:718.977px;height:132.358px;z-index:1000; }#wze1837 { top:11.6449px;left:19.8351px;bottom:auto;right:auto;width:679.318px;height:109.091px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs131 { height:518.636px;--section-height:518.636px; }#wze2605 { top:15px;left:14.5px;bottom:auto;right:auto;width:739px;height:1159.88px;display:block;z-index:1000; }#wze2605 .wz-shop-product { width: calc(50% - 0px )}#wz-section-wzs281 { height:1189.88px;--section-height:1189.88px; }#wze2606 { top:15px;left:14.5px;bottom:auto;right:auto;width:739px;height:250.125px;display:block;z-index:1000; }#wze2606 .wz-shop-product { width: calc(50% - 0px )}#wz-section-wzs282 { height:280.125px;--section-height:280.125px; }.cssgrid #wze187 { margin:  0px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }#wze10 { --gtr:1 }.cssgrid #wze10 { margin:  83px 0px 19px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze2607 { margin:  83px 0px 0px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze2609 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }#wze2220 { --gtr:1 }.cssgrid #wze2220 { margin:  1px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1907 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 0.953125px }.cssgrid #wze17 { margin:  9px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2219 { margin:  5px 0px 4px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2214 { margin:  6px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2612 { --gtr:2 }.cssgrid #wze2612 { margin:  17px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1314 { --gtr:1 }.cssgrid #wze1314 { margin:  21px 0px 21px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2611 { margin:  21px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze596 { margin:  0px 0px 21px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1313 { margin:  2px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1922 { --gtr:1 }.cssgrid #wze1922 { margin:  22px 0px 21px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2600 { margin:  9px 0px 10px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze1924 { margin:  13px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze2596 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2614 { --gtr:2 }.cssgrid #wze2614 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2620 { margin:  25px 0px 28px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2621 { --gtr:1 }.cssgrid #wze2621 { margin:  25px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2619 { margin:  0px 0px 16px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze2622 { margin:  5px 0px 6px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2630 { margin:  17px 0px 18px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2633 { --gtr:1 }.cssgrid #wze2633 { margin:  18px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze2631 { margin:  43px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2632 { margin:  25px 0px 24px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2638 { margin:  25px 0px 24px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2625 { --gtr:4 }.cssgrid #wze2625 { margin:  23px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2624 { margin:  10px 0px 22px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze2626 { margin:  55px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2628 { margin:  73px 0px 115px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze2627 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }#wze981 { --gtr:8 }.cssgrid #wze981 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze991 { margin:  22px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze993 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze81 { margin:  0px 0px 59px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze989 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze2640 { margin:  0px 0px 30px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze2013 { margin:  0px 0px 28px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 2.90625px }.cssgrid #wze86 { margin:  0px 0px 2px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze2020 { margin:  0px 0px 25px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze2601 { margin:  0px 0px 5px 0px; grid-area: 7 / 1 / 10 / 2; }.cssgrid #wze1921 { margin:  10px 0px 0px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze818 { margin:  16px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }#wze995 { --gtr:1 }.cssgrid #wze995 { margin:  0px 0px 0px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze60 { margin:  14px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }#wze14 { --gtr:1 }.cssgrid #wze14 { margin:  15px 0px 25px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2610 { margin:  10px 0px 1147px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze16 { margin:  45px 0px 34px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2595 { margin:  0px 0px 24px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze13 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze144 { --gtr:8 }.cssgrid #wze144 { margin:  30px 0px 44px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1706 { --gtr:1 }.cssgrid #wze1706 { margin:  72px 0px 6px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2639 { margin:  94px 0px 0px 0px; grid-area: 1 / 1 / 9 / 2; }.cssgrid #wze1701 { margin:  0px 0px 7px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze129 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze130 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze1702 { margin:  0px 0px 2px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze1703 { margin:  3px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze132 { margin:  0px 0px 7px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze131 { margin:  1px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze134 { margin:  0px 0px 57px 0px; grid-area: 8 / 1 / 11 / 2; }.cssgrid #wze133 { margin:  7px 0px 0px 0px; grid-area: 8 / 1 / 10 / 2; }.cssgrid #wze1700 { margin:  5px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }#wze971 { --gtr:2 }.cssgrid #wze971 { margin:  13px 0px 63px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze978 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze979 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze980 { margin:  0px 0px 44px 0px; grid-area: 4 / 1 / 5 / 2; }#wze972 { --gtr:1 }.cssgrid #wze972 { margin:  21px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze976 { margin:  0px 0px 29px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze974 { margin:  39px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze973 { margin:  41px 0px 35px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1349 { margin:  0px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1344 { margin:  0px 0px 67px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1345 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1346 { margin:  0px 0px 54px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1347 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1348 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze1707 { --gtr:2 }.cssgrid #wze1707 { margin:  13px 0px 61px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1712 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1713 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1714 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze2110 { margin:  0px 0px 45px 0px; grid-area: 5 / 1 / 6 / 2; }#wze1708 { --gtr:1 }.cssgrid #wze1708 { margin:  21px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1711 { margin:  0px 0px 56px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1709 { margin:  39px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1710 { margin:  41px 0px 35px 0px; grid-area: 1 / 1 / 3 / 2; }#wze1813 { --gtr:2 }.cssgrid #wze1813 { margin:  15px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1833 { --gtr:1 }.cssgrid #wze1833 { margin:  0px 0px 16px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1831 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1830 { margin:  131px 0px 38px 0px; grid-area: 3 / 1 / 5 / 2; }#wze1839 { --gtr:1 }.cssgrid #wze1839 { margin:  0px 0px 28px 0px; grid-area: 5 / 1 / 6 / 2; }#wze1815 { --gtr:2 }.cssgrid #wze1815 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1814 { margin:  57px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1817 { margin:  2px 0px 4px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1818 { margin:  33px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1816 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze1834 { margin:  5px 0px 2px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1841 { margin:  7px 0px 7px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1840 { margin:  13px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1836 { margin:  324px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1838 { --gtr:1 }.cssgrid #wze1838 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1837 { margin:  12px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2605 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2606 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:5 }#wz-section-wzs1  { --gtr:1 }#wz-section-wzs32  { --gtr:1 }#wz-section-wzs100  { --gtr:1 }#wz-section-wzs137  { --gtr:1 }#wz-section-wzs277  { --gtr:1 }#wz-section-wzs283  { --gtr:1 }#wz-section-wzs278  { --gtr:1 }#wz-section-footer  { --gtr:1 }#wz-section-wzs3  { --gtr:1 }#wz-section-wzs2  { --gtr:2 }#wz-section-wzs4  { --gtr:1 }#wz-section-wzs14  { --gtr:1 }#wz-section-wzs43  { --gtr:4 }#wz-section-wzs65  { --gtr:0 }#wz-section-wzs60  { --gtr:2 }#wz-section-wzs61  { --gtr:2 }#wz-section-wzs62  { --gtr:2 }#wz-section-wzs63  { --gtr:2 }#wz-section-wzs64  { --gtr:2 }#wz-section-wzs126  { --gtr:5 }#wz-section-wzs133  { --gtr:4 }#wz-section-wzs131  { --gtr:2 }#wz-section-wzs281  { --gtr:1 }#wz-section-wzs282  { --gtr:1 }}@media only screen and (min-width : 1170px) {#wze574 { display:none; }#wze1315 { display:none; }#wze2224 { display:none; }#wze2214 .wz-gallery.wz-gallery-grid li { width:529px;height:181px;padding:10px; }#wze14 .wz-shop-product { width: calc(25% - 0px )}#wze14 .wz-shop-top-bar { margin-right: 242px }#wze2605 .wz-shop-product { width: calc(25% - 0px )}#wze2606 .wz-shop-product { width: calc(33.333333333333% - 0px )}.cssgrid #wze187 { margin:  10px 0px 11px 0px; grid-area: 1 / 1 / 5 / 2; }#wze10 { --gtr:1 }.cssgrid #wze10 { margin:  31px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }#wze2220 { --gtr:1 }.cssgrid #wze2220 { margin:  41px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze2609 { margin:  43px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2607 { margin:  0px 0px 29px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze1907 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2;min-height: 0.953125px }.cssgrid #wze17 { margin:  12px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2219 { margin:  8px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2214 { margin:  12px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2612 { --gtr:2 }.cssgrid #wze2612 { margin:  36px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1314 { --gtr:1 }.cssgrid #wze1314 { margin:  27px 0px 24px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2611 { margin:  27px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze596 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1313 { margin:  4px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1922 { --gtr:1 }.cssgrid #wze1922 { margin:  52px 0px 52px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2600 { margin:  24px 0px 26px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze1924 { margin:  33px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze2596 { margin:  41px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2614 { --gtr:2 }.cssgrid #wze2614 { margin:  5px 0px 6px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2620 { margin:  25px 0px 22px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2621 { --gtr:1 }.cssgrid #wze2621 { margin:  25px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2619 { margin:  0px 0px 19px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze2622 { margin:  4px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2630 { margin:  25px 0px 25px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2633 { --gtr:1 }.cssgrid #wze2633 { margin:  9px 0px 9px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze2631 { margin:  38px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2632 { margin:  32px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2638 { margin:  32px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }#wze2625 { --gtr:4 }.cssgrid #wze2625 { margin:  39px 0px 39px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2624 { margin:  25px 0px 24px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze2628 { margin:  85px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2626 { margin:  120px 0px 14px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze2627 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }#wze981 { --gtr:6 }.cssgrid #wze981 { margin:  -1px 0px -2px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze993 { margin:  31px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze991 { margin:  32px 0px 14px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze2640 { margin:  55px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze81 { margin:  0px 0px 37px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze989 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze2013 { margin:  0px 0px 42px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 1px }.cssgrid #wze2601 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 11 / 2; }.cssgrid #wze1921 { margin:  13px 0px 0px 0px; grid-area: 6 / 1 / 10 / 2; }.cssgrid #wze818 { margin:  19px 0px 0px 0px; grid-area: 6 / 1 / 9 / 2; }.cssgrid #wze86 { margin:  54px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze2020 { margin:  77px 0px 20px 0px; grid-area: 6 / 1 / 8 / 2; }.cssgrid #wze2362 { margin:  0px 0px 22px 0px; grid-area: 8 / 1 / 12 / 2; }#wze995 { --gtr:1 }.cssgrid #wze995 { margin:  0px 0px -1.7190000000001px 0px; grid-area: 12 / 1 / 13 / 2; }.cssgrid #wze60 { margin:  14px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }#wze14 { --gtr:1 }.cssgrid #wze14 { margin:  48px 0px 99px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2610 { margin:  10px 0px 2451px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze16 { margin:  60px 0px 60px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze2595 { margin:  526px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze13 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }#wze144 { --gtr:8 }.cssgrid #wze144 { margin:  40px 0px 52px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1706 { --gtr:1 }.cssgrid #wze1706 { margin:  70px 0px 24px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2639 { margin:  114px 0px 75px 0px; grid-area: 1 / 1 / 10 / 2; }.cssgrid #wze1701 { margin:  0px 0px 14px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze130 { margin:  0px 0px 7px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze129 { margin:  1px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1702 { margin:  0px 0px 8px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze1703 { margin:  3px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze131 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze132 { margin:  1px 0px 7px 0px; grid-area: 6 / 1 / 8 / 2; }.cssgrid #wze134 { margin:  0px 0px 75px 0px; grid-area: 8 / 1 / 10 / 2; }.cssgrid #wze133 { margin:  4px 0px 0px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze1700 { margin:  5px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }#wze971 { --gtr:2 }.cssgrid #wze971 { margin:  0px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze978 { margin:  0px 0px 19px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze979 { margin:  0px 0px 23px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze980 { margin:  0px 0px 65px 0px; grid-area: 4 / 1 / 5 / 2; }#wze972 { --gtr:1 }.cssgrid #wze972 { margin:  72px 0px 33px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze976 { margin:  0px 0px 30px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze974 { margin:  41px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze973 { margin:  41px 0px 41px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1349 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1344 { margin:  30px 0px 67px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1345 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1346 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1347 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1348 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }#wze1707 { --gtr:2 }.cssgrid #wze1707 { margin:  0px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1712 { margin:  0px 0px 19px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1713 { margin:  0px 0px 70px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1714 { margin:  0px 0px 24px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze2110 { margin:  0px 0px 23px 0px; grid-area: 5 / 1 / 6 / 2; }#wze1708 { --gtr:1 }.cssgrid #wze1708 { margin:  72px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1711 { margin:  0px 0px 31px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1709 { margin:  41px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1710 { margin:  41px 0px 41px 0px; grid-area: 1 / 1 / 3 / 2; }#wze1813 { --gtr:2 }.cssgrid #wze1813 { margin:  29px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }#wze1833 { --gtr:1 }.cssgrid #wze1833 { margin:  101px 0px 31px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1831 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1830 { margin:  156px 0px 70px 0px; grid-area: 2 / 1 / 5 / 2; }#wze1839 { --gtr:1 }.cssgrid #wze1839 { margin:  0px 0px 39px 0px; grid-area: 5 / 1 / 6 / 2; }#wze1815 { --gtr:2 }.cssgrid #wze1815 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1814 { margin:  49px 0px -149px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1817 { margin:  2px 0px 4px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1818 { margin:  33px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1816 { margin:  0px 0px -1.797px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze1834 { margin:  5px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1841 { margin:  16px 0px 17px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1840 { margin:  24px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1836 { margin:  87px 0px 2px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1838 { --gtr:1 }.cssgrid #wze1838 { margin:  0px 0px 74px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1837 { margin:  11px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2605 { margin:  0px 0px 141px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze2606 { margin:  28px 0px 113px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:3 }#wz-section-wzs1  { --gtr:1 }#wz-section-wzs32  { --gtr:1 }#wz-section-wzs100  { --gtr:1 }#wz-section-wzs137  { --gtr:1 }#wz-section-wzs277  { --gtr:1 }#wz-section-wzs283  { --gtr:1 }#wz-section-wzs278  { --gtr:1 }#wz-section-footer  { --gtr:1 }#wz-section-wzs3  { --gtr:1 }#wz-section-wzs2  { --gtr:1 }#wz-section-wzs4  { --gtr:1 }#wz-section-wzs14  { --gtr:1 }#wz-section-wzs43  { --gtr:4 }#wz-section-wzs65  { --gtr:0 }#wz-section-wzs60  { --gtr:1 }#wz-section-wzs61  { --gtr:1 }#wz-section-wzs62  { --gtr:1 }#wz-section-wzs63  { --gtr:1 }#wz-section-wzs64  { --gtr:1 }#wz-section-wzs126  { --gtr:5 }#wz-section-wzs133  { --gtr:5 }#wz-section-wzs131  { --gtr:2 }#wz-section-wzs281  { --gtr:1 }#wz-section-wzs282  { --gtr:1 }}