.wz-font-h1 { font-size:29px;font-family:yekan,tahoma, serif; }.wz-font-h2 { font-size:19px;font-family:yekan,tahoma, serif; }.wz-font-h3 { font-size:70px;font-family:yekan,tahoma, serif; }.wz-font-h4 { font-size:40px;font-family:yekan,tahoma, serif; }.wz-font-h5 { font-size:23px;font-family:yekan,tahoma, serif; }.wz-font-h6 { font-size:19px;font-family:yekan,tahoma, serif; }.wz-font-p { font-size:11px;font-family:yekan,tahoma, serif; }.wz-font-p2 { font-size:13px;font-family:yekan,tahoma, serif; }.wz-font-p3 { font-size:15px;font-family:yekan,tahoma, serif; }:root {--color_1_1:255, 255, 255;--color_1_2:232, 230, 230;--color_1_3:199, 199, 199;--color_1_4:117, 117, 117;--color_1_5:0, 0, 0;--color_2_1:74, 145, 131;--color_2_2:53, 104, 94;--color_2_3:1, 66, 53;--color_2_4:29, 41, 39;--color_2_5:0, 0, 0;--color_3_1:220, 227, 245;--color_3_2:192, 203, 237;--color_3_3:151, 173, 237;--color_3_4:75, 86, 118;--color_3_5:38, 43, 59;--color_4_1:225, 193, 188;--color_4_2:194, 153, 146;--color_4_3:164, 95, 83;--color_4_4:109, 63, 55;--color_4_5:55, 32, 28;--color_5_1:255, 253, 247;--color_5_2:250, 245, 235;--color_5_3:244, 235, 215;--color_5_4:195, 188, 172;--color_5_5:122, 118, 108;}
                          .wz-loading-default {
                            width: 150px;
                            height: 150px;
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            margin: auto;
                          }
                          
                          .wz-loading-default div {
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            left: 0;
                            top: 0;
                          }
                          
                          .wz-loading-default div:before {
                            content: '';
                            display: block;
                            margin: 0 auto;
                            width: 15%;
                            aspect-ratio: 1;
                            background-color: #c9c9c9;
                            border-radius: 100%;
                            -webkit-animation: loading-default 1.2s infinite ease-in-out both;
                            animation: loading-default 1.2s infinite ease-in-out both;
                          }
                          
                          @keyframes loading-default {
                              0%, 100%, 80% {
                                -webkit-transform: scale(0);
                                transform: scale(0);
                              }
                              
                              40% {
                                -webkit-transform: scale(1);
                                transform: scale(1);
                              }
                          }
                        
                            .wz-loading-default div:nth-of-type(2) {
                                -webkit-transform: rotate(30deg);
                                -ms-transform: rotate(30deg);
                                transform: rotate(30deg);
                            }
                            .wz-loading-default div:nth-of-type(2):before {
                                -webkit-animation-delay: -1.1s;
                                animation-delay: -1.1s;
                            }
                        
                            .wz-loading-default div:nth-of-type(3) {
                                -webkit-transform: rotate(60deg);
                                -ms-transform: rotate(60deg);
                                transform: rotate(60deg);
                            }
                            .wz-loading-default div:nth-of-type(3):before {
                                -webkit-animation-delay: -1s;
                                animation-delay: -1s;
                            }
                        
                            .wz-loading-default div:nth-of-type(4) {
                                -webkit-transform: rotate(90deg);
                                -ms-transform: rotate(90deg);
                                transform: rotate(90deg);
                            }
                            .wz-loading-default div:nth-of-type(4):before {
                                -webkit-animation-delay: -0.9s;
                                animation-delay: -0.9s;
                            }
                        
                            .wz-loading-default div:nth-of-type(5) {
                                -webkit-transform: rotate(120deg);
                                -ms-transform: rotate(120deg);
                                transform: rotate(120deg);
                            }
                            .wz-loading-default div:nth-of-type(5):before {
                                -webkit-animation-delay: -0.8s;
                                animation-delay: -0.8s;
                            }
                        
                            .wz-loading-default div:nth-of-type(6) {
                                -webkit-transform: rotate(150deg);
                                -ms-transform: rotate(150deg);
                                transform: rotate(150deg);
                            }
                            .wz-loading-default div:nth-of-type(6):before {
                                -webkit-animation-delay: -0.7s;
                                animation-delay: -0.7s;
                            }
                        
                            .wz-loading-default div:nth-of-type(7) {
                                -webkit-transform: rotate(180deg);
                                -ms-transform: rotate(180deg);
                                transform: rotate(180deg);
                            }
                            .wz-loading-default div:nth-of-type(7):before {
                                -webkit-animation-delay: -0.6s;
                                animation-delay: -0.6s;
                            }
                        
                            .wz-loading-default div:nth-of-type(8) {
                                -webkit-transform: rotate(210deg);
                                -ms-transform: rotate(210deg);
                                transform: rotate(210deg);
                            }
                            .wz-loading-default div:nth-of-type(8):before {
                                -webkit-animation-delay: -0.5s;
                                animation-delay: -0.5s;
                            }
                        
                            .wz-loading-default div:nth-of-type(9) {
                                -webkit-transform: rotate(240deg);
                                -ms-transform: rotate(240deg);
                                transform: rotate(240deg);
                            }
                            .wz-loading-default div:nth-of-type(9):before {
                                -webkit-animation-delay: -0.4s;
                                animation-delay: -0.4s;
                            }
                        
                            .wz-loading-default div:nth-of-type(10) {
                                -webkit-transform: rotate(270deg);
                                -ms-transform: rotate(270deg);
                                transform: rotate(270deg);
                            }
                            .wz-loading-default div:nth-of-type(10):before {
                                -webkit-animation-delay: -0.30000000000000004s;
                                animation-delay: -0.30000000000000004s;
                            }
                        
                            .wz-loading-default div:nth-of-type(11) {
                                -webkit-transform: rotate(300deg);
                                -ms-transform: rotate(300deg);
                                transform: rotate(300deg);
                            }
                            .wz-loading-default div:nth-of-type(11):before {
                                -webkit-animation-delay: -0.19999999999999996s;
                                animation-delay: -0.19999999999999996s;
                            }
                        
                            .wz-loading-default div:nth-of-type(12) {
                                -webkit-transform: rotate(330deg);
                                -ms-transform: rotate(330deg);
                                transform: rotate(330deg);
                            }
                            .wz-loading-default div:nth-of-type(12):before {
                                -webkit-animation-delay: -0.09999999999999987s;
                                animation-delay: -0.09999999999999987s;
                            }
                        #wze117 { top:0px;height:50px;z-index:1000; }.wzc26-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(3, 31, 66); }.wzc26-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc26-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze118 { top:10.25px;left:1008px;width:146px;height:29.5px;z-index:1000; }.wzc27-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:; }.wzc27-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze119 { top:6.75px;left:120px;width:16px;height:16px;z-index:1000; }.wzc28 { overflow:hidden; }.wzc28-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(164, 95, 83); }#wze120 { top:5.25px;left:12px;width:99px;height:19px;z-index:1000;text-align:right; }.wzc8 { height:auto; }.wzc8-text { width:100%;height:auto; }#wze124 { top:10.25px;left:844px;width:146px;height:29.5px;z-index:1000; }#wze125 { top:5.25px;left:12px;width:99px;height:19px;z-index:1000;text-align:right; }#wze126 { top:6.75px;left:120px;width:16px;height:16px;z-index:1000; }#wze127 { top:10.25px;left:14px;width:146px;height:29.5px;z-index:1000; }#wze129 { top:6.75px;left:120px;width:16px;height:16px;z-index:1000; }.wzc22 { overflow:hidden; }.wzc22-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(255, 255, 255); }#wze130 { top:6.75px;left:84.3333px;width:16px;height:16px;z-index:1000; }#wze131 { top:6.75px;left:48.6667px;width:16px;height:16px;z-index:1000; }#wze132 { top:6.75px;left:13px;width:16px;height:16px;z-index:1000; }#wze138 { top:14.5px;left:209.5px;width:130.4375px;height:21px;z-index:1000; }.wzc29  .wz-member-arrow {  }.wzc29  .wz-member-welcome {  }.wzc29 {  }.wzc29-links  .wz-member-link:hover { color:rgb(164, 95, 83); }.wzc29-links { font-size:13px;color:rgb(255, 255, 255);font-family:iransans_fa; }.wzc29-actions  li:hover { color:rgb(3, 31, 66); }.wzc29-actions { font-size:13px;color:rgb(3, 31, 66);font-family:iransans_fa;background-color:#fff;border-color:rgb(98, 175, 101);border-width:1px;border-style:solid;border-radius:5px; }#wze140 { top:9.0156px;left:1042.12px;width:82.6719px;height:65px;z-index:1001; }.wzc121-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:50%; }.wzc121-img .wzc121-img-inner { width:100%;height:100%;float:left; }.wzc121-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:50%; }.wzc121 { border-radius:50%; }#wze140 .wzc121-img-inner { object-fit:cover; }#wze141 { top:22.5077px;left:686.407px;width:352px;height:34px;z-index:1000;text-align:right; }#wze155 { top:21.0156px;left:74.666px;width:315px;height:27px;z-index:1000;text-align:right; }#wz-section-header { height:77.9688px;--section-height:77.9688px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full { background-color:rgb(255, 253, 247);box-shadow:5px 9px 13px 0px rgba(0, 0, 0, 0.06) ;background:; }.wzc-section-header-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full-top { background-image:fill='rgb(0,0,0)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:0px;-webkit-transform:translateY(0) scale(-1);-moz-transform:translateY(0) scale(-1);-ms-transform:translateY(0) scale(-1);-o-transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);position:absolute;z-index:10; }#wz-section-allPage { height:0px;--section-height:0px; }#wze143 { top:15.0156px;left:602.009px;width:600px;height:40px;z-index:1000; }.wzc32 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc32  .wz-menu.wz-classic-menu > li .sub-menu { background-color:rgb(255, 255, 255); }.wzc32  .wz-menu li > a { padding:0px 15px;font-family:iransansdn_fa;font-size:15px;color:#000; }.wzc32 .wz-menu.wz-mega-menu li > a:hover,.wzc32  .wz-menu.wz-classic-menu li:hover > a { color:#E74C3C; }.wzc32  .wz-menu li.wz-menu-has-children a:after { border-color:#000; }.wzc32 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc32  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:#E74C3C; }.wzc32  .wz-menu > li.active > a { color:#E74C3C; }.wzc32  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:#E74C3C; }.wzc32  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc32 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc32  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:rgb(255, 255, 255); }.wzc32  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc32 {  }.wzc32-list {  }.wzc32-mobile {  }#wze149 { top:7.96012px;left:95.7888px;width:150px;height:54.6875px;z-index:1000; }.wzc42-container .wzc42-container-icon { fill:rgb(0, 0, 0); }.wzc42-container .wzc42-container-count { color:#fff;font-size:16px;font-family:iransans_fa; }.wzc42-container .wzc42-container-bubble { background-color:rgb(0, 0, 0); }.wzc42-container {  }.wzc42-text { color:rgb(0, 0, 0);font-size:15px;font-family:titr; }.wz-shop-mini-cart-container .cart-shop-mini-button.cart-shop-mini-button-primary { background: rgb(153, 153, 153) }.wz-shop-mini-cart-container .cart-shop-mini-button { background: rgb(247, 192, 77) }.wz-shop-mini-cart-container .wz-shop-mini-cart > header { background: rgb(3, 31, 66) }#wze492 { top:21.0154px;left:226.814px;width:151.1719px;height:29px;z-index:1002; }.wzc179  .wz-member-arrow {  }.wzc179  .wz-member-welcome {  }.wzc179 {  }.wzc179-links  .wz-member-link:hover { color:#000; }.wzc179-links { font-size:16px;color:rgb(0, 0, 0);font-family:titr; }.wzc179-actions  li:hover { color:rgb(98, 175, 101); }.wzc179-actions { font-size:13px;color:rgb(98, 175, 101);font-family:yekan, tahoma, serif;background-color:#fff;border-color:rgb(0, 0, 0);border-width:4px;border-style:solid;border-radius:5px; }#wz-section-wzs18 { height:76.125px;--section-height:76.125px; }.wzc-section-wzs18 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs18-full { background-color:rgb(255, 255, 255);background-image:url(../../uploads/0abc73f414dd45df96db191553675e1a.png) ;background-size:auto;background-repeat:no-repeat;background-position:bottom left;background:; }.wzc-section-wzs18-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze150 { top:215.303px;left:351.998px;width:458px;height:45px;z-index:1000; }.wzc44-form .wzc44-form-input { background-color:rgb(255, 255, 255);border-style:dotted;border-color:rgb(0, 0, 0);border-width:1px;box-shadow:none;color:rgb(1, 66, 53);font-size:15px;font-family:iran_yekan_x;border-radius:0px 10px 10px 0px ; }.wzc44-form .wzc44-form-submit {  }.wzc44-form { height:100%; }.wzc67:hover .wzc67-bg { background-color:rgb(164, 95, 83); }.wzc67:hover .wzc67-content {  }.wzc67:hover {  }.wzc67-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(199, 199, 199);border-radius:10px; }.wzc67-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;font-size:12px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze154 { top:29.0156px;left:157.979px;width:866.91px;height:63px;z-index:1000;text-align:right; }#wze156 { top:102.134px;left:308.243px;width:561px;height:70px;z-index:1001;text-align:center; }#wz-section-wzs52 { height:315.609px;--section-height:315.609px; }.wzc-section-wzs52 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs52-full { background:;background-color:rgb(220, 227, 245); }.wzc-section-wzs52-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze164 { top:147.765px;left:239.502px;width:693px;height:246.997px;z-index:999; }.wzc181-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:1px;border-color:#009688; }.wzc181-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc181-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:contain;background-repeat:no-repeat;background-position:right center;background-image:url(../../uploads/18742fe343d34921894a80757fdee565.JPG) ; }#wze364 { top:0px;left:0.312px;width:410px;height:247px;z-index:1000; }.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; }#wze364 .wzc2-img-inner { object-fit:cover; }#wze166 { top:403.75px;left:542.539px;width:108.188px;height:40.9896px;z-index:1000; }.wzc138:hover .wzc138-bg { background-color:rgb(164, 95, 83); }.wzc138:hover .wzc138-content { color:rgb(38, 43, 59); }.wzc138:hover {  }.wzc138-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(1, 66, 53);border-radius:10px; }.wzc138-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;font-size:14px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze535 { top:47.0095px;left:943.288px;width:187.986px;height:40px;z-index:1000; }.wzc194:hover .wzc194-bg { background-color:rgb(164, 95, 83); }.wzc194:hover .wzc194-content { color:rgb(38, 43, 59); }.wzc194:hover {  }.wzc194-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:10px;border-width:2px;border-style:solid;border-color:rgb(255, 255, 255); }.wzc194-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:vazir;font-size:21px;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-wzs27 { height:718.403px;--section-height:718.403px; }.wzc-section-wzs27 {  }#wze372 { top:169.562px;left:10.4971px;width:1140.99px;height:363.455px;z-index:1000; }.wzc4-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc4-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc4-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; }#wze374 { top:14.5481px;left:151.219px;width:414.969px;height:276.906px;z-index:1000; }.wzc125-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.09) ;border-radius:10px; }.wzc125-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc125-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;background-image:url(../../uploads/3484d80e3fa8403d8e5854bdc1f042be.png) ; }#wze376 { top:14.455px;left:630.938px;width:430.969px;height:271.938px;z-index:1000; }.wzc124-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.09) ;border-radius:10px; }.wzc124-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc124-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;background-image:url(../../uploads/7bea083ca37f4d82b9267e0876dfd018.PNG) ; }#wze381 { top:292.959px;left:168.913px;width:381.58px;height:40px;z-index:1000; }.wzc191:hover .wzc191-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc191:hover .wzc191-content { font-size:10px;color:#fff; }.wzc191:hover {  }.wzc191-bg:after {  }.wzc191-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc191-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:titr;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);margin:0 0 0 0; }#wze382 { top:291.468px;left:642.345px;width:408.25px;height:40px;z-index:1001; }.wzc132:hover .wzc132-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc132:hover .wzc132-content { font-size:11px;color:#a1a1a1; }.wzc132:hover {  }.wzc132-bg:after {  }.wzc132-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc132-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:titr;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);overflow:hidden;margin:0 0 0 0; }#wze373 { top:82.0044px;left:893.009px;width:245px;height:37px;z-index:1000; }.wzc135:hover .wzc135-bg { background-color:rgb(164, 95, 83); }.wzc135:hover .wzc135-content { color:rgb(38, 43, 59); }.wzc135:hover {  }.wzc135-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:10px;border-width:2px;border-style:solid;border-color:rgb(255, 255, 255); }.wzc135-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:vazir;font-size:29px;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-wzs53 { height:591.5px;--section-height:591.5px; }.wzc-section-wzs53 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs53-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs53-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze169 { top:145.004px;left:15px;width:1139px;height:270.156px;z-index:1000; }.wzc53-breadcrumb {  }.wzc53  .flex-direction-nav a:before { color:rgb(0, 0, 0); }.wzc53  .wz-shop-product { padding:0px;text-align:center; }.wzc53  .wz-shop-product .wz-shop-product-section { padding:5px; }.wzc53  .wz-shop-product .wz-shop-product-title { font-family:yekan_fa;font-size:14px;color:rgb(0, 0, 0); }.wzc53  .wz-shop-product .wz-shop-product-price { font-family:iransans_fa;font-size:13px;color:rgb(1, 66, 53); }.wzc53  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc53  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(0, 0, 0);font-size:11px; }.wzc53  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:#f14639; }.wzc53  .wz-shop-product .wz-shop-product-image img { object-fit:fill;width:100%;float:left; }.wzc53  .wz-shop-product .wz-shop-product-add-cart { width:127px; }.wzc53  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(164, 95, 83);color:#fff;font-family:iransans_fa;font-size:11px; }.wzc53  .wz-shop-product .wz-shop-product-ribbon-off { background-color:rgb(1, 66, 53);color:#fff;font-family:iransans_fa;font-size:11px; }.wzc53  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc53  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc53 {  }.wzc53-container {  }.wzc53-topBar {  }.wzc53-filter {  }.wzc53-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; }#wze169 .wz-shop-product .wz-shop-product-image { padding-top: 56.25% }.wzc144-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:25px;border-width:0px;border-style:solid;border-color:rgba(0, 0, 0, 1); }.wzc144-img .wzc144-img-inner { width:100%;height:100%;float:left; }.wzc144-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:25px; }.wzc145-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:10px; }.wzc145-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc145-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }.wzc143:hover .wzc143-bg:after { width:90%;opacity:1; }.wzc143:hover .wzc143-bg {  }.wzc143:hover .wzc143-content { color:#fff; }.wzc143:hover {  }.wzc143-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%);background:rgb(0, 0, 0); }.wzc143-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:rgb(0, 0, 0);border-width:1px;overflow:hidden; }.wzc143-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:rgb(0, 0, 0); }.wzc37:hover .wzc37-bg:after { width:90%;opacity:1; }.wzc37:hover .wzc37-bg {  }.wzc37:hover .wzc37-content { color:#fff; }.wzc37:hover {  }.wzc37-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#FF7043;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%); }.wzc37-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#FF7043;border-width:3px;overflow:hidden; }.wzc37-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#FF7043; }#wze171 { top:42.0044px;left:959.85px;width:178.172px;height:48px;z-index:1000; }.wzc177:hover .wzc177-bg { background-color:rgb(1, 66, 53);border-radius:100px; }.wzc177:hover .wzc177-content { color:rgb(255, 255, 255); }.wzc177:hover {  }.wzc177-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:;border-radius:10px; }.wzc177-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;font-size:22px;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(38, 43, 59); }#wz-section-wzs28 { height:472.422px;--section-height:472.422px; }.wzc-section-wzs28 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs28-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs28-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs28-full-bottom { background-image:fill='rgb(0,0,0)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }#wze179 { top:51.9994px;left:41.172px;width:741.141px;height:518.312px;z-index:999; }#wze177 { top:12.0156px;left:507.81px;width:200px;height:24px;z-index:1000;text-align:justify; }#wze182 { top:46.9518px;left:-2.31287px;width:740px;height:326px;z-index:1000;text-align:justify; }#wze363 { top:97px;left:798.758px;width:349.797px;height:292px;z-index:1001; }#wze363 .wzc2-img-inner { object-fit:cover; }#wze526 { top:506.292px;left:821.494px;width:108.976px;height:24px;z-index:1000;text-align:right; }#wze527 { top:453.253px;left:940.264px;width:87.9688px;height:87.9688px;z-index:1000; }.wzc190 { overflow:hidden; }.wzc190-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:#4FC3F7; }#wz-section-wzs30 { height:638.969px;--section-height:638.969px; }.wzc-section-wzs30 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs30-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs30-full:after { background:;background-color:rgb(255, 255, 255); }#wze486 { top:223.011px;left:101.921px;width:1007px;height:375px;z-index:1000; }.wzc173  .wz-blog-slider-blog-item .wz-slider-item { direction:rtl;text-align:center;background-color:rgb(255,255,255);border-style:solid;border-width:0;border-color:#000;border-radius:0; }.wzc173  .wz-blog-slider-blog-item .wz-gallery-image { object-fit:contain; }.wzc173  .wz-blog-slider-blog-item .wz-gallery-caption { background-color:rgba(255,255,255,0.85); }.wzc173  .wz-blog-slider-blog-item .wz-gallery-caption h3 { font-size:13px;font-family:iransans_fa, sans-serif;color:#000; }.wzc173  .wz-blog-slider-blog-item .wz-gallery-caption h5 { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc173  .wz-blog-slider-blog-date p { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc173  .wz-blog-slider-blog-excerpt p { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc173  .wz-gallery-carousel .flex-direction-nav a:before { color:rgba(0,0,0,.8); }.wzc173  .flex-direction-nav a:before { color:rgba(0,0,0,.8); }.wzc173 {  }.wzc173-root {  }#wze487 { top:93.513px;left:938.045px;width:180px;height:40px;z-index:1000; }.wzc183:hover .wzc183-bg { background-color:rgb(1, 66, 53);border-radius:100px; }.wzc183:hover .wzc183-content { color:rgb(255, 255, 255); }.wzc183:hover {  }.wzc183-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:;border-radius:10px; }.wzc183-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:titr;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(38, 43, 59); }#wz-section-wzs31 { height:707.484375px;--section-height:707.484375px; }.wzc-section-wzs31 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs31-full { background-image:;background-size:contain;background-repeat:no-repeat;background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs31-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze230 { top:231px;left:16.0147px;width:1148px;height:346.984px;z-index:1000; }.wzc122-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(192, 203, 237);border-radius:10px; }.wzc122-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc122-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; }#wze206 { top:63.8094px;left:858.264px;width:271px;height:43.3125px;z-index:1000; }.wzc57-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:;border-radius:10px; }.wzc57-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc57-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; }#wze209 { top:0.5px;left:29.8906px;width:230px;height:38px;z-index:1000;text-align:right; }#wze236 { top:255.647px;left:1.9998px;width:1140px;height:81.9219px;z-index:1001; }.wzc64-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:;border-radius:0px; }.wzc64-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc64-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; }#wze237 { top:0.0029px;left:0px;width:1140px;height:1px;z-index:1001; }.wzc65-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(232, 230, 230);border-radius:0px; }.wzc65-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }#wze240 { top:29px;left:24.0157px;width:96px;height:35px;z-index:1002; }.wzc174:hover .wzc174-bg { background-color:rgb(164, 95, 83); }.wzc174:hover .wzc174-content {  }.wzc174:hover {  }.wzc174-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(75, 86, 118);border-radius:10px; }.wzc174-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;font-size:12px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze238 { top:298.583px;left:466.008px;width:657px;height:25px;z-index:1000;text-align:right; }#wze385 { top:18.5px;left:4.02822px;width:194px;height:181px;z-index:1001; }.wzc137-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:50%;box-shadow:none; }.wzc137-img .wzc137-img-inner { width:100%;height:100%;float:left; }.wzc137-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:50%; }.wzc137 { border-radius:50%; }#wze385 .wzc137-img-inner { object-fit:cover; }#wze387 { top:120.583px;left:930.191px;width:195px;height:105px;z-index:1001; }.wzc90-code .wzc90-code-default { position:absolute;left:0px;top:0px;width:100%;height:100%;background-color:#ccc; }.wzc90-code { position:absolute;left:0px;top:0px;width:100%;height:100%; }#wz-section-footer { height:622.875px;--section-height:622.875px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background-image:;background-color:rgb(255, 255, 255);background:; }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze493 { top:24.016px;left:616.009px;width:536px;height:40px;z-index:1000; }#wze494 { top:15.1631px;left:130.891px;width:150px;height:54.6875px;z-index:1000; }#wze495 { top:29.015px;left:257.814px;width:151.1719px;height:29px;z-index:1002; }#wz-section-wzs66 { height:75px;--section-height:75px; }#wze146 { top:30px;left:0.5px;width:889px;height:703.578px;z-index:1000; }.wzc38  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:iransans_fa;font-size:12px;color:#6a6a6a; }.wzc38  .wz-shop-product { margin:15px;padding:0px;text-align:center; }.wzc38  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc38  .wz-shop-product .wz-shop-product-title { font-family:iransans_fa;font-size:16px;color:#000; }.wzc38  .wz-shop-product .wz-shop-product-price { font-family:iransans_fa;font-size:14px;color:rgb(38, 43, 59);background-color:rgba(164, 95, 83, 0.09); }.wzc38  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc38  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(0, 0, 0);font-size:13px; }.wzc38  .wz-shop-product-out-stock { font-family:iransans_fa;font-size:13px;color:rgb(151, 173, 237); }.wzc38  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc38  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc38  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(1, 66, 53);color:#fff;font-family:iransans_fa;font-size:12px; }.wzc38  .wz-shop-product .wz-shop-product-ribbon-off { background-color:rgb(1, 66, 53);color:#fff;font-family:iransans_fa;font-size:12px; }.wzc38  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc38 {  }.wzc38-breadcrumb {  }.wzc38-filter { margin-right:15px;margin-left:15px; }.wzc38-topBar .wzc38-topBar-sort {  }.wzc38-topBar .wzc38-topBar-perPage {  }.wzc38-topBar .dropdown.dropdown-list .dropdown-select,.wzc38-topBar  .dropdown.dropdown-list .dropdown-menu a { color:rgb(38, 43, 59);font-size:11px;font-family:iransans_fa; }.wzc38-topBar .dropdown.dropdown-list .dropdown-select,.wzc38-topBar  .dropdown.dropdown-list .dropdown-menu,.wzc38-topBar  .dropdown.dropdown-list .dropdown-select::before { border-color:rgb(199, 199, 199); }.wzc38-topBar  .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc38-topBar { margin:10px;margin-bottom:20px;color:#878787;font-size:11px;font-family:iransans_fa; }.wzc38-products {  }#wze146 .wz-shop-product .wz-shop-product-image { padding-top: 56.25% }#wze146 .wz-shop-top-bar { margin-right: 15px }.wzc165-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:25px; }.wzc165-img .wzc165-img-inner { width:100%;height:100%;float:left; }.wzc165-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:25px; }.wzc71:hover .wzc71-bg { background-color:rgb(1, 66, 53);border-radius:100px; }.wzc71:hover .wzc71-content { color:rgb(255, 255, 255); }.wzc71:hover {  }.wzc71-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:;border-radius:10px; }.wzc71-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;font-size: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(38, 43, 59); }#wze241 { top:30.0152px;left:904px;width:250px;height:223.984px;z-index:1000; }.wzc70-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(249, 249, 251);border-radius:10px; }.wzc70-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }#wze147 { top:31px;left:26.5px;width:197px;height:143.984px;z-index:1000; }.wzc39  .wz-shop-archive > li > a { color:rgb(151, 173, 237);font-family:iransans_fa;font-size:13px; }.wzc39  .wz-shop-archive .sub-list > li > a { color:rgb(199, 199, 199);font-family:iransansdn;font-size:13px; }.wzc39 {  }.wzc39-list  .wz-shop-filter-title { font-size:18px;color:rgb(38, 43, 59);font-family:iransans_fa; }.wzc39-list .wz-shop-filter-item .irs-min,.wzc39-list  .wz-shop-filter-item .irs-max { background-color:rgba(0,0,0,0.1);color:#999; }.wzc39-list  .wz-shop-filter-item .wz-shop-price-slider .irs-slider { background:rgb(55, 32, 28); }.wzc39-list .wz-shop-filter-item .irs-line-mid,.wzc39-list  .wz-shop-filter-item  .irs-line-left,.wzc39-list  .wz-shop-filter-item  .irs-line-right,.wzc39-list  .wz-shop-filter-item  .irs-bar,.wzc39-list  .wz-shop-filter-item  .irs-bar-edge { background:#424649; }.wzc39-list  .wz-shop-sort-option-color { padding-top:2px; }.wzc39-list  .wz-shop-filter-item .regular-checkbox:checked+label.regular-checkbox-color:after { border-style:solid;border-color:#c9c9c9;border-width:2px;top:-3px;left:-3px; }.wzc39-list  .wz-shop-filter-item+.wz-shop-filter-item { border-top-style:solid;border-top-width:1px;border-top-color:#efeaea; }.wzc39-list { font-size:13px;color:rgb(151, 173, 237);font-family:iransans_fa; }#wz-section-wzs22 { height:743.562px;--section-height:743.562px; }#wze148 { top:32.75px;left:36.0083px;width:1102px;height:1743.48px;z-index:1000; }.wzc41  .wz-shop-breadcrumb-container   .wz-breadcrumb { font-family:iransans_fa;font-size:14px;color:#6a6a6a; }.wzc41  .wz-shop-product-page .wz-shop-product-add-cart { width:188px; }.wzc41  .wz-shop-product-page .wz-shop-product-options .wz-shop-option-title { font-size:15px;color:rgb(0, 0, 0);font-family:yekan, tahoma, serif; }.wzc41  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-option { width:300px; }.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown { width:300px; }.wzc41  .wz-shop-product-page .wz-shop-product-options.wz-radio-button-list .regular-checkbox-item,.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select,.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu a { color:rgb(0, 0, 0);font-size:13px;font-family:yekan, tahoma, serif; }.wzc41  .wz-shop-product-page .wz-shop-product-options.dropdown.dropdown-list .dropdown-select,.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu,.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select::before { border-color:rgb(0, 0, 0); }.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu .selected { background-color:rgb(0, 0, 0);color:rgb(0, 0, 0); }.wzc41  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li { padding-top:3px; }.wzc41  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li .regular-checkbox:checked+label.regular-checkbox-color:after { border-style:solid;border-color:rgb(0, 0, 0);border-width:3px;top:-4px;left:-4px; }.wzc41  .wz-shop-product-page .wz-shop-product-title { font-family:titr;font-size:20px;color:rgb(0, 0, 0); }.wzc41  .wz-shop-product-page .wz-shop-product-description { font-family:titr;font-size:15px;color:rgb(226, 28, 33); }.wzc41  .wz-shop-product-page .wz-shop-product-sku { font-family:iransans_fa;font-size:12px;color:rgb(0, 0, 0); }.wzc41  .wz-shop-product-out-stock { font-family:iransans;font-size:17px;color:#f14639; }.wzc41  .wz-shop-product-page .wz-shop-product-price { font-family:iransans_fa;font-size:24px;color:rgb(3, 31, 66);background-color:rgba(164, 95, 83, 0.21); }.wzc41  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639;font-size:21px; }.wzc41  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-old-price { color:rgb(0, 0, 0);font-size:16px; }.wzc41  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider  img.wz-gallery-image { object-fit:fill;width:100%;float:left; }.wzc41 .wz-shop-product-info-sections-simple .wz-shop-product-info+.wz-shop-product-info,.wzc41  .wz-shop-product-info-sections-accordion .wz-shop-product-info+.wz-shop-product-info { border-top-style:solid;border-top-width:1px;border-top-color:rgb(199, 199, 199); }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-title { font-family:iransans_fa;font-size:22px;color:rgb(164, 95, 83); }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-content { font-family:iransans_fa;font-size:14px;color:rgb(151, 173, 237); }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-tab-content { border-style:solid;border-width:1px;border-color:#ededed; }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li {  }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open { border-style:solid;border-width:1px;border-color:#ededed;background-color:#fff;color:#000; }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open:after { height:1px;bottom:-1px;background-color:#fff; }.wzc41  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel .flex-active-slide:after { border-color:#ccc; }.wzc41  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery { width:50%; }.wzc41  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section { width:calc(50% - 30px); }.wzc41  .extra-button-list { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a;--text-color:#6a6a6a; }.wzc41 {  }.wzc41-breadcrumb {  }.wzc41-product { text-align:center; }.wzc41-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze148  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider .wz-image-ratio { padding-top: 56.25% }.wzc40 .wz-gallery > li > figure,.wzc40  .wz-gallery-slider .slides > li > .wz-slider-item { border-radius:10px;border-width:0px;border-style:solid;border-color:#000; }.wzc40 .wz-gallery > li > figure,.wzc40  .wz-gallery > li > figure:before,.wzc40  .wz-gallery > li > figure:after,.wzc40  .wz-gallery > li > figure > figcaption,.wzc40  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc40  .wz-gallery-caption { text-align:center; }.wzc40  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc40  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc40  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc40 {  }.wzc40-slider .wzc40-slider-items {  }.wzc40-slider  .flex-direction-nav a:before { color:#999; }.wzc40-slider {  }.wzc40-carousel .wzc40-carousel-list {  }.wzc40-carousel {  }.wzc79-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff;box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.09) ;border-radius:10px; }.wzc79-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc79-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; }#wz-section-wzs21 { height:1971.44px;--section-height:1971.44px; }.wzc-section-wzs21 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs21-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs21-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze503 { top:11.0154px;left:922.623px;width:180px;height:40px;z-index:1001; }.wzc131:hover .wzc131-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc131:hover .wzc131-content { font-size:10px;color:#fff; }.wzc131:hover {  }.wzc131-bg:after {  }.wzc131-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc131-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:titr;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); }#wze510 { top:124px;left:774.09px;width:287px;height:445px;z-index:1000; }.wzc186-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:1px;border-color:#FF7043;border-radius:5px; }.wzc186-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px; }.wzc186-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:auto;background-repeat:no-repeat;background-position:top center;background-image:url(../../uploads/f3046a644c7b4ad3a4ddd2fc4f6a9e84.PNG) ; }#wze511 { top:385.017px;left:68.0519px;width:180px;height:40px;z-index:1000; }.wzc187:hover .wzc187-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc187:hover .wzc187-content { font-size:10px;color:#fff; }.wzc187:hover {  }.wzc187-bg:after {  }.wzc187-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(74, 145, 131);border-radius:25px;border:1px solid #e1e1e1; }.wzc187-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:titr;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); }#wze514 { top:206.015px;left:29.1319px;width:245px;height:147px;z-index:1000;text-align:center; }#wze512 { top:123px;left:399.411px;width:287px;height:450.984px;z-index:1000; }.wzc188-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:1px;border-color:#FF7043;border-radius:5px; }.wzc188-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px; }.wzc188-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:auto;background-repeat:no-repeat;background-position:top center;background-image:url(../../uploads/fc60b29d74824179bdf076984c99fce2.PNG) ; }#wze513 { top:381.082px;left:52.6367px;width:180px;height:40px;z-index:1000; }#wze515 { top:213.004px;left:20.1327px;width:245px;height:121.984px;z-index:1000;text-align:center; }#wz-section-wzs71 { height:667.469px;--section-height:667.469px; }.wzc-section-wzs71 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs71-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs71-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze145 { top:10px;left:15px;width:1140px;height:185px;z-index:1000; }.wzc36-container { font-size:10px;font-family:iransans_fa; }#wze145 .wz-cart-color-primary { color: #565656 }#wze145 .wz-cart-primary-color { color: #565656 }#wze145 .wz-cart-second-color { color: rgb(0, 113, 220) }#wze145 .wz-cart-second-border-color { border-color: rgb(0, 113, 220) }.wzc52:hover .wzc52-bg { background-color:rgb(1, 66, 53); }.wzc52:hover .wzc52-content { color:rgb(255, 255, 255); }.wzc52:hover {  }.wzc52-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(117, 117, 117);border-radius:10px; }.wzc52-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;font-size:14px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(151, 173, 237); }.wzc68:hover .wzc68-bg { background-color:rgb(164, 95, 83); }.wzc68:hover .wzc68-content { color:rgb(38, 43, 59); }.wzc68:hover {  }.wzc68-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(1, 66, 53);border-radius:10px; }.wzc68-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;font-size:14px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs23 { height:205px;--section-height:205px; }#wze490 { top:15.0156px;left:609.758px;width:536px;height:40px;z-index:1000; }#wze491 { top:14.1632px;left:95.792px;width:150px;height:54.6875px;z-index:1000; }#wz-section-wzs65 { height:79px;--section-height:79px; }.wzc-section-wzs65-full {  }#wze242 { top:31px;left:311.996px;width:842.969px;height:2373.2px;z-index:1000; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title { font-family:iransans_fa;font-size:20px;color:#000; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-content { font-family:iransans_fa;font-size:13px;color:rgb(199, 199, 199); }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail { width:249px;height:auto; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:fill; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { color:rgb(199, 199, 199);font-family:iransans_fa;font-size:13px;background-color:; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgb(199, 199, 199);width:13px;height:13px; }.wzc72 .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-section,.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title,.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { padding-left:40px;padding-right:40px; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item { padding:40px 0;flex:1 1 100%;max-width:100%;margin-left:0px;margin-right:0px; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item+.wz-blog-post-item { margin-top:23px; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more { width:100px;height:30px;margin-top:10px; }.wzc72 {  }.wzc72-posts { text-align:right; }.wzc54-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:15px 15px 0px 0px ; }.wzc54-img .wzc54-img-inner { width:100%;height:100%;float:left; }.wzc54-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:15px 15px 0px 0px ; }.wzc80:hover .wzc80-bg { background-color:rgb(1, 66, 53); }.wzc80:hover .wzc80-content { color:rgb(255, 255, 255); }.wzc80:hover {  }.wzc80-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(117, 117, 117);border-radius:10px; }.wzc80-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;font-size:12px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(1, 66, 53); }#wze243 { top:160.101px;left:15px;width:279.965px;height:190.125px;z-index:1000; }#wze247 { top:11.9829px;left:52.9643px;width:221px;height:28px;z-index:1000;text-align:right; }#wze248 { top:47.252px;left:9.00737px;width:263.958px;height:2.96875px;z-index:1000; }.wzc81-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(117, 117, 117); }.wzc81-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze249 { top:62.7429px;left:56.9623px;width:213px;height:95px;z-index:1000; }.wzc82  .wz-blog-archive > li > a { color:rgb(151, 173, 237);font-family:iransans_fa;font-size:12px; }.wzc82  .wz-blog-archive .sub-list > li > a { color:rgb(151, 173, 237);font-family:iransans_fa;font-size:12px; }.wzc82 {  }.wzc82-list { direction:rtl; }#wze264 { top:23.3644px;left:2.75401px;width:300px;height:113.984px;z-index:1000; }#wze265 { top:12.0004px;left:77.9861px;width:198.976px;height:28px;z-index:1000;text-align:right; }#wze267 { top:48.1204px;left:0px;width:300px;height:1.98438px;z-index:1000; }#wze268 { top:66.745px;left:0.0003854px;width:300px;height:38.9844px;z-index:1000; }.wzc85-form .wzc85-form-input { background-color:rgb(117, 117, 117);border-style:solid;border-color:rgb(199, 199, 199);border-width:0px;box-shadow:none;color:#000;font-size:13px;font-family:iransans_fa;border-radius:0px 10px 10px 0px ; }.wzc85-form .wzc85-form-submit {  }.wzc85-form { height:100%; }.wzc45:hover .wzc45-bg { background-color:rgb(1, 66, 53); }.wzc45:hover .wzc45-content { color:rgb(255, 255, 255); }.wzc45:hover {  }.wzc45-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(117, 117, 117);border-radius:10px 0px 0px 10px ; }.wzc45-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(199, 199, 199); }#wze270 { top:338.318px;left:15px;width:286.997px;height:397.938px;z-index:1000; }#wze269 { top:75.8527px;left:13.9931px;width:265px;height:308.891px;z-index:1000; }.wzc86  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:iransans_fa;font-size:12px;color:rgb(151, 173, 237); }.wzc86  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc86  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc86  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(1, 66, 53);font-family:iransans_fa;font-size:11px; }.wzc86  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc86 {  }.wzc86-posts {  }#wze271 { top:6.64367px;left:52.9648px;width:221px;height:28px;z-index:1000;text-align:right; }#wze273 { top:44.2308px;left:0px;width:279.983px;height:4.96875px;z-index:1000; }#wz-section-wzs34 { height:2448.05px;--section-height:2448.05px; }#wze250 { top:29.6098px;left:310px;width:844px;height:2740.05px;z-index:1000; }.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title { font-family:iransans_fa;font-size:22px;color:rgb(38, 43, 59); }.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-content { font-family:iransans_fa;font-size:13px;color:rgb(151, 173, 237); }.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { color:rgb(199, 199, 199);font-family:iransans_fa;font-size:12px; }.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgb(199, 199, 199);width:12px;height:12px; }.wzc77 .wz-blog-single-post .wz-blog-post-item .wz-blog-post-section,.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title,.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { padding-left:30px;padding-right:30px; }.wzc77  .wz-blog-single-post .wz-blog-post-item { padding:30px 0; }.wzc77 {  }.wzc77-posts {  }#wze274 { top:171.479px;left:15px;width:285px;height:210.047px;z-index:1000; }#wze275 { top:14.5312px;left:57.7495px;width:221px;height:28px;z-index:1000;text-align:right; }#wze276 { top:76.3477px;left:64.3281px;width:213px;height:115px;z-index:1000; }.wzc197  .wz-blog-archive > li > a { color:rgb(75, 86, 118);font-family:titr;font-size:13px; }.wzc197  .wz-blog-archive .sub-list > li > a { color:rgb(151, 173, 237);font-family:iransans_fa;font-size:12px; }.wzc197 {  }.wzc197-list { direction:rtl;text-align:right; }#wze277 { top:48.0465px;left:0px;width:277px;height:1.98438px;z-index:1000; }#wze278 { top:29.6094px;left:16.5px;width:298.5077px;height:114px;z-index:1000; }#wze279 { top:12.391px;left:65.2504px;width:221px;height:28px;z-index:1000;text-align:right; }#wze280 { top:48.0469px;left:10px;width:270px;height:1.98438px;z-index:1000; }#wze281 { top:64.4097px;left:-1.4846px;width:300px;height:38.9844px;z-index:1000; }.wzc198-form .wzc198-form-input { background-color:rgb(117, 117, 117);border-style:solid;border-color:rgb(199, 199, 199);border-width:1px;box-shadow:none;color:#000;font-size:21px;font-family:vazir;border-radius:0px 10px 10px 0px ; }.wzc198-form .wzc198-form-submit {  }.wzc198-form { height:100%; }#wze282 { top:421.006px;left:2.74197px;width:296px;height:594.047px;z-index:1000; }#wze283 { top:12.5px;left:70.0078px;width:221px;height:28px;z-index:1000;text-align:right; }#wze284 { top:47.0472px;left:10px;width:280px;height:2.98438px;z-index:1000; }#wze285 { top:76.6758px;left:24px;width:265px;height:503px;z-index:1000; }.wzc196  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:vazir;font-size:15px;color:rgb(0, 0, 0); }.wzc196  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc196  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc196  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(1, 66, 53);font-family:iransans_fa;font-size:11px; }.wzc196  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:19px; }.wzc196 {  }.wzc196-posts { text-align:right; }#wz-section-wzs33 { height:2788.05px;--section-height:2788.05px; }#wze286 { top:0.0006px;left:307px;width:847px;height:337.188px;z-index:1000; }#wze287 { top:24.0155px;left:511.5px;width:221px;height:27px;z-index:1000;text-align:right; }#wze288 { top:83.0504px;left:0.5px;width:846px;height:194.188px;z-index:1000; }.wzc87  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:vazir;font-size:13px;color:rgb(48, 120, 190); }.wzc87  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:116px;height:138px; }.wzc87  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc87  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(199, 199, 199);font-family:iransans_fa;font-size:10px; }.wzc87  .wz-blog-list .wz-blog-post-item:nth-child(3)~.wz-blog-post-item { margin-top:18px; }.wzc87  .wz-blog-list .wz-blog-post-item { flex:1 1 calc(100% / 3 - 10px );max-width:calc(100% / 3 - 10px );margin-left:5px;margin-right:5px; }.wzc87 {  }.wzc87-posts { text-align:center; }.wzc58-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:10px; }.wzc58-img .wzc58-img-inner { width:100%;height:100%;float:left; }.wzc58-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:10px; }#wz-section-wzs36 { height:337.094px;--section-height:337.094px; }#wze251 { top:28.2075px;left:359px;width:795px;height:466.984px;z-index:1000; }.wzc78  .wz-blog-comment { padding:10px; }.wzc78  .wz-blog-comment+.wz-blog-comment { margin-top:10px; }.wzc78  .wz-blog-comment .wz-blog-comment-author { font-family:iransans_fa;font-size:14px;color:#757070; }.wzc78  .wz-blog-comment .wz-blog-comment-message { font-family:iransans_fa;font-size:14px;color:#999999; }.wzc78  .wz-blog-comment-from { width:500px; }.wzc78 {  }.wzc78-container .wzc78-container-comments {  }.wzc78-container .wzc78-container-form { max-width:100%;height:auto; }.wzc78-container {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section1 .wzc13-contactForm-sections-section1-formRow .wzc13-contactForm-sections-section1-formRow-input {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section1 .wzc13-contactForm-sections-section1-formRow {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section1 {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section2 .wzc13-contactForm-sections-section2-messageRow .wzc13-contactForm-sections-section2-messageRow-message { height:120px; }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section2 .wzc13-contactForm-sections-section2-messageRow {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc13-contactForm .wzc13-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc13-contactForm .wzc13-contactForm-footer .wzc13-contactForm-footer-submit .wzc13-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc13-contactForm .wzc13-contactForm-footer .wzc13-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc13-contactForm .wzc13-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc13-contactForm .wzc13-contactForm-resultSection .wzc13-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:iransans_fa; }.wzc13-contactForm .wzc13-contactForm-resultSection { height:40px;padding-top:5px; }.wzc13-contactForm  .wzc13-contactForm-resultSection .form-result-show { opacity:1; }.wzc13-contactForm  .wzc13-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc13-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc13-contactForm input,.wzc13-contactForm  textarea { width:100%;box-sizing:border-box;font-family:iransans_fa;padding:5px;outline:0;resize:none;border-width:0px;border-style:solid;border-color:#999999;color:rgb(151, 173, 237);font-size:12px;background-color:rgb(249, 249, 251);border-radius:10px; }.wzc13-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc13-contactForm  *::-webkit-input-placeholder { color:rgb(151, 173, 237); }.wzc13-contactForm  *::-moz-placeholder { color:rgb(151, 173, 237); }.wzc13-contactForm  *:-ms-input-placeholder { color:rgb(151, 173, 237); }.wzc13-contactForm  *:-moz-placeholder { color:rgb(151, 173, 237); }.wzc13-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc13-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:12px;display:inline-block;color:#000; }.wzc13-contactForm { direction:rtl; }#wz-section-wzs35 { height:528.969px;--section-height:528.969px; }#wze496 { top:27.194px;left:595.09px;width:535.969px;height:50.2344px;z-index:1000; }#wze497 { top:18.313px;left:88.9066px;width:149.984px;height:54.6719px;z-index:1000; }.wzc182-container .wzc182-container-icon { fill:rgb(0, 0, 0); }.wzc182-container .wzc182-container-count { color:#fff;font-size:19px;font-family:iransans_fa; }.wzc182-container .wzc182-container-bubble { background-color:rgb(0, 0, 0); }.wzc182-container {  }.wzc182-text { color:rgb(0, 0, 0);font-size:15px;font-family:titr; }#wze498 { top:31.3591px;left:219.928px;width:151.172px;height:29px;z-index:1002; }#wz-section-wzs67 { height:89px;--section-height:89px; }#wze290 { top:50px;left:216px;width:738px;height:133px;z-index:1001; }#wze289 { top:0px;left:150.5px;width:437px;height:50px;z-index:1000;text-align:center; }#wze291 { top:66.625px;left:141px;width:456px;height:44px;z-index:1002;text-align:center; }#wze292 { top:215px;left:766px;width:188px;height:108px;z-index:1001; }#wze295 { top:0.01525px;left:158px;width:30px;height:30px;z-index:1000; }.wzc89 { overflow:hidden; }.wzc89-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(1, 66, 53); }#wze296 { top:1.00038px;left:47px;width:104px;height:28px;z-index:1000;text-align:right; }#wze297 { top:47.6254px;left:2px;width:186px;height:38px;z-index:1002;text-align:right; }#wze298 { top:215px;left:491px;width:188px;height:108px;z-index:1001; }#wze299 { top:0.01525px;left:158px;width:30px;height:30px;z-index:1000; }#wze300 { top:1.00038px;left:37px;width:104px;height:28px;z-index:1000;text-align:right; }#wze301 { top:47.6254px;left:0px;width:188px;height:38px;z-index:1002;text-align:right; }#wze302 { top:215px;left:216px;width:188px;height:108px;z-index:1001; }#wze303 { top:0.01525px;left:158px;width:30px;height:30px;z-index:1000; }#wze304 { top:1.00038px;left:43px;width:104px;height:28px;z-index:1000;text-align:right; }#wze305 { top:47.6254px;left:2px;width:186px;height:38px;z-index:1002;text-align:right; }#wz-section-wzs37 { height:341px;--section-height:341px; }#wze306 { top:23px;left:216px;width:738px;height:321px;z-index:1000; }#wz-section-wzs38 { height:367px;--section-height:367px; }#wze308 { top:36.0146px;left:366.5px;width:437px;height:50px;z-index:1000;text-align:center; }#wze323 { top:117.64px;left:360px;width:450px;height:315px;z-index:1001; }.wzc94-contactForm .wzc94-contactForm-sections .wzc94-contactForm-sections-section1 .wzc94-contactForm-sections-section1-formRow .wzc94-contactForm-sections-section1-formRow-input {  }.wzc94-contactForm .wzc94-contactForm-sections .wzc94-contactForm-sections-section1 .wzc94-contactForm-sections-section1-formRow {  }.wzc94-contactForm .wzc94-contactForm-sections .wzc94-contactForm-sections-section1 {  }.wzc94-contactForm .wzc94-contactForm-sections .wzc94-contactForm-sections-section2 .wzc94-contactForm-sections-section2-messageRow .wzc94-contactForm-sections-section2-messageRow-message { height:120px; }.wzc94-contactForm .wzc94-contactForm-sections .wzc94-contactForm-sections-section2 .wzc94-contactForm-sections-section2-messageRow {  }.wzc94-contactForm .wzc94-contactForm-sections .wzc94-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc94-contactForm .wzc94-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc94-contactForm .wzc94-contactForm-footer .wzc94-contactForm-footer-submit .wzc94-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc94-contactForm .wzc94-contactForm-footer .wzc94-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc94-contactForm .wzc94-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc94-contactForm .wzc94-contactForm-resultSection .wzc94-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:iransans_fa; }.wzc94-contactForm .wzc94-contactForm-resultSection { height:40px;padding-top:5px; }.wzc94-contactForm  .wzc94-contactForm-resultSection .form-result-show { opacity:1; }.wzc94-contactForm  .wzc94-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc94-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc94-contactForm input,.wzc94-contactForm  textarea { width:100%;box-sizing:border-box;font-family:iransans_fa;padding:5px;outline:0;resize:none;border-width:0px;border-style:solid;border-color:#E74C3C;color:rgb(151, 173, 237);font-size:13px;background-color:rgb(249, 249, 251);border-radius:5px; }.wzc94-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc94-contactForm  *::-webkit-input-placeholder { color:rgb(199, 199, 199); }.wzc94-contactForm  *::-moz-placeholder { color:rgb(199, 199, 199); }.wzc94-contactForm  *:-ms-input-placeholder { color:rgb(199, 199, 199); }.wzc94-contactForm  *:-moz-placeholder { color:rgb(199, 199, 199); }.wzc94-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc94-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:#000; }.wzc94-contactForm { direction:rtl; }.wzc95:hover .wzc95-bg { background-color:rgb(164, 95, 83); }.wzc95:hover .wzc95-content { color:rgb(38, 43, 59); }.wzc95:hover {  }.wzc95-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(1, 66, 53);border-radius:10px; }.wzc95-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans_fa;font-size:11px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs40 { height:444.969px;--section-height:444.969px; }#wz-section-wzs50 { height:200px;--section-height:200px; }#wze357 { top:30px;left:15px;width:848px;height:492.066px;z-index:1000; }.wzc98-root .wzc98-root-container .wzc98-root-container-header .wzc98-root-container-header-title {  }.wzc98-root .wzc98-root-container .wzc98-root-container-header {  }.wzc98-root .wzc98-root-container .wzc98-root-container-submitBoxHeader .wzc98-root-container-submitBoxHeader-submitButtonHeader {  }.wzc98-root .wzc98-root-container .wzc98-root-container-submitBoxHeader {  }.wzc98-root .wzc98-root-container {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem .wzc98-root-accountContainer-accountItem-accountItemLabel {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem .wzc98-root-accountContainer-accountItem-accountItemInputBox .wzc98-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem .wzc98-root-accountContainer-accountItem-accountItemInputBox .wzc98-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem .wzc98-root-accountContainer-accountItem-accountItemInputBox {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem {  }.wzc98-root .wzc98-root-accountContainer {  }.wzc98-root .wzc98-root-companyHeaderContainer .wzc98-root-companyHeaderContainer-companyHeader .wzc98-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc98-root .wzc98-root-companyHeaderContainer .wzc98-root-companyHeaderContainer-companyHeader {  }.wzc98-root .wzc98-root-companyHeaderContainer {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox .wzc98-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox .wzc98-root-companyInfo-companyItemBox-companyInputBox .wzc98-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox .wzc98-root-companyInfo-companyItemBox-companyInputBox .wzc98-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox .wzc98-root-companyInfo-companyItemBox-companyInputBox {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel {  }.wzc98-root .wzc98-root-companyInfo {  }.wzc98-root .wzc98-root-submitBoxFooter .wzc98-root-submitBoxFooter-submitButtonFooter {  }.wzc98-root .wzc98-root-submitBoxFooter {  }.wzc98-root {  }.wzc98  .wz-profile-account-root { text-align:right; }.wzc98  .wz-profile-account-header-container { margin-bottom:20px; }.wzc98  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc98  .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; }.wzc98  .wz-profile-account-container:hover { border-radius:20px; }.wzc98  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc98  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc98  .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; }.wzc98  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc98  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc98  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc98  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc98  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc98  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc98  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc98  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc98  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc98 {  }.wzc97:hover .wzc97-bg { background-color:#ffd9d5; }.wzc97:hover .wzc97-content { color:#E74C3C; }.wzc97:hover {  }.wzc97-bg:after {  }.wzc97-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc97-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; }#wze362 { top:30px;left:893px;width:262px;height:435.087px;z-index:1000; }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userImageBox .wzc111-root-infoBox-userImageBox-userImage {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userImageBox {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-userName {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-userEmail {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-editInfo .wzc111-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-editInfo .wzc111-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-editInfo {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo {  }.wzc111-root .wzc111-root-infoBox {  }.wzc111-root .wzc111-root-items .wzc111-root-items-item .wzc111-root-items-item-itemBox .wzc111-root-items-item-itemBox-itemIcon {  }.wzc111-root .wzc111-root-items .wzc111-root-items-item .wzc111-root-items-item-itemBox .wzc111-root-items-item-itemBox-itemName {  }.wzc111-root .wzc111-root-items .wzc111-root-items-item .wzc111-root-items-item-itemBox {  }.wzc111-root .wzc111-root-items .wzc111-root-items-item {  }.wzc111-root .wzc111-root-items .wzc111-root-items-more {  }.wzc111-root .wzc111-root-items {  }.wzc111-root .wzc111-root-logoutBox .wzc111-root-logoutBox-logout .wzc111-root-logoutBox-logout-logoutLabel {  }.wzc111-root .wzc111-root-logoutBox .wzc111-root-logoutBox-logout {  }.wzc111-root .wzc111-root-logoutBox {  }.wzc111-root {  }.wzc111  .wz-profile-menu-user-info { gap:2px; }.wzc111  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc111  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc111  .wz-profile-menu-info-box:hover {  }.wzc111  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc111  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc111  .wz-profile-menu-user-name:hover {  }.wzc111  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc111  .wz-profile-menu-user-email:hover {  }.wzc111  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc111  .wz-profile-menu-edit-info:hover {  }.wzc111  .wz-profile-menu-edit-info span { -webkit-transform:rotate(80deg);-moz-transform:rotate(80deg);-ms-transform:rotate(80deg);-o-transform:rotate(80deg);transform:rotate(80deg);transform:rotate(80deg); }.wzc111  .wz-profile-menu-items { height:fit-content;border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc111  .wz-profile-menu-items:hover {  }.wzc111  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc111  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc111  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc111  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc111  .wz-profile-menu-item-box:hover {  }.wzc111  .wz-profile-menu-item p { font-family:iransans_fa, sans-serif;font-size:12px;font-weight:500;color:#808080;margin-right:5%;margin-left:5%; }.wzc111  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc111  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc111  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc111  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc111  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc111  .wz-profile-menu-more:after { color:#808080; }.wzc111 {  }#wz-section-wzs45 { height:552.066px;--section-height:552.066px; }#wze358 { top:30px;left:15px;width:848px;height:369px;z-index:1000; }.wzc102-header .wzc102-header-title {  }.wzc102-header .wzc102-header-removeButton {  }.wzc102-header .wzc102-header-addToCartButton {  }.wzc102-header {  }.wzc102-favorites { --desktop-columns:3;--desktop-gap:20px;--tablet-columns:2;--tablet-gap:20px;--mobile-columns:1;--mobile-gap:20px;--image-order:0;--title-order:1;--price-order:2;--buttons-order:3; }.wzc102-pagination .wzc102-pagination-paginationButton {  }.wzc102-pagination {  }.wzc102  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc102  .wz-profile-favorites-header-text:hover {  }.wzc102  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc102  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc102  .wz-profile-favorite-item { height:fit-content;direction:rtl;padding:20px;gap:5px;background-color:#fff;border-width:2px;border-style:solid;border-color:#e3e3e3;border-radius:0;box-shadow:unset; }.wzc102  .wz-profile-favorite-item:hover {  }.wzc102  .wz-profile-favorite-item-image { object-fit:contain; }.wzc102  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc102  .wz-profile-favorite-item-title:hover {  }.wzc102  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc102  .wz-profile-favorite-item-price:hover {  }.wzc102  .wz-profile-favorite-item-add { height:30px; }.wzc102  .wz-profile-favorite-item-remove { height:30px; }.wzc102  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc102  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc102  .wz-profile-favorites-no-results-first-text:hover {  }.wzc102  .wz-profile-favorites-no-results-second-text:hover {  }.wzc102 {  }.wzc99:hover .wzc99-bg { background-color:#E74C3C; }.wzc99:hover .wzc99-content { font-size:10px;color:#fff; }.wzc99:hover {  }.wzc99-bg:after {  }.wzc99-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc99-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C; }.wzc100:hover .wzc100-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc100:hover .wzc100-content { font-size:10px;color:#fff; }.wzc100:hover {  }.wzc100-bg:after {  }.wzc100-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc100-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#a1a1a1; }.wzc101:hover .wzc101-bg:after { width:90%;opacity:1; }.wzc101:hover .wzc101-bg {  }.wzc101:hover .wzc101-content { color:#fff; }.wzc101:hover {  }.wzc101-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#999999;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%); }.wzc101-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:6px;border-style:solid;border-color:#afafaf;border-width:1px;overflow:hidden; }.wzc101-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999999; }#wz-section-wzs46 { height:503px;--section-height:503px; }#wze359 { top:30px;left:15px;width:848px;height:340.538px;z-index:1000; }.wzc103-root .wzc103-root-header .wzc103-root-header-title {  }.wzc103-root .wzc103-root-header .wzc103-root-header-options .wzc103-root-header-options-optionsList .wzc103-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc103-root .wzc103-root-header .wzc103-root-header-options .wzc103-root-header-options-optionsList {  }.wzc103-root .wzc103-root-header .wzc103-root-header-options {  }.wzc103-root .wzc103-root-header {  }.wzc103-root .wzc103-root-orders .wzc103-root-orders-ordersHeader .wzc103-root-orders-ordersHeader-ordersHeaderItem .wzc103-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc103-root .wzc103-root-orders .wzc103-root-orders-ordersHeader .wzc103-root-orders-ordersHeader-ordersHeaderItem {  }.wzc103-root .wzc103-root-orders .wzc103-root-orders-ordersHeader {  }.wzc103-root .wzc103-root-orders {  }.wzc103-root .wzc103-root-pagination .wzc103-root-pagination-paginationButton {  }.wzc103-root .wzc103-root-pagination {  }.wzc103-root {  }.wzc103  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc103  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc103  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc103  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc103  .wz-profile-orders-order-items-header { width:80%; }.wzc103  .wz-profile-orders-order-items-header p { width:20%;font-size:12px;font-family:iransans_fa;font-weight:500;text-align:center;color:rgb(117,117,117); }.wzc103  .wz-profile-orders-order-details { width:80%; }.wzc103  .wz-profile-orders-order-buttons { width:20%; }.wzc103  .wz-profile-orders-order-details p { width:20%;font-size:12px;font-family:iransans_fa;font-weight:500;text-align:center;color:rgb(117,117,117); }.wzc103  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc103  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc103  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc103  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc103  .wz-profile-orders-no-results-root { gap:10px;border-width:0px;border-style:solid;border-color:#efefef;border-radius:16px;margin-top:20px;padding:70px 30px;background-color:#f4f4f4; }.wzc103  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc103  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc103  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc103 {  }#wz-section-wzs47 { height:502.969px;--section-height:502.969px; }.wzc-section-wzs47 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs47-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs47-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze360 { top:30px;left:15px;width:848px;height:563.316px;z-index:1000; }.wzc106-root .wzc106-root-header .wzc106-root-header-title {  }.wzc106-root .wzc106-root-header .wzc106-root-header-headerButtons .wzc106-root-header-headerButtons-reorderButton {  }.wzc106-root .wzc106-root-header .wzc106-root-header-headerButtons .wzc106-root-header-headerButtons-receiptButton {  }.wzc106-root .wzc106-root-header .wzc106-root-header-headerButtons {  }.wzc106-root .wzc106-root-header {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-mainInformation .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-mainInformation .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-mainInformation .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-mainInformation {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-userInformation .wzc106-root-body-information-userInformation-userInformation{{ item.name }} .wzc106-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-userInformation .wzc106-root-body-information-userInformation-userInformation{{ item.name }} .wzc106-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-userInformation .wzc106-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-userInformation {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-paymentInformation .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-paymentInformation .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-paymentInformation .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-paymentInformation {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderName .wzc106-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc106-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderCount .wzc106-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc106-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc106-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation {  }.wzc106-root .wzc106-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc106-root .wzc106-root-support .wzc106-root-support-supportImage {  }.wzc106-root .wzc106-root-support .wzc106-root-support-supportTextBox .wzc106-root-support-supportTextBox-supportQuestion {  }.wzc106-root .wzc106-root-support .wzc106-root-support-supportTextBox .wzc106-root-support-supportTextBox-supportMessage {  }.wzc106-root .wzc106-root-support .wzc106-root-support-supportTextBox {  }.wzc106-root .wzc106-root-support {  }.wzc106-root {  }.wzc106  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc106  .wz-profile-order-details-header { padding-bottom:20px; }.wzc106  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc106  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc106  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc106  .wz-profile-order-details-body { background-color:rgb(245, 245, 245);padding:15px 0 25px 0;border-radius:10px;border-style:solid;border-width:0;border-color:#000; }.wzc106  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc106  .wz-profile-order-details-information { padding-top:15px;padding-bottom:15px;padding-right:0;padding-left:0;gap:10px;grid-template-columns: 33.33%;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:rgb(233, 233, 233); }.wzc106  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc106  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc106  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc106  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc106  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc106  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc106  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc106  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc106  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc106  .wz-profile-order-details-order-detail { font-size:12px;font-weight:500;color:rgb(0,0,0);border-right-style:solid;border-right-width:1px;border-right-color:rgb(233,233,233); }.wzc106  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc106  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc106  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc106  .wz-profile-order-details-order-image-box { background-color:#fff;border-radius:50px;border-style:solid;border-width:1px;border-color:rgb(233,233,233);padding:5px; }.wzc106  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc106  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc106  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc106  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc106  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc106  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc106  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc106  .wz-profile-order-details-order-description { padding-top:10px;padding-bottom:10px;padding-right:15px;padding-left:15px;margin-right:15px;margin-left:15px;font-size:11px;background-color:#fff;color:rgb(117,117,117);border-style:solid;border-width:1px;border-color:rgb(233,233,233); }.wzc106  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc106  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc106  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc106  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc106 {  }.wzc104:hover .wzc104-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc104:hover .wzc104-content { color:#E74C3C; }.wzc104:hover {  }.wzc104-bg:after {  }.wzc104-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:6px;border-style:solid;border-color:rgba(255, 213, 0, 0.25); }.wzc104-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C; }.wzc105:hover .wzc105-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc105:hover .wzc105-content { color:rgb(117,117,117); }.wzc105:hover {  }.wzc105-bg:after {  }.wzc105-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#f4f4f4;border-radius:6px;border-style:solid;border-color:rgb(233, 233, 233); }.wzc105-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(117,117,117); }#wz-section-wzs48 { height:623.316px;--section-height:623.316px; }#wze361 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc110-header .wzc110-header-title {  }.wzc110-header .wzc110-header-headerButton {  }.wzc110-header .wzc110-header-editButton {  }.wzc110-header .wzc110-header-removeButton {  }.wzc110-header {  }.wzc110-addressesContainer { --desktop-columns:3;--desktop-gap:30px;--tablet-columns:2;--tablet-gap:30px;--mobile-columns:1;--mobile-gap:30px;--address-order:0;--summary-order:1;--transferee-order:2; }.wzc110-pagination .wzc110-pagination-paginationButton {  }.wzc110-pagination {  }.wzc110  .wz-profile-addresses-header { margin-bottom:30px; }.wzc110  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc110  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc110  .wz-profile-addresses-container { border-style:solid;border-width:0px;border-color:#000;background-color:#f7f7f7;border-radius:20px;padding:40px;gap:30px;direction:rtl; }.wzc110  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc110  .wz-profile-address-item { display:flex;flex-flow:column;width:~'calc(33.33% - 20px)';height:fit-content;direction:rtl;background-color:#fff;padding:0;border-radius:20px;border-style:solid;border-width:2px;border-color:#fff;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.18); }.wzc110  .wz-profile-address-item:hover { border-radius:20px; }.wzc110  .wz-profile-address-location { width:100%;height:200px; }.wzc110  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc110  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc110  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc110  .wz-profile-address-full:hover {  }.wzc110  .wz-profile-address-summary { justify-content:start; }.wzc110  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc110  .wz-profile-address-summary-location p:hover {  }.wzc110  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc110  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc110  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc110  .wz-profile-address-summary-postal-code p:hover {  }.wzc110  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc110  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc110  .wz-profile-address-transferee { text-align:right; }.wzc110  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc110  .wz-profile-address-transferee p:hover {  }.wzc110  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc110  .wz-profile-address-remove-button { height:30px; }.wzc110  .wz-profile-address-edit-button { height:30px; }.wzc110  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc110  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc110  .wz-profile-addresses-no-results-first-text:hover {  }.wzc110  .wz-profile-addresses-no-results-second-text:hover {  }.wzc110 {  }.wzc107:hover .wzc107-bg { background-color:#E74C3C; }.wzc107:hover .wzc107-content { font-size:12px;color:#ffd9d5; }.wzc107:hover {  }.wzc107-bg:after {  }.wzc107-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc107-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:12px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C;overflow:hidden; }.wzc108:hover .wzc108-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc108:hover .wzc108-content { font-size:11px;color:#a1a1a1; }.wzc108:hover {  }.wzc108-bg:after {  }.wzc108-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc108-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:11px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#a1a1a1;overflow:hidden; }.wzc109:hover .wzc109-bg { background-color:#E74C3C; }.wzc109:hover .wzc109-content { font-size:11px;color:#fff; }.wzc109:hover {  }.wzc109-bg:after {  }.wzc109-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc109-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:11px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C;overflow:hidden; }#wz-section-wzs49 { height:601px;--section-height:601px; }#wze499 { top:8.5002px;left:609.757px;width:536px;height:40px;z-index:1000; }#wze500 { top:1.14757px;left:95.796px;width:150px;height:54.9132px;z-index:1000; }#wze501 { top:15.0151px;left:232.947px;width:151.1719px;height:29px;z-index:1002; }#wz-section-wzs68 { height:64.2188px;--section-height:64.2188px; }.wzc-section-wzs68-full {  }#wze476 { top:0px;left:0px;width:100%;height:177.743px;z-index:1000;order:1; }.wzc163-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:rgb(255, 255, 255);background-image:url(../../uploads/d51476c238c04c4b8a37b1e32fb78d98.png) ;background-position:top left;background-size:contain;background-repeat:no-repeat; }.wzc163-content {  }.wzc163 {  }#wze477 { top:51.0109px;left:328.499px;width:505px;height:66.6319px;z-index:1000;text-align:center; }#wze478 { top:116.847px;left:580.014px;width:20px;height:20px;z-index:1001; }.wzc164 { overflow:hidden; }.wzc164-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(255, 255, 255); }#wz-section-wzs61 { height:177.743px;--section-height:177.743px; }.wzc-section-wzs61 { background-color:rgb(220, 227, 245);background:; }.wzc-section-wzs61-full { background-image:;background:;background-color:rgb(255, 255, 255);background-size:contain;background-repeat:no-repeat; }.wzc-section-wzs61-full-style {  }.wzc-section-wzs61-full:after { background:;background-color:rgb(255, 255, 255); }#wze456 { top:830.5px;left:44.5px;width:253px;height:85.9375px;z-index:1000; }.wzc147-content {  }.wzc147 {  }#wze468 { top:53.005px;left:29.4774px;width:646px;height:550.833px;z-index:1000; }#wze469 { top:90.009px;left:549.281px;width:90px;height:27.7604px;z-index:1000;text-align:right; }#wze471 { top:120.901px;left:0px;width:645.99px;height:420px;z-index:1000;text-align:right; }#wze472 { top:0px;left:516.7219001px;width:64.2917px;height:51px;z-index:1002; }.wzc162-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc162-img .wzc162-img-inner { width:100%;height:100%;float:left; }.wzc162-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc162 .wzc162-img .wzc162-img-inner { filter:none;mix-blend-mode:multiply; }.wzc162 .wzc162-img { background-color:unset; }.wzc162 {  }#wze472 .wzc162-img-inner { object-fit:cover; }#wze475 { top:209.572px;left:706.389px;width:413px;height:273.438px;z-index:1001; }.wzc157-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;box-shadow:14px 23px 50px 0px rgba(0, 0, 0, 0.2) ; }.wzc157-img .wzc157-img-inner { width:100%;height:100%;float:left; }.wzc157-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze475 .wzc157-img-inner { object-fit:cover; }#wze528 { top:641.517px;left:773.557px;width:108.976px;height:24.4271px;z-index:1000;text-align:right; }#wze529 { top:596.637px;left:886.202px;width:87.9688px;height:87.9688px;z-index:1000; }#wz-section-wzs60 { height:922.031px;--section-height:922.031px; }.wzc-section-wzs60 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs60-full { background:;background-color:rgb(255, 253, 247); }.wzc-section-wzs60-full-style {  }.wzc-section-wzs60-full:after { background:;background-color:rgb(255, 253, 247); }[data-page=p9] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p10] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p11] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p12] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p13] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p14] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p15] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p17] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p18] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p19] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p20] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p21] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p22] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }@media only screen and (max-width : 768px) {#wze117 { top:15px;bottom:auto;right:auto;height:59.5px;display:none;z-index:1000; }#wze118 { top:15px;left:22.219px;bottom:auto;right:auto;width:146px;height:29.5px;display:block;z-index:1000; }#wze119 { top:6.75px;left:120px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze120 { top:5.25px;left:12px;bottom:auto;right:auto;width:99px;height:19px;display:block;z-index:1000;text-align:right; }#wze124 { bottom:auto;right:auto;display:none;z-index:1000; }#wze125 { bottom:auto;right:auto;display:block;z-index:1000; }#wze126 { bottom:auto;right:auto;display:block;z-index:1000; }#wze127 { top:15px;left:176px;bottom:auto;right:auto;width:146px;height:29.5px;display:block;z-index:1000; }#wze129 { top:6.75px;left:120px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze130 { top:6.75px;left:84.3333px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze131 { top:6.75px;left:48.6667px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze132 { top:6.75px;left:13px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze138 { top:15px;left:329.781px;bottom:auto;right:auto;width:130.438px;height:21px;display:block;z-index:1000; }#wze140 { top:25px;left:414.875px;bottom:auto;right:auto;width:48.6719px;height:51px;display:block;z-index:1000; }#wze141 { top:42.5px;left:230.501px;bottom:auto;right:auto;width:181px;height:16.6493px;display:block;z-index:1000;text-align:right; }#wze155 { top:42px;left:0px;bottom:auto;right:auto;width:214px;height:17.7604px;display:block;z-index:1000;text-align:right; }#wz-section-header { height:80.1389px;--section-height:80.1389px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze143 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze149 { top:10.3279px;left:98.876px;bottom:auto;right:auto;width:150px;height:54.9132px;display:block;z-index:1000; }#wze492 { top:63.2411px;left:98.2961px;bottom:auto;right:auto;width:151.172px;height:28.9931px;z-index:1000; }#wz-section-wzs18 { height:131.892px;--section-height:131.892px; }.wzc-section-wzs18 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs18-full { background-position:left center;background-size:auto;background-repeat:no-repeat; }#wze150 { top:133.5px;left:17.5px;bottom:auto;right:auto;width:436px;height:45px;display:none;z-index:1000; }#wze154 { top:16.6838px;left:62.3496px;bottom:auto;right:auto;width:360.972px;height:24.4271px;display:block;z-index:1000;text-align:justify; }#wze156 { top:49.0655px;left:64.0135px;bottom:auto;right:auto;width:332px;height:44.4271px;display:block;z-index:1000;text-align:center; }#wz-section-wzs52 { height:185.816px;--section-height:185.816px; }#wze164 { top:130.241px;left:27.9258px;bottom:auto;right:auto;width:422.125px;height:183px;display:block;z-index:1000; }.wzc181-image-bg { background-size:contain;background-repeat:no-repeat;background-position:top right; }#wze364 { top:1px;left:0.75px;bottom:auto;right:auto;width:290px;height:180px;z-index:1000; }#wze166 { top:332.115px;left:178.655px;bottom:auto;right:auto;width:108.188px;height:41px;display:block;z-index:1000; }.wzc138-content { font-size:12px; }#wze535 { top:10.9976px;left:270.002px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }.wzc194-content { font-size:15px; }#wz-section-wzs27 { height:473.188px;--section-height:473.188px; }#wze372 { top:50.0001px;left:15px;bottom:auto;right:auto;width:438px;height:491.969px;display:block;z-index:1000; }#wze374 { top:25.0306px;left:95.75px;bottom:auto;right:auto;width:241px;height:164.969px;display:block;z-index:1000; }#wze376 { top:251.003px;left:87px;bottom:auto;right:auto;width:256px;height:168px;display:block;z-index:1000; }#wze381 { top:199.137px;left:76.5915px;bottom:auto;right:auto;width:294.826px;height:31.9965px;display:block;z-index:1000; }.wzc191-content { font-size:12px; }#wze382 { top:424.5px;left:68.7112px;bottom:auto;right:auto;width:292.594px;height:32px;display:block;z-index:1000; }.wzc132-content { font-size:13px; }#wze373 { top:8.00009px;left:269.827px;bottom:auto;right:auto;width:191px;height:34px;z-index:1000; }.wzc135-content { font-size:15px; }#wz-section-wzs53 { height:588.969px;--section-height:588.969px; }#wze169 { top:78.2158px;left:33.9829px;bottom:auto;right:auto;width:410px;height:165.139px;display:block;z-index:1000; }#wze171 { top:1px;left:289.625px;bottom:auto;right:auto;width:149.172px;height:41px;display:block;z-index:1000; }.wzc177-content { font-size:19px; }#wz-section-wzs28 { height:283.09px;--section-height:283.09px; }#wze179 { top:10.6077px;left:15px;bottom:auto;right:auto;width:438px;height:433.524px;display:block;z-index:1000; }#wze177 { top:73px;left:192.452px;bottom:auto;right:auto;width:73px;height:13.316px;display:block;z-index:1000;text-align:right; }#wze182 { top:99.5755px;left:0px;bottom:auto;right:auto;width:268px;height:205.538px;display:block;z-index:1000;text-align:right; }#wze363 { top:144.002px;left:286.625px;bottom:auto;right:auto;width:158.797px;height:123px;z-index:1000; }#wze526 { top:305.792px;left:318.486px;bottom:auto;right:auto;width:100.99px;height:19.9826px;z-index:1000;text-align:right; }#wze527 { top:326.669px;left:347.141px;bottom:auto;right:auto;width:51.9618px;height:51.9271px;z-index:1000; }#wz-section-wzs30 { height:507.465px;--section-height:507.465px; }#wze486 { top:65.0082px;left:17px;bottom:auto;right:auto;width:438px;height:194.219px;z-index:1000; }#wze487 { top:11px;left:286.639px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }.wzc183-content { font-size:17px; }#wz-section-wzs31 { height:289.75px;--section-height:289.75px; }#wze230 { top:13.9987px;left:15px;bottom:auto;right:auto;width:440.01543px;height:296.944px;display:block;z-index:1000; }#wze206 { top:34.6562px;left:240.264px;bottom:auto;right:auto;width:192px;height:45.0868px;display:block;z-index:1000; }#wze209 { top:2.34375px;left:-7px;bottom:auto;right:auto;width:188px;height:26.6493px;display:block;z-index:1000;text-align:right; }#wze236 { top:179.068px;left:6.01543px;bottom:auto;right:auto;width:434px;height:118.316px;display:block;z-index:1000; }#wze237 { top:1px;left:15px;bottom:auto;right:auto;width:408px;height:0.34375px;display:block;z-index:1000; }#wze240 { top:63.3125px;left:10.252px;bottom:auto;right:auto;width:79px;height:35px;display:block;z-index:1000; }#wze238 { top:198.531px;left:24.0625px;bottom:auto;right:auto;width:408px;height:51.0938px;display:block;z-index:1000;text-align:right; }#wze385 { top:56px;left:6.627px;bottom:auto;right:auto;width:98px;height:83px;display:block;z-index:1000; }#wze387 { top:90.0321px;left:297.314px;bottom:auto;right:auto;width:126px;height:75.9896px;z-index:1000; }#wz-section-footer { height:316.042px;--section-height:316.042px; }#wze493 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze494 { top:80px;left:242.086px;bottom:auto;right:auto;width:150px;height:54.6875px;display:block;z-index:1000; }#wze495 { top:80px;left:75.914px;bottom:auto;right:auto;width:151.172px;height:29px;display:block;z-index:1000; }#wz-section-wzs66 { height:149.6875px;--section-height:149.6875px; }#wze146 { top:254px;left:0.5px;bottom:auto;right:auto;width:467px;height:205.828px;display:block;z-index:1000; }#wze146 .wz-shop-product { width: calc(100% - 30px )}#wze241 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:224px;display:block;z-index:1000; }#wze147 { top:31px;left:120.5px;bottom:auto;right:auto;width:197px;height:144px;display:block;z-index:1000; }#wz-section-wzs22 { height:474.812px;--section-height:474.812px; }#wze148 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:454.484px;display:block;z-index:1000; }#wz-section-wzs21 { height:484.469px;--section-height:484.469px; }#wze503 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }.wzc131-content { font-size:12px; }#wze510 { top:70px;left:15px;bottom:auto;right:auto;width:438px;height:395px;display:block;z-index:1000; }#wze511 { top:335px;left:143.552px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }.wzc187-content { font-size:12px; }#wze514 { top:206.015px;left:104.632px;bottom:auto;right:auto;width:245px;height:97px;display:block;z-index:1000;text-align:center; }#wze512 { top:480px;left:15px;bottom:auto;right:auto;width:438px;height:404px;display:block;z-index:1000; }#wze513 { top:334px;left:128.137px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze515 { top:213.004px;left:95.6327px;bottom:auto;right:auto;width:245px;height:75px;display:block;z-index:1000;text-align:center; }#wz-section-wzs71 { height:899px;--section-height:899px; }#wze145 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:63.3906px;display:block;z-index:1000; }#wz-section-wzs23 { height:93.375px;--section-height:93.375px; }#wze490 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze491 { top:80px;left:159px;bottom:auto;right:auto;width:150px;height:54.9132px;display:block;z-index:1000; }#wz-section-wzs65 { height:149.91320762939px;--section-height:149.91320762939px; }#wze242 { top:143.75px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:1137.71px;display:block;z-index:1000; }#wze243 { top:1296.46px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:151.545px;display:block;z-index:1000; }#wze247 { top:11.9744px;left:131.975px;bottom:auto;right:auto;width:220.99px;height:27.7431px;display:block;z-index:1000;text-align:right; }#wze248 { top:46.9187px;left:88.0179px;bottom:auto;right:auto;width:263.941px;height:2.96875px;display:block;z-index:1000; }#wze249 { top:62.4096px;left:135.973px;bottom:auto;right:auto;width:212.986px;height:56.6319px;display:block;z-index:1000; }#wze264 { top:15px;left:2.7585px;bottom:auto;right:auto;width:462.483px;height:113.75px;display:block;z-index:1000; }#wze265 { top:12.0004px;left:159.228px;bottom:auto;right:auto;width:198.976px;height:27.7778px;display:block;z-index:1000;text-align:right; }#wze267 { top:47.8826px;left:81.2415px;bottom:auto;right:auto;width:300px;height:1.99653px;display:block;z-index:1000; }#wze268 { top:66.5072px;left:81.2419px;bottom:auto;right:auto;width:300px;height:38.9931px;display:block;z-index:1000; }#wze270 { top:1462.99px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:381.632px;display:block;z-index:1000; }#wze269 { top:75.5194px;left:89.4876px;bottom:auto;right:auto;width:265px;height:292.865px;display:block;z-index:1000; }#wze271 { top:6.63517px;left:128.459px;bottom:auto;right:auto;width:220.99px;height:27.7431px;display:block;z-index:1000;text-align:right; }#wze273 { top:43.8975px;left:75.4945px;bottom:auto;right:auto;width:279.983px;height:4.98264px;display:block;z-index:1000; }#wz-section-wzs34 { height:1859.6181450195px;--section-height:1859.6181450195px; }#wze250 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:1498.75px;display:block;z-index:1000; }#wze274 { top:1657.75px;left:15px;bottom:auto;right:auto;width:438px;height:114px;display:block;z-index:1000; }#wze275 { top:12.0004px;left:147px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze276 { top:67.0004px;left:137px;bottom:auto;right:auto;width:213px;height:19px;display:block;z-index:1000; }#wze277 { top:48.0004px;left:69px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze278 { top:1528.75px;left:15px;bottom:auto;right:auto;width:438px;height:114px;display:block;z-index:1000; }#wze279 { top:12.0004px;left:147px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze280 { top:48.0004px;left:69px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze281 { top:66.625px;left:69px;bottom:auto;right:auto;width:300px;height:39px;display:block;z-index:1000; }#wze282 { top:1786.75px;left:15px;bottom:auto;right:auto;width:438px;height:289px;display:block;z-index:1000; }#wze283 { top:12.0004px;left:147px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze284 { top:48.0004px;left:69px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze285 { top:76.6254px;left:83px;bottom:auto;right:auto;width:265px;height:198px;display:block;z-index:1000; }#wz-section-wzs33 { height:2090.72px;--section-height:2090.72px; }#wze286 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:642.547px;display:block;z-index:1000; }#wze287 { top:27px;left:147px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze288 { top:77px;left:81.5px;bottom:auto;right:auto;width:275px;height:545px;display:block;z-index:1000; }#wz-section-wzs36 { height:672.547px;--section-height:672.547px; }#wze251 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:466.984px;display:block;z-index:1000; }#wz-section-wzs35 { height:496.984px;--section-height:496.984px; }#wze496 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze497 { top:80px;left:242.102px;bottom:auto;right:auto;width:149.969px;height:54.6719px;display:block;z-index:1000; }#wze498 { top:80px;left:75.9295px;bottom:auto;right:auto;width:151.172px;height:29px;display:block;z-index:1000; }#wz-section-wzs67 { height:149.6719px;--section-height:149.6719px; }#wze290 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:139px;display:block;z-index:1000; }#wze289 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:50px;display:block;z-index:1000;text-align:center; }#wze291 { top:80px;left:15px;bottom:auto;right:auto;width:408px;height:44px;display:block;z-index:1000;text-align:center; }#wze292 { top:181px;left:138px;bottom:auto;right:auto;width:188px;height:108px;display:block;z-index:1000; }#wze295 { top:0.01525px;left:158px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze296 { top:1.00038px;left:47px;bottom:auto;right:auto;width:104px;height:28px;display:block;z-index:1000;text-align:right; }#wze297 { top:47.6254px;left:2px;bottom:auto;right:auto;width:186px;height:38px;display:block;z-index:1000;text-align:right; }#wze298 { top:313px;left:138px;bottom:auto;right:auto;width:188px;height:108px;display:block;z-index:1000; }#wze299 { top:0.01525px;left:158px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze300 { top:1.00038px;left:37px;bottom:auto;right:auto;width:104px;height:28px;display:block;z-index:1000;text-align:right; }#wze301 { top:47.6254px;left:0px;bottom:auto;right:auto;width:188px;height:38px;display:block;z-index:1000;text-align:right; }#wze302 { top:445px;left:138px;bottom:auto;right:auto;width:188px;height:108px;display:block;z-index:1000; }#wze303 { top:0.01525px;left:158px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze304 { top:1.00038px;left:43px;bottom:auto;right:auto;width:104px;height:28px;display:block;z-index:1000;text-align:right; }#wze305 { top:47.6254px;left:2px;bottom:auto;right:auto;width:186px;height:38px;display:block;z-index:1000;text-align:right; }#wz-section-wzs37 { height:572px;--section-height:572px; }#wze306 { top:23px;left:15px;bottom:auto;right:auto;width:438px;height:261.5px;display:block;z-index:1000; }#wz-section-wzs38 { height:307.5px;--section-height:307.5px; }#wze308 { top:15px;left:15.5px;bottom:auto;right:auto;width:437px;height:50px;display:block;z-index:1000;text-align:center; }#wze323 { top:80px;left:15px;bottom:auto;right:auto;width:438px;height:315px;display:block;z-index:1000; }#wz-section-wzs40 { height:410px;--section-height:410px; }#wz-section-wzs50 { height:15px;--section-height:15px; }#wze357 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:257.734px;display:block;z-index:1000; }#wze362 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs45 { height:491.719px;--section-height:491.719px; }#wze358 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs46 { height:672px;--section-height:672px; }#wze359 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.125px;display:block;z-index:1000; }.wzc103  .wz-profile-orders-header p { font-size:16px; }.wzc103  .wz-profile-orders-header-option { font-size:10px; }.wzc103  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc103  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs47 { height:410.125px;--section-height:410.125px; }#wze360 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.688px;display:block;z-index:1000; }.wzc106  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc106  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc106  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc106  [data-name=total_include_tax] { padding:10px; }.wzc106  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc106  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc106  .wz-profile-order-details-order-detail { font-size:10px; }.wzc106  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc106  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc106  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs48 { height:568.688px;--section-height:568.688px; }#wze361 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.422px;display:block;z-index:1000; }#wz-section-wzs49 { height:513.422px;--section-height:513.422px; }#wze499 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze500 { top:80px;left:242.073px;bottom:auto;right:auto;width:150px;height:54.9132px;display:block;z-index:1000; }#wze501 { top:80px;left:75.927px;bottom:auto;right:auto;width:151.163px;height:28.9931px;display:block;z-index:1000; }#wz-section-wzs68 { height:149.91323051758px;--section-height:149.91323051758px; }#wze476 { top:0px;left:0px;bottom:auto;right:auto;width:467.986px;height:131.66668701172px;display:block;z-index:1000;order:1; }#wze477 { top:15px;left:15.0085px;bottom:auto;right:auto;width:437.969px;height:66.6667px;display:block;z-index:1000;text-align:center; }#wze478 { top:96.6667px;left:223.993px;bottom:auto;right:auto;width:20px;height:20px;display:block;z-index:1000; }#wz-section-wzs61 { height:131.667px;--section-height:131.667px; }#wze456 { top:1081.27px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:85.9375px;display:block;z-index:1000; }#wze468 { top:15px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:659.8618px;display:block;z-index:1000; }#wze469 { top:80.9896px;left:173.993px;bottom:auto;right:auto;width:90px;height:27.7778px;display:block;z-index:1000;text-align:right; }#wze471 { top:123.767px;left:15px;bottom:auto;right:auto;width:407.969px;height:521.094px;display:block;z-index:1000;text-align:right; }#wze472 { top:15px;left:186.847px;bottom:auto;right:auto;width:64.2882px;height:50.9896px;display:block;z-index:1000; }#wze475 { top:689.861px;left:27.5155px;bottom:auto;right:auto;width:412.986px;height:273.438px;display:block;z-index:1000; }#wze528 { top:978.299px;left:128.028px;bottom:auto;right:auto;width:108.976px;height:24.4271px;display:block;z-index:1000;text-align:right; }#wze529 { top:978.299px;left:252.004px;bottom:auto;right:auto;width:87.9688px;height:87.9688px;display:block;z-index:1000; }#wz-section-wzs60 { height:1182.2048950195px;--section-height:1182.2048950195px; }.cssgrid #wze140 { margin:  25px 0px 4px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze155 { margin:  42px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze141 { margin:  43px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze149 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze143 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze492 { margin:  63px 0px 40px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze154 { margin:  17px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze156 { margin:  0px 0px 93px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze535 { margin:  11px 0px 79px 0px; grid-area: 1 / 1 / 2 / 2; }#wze164 { --gtr:1 }.cssgrid #wze164 { margin:  0px 0px 19px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze166 { margin:  0px 0px 100px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze364 { margin:  1px 0px 2px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze373 { margin:  8px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }#wze372 { --gtr:4 }.cssgrid #wze372 { margin:  0px 0px 47px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze374 { margin:  25px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 164.969px }.cssgrid #wze381 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze376 { margin:  0px 0px 6px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 168px }.cssgrid #wze382 { margin:  0px 0px 35px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze171 { margin:  1px 0px 36px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze169 { margin:  0px 0px 40px 0px; grid-area: 2 / 1 / 3 / 2; }#wze179 { --gtr:2 }.cssgrid #wze179 { margin:  11px 0px 63px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze363 { margin:  144px 0px 39px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze526 { margin:  0px 0px 1px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze527 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze177 { margin:  73px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze182 { margin:  0px 0px 129px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze487 { margin:  11px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze486 { margin:  0px 0px 31px 0px; grid-area: 2 / 1 / 3 / 2; }#wze230 { --gtr:3 }.cssgrid #wze230 { margin:  14px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }#wze206 { --gtr:1 }.cssgrid #wze206 { margin:  35px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze385 { margin:  56px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze387 { margin:  0px 0px 13px 0px; grid-area: 2 / 1 / 4 / 2; }#wze236 { --gtr:2 }.cssgrid #wze236 { margin:  0px 0px -0.055999999999983px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze238 { margin:  20px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze209 { margin:  2px 0px 16px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze237 { margin:  1px 0px 62px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 0.34375px }.cssgrid #wze240 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze493 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze495 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze494 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }#wze241 { --gtr:1 }.cssgrid #wze241 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze146 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze147 { margin:  31px 0px 49px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze148 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze503 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze510 { --gtr:2 }.cssgrid #wze510 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze512 { --gtr:2 }.cssgrid #wze512 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze514 { margin:  206px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze511 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze515 { margin:  213px 0px 46px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze513 { margin:  0px 0px 30px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze145 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze490 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze491 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze264 { --gtr:3 }.cssgrid #wze264 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze242 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze243 { --gtr:3 }.cssgrid #wze243 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze270 { --gtr:3 }.cssgrid #wze270 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze265 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze267 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1.99653px }.cssgrid #wze268 { margin:  0px 0px 8px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze247 { margin:  12px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze248 { margin:  0px 0px 12px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2.96875px }.cssgrid #wze249 { margin:  0px 0px 33px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze271 { margin:  7px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze273 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4.98264px }.cssgrid #wze269 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze250 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze278 { --gtr:3 }.cssgrid #wze278 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze274 { --gtr:3 }.cssgrid #wze274 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze282 { --gtr:3 }.cssgrid #wze282 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze279 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze280 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze281 { margin:  0px 0px 8px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze275 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze277 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze276 { margin:  0px 0px 28px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze283 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze284 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze285 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }#wze286 { --gtr:2 }.cssgrid #wze286 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze287 { margin:  27px 0px 22px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze288 { margin:  0px 0px 21px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze251 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze496 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze498 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze497 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }#wze290 { --gtr:2 }.cssgrid #wze290 { margin:  15px 0px 27px 0px; grid-area: 1 / 1 / 2 / 2; }#wze292 { --gtr:2 }.cssgrid #wze292 { margin:  0px 0px 24px 0px; grid-area: 2 / 1 / 3 / 2; }#wze298 { --gtr:2 }.cssgrid #wze298 { margin:  0px 0px 24px 0px; grid-area: 3 / 1 / 4 / 2; }#wze302 { --gtr:2 }.cssgrid #wze302 { margin:  0px 0px 19px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze289 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze291 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze295 { margin:  0px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze296 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze297 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze299 { margin:  0px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze300 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze301 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze303 { margin:  0px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze304 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze305 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze306 { margin:  23px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze308 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze323 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze362 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze357 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze358 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze359 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze360 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze361 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze499 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze501 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze500 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze477 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze478 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze468 { --gtr:3 }.cssgrid #wze468 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze475 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze528 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze529 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze456 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze472 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze469 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze471 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wz-section-header  { --gtr:1 }#wz-section-wzs18  { --gtr:1 }#wz-section-wzs52  { --gtr:2 }#wz-section-wzs27  { --gtr:3 }#wz-section-wzs53  { --gtr:2 }#wz-section-wzs28  { --gtr:2 }#wz-section-wzs30  { --gtr:5 }#wz-section-wzs31  { --gtr:2 }#wz-section-footer  { --gtr:1 }#wz-section-wzs66  { --gtr:2 }#wz-section-wzs22  { --gtr:2 }#wz-section-wzs21  { --gtr:1 }#wz-section-wzs71  { --gtr:3 }#wz-section-wzs23  { --gtr:1 }#wz-section-wzs65  { --gtr:2 }#wz-section-wzs34  { --gtr:4 }#wz-section-wzs33  { --gtr:4 }#wz-section-wzs36  { --gtr:1 }#wz-section-wzs35  { --gtr:1 }#wz-section-wzs67  { --gtr:2 }#wz-section-wzs37  { --gtr:4 }#wz-section-wzs38  { --gtr:1 }#wz-section-wzs40  { --gtr:2 }#wz-section-wzs50  { --gtr:0 }#wz-section-wzs45  { --gtr:2 }#wz-section-wzs46  { --gtr:2 }#wz-section-wzs47  { --gtr:2 }#wz-section-wzs48  { --gtr:2 }#wz-section-wzs49  { --gtr:2 }#wz-section-wzs68  { --gtr:2 }#wz-section-wzs61  { --gtr:1 }#wz-section-wzs60  { --gtr:4 }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze117 { top:0px;bottom:auto;right:auto;height:43.5px;display:none;z-index:1000; }#wze118 { top:14px;left:77.281px;bottom:auto;right:auto;width:146px;height:29.5px;display:block;z-index:1000; }#wze119 { top:5.75px;left:120px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze120 { top:4.25px;left:12px;bottom:auto;right:auto;width:99px;height:19px;display:block;z-index:1000;text-align:right; }#wze124 { top:14px;left:544.719px;bottom:auto;right:auto;width:146px;height:29.5px;display:block;z-index:1000; }#wze125 { top:4.25px;left:12px;bottom:auto;right:auto;width:99px;height:19px;display:block;z-index:1000;text-align:right; }#wze126 { top:5.75px;left:120px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze127 { top:14px;left:238.281px;bottom:auto;right:auto;width:146px;height:29.5px;display:block;z-index:1000; }#wze129 { top:5.75px;left:120px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze130 { top:5.75px;left:84.3333px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze131 { top:5.75px;left:48.6667px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze132 { top:5.75px;left:13px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze138 { top:15px;left:411.101px;bottom:auto;right:auto;width:130.438px;height:21px;display:block;z-index:1000; }#wze140 { top:38.5px;left:691.956px;bottom:auto;right:auto;width:72.6719px;height:52px;display:block;z-index:1000; }#wze141 { top:51px;left:342.341px;bottom:auto;right:auto;width:343px;height:26.6493px;display:block;z-index:1000;text-align:right; }#wze155 { top:54px;left:4.87042px;bottom:auto;right:auto;width:293px;height:23.316px;display:block;z-index:1000;text-align:right; }#wz-section-header { height:97.9688px;--section-height:97.9688px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze143 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze149 { top:10.3279px;left:189.157px;bottom:auto;right:auto;width:150px;height:54.9132px;display:block;z-index:1000; }#wze492 { top:78.2411px;left:188.577px;bottom:auto;right:auto;width:151.172px;height:28.9931px;z-index:1000; }#wz-section-wzs18 { height:136.892px;--section-height:136.892px; }#wze150 { top:135.974px;left:139.843px;bottom:auto;right:auto;width:458px;height:45px;display:block;z-index:1000; }#wze154 { top:8.5px;left:117.828px;bottom:auto;right:auto;width:516.979px;height:37.7778px;display:block;z-index:1000;text-align:right; }#wze156 { top:51.2952px;left:177.748px;bottom:auto;right:auto;width:390px;height:51.0938px;display:block;z-index:1000;text-align:center; }#wz-section-wzs52 { height:216.875px;--section-height:216.875px; }#wze164 { top:135.008px;left:104.744px;bottom:auto;right:auto;width:521.391px;height:204px;display:block;z-index:1000; }.wzc181-image-bg { background-size:contain;background-repeat:no-repeat;background-position:top right; }#wze364 { top:0px;left:0.734375px;bottom:auto;right:auto;width:332px;height:203px;display:block;z-index:1000; }#wze166 { top:361.233px;left:326.114px;bottom:auto;right:auto;width:108.188px;height:41px;display:block;z-index:1000; }.wzc138-content { font-size:8px; }#wze535 { top:11.0025px;left:567.958px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }.wzc194-content { font-size:16px; }#wz-section-wzs27 { height:563.219px;--section-height:563.219px; }.wzc-section-wzs27 { background:;background-color:rgba(255, 255, 255, 0); }#wze372 { top:94.5226px;left:15.014px;bottom:auto;right:auto;width:738px;height:241.969px;display:block;z-index:1000; }#wze374 { top:10.5148px;left:443.578px;bottom:auto;right:auto;width:234px;height:160.969px;display:block;z-index:1000; }#wze376 { top:10.4844px;left:81.4678px;bottom:auto;right:auto;width:237px;height:162px;display:block;z-index:1000; }#wze381 { top:178.985px;left:430.341px;bottom:auto;right:auto;width:261.844px;height:40px;display:block;z-index:1000; }.wzc191-content { font-size:12px; }#wze382 { top:180.985px;left:79.656px;bottom:auto;right:auto;width:246.594px;height:36px;display:block;z-index:1000; }.wzc132-content { font-size:12px; }#wze373 { top:25px;left:557.513px;bottom:auto;right:auto;width:191px;height:40px;display:block;z-index:1000; }.wzc135-content { font-size:16px; }#wz-section-wzs53 { height:387.969px;--section-height:387.969px; }#wze169 { top:86.9972px;left:15.0036px;bottom:auto;right:auto;width:724px;height:190.729px;display:block;z-index:1000; }#wze171 { top:4.5px;left:558.921px;bottom:auto;right:auto;width:178.172px;height:48px;display:block;z-index:1000; }.wzc177-content { font-size:19px; }#wz-section-wzs28 { height:318.646px;--section-height:318.646px; }#wze179 { top:128.737px;left:20.0152px;bottom:auto;right:auto;width:738px;height:452.135px;display:block;z-index:1000; }#wze177 { top:17.4687px;left:169.514px;bottom:auto;right:auto;width:200px;height:18.8715px;display:block;z-index:1000;text-align:right; }#wze182 { top:45.9117px;left:13.5156px;bottom:auto;right:auto;width:356px;height:277.76px;display:block;z-index:1000;text-align:right; }#wze363 { top:204.002px;left:400.352px;bottom:auto;right:auto;width:351.797px;height:251px;display:block;z-index:1000; }#wze526 { top:474.222px;left:507.059px;bottom:auto;right:auto;width:96.9965px;height:21.1111px;z-index:1000;text-align:right; }#wze527 { top:490.027px;left:525.681px;bottom:auto;right:auto;width:56.9618px;height:56.9444px;z-index:1000; }#wz-section-wzs30 { height:673.073px;--section-height:673.073px; }#wze486 { top:62px;left:15px;bottom:auto;right:auto;width:738px;height:308.5px;z-index:1000; }#wze487 { top:15px;left:574.997px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }#wz-section-wzs31 { height:498.125px;--section-height:498.125px; }#wze230 { top:24.17px;left:15.0072px;bottom:auto;right:auto;width:736.906px;height:329.149px;display:block;z-index:1000; }#wze206 { top:40.8451px;left:442.532px;bottom:auto;right:auto;width:285.67188px;height:77.6562px;display:block;z-index:1000; }#wze209 { top:16.5026px;left:2.67188px;bottom:auto;right:auto;width:283px;height:37.7604px;display:block;z-index:1000;text-align:right; }#wze236 { top:227.293px;left:4.03037px;bottom:auto;right:auto;width:732.875px;height:100.816px;display:block;z-index:1000; }#wze237 { top:0px;left:15px;bottom:auto;right:auto;width:708px;height:0.609375px;display:block;z-index:1000; }#wze240 { top:14.9585px;left:15.9062px;bottom:auto;right:auto;width:96px;height:35px;display:block;z-index:1000; }#wze238 { top:286.738px;left:59.3277px;bottom:auto;right:auto;width:657px;height:25.5556px;display:block;z-index:1000;text-align:right; }#wze385 { top:97.4062px;left:5.73438px;bottom:auto;right:auto;width:116px;height:114px;z-index:1000; }#wze387 { top:131.703px;left:523.109px;bottom:auto;right:auto;width:200px;height:105px;z-index:1000; }#wz-section-footer { height:366.198px;--section-height:366.198px; }#wze493 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze494 { top:80px;left:392.086px;bottom:auto;right:auto;width:150px;height:54.6875px;display:block;z-index:1000; }#wze495 { top:80px;left:225.914px;bottom:auto;right:auto;width:151.172px;height:29px;display:block;z-index:1000; }#wz-section-wzs66 { height:149.6875px;--section-height:149.6875px; }#wze146 { top:254px;left:0.5px;bottom:auto;right:auto;width:767px;height:346.828px;display:block;z-index:1000; }#wze146 .wz-shop-product { width: calc(50% - 30px )}#wze241 { top:15px;left:259px;bottom:auto;right:auto;width:250px;height:224px;display:block;z-index:1000; }#wze147 { top:31px;left:26.5px;bottom:auto;right:auto;width:197px;height:144px;display:block;z-index:1000; }#wz-section-wzs22 { height:615.812px;--section-height:615.812px; }#wze148 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:765.781px;display:block;z-index:1000; }#wz-section-wzs21 { height:795.766px;--section-height:795.766px; }#wze503 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }.wzc131-content { font-size:12px; }#wze510 { top:70px;left:391.5px;bottom:auto;right:auto;width:287px;height:395px;display:block;z-index:1000; }#wze511 { top:335px;left:68.0519px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }.wzc187-content { font-size:12px; }#wze514 { top:206.015px;left:29.1319px;bottom:auto;right:auto;width:245px;height:97px;display:block;z-index:1000;text-align:center; }#wze512 { top:70px;left:89.5px;bottom:auto;right:auto;width:287px;height:404px;display:block;z-index:1000; }#wze513 { top:334px;left:52.6367px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze515 { top:213.004px;left:20.1327px;bottom:auto;right:auto;width:245px;height:75px;display:block;z-index:1000;text-align:center; }#wz-section-wzs71 { height:489px;--section-height:489px; }#wze145 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:106.812px;display:block;z-index:1000; }#wz-section-wzs23 { height:136.797px;--section-height:136.797px; }#wze490 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze491 { top:80px;left:309px;bottom:auto;right:auto;width:150px;height:54.9132px;display:block;z-index:1000; }#wz-section-wzs65 { height:149.9132038147px;--section-height:149.9132038147px; }#wze242 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:2562.38px;display:block;z-index:1000; }#wze243 { top:2592.38px;left:412.5px;bottom:auto;right:auto;width:320px;height:114px;display:block;z-index:1000; }#wze247 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze248 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze249 { top:67.0004px;left:78px;bottom:auto;right:auto;width:213px;height:19px;display:block;z-index:1000; }#wze264 { top:2592.38px;left:35px;bottom:auto;right:auto;width:320px;height:114px;display:block;z-index:1000; }#wze265 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze267 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze268 { top:66.625px;left:10px;bottom:auto;right:auto;width:300px;height:39px;display:block;z-index:1000; }#wze270 { top:2721.38px;left:56.5px;bottom:auto;right:auto;width:320px;height:289px;display:none;z-index:1000; }#wze269 { top:76.6254px;left:24px;bottom:auto;right:auto;width:265px;height:198px;display:block;z-index:1000; }#wze271 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze273 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wz-section-wzs34 { height:2745.38px;--section-height:2745.38px; }#wze250 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:1129.58px;display:block;z-index:1000; }#wze274 { top:1159.62px;left:413px;bottom:auto;right:auto;width:320px;height:114px;display:block;z-index:1000; }#wze275 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze276 { top:67.0004px;left:78px;bottom:auto;right:auto;width:213px;height:19px;display:block;z-index:1000; }#wze277 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze278 { top:1159.62px;left:35px;bottom:auto;right:auto;width:320px;height:114px;display:block;z-index:1000; }#wze279 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze280 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze281 { top:66.625px;left:10px;bottom:auto;right:auto;width:300px;height:39px;display:block;z-index:1000; }#wze282 { bottom:auto;right:auto;display:none;z-index:1000; }#wze283 { bottom:auto;right:auto;display:block;z-index:1000; }#wze284 { bottom:auto;right:auto;display:block;z-index:1000; }#wze285 { bottom:auto;right:auto;display:block;z-index:1000; }#wz-section-wzs33 { height:1297.58px;--section-height:1297.58px; }#wze286 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:671.531px;display:block;z-index:1000; }#wze287 { top:28px;left:486px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze288 { top:71px;left:199px;bottom:auto;right:auto;width:340px;height:530.984px;display:block;z-index:1000; }#wz-section-wzs36 { height:701.531px;--section-height:701.531px; }#wze251 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:467px;display:block;z-index:1000; }#wz-section-wzs35 { height:497px;--section-height:497px; }#wze496 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze497 { top:80px;left:392.102px;bottom:auto;right:auto;width:149.969px;height:54.6719px;display:block;z-index:1000; }#wze498 { top:80px;left:225.93px;bottom:auto;right:auto;width:151.172px;height:29px;display:block;z-index:1000; }#wz-section-wzs67 { height:149.6719px;--section-height:149.6719px; }#wze290 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:133px;display:block;z-index:1000; }#wze289 { top:0px;left:150.5px;bottom:auto;right:auto;width:437px;height:50px;display:block;z-index:1000;text-align:center; }#wze291 { top:66.625px;left:141px;bottom:auto;right:auto;width:456px;height:44px;display:block;z-index:1000;text-align:center; }#wze292 { top:163px;left:493px;bottom:auto;right:auto;width:188px;height:108px;display:block;z-index:1000; }#wze295 { top:0.01525px;left:158px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze296 { top:1.00038px;left:47px;bottom:auto;right:auto;width:104px;height:28px;display:block;z-index:1000;text-align:right; }#wze297 { top:47.6254px;left:2px;bottom:auto;right:auto;width:186px;height:38px;display:block;z-index:1000;text-align:right; }#wze298 { top:163px;left:290px;bottom:auto;right:auto;width:188px;height:108px;display:block;z-index:1000; }#wze299 { top:0.01525px;left:158px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze300 { top:1.00038px;left:37px;bottom:auto;right:auto;width:104px;height:28px;display:block;z-index:1000;text-align:right; }#wze301 { top:47.6254px;left:0px;bottom:auto;right:auto;width:188px;height:38px;display:block;z-index:1000;text-align:right; }#wze302 { top:163px;left:87px;bottom:auto;right:auto;width:188px;height:108px;display:block;z-index:1000; }#wze303 { top:0.01525px;left:158px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze304 { top:1.00038px;left:43px;bottom:auto;right:auto;width:104px;height:28px;display:block;z-index:1000;text-align:right; }#wze305 { top:47.6254px;left:2px;bottom:auto;right:auto;width:186px;height:38px;display:block;z-index:1000;text-align:right; }#wz-section-wzs37 { height:286px;--section-height:286px; }#wze306 { top:15px;left:98.5px;bottom:auto;right:auto;width:571px;height:321px;display:block;z-index:1000; }#wz-section-wzs38 { height:351px;--section-height:351px; }#wze308 { top:15px;left:165.5px;bottom:auto;right:auto;width:437px;height:50px;display:block;z-index:1000;text-align:center; }#wze323 { top:80px;left:159px;bottom:auto;right:auto;width:450px;height:315px;display:block;z-index:1000; }#wz-section-wzs40 { height:410px;--section-height:410px; }#wz-section-wzs50 { height:15px;--section-height:15px; }#wze357 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.266px;display:block;z-index:1000; }#wze362 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs45 { height:701.266px;--section-height:701.266px; }#wze358 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs46 { height:1005px;--section-height:1005px; }#wze359 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.766px;display:block;z-index:1000; }#wz-section-wzs47 { height:563.766px;--section-height:563.766px; }#wze360 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.938px;display:block;z-index:1000; }#wz-section-wzs48 { height:830.938px;--section-height:830.938px; }#wze361 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.812px;display:block;z-index:1000; }#wz-section-wzs49 { height:737.797px;--section-height:737.797px; }#wze499 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze500 { top:80px;left:392.073px;bottom:auto;right:auto;width:150px;height:54.9132px;display:block;z-index:1000; }#wze501 { top:80px;left:225.927px;bottom:auto;right:auto;width:151.163px;height:28.9931px;display:block;z-index:1000; }#wz-section-wzs68 { height:149.9132px;--section-height:149.9132px; }#wze476 { top:0px;left:0px;bottom:auto;right:auto;width:767.986px;height:131.66668701172px;display:block;z-index:1000;order:1; }#wze477 { top:15px;left:131.493px;bottom:auto;right:auto;width:505px;height:66.6667px;display:block;z-index:1000;text-align:center; }#wze478 { top:96.6667px;left:373.993px;bottom:auto;right:auto;width:20px;height:20px;display:block;z-index:1000; }#wz-section-wzs61 { height:131.667px;--section-height:131.667px; }#wze456 { top:869.254px;left:144.043px;bottom:auto;right:auto;width:252.986px;height:85.9375px;display:block;z-index:1000; }#wze468 { top:15px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:550.816px;display:block;z-index:1000; }#wze469 { top:90.0005px;left:595.274px;bottom:auto;right:auto;width:90px;height:27.7431px;display:block;z-index:1000;text-align:right; }#wze471 { top:120.858px;left:45.993px;bottom:auto;right:auto;width:645.99px;height:420px;display:block;z-index:1000;text-align:right; }#wze472 { top:15px;left:562.715px;bottom:auto;right:auto;width:64.2882px;height:50.9896px;display:block;z-index:1000; }#wze475 { top:580.816px;left:177.516px;bottom:auto;right:auto;width:412.986px;height:273.438px;display:block;z-index:1000; }#wze528 { top:869.254px;left:412.012px;bottom:auto;right:auto;width:108.976px;height:24.4271px;display:block;z-index:1000;text-align:right; }#wze529 { top:869.254px;left:535.988px;bottom:auto;right:auto;width:87.9688px;height:87.9688px;display:block;z-index:1000; }#wz-section-wzs60 { height:972.22230952148px;--section-height:972.22230952148px; }.cssgrid #wze140 { margin:  39px 0px 7px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze141 { margin:  51px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze155 { margin:  54px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze149 { margin:  10px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze143 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze492 { margin:  0px 0px 30px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze154 { margin:  9px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze156 { margin:  0px 0px 34px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze150 { margin:  0px 0px 36px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze535 { margin:  11px 0px 84px 0px; grid-area: 1 / 1 / 2 / 2; }#wze164 { --gtr:1 }.cssgrid #wze164 { margin:  0px 0px 22px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze166 { margin:  0px 0px 161px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze364 { margin:  0px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze373 { margin:  25px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }#wze372 { --gtr:2 }.cssgrid #wze372 { margin:  0px 0px 52px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze376 { margin:  10px 0px 7px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 162px }.cssgrid #wze374 { margin:  11px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 160.969px }.cssgrid #wze381 { margin:  0px 0px 23px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze382 { margin:  2px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze171 { margin:  5px 0px 34px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze169 { margin:  0px 0px 41px 0px; grid-area: 2 / 1 / 3 / 2; }#wze179 { --gtr:2 }.cssgrid #wze179 { margin:  129px 0px 92px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze363 { margin:  204px 0px 19px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze526 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze527 { margin:  16px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze177 { margin:  17px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze182 { margin:  0px 0px 128px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze487 { margin:  15px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze486 { margin:  0px 0px 127px 0px; grid-area: 2 / 1 / 3 / 2; }#wze230 { --gtr:5 }.cssgrid #wze230 { margin:  24px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }#wze206 { --gtr:1 }.cssgrid #wze206 { margin:  41px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze385 { margin:  97px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze387 { margin:  0px 0px 50px 0px; grid-area: 2 / 1 / 4 / 2; }#wze236 { --gtr:2 }.cssgrid #wze236 { margin:  95px 0px 1px 0px; grid-area: 2 / 1 / 6 / 2; }.cssgrid #wze238 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze209 { margin:  17px 0px 24px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze237 { margin:  0px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 0.609375px }.cssgrid #wze240 { margin:  0px 0px 51px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze493 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze495 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze494 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }#wze241 { --gtr:1 }.cssgrid #wze241 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze146 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze147 { margin:  31px 0px 49px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze148 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze503 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze510 { --gtr:2 }.cssgrid #wze510 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze512 { --gtr:2 }.cssgrid #wze512 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze514 { margin:  206px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze511 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze515 { margin:  213px 0px 46px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze513 { margin:  0px 0px 30px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze145 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze490 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze491 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze242 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze243 { --gtr:3 }.cssgrid #wze243 { margin:  0px 0px 39px 0px; grid-area: 2 / 1 / 3 / 2; }#wze264 { --gtr:3 }.cssgrid #wze264 { margin:  0px 0px 39px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze247 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze248 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze249 { margin:  0px 0px 28px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze265 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze267 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze268 { margin:  0px 0px 8px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze250 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze274 { --gtr:3 }.cssgrid #wze274 { margin:  0px 0px 24px 0px; grid-area: 2 / 1 / 3 / 2; }#wze278 { --gtr:3 }.cssgrid #wze278 { margin:  0px 0px 24px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze275 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze277 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze276 { margin:  0px 0px 28px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze279 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze280 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze281 { margin:  0px 0px 8px 0px; grid-area: 3 / 1 / 4 / 2; }#wze286 { --gtr:2 }.cssgrid #wze286 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze287 { margin:  28px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze288 { margin:  0px 0px 70px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze251 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze496 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze498 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze497 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }#wze290 { --gtr:2 }.cssgrid #wze290 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze292 { --gtr:2 }.cssgrid #wze292 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze298 { --gtr:2 }.cssgrid #wze298 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze302 { --gtr:2 }.cssgrid #wze302 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze289 { margin:  0px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze291 { margin:  0px 0px 22px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze295 { margin:  0px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze296 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze297 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze299 { margin:  0px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze300 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze301 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze303 { margin:  0px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze304 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze305 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze306 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze308 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze323 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze362 { margin:  0px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze357 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze358 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze359 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze360 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze361 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze499 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze501 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze500 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze477 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze478 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze468 { --gtr:3 }.cssgrid #wze468 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze475 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze528 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze456 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze529 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze472 { margin:  15px 0px 24px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze469 { margin:  0px 0px 3px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze471 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 4 / 2; }#wz-section-header  { --gtr:1 }#wz-section-wzs18  { --gtr:2 }#wz-section-wzs52  { --gtr:3 }#wz-section-wzs27  { --gtr:3 }#wz-section-wzs53  { --gtr:2 }#wz-section-wzs28  { --gtr:2 }#wz-section-wzs30  { --gtr:4 }#wz-section-wzs31  { --gtr:2 }#wz-section-footer  { --gtr:1 }#wz-section-wzs66  { --gtr:2 }#wz-section-wzs22  { --gtr:2 }#wz-section-wzs21  { --gtr:1 }#wz-section-wzs71  { --gtr:2 }#wz-section-wzs23  { --gtr:1 }#wz-section-wzs65  { --gtr:2 }#wz-section-wzs34  { --gtr:2 }#wz-section-wzs33  { --gtr:2 }#wz-section-wzs36  { --gtr:1 }#wz-section-wzs35  { --gtr:1 }#wz-section-wzs67  { --gtr:2 }#wz-section-wzs37  { --gtr:2 }#wz-section-wzs38  { --gtr:1 }#wz-section-wzs40  { --gtr:2 }#wz-section-wzs50  { --gtr:0 }#wz-section-wzs45  { --gtr:2 }#wz-section-wzs46  { --gtr:2 }#wz-section-wzs47  { --gtr:2 }#wz-section-wzs48  { --gtr:2 }#wz-section-wzs49  { --gtr:2 }#wz-section-wzs68  { --gtr:2 }#wz-section-wzs61  { --gtr:1 }#wz-section-wzs60  { --gtr:3 }}@media only screen and (min-width : 1170px) {#wze117 { display:none; }#wze146 .wz-shop-product { width: calc(33.333333333333% - 30px )}#wze242 .wz-blog-post-thumbnail+.wz-blog-post-content { margin-right: 269px }#wze269 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze285 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }.cssgrid #wze140 { margin:  9px 0px 4px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze155 { margin:  21px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze141 { margin:  23px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze149 { margin:  8px 0px 13px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze143 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze492 { margin:  21px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze154 { margin:  29px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze156 { margin:  0px 0px 43px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze150 { margin:  0px 0px 56px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze535 { margin:  47px 0px 61px 0px; grid-area: 1 / 1 / 2 / 2; }#wze164 { --gtr:1 }.cssgrid #wze164 { margin:  0px 0px 9px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze166 { margin:  0px 0px 273px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze364 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze373 { margin:  82px 0px 51px 0px; grid-area: 1 / 1 / 2 / 2; }#wze372 { --gtr:2 }.cssgrid #wze372 { margin:  0px 0px 59px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze376 { margin:  14px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 271.938px }.cssgrid #wze374 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 276.906px }.cssgrid #wze382 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze381 { margin:  2px 0px 30px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze171 { margin:  42px 0px 55px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze169 { margin:  0px 0px 57px 0px; grid-area: 2 / 1 / 3 / 2; }#wze179 { --gtr:2 }.cssgrid #wze179 { margin:  52px 0px 69px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze363 { margin:  97px 0px 64px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze527 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze526 { margin:  53px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze177 { margin:  12px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze182 { margin:  0px 0px 145px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze487 { margin:  94px 0px 89px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze486 { margin:  0px 0px 109px 0px; grid-area: 2 / 1 / 3 / 2; }#wze230 { --gtr:3 }.cssgrid #wze230 { margin:  231px 0px 45px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze385 { margin:  19px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }#wze206 { --gtr:1 }.cssgrid #wze206 { margin:  64px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze387 { margin:  0px 0px 30px 0px; grid-area: 2 / 1 / 4 / 2; }#wze236 { --gtr:2 }.cssgrid #wze236 { margin:  0px 0px 9px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze238 { margin:  43px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze209 { margin:  1px 0px 4px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze237 { margin:  0px 0px 28px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 1px }.cssgrid #wze240 { margin:  0px 0px 18px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze494 { margin:  15px 0px 5px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze493 { margin:  24px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze495 { margin:  29px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze241 { --gtr:1 }.cssgrid #wze241 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze146 { margin:  30px 0px 10px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze147 { margin:  31px 0px 49px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze148 { margin:  33px 0px 195px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze503 { margin:  11px 0px 72px 0px; grid-area: 1 / 1 / 2 / 2; }#wze512 { --gtr:2 }.cssgrid #wze512 { margin:  0px 0px 93px 0px; grid-area: 2 / 1 / 4 / 2; }#wze510 { --gtr:2 }.cssgrid #wze510 { margin:  1px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze515 { margin:  213px 0px 46px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze513 { margin:  0px 0px 30px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze514 { margin:  206px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze511 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze145 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze491 { margin:  14px 0px 10px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze490 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze264 { --gtr:3 }.cssgrid #wze264 { margin:  23px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze242 { margin:  31px 0px 44px 0px; grid-area: 1 / 1 / 5 / 2; }#wze243 { --gtr:3 }.cssgrid #wze243 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze270 { --gtr:3 }.cssgrid #wze270 { margin:  178px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze265 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze267 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1.98438px }.cssgrid #wze268 { margin:  0px 0px 8px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze247 { margin:  12px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze248 { margin:  0px 0px 13px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2.96875px }.cssgrid #wze249 { margin:  0px 0px 32px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze271 { margin:  7px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze273 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4.96875px }.cssgrid #wze269 { margin:  0px 0px 13px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze250 { margin:  30px 0px 18px 0px; grid-area: 1 / 1 / 5 / 2; }#wze278 { --gtr:3 }.cssgrid #wze278 { margin:  30px 0px 27px 0px; grid-area: 1 / 1 / 2 / 2; }#wze274 { --gtr:3 }.cssgrid #wze274 { margin:  0px 0px 39px 0px; grid-area: 2 / 1 / 3 / 2; }#wze282 { --gtr:3 }.cssgrid #wze282 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze279 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze280 { margin:  0px 0px 14px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1.98438px }.cssgrid #wze281 { margin:  0px 0px 11px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze275 { margin:  15px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze277 { margin:  0px 0px 26px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1.98438px }.cssgrid #wze276 { margin:  0px 0px 19px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze283 { margin:  13px 0px 6px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze284 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2.98438px }.cssgrid #wze285 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }#wze286 { --gtr:2 }.cssgrid #wze286 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze287 { margin:  24px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze288 { margin:  0px 0px 60px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze251 { margin:  28px 0px 34px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze497 { margin:  18px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze496 { margin:  27px 0px 12px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze498 { margin:  31px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze290 { --gtr:2 }.cssgrid #wze290 { margin:  50px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }#wze292 { --gtr:2 }.cssgrid #wze292 { margin:  0px 0px 18px 0px; grid-area: 2 / 1 / 3 / 2; }#wze298 { --gtr:2 }.cssgrid #wze298 { margin:  0px 0px 18px 0px; grid-area: 2 / 1 / 3 / 2; }#wze302 { --gtr:2 }.cssgrid #wze302 { margin:  0px 0px 18px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze289 { margin:  0px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze291 { margin:  0px 0px 22px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze295 { margin:  0px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze296 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze297 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze299 { margin:  0px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze300 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze301 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze303 { margin:  0px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze304 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze305 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze306 { margin:  23px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze308 { margin:  36px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze323 { margin:  0px 0px 12px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze362 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze357 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze358 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze359 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze360 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze361 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze500 { margin:  1px 0px 8px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze499 { margin:  9px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze501 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze477 { margin:  51px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze478 { margin:  117px 0px 41px 0px; grid-area: 1 / 1 / 3 / 2; }#wze468 { --gtr:3 }.cssgrid #wze468 { margin:  53px 0px 38px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze475 { margin:  210px 0px 114px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze529 { margin:  0px 0px 146px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze528 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze456 { margin:  0px 0px 6px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze472 { margin:  0px 0px 39px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze469 { margin:  0px 0px 3px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze471 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 4 / 2; }#wz-section-header  { --gtr:1 }#wz-section-wzs18  { --gtr:1 }#wz-section-wzs52  { --gtr:3 }#wz-section-wzs27  { --gtr:3 }#wz-section-wzs53  { --gtr:2 }#wz-section-wzs28  { --gtr:2 }#wz-section-wzs30  { --gtr:4 }#wz-section-wzs31  { --gtr:2 }#wz-section-footer  { --gtr:1 }#wz-section-wzs66  { --gtr:1 }#wz-section-wzs22  { --gtr:1 }#wz-section-wzs21  { --gtr:1 }#wz-section-wzs71  { --gtr:2 }#wz-section-wzs23  { --gtr:1 }#wz-section-wzs65  { --gtr:1 }#wz-section-wzs34  { --gtr:4 }#wz-section-wzs33  { --gtr:5 }#wz-section-wzs36  { --gtr:1 }#wz-section-wzs35  { --gtr:1 }#wz-section-wzs67  { --gtr:1 }#wz-section-wzs37  { --gtr:2 }#wz-section-wzs38  { --gtr:1 }#wz-section-wzs40  { --gtr:2 }#wz-section-wzs50  { --gtr:0 }#wz-section-wzs45  { --gtr:1 }#wz-section-wzs46  { --gtr:1 }#wz-section-wzs47  { --gtr:1 }#wz-section-wzs48  { --gtr:1 }#wz-section-wzs49  { --gtr:1 }#wz-section-wzs68  { --gtr:1 }#wz-section-wzs61  { --gtr:1 }#wz-section-wzs60  { --gtr:6 }}