.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:250, 236, 225;--color_1_2:200, 189, 180;--color_1_3:150, 142, 135;--color_1_4:100, 94, 90;--color_1_5:29, 14, 3;--color_2_1:163, 217, 207;--color_2_2:120, 179, 169;--color_2_3:1, 104, 85;--color_2_4:1, 82, 67;--color_2_5:0, 52, 43;--color_3_1:177, 235, 214;--color_3_2:144, 215, 189;--color_3_3:2, 174, 112;--color_3_4:1, 130, 83;--color_3_5:1, 87, 56;--color_4_1:250, 198, 181;--color_4_2:245, 169, 143;--color_4_3:240, 91, 41;--color_4_4:160, 61, 27;--color_4_5:80, 30, 14;--color_5_1:221, 190, 166;--color_5_2:187, 152, 125;--color_5_3:119, 52, 0;--color_5_4:84, 36, 0;--color_5_5:36, 15, 0;}
                          .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;
                            }
                        #wze681 { top:76.5339px;left:-15.103px;width:233px;height:20px;z-index:1001;text-align:center; }.wzc8 { height:auto; }.wzc8-text { width:100%;height:auto; }#wze711 { top:1.501px;height:69.4922px;z-index:1001; }.wzc283-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(43, 153, 154, 0.08);box-shadow:0px 0px 11px 0px rgb(153, 153, 153) ;border-radius:0px; }.wzc283-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc283-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:; }#wze712 { top:13.5px;left:9.15607px;width:39.1625px;height:39px;z-index:1002; }.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; }#wze712 .wzc2-img-inner { object-fit:cover; }#wze713 { top:38.014px;left:473.509px;width:233px;height:22.5px;z-index:1001;text-align:center; }#wze729 { top:41px;left:83.9687px;width:114px;height:54px;z-index:1002;text-align:left; }#wze735 { top:11.9929px;left:-6.00028px;width:40.9922px;height:39.9844px;z-index:1000; }.wzc287:hover .wzc287-bg:after { width:90%;opacity:1; }.wzc287:hover .wzc287-bg {  }.wzc287:hover .wzc287-content { color:#fff; }.wzc287:hover {  }.wzc287-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%);background:rgba(175, 175, 175, 0); }.wzc287-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:6px;border-style:solid;border-color:rgba(175, 175, 175, 0);border-width:1px;overflow:hidden; }.wzc287-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:rgba(175, 175, 175, 0); }#wze764 { top:0.0063px;height:177.5px;z-index:1000; }.wzc297-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);box-shadow:0px 0px 38px 7px rgba(0, 0, 0, 0.09) ;border-radius:40px; }.wzc297-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:40px; }.wzc297-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:; }#wze766 { top:0.001px;height:33px;z-index:1001; }#wze766 .wzc2-img-inner { object-fit:cover; }#wze768 { top:2.001px;left:413.79px;width:342.422px;height:30px;z-index:1002; }#wze768 .wzc2-img-inner { object-fit:cover; }#wze769 { top:33.0115px;left:1004.26px;width:121px;height:100px;z-index:999; }.wzc298-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/da0f189a7af241e58b0bd869838d185d.png); }.wzc298:hover .wzc298-bg { background-image:url(../../uploads/da0f189a7af241e58b0bd869838d185d.png); }.wzc298:hover {  }.wzc298:active .wzc298-bg { background-image:url(../../uploads/da0f189a7af241e58b0bd869838d185d.png); }.wzc298:active {  }#wze770 { top:75.9355px;left:574.17px;width:400px;height:40px;z-index:1000; }.wzc299 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc299  .wz-menu.wz-classic-menu > li .sub-menu { background-color:rgba(0, 0, 0, 0.05);text-align:right;border-radius:10px; }.wzc299  .wz-menu > li { padding-left:8px; }.wzc299  .wz-menu li > a { padding:0px 15px;font-family:iransans;font-size:17px;color:rgb(43, 153, 154); }.wzc299 .wz-menu.wz-mega-menu li > a:hover,.wzc299  .wz-menu.wz-classic-menu li:hover > a { color:rgb(207, 97, 126); }.wzc299  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(43, 153, 154); }.wzc299 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc299  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(207, 97, 126); }.wzc299 .wz-menu.wz-mega-menu > li > a:hover,.wzc299  .wz-menu.wz-classic-menu > li:hover > a { background-color:rgba(0, 0, 0, 0); }.wzc299  .wz-menu > li.active > a { color:rgb(207, 97, 126);background-color:rgba(182, 191, 206, 0); }.wzc299  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(207, 97, 126); }.wzc299  .wz-menu .sub-menu li > a { padding:5px 15px;color:rgb(43, 153, 154); }.wzc299 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc299  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:rgba(0, 0, 0, 0);color:rgb(207, 97, 126); }.wzc299  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:rgb(43, 153, 154); }.wzc299 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc299  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(207, 97, 126); }.wzc299  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc299 {  }.wzc299-list { background-color:rgba(0, 0, 0, 0); }.wzc299-mobile {  }#wze772 { top:70.6565px;left:179.738px;width:55.5667px;height:35.8008px;z-index:1000; }.wzc301-container .wzc301-container-icon { fill:rgb(25, 40, 83); }.wzc301-container .wzc301-container-count { color:#fff;font-size:12px;font-family:iransans_fa; }.wzc301-container .wzc301-container-bubble { background-color:rgb(25, 40, 83); }.wzc301-container {  }.wzc301-text { color:rgb(182, 191, 206);font-size:15px;font-family:yekan, tahoma, serif; }.wz-shop-mini-cart-container .cart-shop-mini-button.cart-shop-mini-button-primary { background: rgb(19, 196, 77) }.wz-shop-mini-cart-container .cart-shop-mini-button { background: #758996 }.wz-shop-mini-cart-container .wz-shop-mini-cart > header { background: #000 }#wze773 { top:79.5315px;left:16.2019px;width:140.45px;height:22.4px;z-index:1001; }.wzc302  .wz-member-arrow {  }.wzc302  .wz-member-welcome {  }.wzc302 {  }.wzc302-links  .wz-member-link:hover { color:#000; }.wzc302-links { font-size:14px;color:rgb(43, 153, 154);font-family:iransansdn; }.wzc302-actions  li:hover { color:rgb(98, 175, 101); }.wzc302-actions { font-size:13px;color:rgb(98, 175, 101);font-family:yekan, tahoma, serif;background-color:#fff;border-color:rgb(98, 175, 101);border-width:1px;border-style:solid;border-radius:5px; }#wze774 { top:139.691px;height:38.3594px;z-index:1001; }.wzc303-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(182, 191, 206, 0.05);box-shadow:0px 0px 50px 9px rgba(0, 0, 0, 0.09) inset;border-radius:30px; }.wzc303-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:30px; }.wzc303-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; }#wze801 { top:4.61202px;left:1004.26px;width:100.938px;height:30px;z-index:1002;text-align:left; }#wze802 { top:4.00399px;left:71.6715px;width:30px;height:30px;z-index:1001; }.wzc308-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/09b2a4d9b16641d8a950e21e113b806a.png); }.wzc308:hover .wzc308-bg { background-image:url(../../uploads/4e76e3dc9de34c6ab34b74f1210f47bd.png); }.wzc308:hover {  }.wzc308:active .wzc308-bg { background-image:url(../../uploads/4e76e3dc9de34c6ab34b74f1210f47bd.png); }.wzc308:active {  }#wze803 { top:4.00199px;left:116.264px;width:30px;height:30px;z-index:1001; }.wzc309-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/dcc8e4ee1af140018399cbb3f12009e3.png); }.wzc309:hover .wzc309-bg { background-image:url(../../uploads/d5feebebef4849119d30f90a778a5faa.png); }.wzc309:hover {  }.wzc309:active .wzc309-bg { background-image:url(../../uploads/d5feebebef4849119d30f90a778a5faa.png); }.wzc309:active {  }#wze804 { top:4.00199px;left:163.155px;width:30px;height:30px;z-index:1001; }.wzc310-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/8dfc2679809d4322870d2452b58913c3.png); }.wzc310:hover .wzc310-bg { background-image:url(../../uploads/a5cae54bf7904c1f808eafe4969e6010.png); }.wzc310:hover {  }.wzc310:active .wzc310-bg { background-image:url(../../uploads/a5cae54bf7904c1f808eafe4969e6010.png); }.wzc310:active {  }#wze805 { top:4.00199px;left:210.611px;width:30px;height:30px;z-index:1001; }.wzc311-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/4eded0aa38a940aea0ac7626277f6789.png); }.wzc311:hover .wzc311-bg { background-image:url(../../uploads/fcb29d3edbe6453d9f2c6ee4d73c4d0c.png); }.wzc311:hover {  }.wzc311:active .wzc311-bg { background-image:url(../../uploads/fcb29d3edbe6453d9f2c6ee4d73c4d0c.png); }.wzc311:active {  }#wze807 { top:4.8155px;left:1108.02px;width:30px;height:30px;z-index:1001; }.wzc312-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/884731efaa2e493cbc6ac780945156cc.png); }.wzc312:hover .wzc312-bg { background-image:url(../../uploads/0b96d6e75b96461082a3190f5a2c628d.png); }.wzc312:hover {  }.wzc312:active .wzc312-bg { background-image:url(../../uploads/0b96d6e75b96461082a3190f5a2c628d.png); }.wzc312:active {  }#wze800 { top:74.5385px;left:269.003px;width:300px;height:39px;z-index:1000; }.wzc306-form .wzc306-form-input { background-color:rgba(207, 97, 126, 0);border-style:solid;border-color:rgb(43, 153, 154);border-width:0px;box-shadow:none;color:rgb(43, 153, 154);font-size:16px;font-family:iransans;border-radius:10px; }.wzc306-form .wzc306-form-submit {  }.wzc306-form { height:100%; }.wzc307:hover .wzc307-bg { background-color:rgb(207, 97, 126);border-width:1px;border-color:rgb(206, 0, 44); }.wzc307:hover .wzc307-content { color:rgb(255, 255, 255); }.wzc307:hover {  }.wzc307-bg:after {  }.wzc307-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(244, 244, 244, 0);border-radius:6px;border-style:solid;border-color:rgb(233, 233, 233); }.wzc307-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size: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(207, 97, 126); }#wz-section-header { height:178.301px;--section-height:178.301px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0);box-shadow:none; }.wzc-section-header-full { background-color:rgb(255, 255, 255);box-shadow:0px 10px 13px 0px rgba(0, 0, 0, 0.06) ;background:;background-attachment:fixed; }.wzc-section-header-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full-bottom { background-image:fill='rgb(0,0,0)' none;width:100%;height:0px;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; }#wz-section-allPage { height:0px;--section-height:0px; }#wze290 { top:64.0003px;left:216px;width:738px;height:379.35px;z-index:1001; }.wzc146-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);box-shadow:0px 0px 14px 9px rgba(0, 0, 0, 0.09) ;border-radius:40px; }.wzc146-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:40px; }.wzc146-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:; }#wze289 { top:14px;left:83.5086px;width:571px;height:35.2px;z-index:1000;text-align:center; }#wze291 { top:143.767px;left:57.0006px;width:624px;height:185.6px;z-index:1002;text-align:justify; }#wze808 { top:67.2px;left:83.5116px;width:571px;height:40.5167px;z-index:1000;text-align:center; }#wze298 { top:411.011px;left:734.378px;width:194px;height:159px;z-index:1001; }.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; }.wzc27-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; }#wze299 { top:0.01525px;left:150.995px;width:31px;height:31px;z-index:1000; }.wzc89 { overflow:hidden; }.wzc89-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(1, 104, 85); }#wze300 { top:1.00038px;left:31px;width:104px;height:36px;z-index:1000;text-align:right; }#wze633 { top:40.51px;left:21.9519px;width:119px;height:36px;z-index:1002;text-align:right; }#wze302 { top:403.827px;left:231.167px;width:235.438px;height:214.203px;z-index:1001; }#wze304 { top:6.81199px;left:22.25px;width:152px;height:34px;z-index:1000;text-align:right; }#wze305 { top:77.7176px;left:6.03599px;width:220px;height:84px;z-index:1002;text-align:right; }#wze653 { top:0.948494px;left:183.601px;width:53px;height:44px;z-index:1000; }.wzc270-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/d71414460192437fb0d44018ffbeee3a.png); }.wzc270:hover .wzc270-bg { background-image:url(../../uploads/d71414460192437fb0d44018ffbeee3a.png); }.wzc270:hover {  }.wzc270:active .wzc270-bg { background-image:url(../../uploads/d71414460192437fb0d44018ffbeee3a.png); }.wzc270:active {  }#wze674 { top:595.206px;left:254.733px;width:252.188px;height:239.25px;z-index:1003; }#wze675 { top:66.8588px;left:10.1365px;width:58px;height:64px;z-index:1001; }.wzc268-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/fd90e8f93baf4fbe8f7612734ae9f20e.png); }.wzc268:hover .wzc268-bg { background-image:url(../../uploads/ebdcb065feaa43b2abef9ded74f6b1d9.png); }.wzc268:hover {  }.wzc268:active .wzc268-bg { background-image:url(../../uploads/ebdcb065feaa43b2abef9ded74f6b1d9.png); }.wzc268:active {  }#wze828 { top:35.7197px;left:50.2482px;width:159px;height:40.5167px;z-index:1000;text-align:center; }#wze830 { top:104.286px;left:178.745px;width:60px;height:60px;z-index:1004; }#wze830 .wzc2-img-inner { object-fit:cover; }#wze831 { top:104.067px;left:96.1076px;width:60px;height:60px;z-index:1005; }#wze831 .wzc2-img-inner { object-fit:cover; }#wze832 { top:104.286px;left:17.4202px;width:60px;height:60px;z-index:1006; }#wze832 .wzc2-img-inner { object-fit:cover; }#wze809 { top:595.484px;left:673.091px;width:252.188px;height:241.783px;z-index:999; }#wze810 { top:66.8588px;left:10.1365px;width:58px;height:64px;z-index:1001; }#wze827 { top:18px;left:46.6091px;width:159px;height:40.5167px;z-index:1000;text-align:center; }#wze833 { top:103.353px;left:15.9613px;width:60px;height:60px;z-index:1004; }#wze833 .wzc2-img-inner { object-fit:cover; }#wze834 { top:113.287px;left:67.7803px;width:159px;height:40.5167px;z-index:1000;text-align:center; }#wze829 { top:493.649px;left:331.505px;width:507px;height:40.5167px;z-index:1000;text-align:center; }#wz-section-wzs37 { height:931.65px;--section-height:931.65px; }#wze781 { top:4.19812px;left:-22.0169px;width:1206px;height:350.039px;z-index:999; }.wzc271-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);box-shadow:none;border-radius:40px; }.wzc271-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:40px; }.wzc271-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:; }#wze780 { top:86.5166px;left:123.805px;width:159.672px;height:172px;z-index:1000; }.wzc243-code .wzc243-code-default { position:absolute;left:0px;top:0px;width:100%;height:100%;background-color:#ccc; }.wzc243-code { position:absolute;left:0px;top:0px;width:100%;height:100%; }#wze782 { top:174.279px;left:780.062px;width:375px;height:41.25px;z-index:1000;text-align:right; }#wze784 { top:212.441px;left:1100.59px;width:50px;height:49.9805px;z-index:1000; }.wzc304 { overflow:hidden; }.wzc304-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(207, 97, 126); }#wze786 { top:135.732px;left:799.413px;width:278px;height:33.75px;z-index:1000;text-align:right; }#wze787 { top:220.483px;left:886.307px;width:182px;height:33.75px;z-index:1000;text-align:right; }#wze821 { top:124.726px;left:1101.09px;width:54px;height:53.9844px;z-index:1005; }#wze821 .wzc2-img-inner { object-fit:cover; }#wze822 { top:60.0186px;left:905.934px;width:234px;height:41.25px;z-index:1005;text-align:right; }#wze824 { top:52.1826px;left:94.7337px;width:267px;height:264.844px;z-index:1004; }#wze823 { top:42.003px;left:47.0889px;width:170.016px;height:185px;z-index:1005; }#wze823 .wzc2-img-inner { object-fit:cover; }#wze825 { top:16.0276px;left:469.39px;width:267px;height:312.031px;z-index:996; }#wze789 { top:56.02px;left:17.9805px;width:196px;height:26.25px;z-index:995;text-align:right; }#wze790 { top:104.16px;left:21.1315px;width:196px;height:26.25px;z-index:999;text-align:right; }#wze791 { top:149.011px;left:21.1315px;width:196px;height:26.25px;z-index:1000;text-align:right; }#wze792 { top:197.757px;left:21.1355px;width:196px;height:26.25px;z-index:1005;text-align:right; }#wze793 { top:241.063px;left:21.0715px;width:196px;height:26.25px;z-index:1005;text-align:right; }#wze794 { top:55.1905px;left:207.611px;width:53.3167px;height:30px;z-index:1002; }#wze794 .wzc2-img-inner { object-fit:cover; }#wze795 { top:101.623px;left:207.62px;width:53.3167px;height:30px;z-index:1005; }#wze795 .wzc2-img-inner { object-fit:cover; }#wze796 { top:146.393px;left:207.607px;width:53.3167px;height:30px;z-index:1004; }#wze796 .wzc2-img-inner { object-fit:cover; }#wze797 { top:194.813px;left:207.635px;width:53.3167px;height:30px;z-index:1004; }#wze797 .wzc2-img-inner { object-fit:cover; }#wze798 { top:241.779px;left:207.559px;width:53.3167px;height:30px;z-index:1004; }#wze798 .wzc2-img-inner { object-fit:cover; }#wz-section-footer { height:354.18px;--section-height:354.18px; }.wzc-section-footer-full { background-image:;background-color:; }#wz-section-wzs50 { height:200px;--section-height:200px; }#wze357 { top:30px;left:15px;width:848px;height:499px;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:443px;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:625px;--section-height:625px; }#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:341px;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:595px;--section-height:595px; }#wze360 { top:30px;left:15px;width:848px;height:566px;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:626px;--section-height:626px; }#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; }#wze448 { top:10px;left:0px;width:1170px;height:1330.53px;z-index:1000; }.wzc178  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:iransans;font-size:14px;color:rgb(226, 28, 33); }.wzc178  .wz-shop-product { margin:20px;padding:0px;text-align:center; }.wzc178  .wz-shop-product .wz-shop-product-section { padding:7px; }.wzc178  .wz-shop-product .wz-shop-product-title { font-family:iransansdn;font-size:18px;color:rgb(25, 40, 83);background-color:rgba(0, 0, 0, 0); }.wzc178  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:17px;color:rgba(0, 0, 0, 1); }.wzc178  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc178  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(100, 94, 90);font-size:13px; }.wzc178  .wz-shop-product-out-stock { font-family:iransans;font-size:20px;color:#f14639; }.wzc178  .wz-shop-product .wz-shop-product-image img { object-fit:cover;width:100%;float:left; }.wzc178  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc178  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(43, 153, 154);color:#fff;font-family:iransansdn;font-size:13px; }.wzc178  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc178  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc178 {  }.wzc178-breadcrumb {  }.wzc178-filter { margin-right:20px;margin-left:20px; }.wzc178-topBar .wzc178-topBar-sort {  }.wzc178-topBar .wzc178-topBar-perPage {  }.wzc178-topBar .dropdown.dropdown-list .dropdown-select,.wzc178-topBar  .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:iransansdn; }.wzc178-topBar .dropdown.dropdown-list .dropdown-select,.wzc178-topBar  .dropdown.dropdown-list .dropdown-menu,.wzc178-topBar  .dropdown.dropdown-list .dropdown-select::before { border-color:rgb(1, 87, 56); }.wzc178-topBar  .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:rgb(43, 153, 154); }.wzc178-topBar { margin:10px;margin-bottom:20px;color:rgb(25, 40, 83);font-size:17px;font-family:iransans; }.wzc178-products {  }.wzc178-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; }#wze448 .wz-shop-product .wz-shop-product-image { padding-top: 56.25% }.wzc241-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:30px;box-shadow:1px 0px 37px 0px rgb(204, 204, 204) ; }.wzc241-img .wzc241-img-inner { width:100%;height:100%;float:left; }.wzc241-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:30px; }.wzc162:hover .wzc162-bg { background-color:rgb(25, 40, 83);border-radius:15px; }.wzc162:hover .wzc162-content { color:rgb(255, 255, 255); }.wzc162:hover {  }.wzc162-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(182, 191, 206, 1);border-radius:20px; }.wzc162-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(25, 40, 83); }.wzc192-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(250, 236, 225, 0.22);box-shadow:0px 0px 50px 9px rgba(0, 0, 0, 0.09) inset;border-radius:30px; }.wzc192-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:30px; }.wzc192-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; }.wzc193:hover .wzc193-bg { background-color:#E74C3C; }.wzc193:hover .wzc193-content { font-size:10px;color:#fff; }.wzc193:hover {  }.wzc193-bg:after {  }.wzc193-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc193-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:17px;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; }#wze449 { top:10px;left:10px;width:242px;height:200px;z-index:1000; }.wzc179  .wz-shop-archive > li > a { color:rgb(0, 0, 0);font-family:iransansdn;font-size:16px; }.wzc179  .wz-shop-archive .sub-list > li > a { color:rgb(25, 40, 83);font-family:iransansdn;font-size:14px; }.wzc179 {  }.wzc179-list  .wz-shop-filter-title { font-size:18px;color:rgb(25, 40, 83);font-family:iransans; }.wzc179-list .wz-shop-filter-item .irs-min,.wzc179-list  .wz-shop-filter-item .irs-max { background-color:rgba(0,0,0,0.1);color:#999; }.wzc179-list  .wz-shop-filter-item .wz-shop-price-slider .irs-slider { background:rgb(1, 82, 67); }.wzc179-list .wz-shop-filter-item .irs-line-mid,.wzc179-list  .wz-shop-filter-item  .irs-line-left,.wzc179-list  .wz-shop-filter-item  .irs-line-right,.wzc179-list  .wz-shop-filter-item  .irs-bar,.wzc179-list  .wz-shop-filter-item  .irs-bar-edge { background:rgb(1, 82, 67); }.wzc179-list  .wz-shop-sort-option-color { padding-top:3px 0; }.wzc179-list  .wz-shop-filter-item .regular-checkbox:checked+label.regular-checkbox-color:after { border-style:solid;border-color:rgb(1, 82, 67);border-width:3px;top:-4px;left:-4px; }.wzc179-list  .wz-shop-filter-item+.wz-shop-filter-item { border-top-style:solid;border-top-width:2px;border-top-color:rgb(43, 153, 154); }.wzc179-list { font-size:16px;color:rgb(25, 40, 83);font-family:iransansdn; }#wz-section-wzs65 { height:1350.52px;--section-height:1350.52px; }#wze450 { top:10px;left:0px;width:1170px;height:845.918px;z-index:1000; }.wzc181  .wz-shop-breadcrumb-container   .wz-breadcrumb { font-family:iransansdn;font-size:13px;color:rgb(226, 28, 33); }.wzc181  .wz-shop-product-page .wz-shop-product-add-cart { width:300px; }.wzc181  .wz-shop-product-page .wz-shop-product-options .wz-shop-option-title { font-size:21px;color:#878787;font-family:iransans; }.wzc181  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-option { width:283px; }.wzc181  .wz-shop-product-page .wz-shop-product-options .dropdown { width:283px; }.wzc181  .wz-shop-product-page .wz-shop-product-options.wz-radio-button-list .regular-checkbox-item,.wzc181  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select,.wzc181  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:18px;font-family:iransans; }.wzc181  .wz-shop-product-page .wz-shop-product-options.dropdown.dropdown-list .dropdown-select,.wzc181  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu,.wzc181  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select::before { border-color:rgba(0,0,0,0.15); }.wzc181  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc181  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li { padding-top:2px; }.wzc181  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li .regular-checkbox:checked+label.regular-checkbox-color:after { border-style:solid;border-color:#c9c9c9;border-width:2px; }.wzc181  .wz-shop-product-page .wz-shop-product-title { font-family:iransans;font-size:26px;color:rgb(0, 0, 0); }.wzc181  .wz-shop-product-page .wz-shop-product-description { font-family:iransansdn;font-size:15px;color:#000; }.wzc181  .wz-shop-product-page .wz-shop-product-sku { font-family:iransans;font-size:11px;color:#b3abab; }.wzc181  .wz-shop-product-out-stock { font-family:iransans;font-size:21px;color:#f14639; }.wzc181  .wz-shop-product-page .wz-shop-product-price { font-family:iransansdn;font-size:22px;color:#000; }.wzc181  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639;font-size:21px; }.wzc181  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:16px; }.wzc181  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider  img.wz-gallery-image { object-fit:contain;width:100%;float:none; }.wzc181 .wz-shop-product-info-sections-simple .wz-shop-product-info+.wz-shop-product-info,.wzc181  .wz-shop-product-info-sections-accordion .wz-shop-product-info+.wz-shop-product-info { border-top-style:solid;border-top-width:1px;border-top-color:rgba(0,0,0,0.15); }.wzc181  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-title { font-family:iransans;font-size:18px;color:#000;border-style:solid;border-width:0px; }.wzc181  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-content { font-family:iransansdn;font-size:14px;color:#000; }.wzc181  .wz-shop-product-page .wz-shop-product-info-sections .wz-tab-content { border-style:solid;border-width:1px;border-color:rgb(182, 191, 206); }.wzc181  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li { margin:0px; }.wzc181  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open { border-style:solid;border-width:1px;border-color:rgb(182, 191, 206);background-color:#fff;color:rgb(1, 130, 83); }.wzc181  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open:after { height:1px;bottom:-1px;background-color:value; }.wzc181  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel .flex-active-slide:after { border-color:#ccc; }.wzc181  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery { width:46%; }.wzc181  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section { width:calc( 54% - 30px); }.wzc181  .extra-button-list { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a;--text-color:#6a6a6a; }.wzc181 {  }.wzc181-breadcrumb {  }.wzc181-product {  }#wze450  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider .wz-image-ratio { padding-top: 42.85% }.wzc180 .wz-gallery > li > figure,.wzc180  .wz-gallery-slider .slides > li > .wz-slider-item { border-radius:30px; }.wzc180 .wz-gallery > li > figure,.wzc180  .wz-gallery > li > figure:before,.wzc180  .wz-gallery > li > figure:after,.wzc180  .wz-gallery > li > figure > figcaption,.wzc180  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc180  .wz-gallery-caption { text-align:center; }.wzc180  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc180  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc180  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc180 {  }.wzc180-slider .wzc180-slider-items {  }.wzc180-slider  .flex-direction-nav a:before { color:#999; }.wzc180-slider {  }.wzc180-carousel .wzc180-carousel-list {  }.wzc180-carousel {  }#wz-section-wzs64 { height:865.918px;--section-height:865.918px; }.wzc-section-wzs64 { background:;background-color:rgba(0, 52, 43, 0); }.wzc-section-wzs64-full { background:;background-color:rgba(1, 82, 67, 0); }.wzc-section-wzs64-full:after { background:;background-color:rgba(160, 160, 159, 0); }#wze447 { top:254px;left:15px;width:1140px;height:165px;z-index:1000; }.wzc177-container { font-size:11px;font-family:iransans; }#wze447 .wz-cart-color-primary { color: #565656 }#wze447 .wz-cart-primary-color { color: #565656 }#wze447 .wz-cart-second-color { color: #565656 }#wze447 .wz-cart-second-border-color { border-color: #565656 }.wzc95:hover .wzc95-bg { background-color:rgb(240, 91, 41); }.wzc95:hover .wzc95-content { color:rgb(1, 87, 56); }.wzc95:hover {  }.wzc95-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(1, 104, 85);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; }#wze672 { top:24.5px;left:143.344px;width:876px;height:174px;z-index:1001; }#wze673 { top:61.5px;left:-30.8048px;width:859px;height:52px;z-index:1001;text-align:right; }#wz-section-wzs66 { height:497px;--section-height:497px; }#wze486 { top:221.5px;left:299.642px;width:569.594px;height:239.5px;z-index:1000; }#wze584 { top:51.5px;left:451.585px;width:57px;height:59px;z-index:1001; }.wzc216-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/1437cbffbd9c4246aae69ffc00742738.png); }.wzc216:hover .wzc216-bg { background-image:url(../../uploads/1437cbffbd9c4246aae69ffc00742738.png); }.wzc216:hover {  }.wzc216:active .wzc216-bg { background-image:url(../../uploads/1437cbffbd9c4246aae69ffc00742738.png); }.wzc216:active {  }#wze586 { top:59px;left:179.792px;width:59px;height:59px;z-index:1000; }.wzc218-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/38c6d4348014460d943d01f0cd0aa026.png); }.wzc218:hover .wzc218-bg { background-image:url(../../uploads/38c6d4348014460d943d01f0cd0aa026.png); }.wzc218:hover {  }.wzc218:active .wzc218-bg { background-image:url(../../uploads/38c6d4348014460d943d01f0cd0aa026.png); }.wzc218:active {  }#wze589 { top:45.5px;left:308.225px;width:72px;height:65px;z-index:1000; }.wzc221-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/a4721c5c0168444ea4f5511c0a7e5471.png); }.wzc221:hover .wzc221-bg { background-image:url(../../uploads/a4721c5c0168444ea4f5511c0a7e5471.png); }.wzc221:hover {  }.wzc221:active .wzc221-bg { background-image:url(../../uploads/a4721c5c0168444ea4f5511c0a7e5471.png); }.wzc221:active {  }#wze590 { top:55.5px;left:44.9296px;width:60px;height:62px;z-index:1001; }.wzc222-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/7320c67fa0bd4cef82d00ec57b1663c5.png); }.wzc222:hover .wzc222-bg { background-image:url(../../uploads/7320c67fa0bd4cef82d00ec57b1663c5.png); }.wzc222:hover {  }.wzc222:active .wzc222-bg { background-image:url(../../uploads/7320c67fa0bd4cef82d00ec57b1663c5.png); }.wzc222:active {  }#wze682 { top:150.5px;left:430.095px;width:98px;height:30px;z-index:1002;text-align:right; }#wze683 { top:153.5px;left:152.903px;width:109px;height:30px;z-index:1002;text-align:right; }#wze684 { top:153.5px;left:286.22px;width:98px;height:30px;z-index:1002;text-align:right; }#wze685 { top:152px;left:3.11737px;width:98px;height:30px;z-index:1002;text-align:right; }#wze686 { top:87px;left:446.627px;width:257px;height:113px;z-index:1003; }#wze498 { top:27px;left:21.789px;width:209px;height:57px;z-index:1001;text-align:right; }#wz-section-wzs68 { height:568.891px;--section-height:568.891px; }#wze546 { top:13.0004px;left:9.97499px;width:1147px;height:448.325px;z-index:1000; }.wzc204-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(43, 153, 154, 0.48);box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.09) inset;border-radius:30px; }.wzc204-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:30px; }.wzc204-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; }#wze553 { top:87.803px;left:26.5745px;width:1093px;height:277.825px;z-index:1001; }.wzc215-breadcrumb {  }.wzc215  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc215  .wz-shop-product { margin:15px;padding:0px;text-align:center; }.wzc215  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc215  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc215  .wz-shop-product .wz-shop-product-price { font-family:iransansdn;font-size:17px;color:rgb(25, 40, 83); }.wzc215  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc215  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc215  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc215  .wz-shop-product .wz-shop-product-image img { object-fit:cover;width:100%;float:left; }.wzc215  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc215  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc215  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc215  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc215 {  }.wzc215-products {  }.wzc215-topBar {  }.wzc215-filter {  }.wzc215-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; }#wze553 .wz-shop-product .wz-shop-product-image { padding-top: 56.25% }#wze553 .wz-shop-top-bar { margin-right: 15px }.wzc191-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:20px; }.wzc191-img .wzc191-img-inner { width:100%;height:100%;float:left; }.wzc191-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:20px; }.wzc5:hover .wzc5-bg:after { width:90%;opacity:1; }.wzc5:hover .wzc5-bg {  }.wzc5:hover .wzc5-content { color:#fff; }.wzc5:hover {  }.wzc5-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#999999;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%); }.wzc5-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#999999;border-width:3px;overflow:hidden; }.wzc5-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999999; }.wzc264-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(144, 215, 189, 1);box-shadow:2px 0px 22px 0px rgb(0, 255, 255) ;border-radius:40px; }.wzc264-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:40px; }.wzc264-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:; }.wzc37:hover .wzc37-bg:after { width:90%;opacity:1; }.wzc37:hover .wzc37-bg {  }.wzc37:hover .wzc37-content { color:#fff; }.wzc37:hover {  }.wzc37-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#FF7043;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%); }.wzc37-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#FF7043;border-width:3px;overflow:hidden; }.wzc37-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#FF7043; }#wz-section-wzs73 { height:485.2px;--section-height:485.2px; }#wze600 { top:53.1871px;left:64px;width:1043px;height:451.953px;z-index:1000; }#wze601 { top:33.8431px;left:222.992px;width:588px;height:58px;z-index:1001;text-align:right; }#wze602 { top:145.844px;left:393.499px;width:247px;height:212px;z-index:1000; }.wzc250-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/f7643ecf218f49ec9ba3365e1b66822a.png); }.wzc250:hover .wzc250-bg { background-image:url(../../uploads/c922dffcce124bb7bf2b283274b24c02.png); }.wzc250:hover {  }.wzc250:active .wzc250-bg { background-image:url(../../uploads/c922dffcce124bb7bf2b283274b24c02.png); }.wzc250:active {  }#wze603 { top:145.844px;left:738.209px;width:247px;height:212px;z-index:1000; }.wzc249-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/7cdacdc27dd54dae89043b94e7b7e63d.png); }.wzc249:hover .wzc249-bg { background-image:url(../../uploads/c7ebd54d4bb94ba3aead5ffc57da52e7.png); }.wzc249:hover {  }.wzc249:active .wzc249-bg { background-image:url(../../uploads/c7ebd54d4bb94ba3aead5ffc57da52e7.png); }.wzc249:active {  }#wze604 { top:145.844px;left:57.795px;width:247px;height:212px;z-index:1000; }.wzc251-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/19b06d9ed86f42daa695e11ffa3fed7d.png); }.wzc251:hover .wzc251-bg { background-image:url(../../uploads/a61c1d3489274d3a87e3b2a54cb44714.png); }.wzc251:hover {  }.wzc251:active .wzc251-bg { background-image:url(../../uploads/a61c1d3489274d3a87e3b2a54cb44714.png); }.wzc251:active {  }#wz-section-wzs93 { height:509.938px;--section-height:509.938px; }#wze649 { top:16.25px;left:14px;width:1141px;height:807px;z-index:1000; }.wzc266-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);box-shadow:0px 0px 11px 0px rgb(153, 153, 153) ;border-radius:30px; }.wzc266-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:30px; }.wzc266-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/f07dd8ebba2940319f7b0de319253b5a.jpg) ; }#wz-section-wzs95 { height:847px;--section-height:847px; }#wze650 { top:36.9003px;left:56.7421px;width:1048.5px;height:585.219px;z-index:1000; }.wzc267-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);box-shadow:none;border-radius:30px; }.wzc267-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:30px; }.wzc267-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/cda03d60e6ca4a019597b84548521495.svg) ; }#wz-section-wzs97 { height:656.969px;--section-height:656.969px; }#wze654 { top:194.817px;left:219.599px;width:722px;height:390px;z-index:1000; }#wze655 { top:84.0151px;left:226.809px;width:627px;height:75px;z-index:1001;text-align:right; }#wz-section-wzs98 { height:636.984px;--section-height:636.984px; }#wze661 { top:53.1871px;left:64px;width:1043px;height:451.575px;z-index:1000; }#wze662 { top:33.8431px;left:222.992px;width:588px;height:57.6px;z-index:1001;text-align:right; }#wze663 { top:145.428px;left:393.499px;width:247px;height:212px;z-index:1000; }#wze664 { top:145.428px;left:738.209px;width:247px;height:212px;z-index:1000; }#wze665 { top:145.428px;left:57.795px;width:247px;height:212px;z-index:1000; }#wz-section-wzs100 { height:509.55px;--section-height:509.55px; }#wze693 { top:230.031px;left:379.322px;width:403.344px;height:156.938px;z-index:1000; }#wze694 { top:20.9688px;left:295.052px;width:80px;height:68px;z-index:1000; }.wzc278-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(../../uploads/a6c4abdae6e54c19b023d9f7d48bb63c.png); }.wzc278:hover .wzc278-bg { background-image:url(../../uploads/a6c4abdae6e54c19b023d9f7d48bb63c.png); }.wzc278:hover {  }.wzc278:active .wzc278-bg { background-image:url(../../uploads/a6c4abdae6e54c19b023d9f7d48bb63c.png); }.wzc278:active {  }#wze695 { top:19.9688px;left:23.3115px;width:69px;height:65px;z-index:1000; }#wze696 { top:17.9688px;left:164.686px;width:74px;height:69px;z-index:1000; }#wze697 { top:88.9688px;left:309.062px;width:46px;height:33px;z-index:1001;text-align:right; }#wze698 { top:91.9688px;left:170.188px;width:63px;height:33px;z-index:1001;text-align:right; }#wze699 { top:91.9844px;left:19.3045px;width:77px;height:33px;z-index:1001;text-align:right; }#wze700 { top:65px;left:264.497px;width:633px;height:125px;z-index:1001; }#wze701 { top:28.5px;left:36.0076px;width:561px;height:58px;z-index:1001;text-align:right; }#wz-section-wzs101 { height:448.938px;--section-height:448.938px; }#wze702 { top:230.031px;left:379.322px;width:403.344px;height:156.938px;z-index:1000; }#wze703 { top:20.9688px;left:295.052px;width:80px;height:68px;z-index:1000; }#wze704 { top:19.9688px;left:23.3115px;width:69px;height:65px;z-index:1000; }#wze705 { top:17.9688px;left:164.686px;width:74px;height:69px;z-index:1000; }#wze706 { top:88.9688px;left:309.062px;width:46px;height:33px;z-index:1001;text-align:right; }#wze707 { top:91.9688px;left:170.188px;width:63px;height:33px;z-index:1001;text-align:right; }#wze708 { top:91.9844px;left:19.3045px;width:77px;height:33px;z-index:1001;text-align:right; }#wze709 { top:65px;left:264.497px;width:633px;height:125px;z-index:1001; }#wze710 { top:28.5px;left:36.0076px;width:561px;height:58px;z-index:1001;text-align:right; }#wz-section-wzs102 { height:448.938px;--section-height:448.938px; }#wze720 { top:229.531px;left:379.322px;width:403.344px;height:157.676px;z-index:1000; }#wze721 { top:20.9688px;left:295.052px;width:80px;height:68px;z-index:1000; }#wze722 { top:19.9688px;left:23.3115px;width:69px;height:65px;z-index:1000; }#wze723 { top:17.9688px;left:164.686px;width:74px;height:69px;z-index:1000; }#wze724 { top:88.9688px;left:309.062px;width:46px;height:33.7305px;z-index:1001;text-align:right; }#wze725 { top:91.9688px;left:170.188px;width:63px;height:33.7305px;z-index:1001;text-align:right; }#wze726 { top:91.9844px;left:19.3045px;width:77px;height:33.7305px;z-index:1001;text-align:right; }#wze727 { top:65px;left:264.497px;width:633px;height:124.492px;z-index:1001; }#wze728 { top:28.5px;left:36.0076px;width:561px;height:57.4805px;z-index:1001;text-align:right; }#wz-section-wzs103 { height:449.121px;--section-height:449.121px; }#wze734 { top:66.5009px;left:591.942px;width:553.613px;height:310px;z-index:1000; }.wzc286 .wz-gallery > li > figure,.wzc286  .wz-gallery-slider .slides > li > .wz-slider-item { border-radius:15px; }.wzc286 .wz-gallery > li > figure,.wzc286  .wz-gallery > li > figure:before,.wzc286  .wz-gallery > li > figure:after,.wzc286  .wz-gallery > li > figure > figcaption,.wzc286  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0); }.wzc286  .wz-gallery-caption { text-align:center; }.wzc286  .wz-gallery-caption  h3 { font-family:iransansdn;font-size:15px;line-height:15px;color:#fff; }.wzc286  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:rgba(255, 255, 255, 0); }.wzc286  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc286 {  }.wzc286-slider .wzc286-slider-items {  }.wzc286-slider  .flex-direction-nav a:before { color:#999; }.wzc286-slider {  }#wze736 { top:436.242px;left:29.4718px;width:239.902px;height:60px;z-index:995; }.wzc290-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 1);box-shadow:0px 0px 11px 0px rgba(153, 153, 153, 0.58) ;border-radius:7px; }.wzc290-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:7px; }.wzc290-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:; }#wze744 { top:19.501px;left:13.4178px;width:135.969px;height:20px;z-index:998;text-align:right; }#wze818 { top:8.51499px;left:158.637px;width:76.4219px;height:43px;z-index:1002; }#wze818 .wzc2-img-inner { object-fit:cover; }#wze739 { top:538.057px;left:29.4702px;width:239.902px;height:60.1758px;z-index:998; }#wze748 { top:19.626px;left:13.4223px;width:135.969px;height:20px;z-index:998;text-align:right; }#wze819 { top:8.64001px;left:158.629px;width:76.4219px;height:43px;z-index:1002; }#wze819 .wzc2-img-inner { object-fit:cover; }#wze740 { top:640.552px;left:29.4905px;width:239.902px;height:60.1758px;z-index:998; }#wze749 { top:19.631px;left:13.404px;width:135.969px;height:20px;z-index:998;text-align:right; }#wze820 { top:8.63997px;left:158.623px;width:76.4219px;height:43px;z-index:1002; }#wze820 .wzc2-img-inner { object-fit:cover; }#wze741 { top:436.234px;left:317.117px;width:239.902px;height:57.1875px;z-index:998; }#wze750 { top:18.1399px;left:23.5636px;width:114.969px;height:20px;z-index:998;text-align:right; }#wze815 { top:7.14005px;left:158.745px;width:76.4219px;height:43px;z-index:1002; }#wze815 .wzc2-img-inner { object-fit:cover; }#wze742 { top:538.875px;left:317.178px;width:239.891px;height:57.2461px;z-index:998; }#wze751 { top:18.626px;left:0.514125px;width:160.969px;height:20px;z-index:998;text-align:right; }#wze816 { top:6.9227px;left:158.675px;width:76.4219px;height:42.9688px;z-index:1002; }#wze816 .wzc2-img-inner { object-fit:cover; }#wze743 { top:640.64px;left:317.17px;width:239.891px;height:59.375px;z-index:998; }#wze752 { top:19.6875px;left:16.0446px;width:145.969px;height:20px;z-index:1002;text-align:right; }#wze817 { top:7.9852px;left:158.691px;width:76.4219px;height:42.9688px;z-index:1002; }#wze817 .wzc2-img-inner { object-fit:cover; }#wze753 { top:0.00020625px;height:755.918px;z-index:994; }#wze753 .wzc2-img-inner { object-fit:cover; }#wze755 { top:71.0004px;left:24.3043px;width:537.906px;height:301px;z-index:1001; }.wzc274-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;pointer-events:none;z-index:1; }.wzc274-container { width:100%;height:100%;position:relative;overflow:hidden; }#wze758 { top:473.862px;left:592.882px;width:552px;height:209.98px;z-index:1000;text-align:justify; }#wze759 { top:438.015px;left:686.414px;width:375px;height:32.5px;z-index:1001;text-align:center; }#wze760 { top:833.567px;left:604.341px;width:485.996px;height:412.656px;z-index:1000; }.wzc292-breadcrumb {  }.wzc292  .flex-direction-nav a:before { color:#999; }.wzc292  .wz-shop-product { padding:0px;text-align:center; }.wzc292  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc292  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc292  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px; }.wzc292  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc292  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc292  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:#f14639; }.wzc292  .wz-shop-product .wz-shop-product-image img { object-fit:cover;width:100%;float:left; }.wzc292  .wz-shop-product .wz-shop-product-add-cart { width:227px; }.wzc292  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc292  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc292  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc292  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc292 {  }.wzc292-container {  }.wzc292-topBar {  }.wzc292-filter {  }.wzc292-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; }#wze760 .wz-shop-product .wz-shop-product-image { padding-top: 75% }.wzc293-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);box-shadow:none;border-radius:7px; }.wzc293-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:7px; }.wzc293-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:; }.wzc294:hover .wzc294-bg { background-color:#E74C3C; }.wzc294:hover .wzc294-content { font-size:10px;color:#fff; }.wzc294:hover {  }.wzc294-bg:after {  }.wzc294-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:20px;border:1px solid #E74C3C; }.wzc294-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:17px;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; }#wze761 { top:834.01px;left:48.029px;width:485.996px;height:412.676px;z-index:1000; }.wzc296-breadcrumb {  }.wzc296  .flex-direction-nav a:before { color:#999; }.wzc296  .wz-shop-product { padding:0px;text-align:center; }.wzc296  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc296  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc296  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px; }.wzc296  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc296  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc296  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:#f14639; }.wzc296  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc296  .wz-shop-product .wz-shop-product-add-cart { width:227px; }.wzc296  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc296  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc296  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc296  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc296 {  }.wzc296-container {  }.wzc296-topBar {  }.wzc296-filter {  }.wzc296-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; }#wze761 .wz-shop-product .wz-shop-product-image { padding-top: 75% }#wze762 { top:788.758px;left:647.119px;width:375px;height:32.5px;z-index:1001;text-align:center; }#wze763 { top:788.823px;left:87.5822px;width:406.992px;height:32.5px;z-index:1001;text-align:center; }#wze835 { top:842.846px;left:655.749px;width:486px;height:453px;z-index:1000; }#wze835 .wz-shop-product .wz-shop-product-image { padding-top: 100% }#wze836 { top:841.176px;left:80.2439px;width:486px;height:453px;z-index:1000; }#wze836 .wz-shop-product .wz-shop-product-image { padding-top: 75% }#wze837 { top:519.58px;left:622.749px;width:552px;height:141.867px;z-index:1000;text-align:justify; }#wz-section-wzs104 { height:1277.81px;--section-height:1277.81px; }[data-page=p25] #wz-root-background { background-color:rgba(245, 242, 233, 0); }[data-page=p28] #wz-root-background { background-attachment:fixed; }[data-page=p32] #wz-root-background { background-color:rgba(144, 215, 189, 1); }@media only screen and (max-width : 768px) {#wze681 { top:319.015px;left:234.751px;bottom:auto;right:auto;width:233px;height:21px;display:none;z-index:1000;text-align:center; }#wze711 { top:-7px;bottom:auto;right:auto;height:1745.208px;display:none;z-index:1000; }#wze712 { top:15px;left:214.419px;bottom:auto;right:auto;width:39.1625px;height:39px;z-index:1000; }#wze713 { top:1693.5px;left:117.515px;bottom:auto;right:auto;width:233px;height:22.2049px;display:none;z-index:1000;text-align:center; }#wze729 { top:203.836px;left:328px;bottom:auto;right:auto;width:114px;height:54px;display:none;z-index:1000;text-align:left; }#wze735 { top:295.036px;left:118.252px;bottom:auto;right:auto;width:40.9922px;height:39.9844px;display:none;z-index:1000; }#wze764 { top:0.005625px;bottom:auto;right:auto;height:187.559px;display:block;z-index:990; }#wze766 { top:-3.00165px;bottom:auto;right:auto;height:60.2188px;display:none;z-index:999; }#wze768 { top:10px;left:62.7935px;bottom:auto;right:auto;width:342.422px;height:30px;display:none;z-index:1000; }#wze769 { top:4.98438px;left:357px;bottom:auto;right:auto;width:90.75px;height:75px;display:block;z-index:991; }#wze770 { top:18.4844px;left:16.1255px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:994; }#wze772 { top:31.6719px;left:75.7018px;bottom:auto;right:auto;width:55.5625px;height:35.8008px;display:block;z-index:997; }#wze773 { top:41.2969px;left:103.065px;bottom:auto;right:auto;width:140.438px;height:22.375px;display:block;z-index:1000; }#wze774 { top:126.843px;bottom:auto;right:auto;height:60px;display:block;z-index:1000; }#wze801 { top:15px;left:48.785px;bottom:auto;right:auto;width:100.938px;height:29.9805px;display:block;z-index:1000;text-align:left; }#wze802 { top:15px;left:398.75px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze803 { top:15px;left:263.75px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze804 { top:15px;left:308.75px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze805 { top:15px;left:353.75px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze807 { top:15.0564px;left:19.001px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze800 { top:88.8663px;left:102.875px;bottom:auto;right:auto;width:300px;height:38.9844px;z-index:1000; }#wz-section-header { height:187.441px;--section-height:187.441px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze290 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:326.617px;display:block;z-index:999; }#wze289 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:25.6px;display:block;z-index:998;text-align:center; }#wze291 { top:102.615px;left:35px;bottom:auto;right:auto;width:360px;height:208px;display:block;z-index:1000;text-align:right; }#wze808 { top:55.6px;left:15px;bottom:auto;right:auto;width:408px;height:32px;z-index:1000;text-align:center; }#wze298 { top:432.061px;left:254.25px;bottom:auto;right:auto;width:194px;height:123px;display:none;z-index:1000; }#wze299 { top:0.01525px;left:150.995px;bottom:auto;right:auto;width:31px;height:31px;display:block;z-index:1000; }#wze300 { top:1.00038px;left:31px;bottom:auto;right:auto;width:104px;height:36px;display:block;z-index:1000;text-align:right; }#wze633 { top:40.51px;left:21.9519px;bottom:auto;right:auto;width:119px;height:36px;display:block;z-index:1000;text-align:right; }#wze302 { top:425.294px;left:16.0656px;bottom:auto;right:auto;width:221.376px;height:156.766px;display:none;z-index:1000; }#wze304 { top:6.81199px;left:21.531px;bottom:auto;right:auto;width:145px;height:31px;display:block;z-index:1000;text-align:right; }#wze305 { top:66.287px;left:-4.5px;bottom:auto;right:auto;width:220px;height:84px;display:block;z-index:1000;text-align:right; }#wze653 { top:14.2966px;left:168.376px;bottom:auto;right:auto;width:53px;height:44px;z-index:1000; }#wze674 { top:526.466px;left:40.2121px;bottom:auto;right:auto;width:379.819px;height:244.55px;display:none;z-index:999; }#wze675 { top:90.5844px;left:160.909px;bottom:auto;right:auto;width:58px;height:64px;display:none;z-index:1000; }#wze828 { top:15px;left:110.41px;bottom:auto;right:auto;width:159px;height:40.5167px;z-index:998;text-align:center; }#wze830 { top:169.584px;left:159.91px;bottom:auto;right:auto;width:60px;height:60px;z-index:998; }#wze831 { top:169.584px;left:159.91px;bottom:auto;right:auto;width:60px;height:60px;z-index:1000; }#wze832 { top:169.584px;left:159.91px;bottom:auto;right:auto;width:60px;height:60px;z-index:1000; }#wze809 { top:850.544px;left:20px;bottom:auto;right:auto;width:438px;height:300.067px;display:none;z-index:999; }#wze810 { top:90.5844px;left:160.909px;bottom:auto;right:auto;width:58px;height:64px;display:none;z-index:1000; }#wze827 { top:15px;left:139.5px;bottom:auto;right:auto;width:159px;height:40.5167px;z-index:998;text-align:center; }#wze833 { top:169.584px;left:189px;bottom:auto;right:auto;width:60px;height:60px;z-index:1000; }#wze834 { top:244.584px;left:139.5px;bottom:auto;right:auto;width:159px;height:40.5167px;z-index:1000;text-align:center; }#wze829 { top:362.015px;left:15px;bottom:auto;right:auto;width:438px;height:40.5167px;display:none;z-index:1000;text-align:center; }#wz-section-wzs37 { height:387.617px;--section-height:387.617px; }#wze781 { top:15.0039px;left:11px;bottom:auto;right:auto;width:438px;height:825.684px;display:block;z-index:1000; }#wze780 { top:681.688px;left:173.664px;bottom:auto;right:auto;width:159.672px;height:172px;display:none;z-index:1000; }#wze782 { top:415.621px;left:31.9164px;bottom:auto;right:auto;width:375px;height:41.2305px;display:block;z-index:1000;text-align:right; }#wze784 { top:467.499px;left:341.154px;bottom:auto;right:auto;width:37px;height:36.9727px;display:block;z-index:1000; }#wze786 { top:390.467px;left:41.291px;bottom:auto;right:auto;width:278px;height:33.7305px;display:block;z-index:1000;text-align:center; }#wze787 { top:467.752px;left:107.764px;bottom:auto;right:auto;width:182px;height:33.7305px;display:block;z-index:1000;text-align:center; }#wze821 { top:387.063px;left:335.958px;bottom:auto;right:auto;width:42px;height:41.9922px;display:block;z-index:1000; }#wze822 { top:319.156px;left:102.415px;bottom:auto;right:auto;width:234px;height:41.2305px;display:block;z-index:1000;text-align:center; }#wze824 { top:538.532px;left:24.0239px;bottom:auto;right:auto;width:408px;height:264.766px;display:block;z-index:1000; }#wze823 { top:29px;left:117.589px;bottom:auto;right:auto;width:170.016px;height:185px;display:block;z-index:1000; }#wze825 { top:2px;left:15px;bottom:auto;right:auto;width:408px;height:312.012px;display:block;z-index:999; }#wze789 { top:47.7354px;left:138.923px;bottom:auto;right:auto;width:196px;height:26.2305px;display:block;z-index:1000;text-align:right; }#wze790 { top:95.654px;left:142.074px;bottom:auto;right:auto;width:196px;height:26.2305px;display:block;z-index:1000;text-align:right; }#wze791 { top:140.279px;left:142.074px;bottom:auto;right:auto;width:196px;height:26.2305px;display:block;z-index:1000;text-align:right; }#wze792 { top:188.792px;left:142.094px;bottom:auto;right:auto;width:196px;height:26.2305px;display:block;z-index:1000;text-align:right; }#wze793 { top:231.884px;left:142.03px;bottom:auto;right:auto;width:196px;height:26.2305px;display:block;z-index:1000;text-align:right; }#wze794 { top:46.6852px;left:328.553px;bottom:auto;right:auto;width:53.3125px;height:30px;display:block;z-index:1000; }#wze795 { top:92.8858px;left:328.578px;bottom:auto;right:auto;width:53.3125px;height:30px;display:block;z-index:1000; }#wze796 { top:137.433px;left:328.565px;bottom:auto;right:auto;width:53.3125px;height:30px;display:block;z-index:1000; }#wze797 { top:185.634px;left:328.592px;bottom:auto;right:auto;width:53.3125px;height:30px;display:block;z-index:1000; }#wze798 { top:232.366px;left:328.501px;bottom:auto;right:auto;width:53.3125px;height:30px;display:block;z-index:1000; }#wz-section-footer { height:840.625px;--section-height:840.625px; }#wz-section-wzs50 { height:15px;--section-height:15px; }#wze357 { top:232.906px;left:15px;bottom:auto;right:auto;width:438px;height:498.984px;display:block;z-index:1000; }#wze362 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }.wzc111  .wz-profile-menu-user-info { gap:4px; }.wzc111  .wz-profile-menu-item-box { padding-top:17px;padding-bottom:17px; }#wz-section-wzs45 { height:759.859px;--section-height:759.859px; }#wze358 { top:219.015px;left:15px;bottom:auto;right:auto;width:438px;height:939px;display:block;z-index:1000; }#wz-section-wzs46 { height:1173px;--section-height:1173px; }#wze359 { top:213.075px;left:15px;bottom:auto;right:auto;width:438px;height:431px;display:block;z-index:1000; }.wzc103  .wz-profile-orders-header p { font-size:25px; }.wzc103  .wz-profile-orders-header-option { font-size:12px; }.wzc103  .wz-profile-orders-order-items-header p { font-size:11px; }.wzc103  .wz-profile-orders-order-details p { font-size:11px; }.wzc103  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px; }.wzc103  .wz-profile-orders-no-results-root { border-width:2px; }.wzc103  .wz-profile-orders-no-results-first-text { font-size:23px; }.wzc103  .wz-profile-orders-no-results-second-text { font-size:13px; }#wz-section-wzs47 { height:659.031px;--section-height:659.031px; }#wze360 { top:219.015px;left:15px;bottom:auto;right:auto;width:438px;height:649px;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:883px;--section-height:883px; }#wze361 { top:219.015px;left:15px;bottom:auto;right:auto;width:438px;height:1312.98px;display:block;z-index:1000; }#wz-section-wzs49 { height:1546.97px;--section-height:1546.97px; }#wze448 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:3525.77px;display:block;z-index:1000; }#wze448 .wz-shop-product { width: calc(100% - 40px )}#wze449 { top:10px;left:0px;bottom:auto;right:auto;width:242px;height:0px;display:block;z-index:1000; }#wz-section-wzs65 { height:3555.77px;--section-height:3555.77px; }#wze450 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:2808.83px;display:block;z-index:1000; }#wz-section-wzs64 { height:2838.83px;--section-height:2838.83px; }#wze447 { top:188.824px;left:15px;bottom:auto;right:auto;width:438px;height:164.988px;display:block;z-index:1000; }#wze672 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:122.8px;display:block;z-index:1000; }#wze673 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:92.8px;display:block;z-index:1000;text-align:center; }#wz-section-wzs66 { height:393.775px;--section-height:393.775px; }#wze486 { top:180px;left:15px;bottom:auto;right:auto;width:438px;height:137px;display:block;z-index:1000; }#wze584 { top:21.5px;left:346.875px;bottom:auto;right:auto;width:59px;height:59px;display:block;z-index:1000; }#wze586 { top:28.5px;left:133.439px;bottom:auto;right:auto;width:59px;height:57px;display:block;z-index:1000; }#wze589 { top:20.5px;left:241.703px;bottom:auto;right:auto;width:63px;height:59px;display:block;z-index:1000; }#wze590 { top:17.5px;left:32.25px;bottom:auto;right:auto;width:60px;height:62px;display:block;z-index:1000; }#wze682 { top:93.5px;left:327.75px;bottom:auto;right:auto;width:91px;height:27px;display:block;z-index:1000;text-align:right; }#wze683 { top:93.5px;left:103.25px;bottom:auto;right:auto;width:109px;height:27px;display:block;z-index:1000;text-align:right; }#wze684 { top:93.5px;left:229.126px;bottom:auto;right:auto;width:84px;height:27px;display:block;z-index:1000;text-align:right; }#wze685 { top:93.5px;left:-8.68251px;bottom:auto;right:auto;width:98px;height:27px;display:block;z-index:1000;text-align:right; }#wze686 { top:70.5px;left:111.75px;bottom:auto;right:auto;width:240px;height:86px;display:block;z-index:1000; }#wze498 { top:17.5px;left:-1.0625px;bottom:auto;right:auto;width:209px;height:51px;display:block;z-index:1000;text-align:right; }#wz-section-wzs68 { height:412px;--section-height:412px; }#wze546 { top:15px;left:9.975px;bottom:auto;right:auto;width:448.05px;height:1406.98px;display:block;z-index:1000; }#wze553 { top:15px;left:15px;bottom:auto;right:auto;width:418.05px;height:1342.05px;display:block;z-index:1000; }#wze553 .wz-shop-product { width: calc(100% - 30px )}#wz-section-wzs73 { height:1452.97px;--section-height:1452.97px; }#wze600 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:827px;display:block;z-index:1000; }#wze601 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:116px;display:block;z-index:1000;text-align:right; }#wze602 { top:374px;left:100.5px;bottom:auto;right:auto;width:247px;height:212px;display:block;z-index:1000; }#wze603 { top:146px;left:95.5px;bottom:auto;right:auto;width:247px;height:212px;display:block;z-index:1000; }#wze604 { top:603px;left:100.5px;bottom:auto;right:auto;width:247px;height:212px;display:block;z-index:1000; }#wz-section-wzs93 { height:857px;--section-height:857px; }#wze649 { top:15px;left:14px;bottom:auto;right:auto;width:440px;height:309.781px;display:block;z-index:1000; }#wz-section-wzs95 { height:339.766px;--section-height:339.766px; }#wze650 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:244.469px;display:block;z-index:1000; }#wz-section-wzs97 { height:274.469px;--section-height:274.469px; }#wze654 { top:123.026px;left:15px;bottom:auto;right:auto;width:438px;height:236.562px;display:block;z-index:1000; }#wze655 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:60px;display:block;z-index:1000;text-align:center; }#wz-section-wzs98 { height:424.562px;--section-height:424.562px; }#wze661 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:826.20001220703px;display:block;z-index:1000; }#wze662 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:115.2px;display:block;z-index:1000;text-align:right; }#wze663 { top:599.2px;left:95.5px;bottom:auto;right:auto;width:247px;height:212px;display:block;z-index:1000; }#wze664 { top:145.2px;left:95.5px;bottom:auto;right:auto;width:247px;height:212px;display:block;z-index:1000; }#wze665 { top:372.2px;left:95.5px;bottom:auto;right:auto;width:247px;height:212px;display:block;z-index:1000; }#wz-section-wzs100 { height:856.2px;--section-height:856.2px; }#wze693 { top:198.8px;left:41.5px;bottom:auto;right:auto;width:377px;height:152px;display:block;z-index:1000; }#wze694 { top:23px;left:274.875px;bottom:auto;right:auto;width:73px;height:69px;display:block;z-index:1000; }#wze695 { top:22px;left:32.25px;bottom:auto;right:auto;width:69px;height:73px;display:block;z-index:1000; }#wze696 { top:23px;left:151px;bottom:auto;right:auto;width:74px;height:71px;display:block;z-index:1000; }#wze697 { top:94.5px;left:286.875px;bottom:auto;right:auto;width:46px;height:33px;z-index:1000;text-align:right; }#wze698 { top:98px;left:158.5px;bottom:auto;right:auto;width:63px;height:33px;z-index:1000;text-align:right; }#wze699 { top:98px;left:32.25px;bottom:auto;right:auto;width:77px;height:33px;z-index:1000;text-align:right; }#wze700 { top:87px;left:15px;bottom:auto;right:auto;width:438px;height:71px;z-index:1000; }#wze701 { top:14px;left:8.9375px;bottom:auto;right:auto;width:408px;height:41px;display:block;z-index:1000;text-align:right; }#wz-section-wzs101 { height:440.766px;--section-height:440.766px; }#wze702 { top:198.8px;left:41.5px;bottom:auto;right:auto;width:377px;height:152px;display:block;z-index:1000; }#wze703 { top:23px;left:274.875px;bottom:auto;right:auto;width:73px;height:69px;display:block;z-index:1000; }#wze704 { top:22px;left:32.25px;bottom:auto;right:auto;width:69px;height:73px;display:block;z-index:1000; }#wze705 { top:23px;left:151px;bottom:auto;right:auto;width:74px;height:71px;display:block;z-index:1000; }#wze706 { top:94.5px;left:286.875px;bottom:auto;right:auto;width:46px;height:33px;z-index:1000;text-align:right; }#wze707 { top:98px;left:158.5px;bottom:auto;right:auto;width:63px;height:33px;z-index:1000;text-align:right; }#wze708 { top:98px;left:32.25px;bottom:auto;right:auto;width:77px;height:33px;z-index:1000;text-align:right; }#wze709 { top:87px;left:15px;bottom:auto;right:auto;width:438px;height:71px;z-index:1000; }#wze710 { top:14px;left:8.9375px;bottom:auto;right:auto;width:408px;height:41px;display:block;z-index:1000;text-align:right; }#wz-section-wzs102 { height:440.766px;--section-height:440.766px; }#wze720 { top:198.8px;left:41.5px;bottom:auto;right:auto;width:377px;height:152px;display:block;z-index:1000; }#wze721 { top:23px;left:274.875px;bottom:auto;right:auto;width:73px;height:69px;display:block;z-index:1000; }#wze722 { top:22px;left:32.25px;bottom:auto;right:auto;width:69px;height:73px;display:block;z-index:1000; }#wze723 { top:23px;left:151px;bottom:auto;right:auto;width:74px;height:71px;display:block;z-index:1000; }#wze724 { top:94.5px;left:286.875px;bottom:auto;right:auto;width:46px;height:33px;z-index:1000;text-align:right; }#wze725 { top:98px;left:158.5px;bottom:auto;right:auto;width:63px;height:33px;z-index:1000;text-align:right; }#wze726 { top:98px;left:32.25px;bottom:auto;right:auto;width:77px;height:33px;z-index:1000;text-align:right; }#wze727 { top:87px;left:15px;bottom:auto;right:auto;width:438px;height:71px;z-index:1000; }#wze728 { top:14px;left:8.9375px;bottom:auto;right:auto;width:408px;height:41px;display:block;z-index:1000;text-align:right; }#wz-section-wzs103 { height:440.766px;--section-height:440.766px; }#wze734 { top:15.0001px;left:241.663px;bottom:auto;right:auto;width:213.344px;height:151px;display:block;z-index:998; }#wze734 .wz-gallery.wz-gallery-grid li { width:71px;height:50px;padding:10px; }#wze736 { top:1785.67px;left:15px;bottom:auto;right:auto;width:438px;height:60px;display:none;z-index:1000; }#wze744 { top:19.501px;left:112.467px;bottom:auto;right:auto;width:135.969px;height:21px;display:block;z-index:1000;text-align:right; }#wze818 { top:8.51499px;left:257.686px;bottom:auto;right:auto;width:76.4219px;height:43px;display:block;z-index:1000; }#wze739 { top:2078.92px;left:15px;bottom:auto;right:auto;width:438px;height:60.25px;display:none;z-index:1000; }#wze748 { top:19.626px;left:112.471px;bottom:auto;right:auto;width:135.969px;height:21px;display:block;z-index:1000;text-align:right; }#wze819 { top:8.64001px;left:257.678px;bottom:auto;right:auto;width:76.4219px;height:43px;display:block;z-index:1000; }#wze740 { top:2229.55px;left:15px;bottom:auto;right:auto;width:438px;height:60.25px;display:none;z-index:1000; }#wze749 { top:19.631px;left:112.453px;bottom:auto;right:auto;width:135.969px;height:21px;display:block;z-index:1000;text-align:right; }#wze820 { top:8.63997px;left:257.672px;bottom:auto;right:auto;width:76.4219px;height:43px;display:block;z-index:1000; }#wze741 { top:1713.42px;left:15px;bottom:auto;right:auto;width:438px;height:57.25px;display:none;z-index:1000; }#wze750 { top:18.1399px;left:122.613px;bottom:auto;right:auto;width:114.969px;height:21px;display:block;z-index:1000;text-align:right; }#wze815 { top:7.14005px;left:257.794px;bottom:auto;right:auto;width:53.3125px;height:30px;display:block;z-index:1000; }#wze742 { top:2005.67px;left:15px;bottom:auto;right:auto;width:438px;height:58.25px;display:none;z-index:1000; }#wze751 { top:18.626px;left:99.5686px;bottom:auto;right:auto;width:160.969px;height:21px;display:block;z-index:1000;text-align:right; }#wze816 { top:7.64px;left:257.729px;bottom:auto;right:auto;width:76.4219px;height:43px;display:block;z-index:1000; }#wze743 { top:2154.17px;left:15px;bottom:auto;right:auto;width:438px;height:60.375px;display:none;z-index:1000; }#wze752 { top:19.6875px;left:115.099px;bottom:auto;right:auto;width:145.969px;height:21px;display:block;z-index:1000;text-align:right; }#wze817 { top:8.7025px;left:257.746px;bottom:auto;right:auto;width:76.4219px;height:43px;display:block;z-index:1000; }#wze753 { top:0.0187638px;bottom:auto;right:auto;height:424.238px;display:block;z-index:989; }#wze755 { top:30.9107px;left:11.3851px;bottom:auto;right:auto;width:212.75px;height:119.094px;display:block;z-index:1000; }#wze758 { top:222.143px;left:22.6256px;bottom:auto;right:auto;width:415px;height:123.733px;display:none;z-index:1000;text-align:justify; }#wze759 { top:183.51px;left:97.515px;bottom:auto;right:auto;width:265px;height:22.4805px;display:block;z-index:1000;text-align:center; }#wze760 { top:433.63px;left:233.547px;bottom:auto;right:auto;width:171.391px;height:203.391px;display:none;z-index:1000; }#wze761 { top:3341.73px;left:15px;bottom:auto;right:auto;width:438px;height:469px;display:none;z-index:1000; }#wze762 { top:428.78px;left:97.5146px;bottom:auto;right:auto;width:273px;height:29.9805px;display:block;z-index:1000;text-align:center; }#wze763 { top:775.09px;left:77.0031px;bottom:auto;right:auto;width:314px;height:26.2305px;display:block;z-index:1000;text-align:center; }#wze835 { top:458.99px;left:69.086px;bottom:auto;right:auto;width:329.933px;height:296.875px;z-index:1000; }#wze836 { top:813.266px;left:63.7527px;bottom:auto;right:auto;width:340.517px;height:238.34px;z-index:1000; }#wze837 { top:215.398px;left:48.0083px;bottom:auto;right:auto;width:351px;height:199.98px;z-index:1000;text-align:justify; }#wz-section-wzs104 { height:1051.27px;--section-height:1051.27px; }#wze764 { --gtr:2 }.cssgrid #wze764 { margin:  0px 0px -1px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze769 { margin:  5px 0px 9px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze770 { margin:  18px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze772 { margin:  32px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze773 { margin:  41px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze800 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }#wze774 { --gtr:1 }.cssgrid #wze774 { margin:  38px 0px 1px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze801 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze802 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze803 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze804 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze805 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze807 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze290 { --gtr:3 }.cssgrid #wze290 { margin:  15px 0px 46px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze289 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze808 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze291 { margin:  0px 0px 16px 0px; grid-area: 3 / 1 / 4 / 2; }#wze781 { --gtr:6 }.cssgrid #wze781 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze825 { --gtr:5 }.cssgrid #wze825 { margin:  2px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze822 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze821 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze786 { margin:  3px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze782 { margin:  29px 0px 10px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze784 { margin:  0px 0px 35px 0px; grid-area: 6 / 1 / 8 / 2; }.cssgrid #wze787 { margin:  1px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }#wze824 { --gtr:1 }.cssgrid #wze824 { margin:  0px 0px 23px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze794 { margin:  47px 0px 16px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze789 { margin:  48px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze795 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze790 { margin:  3px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze796 { margin:  0px 0px 19px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze791 { margin:  3px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze797 { margin:  0px 0px 16px 0px; grid-area: 6 / 1 / 8 / 2; }.cssgrid #wze792 { margin:  3px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze793 { margin:  0px 0px 0px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze798 { margin:  0px 0px 50px 0px; grid-area: 8 / 1 / 10 / 2; }.cssgrid #wze823 { margin:  29px 0px 51px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze362 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze357 { margin:  0px 0px 28px 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; }#wze448 { --gtr:1 }.cssgrid #wze448 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze449 { margin:  10px 0px 3516px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze450 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze672 { --gtr:1 }.cssgrid #wze672 { margin:  15px 0px 51px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze447 { margin:  0px 0px 40px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze673 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze686 { --gtr:1 }.cssgrid #wze686 { margin:  71px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }#wze486 { --gtr:2 }.cssgrid #wze486 { margin:  0px 0px 95px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze498 { margin:  18px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze590 { margin:  18px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze589 { margin:  21px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze584 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze586 { margin:  29px 0px 8px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze682 { margin:  0px 0px 16px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze683 { margin:  0px 0px 16px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze684 { margin:  0px 0px 16px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze685 { margin:  0px 0px 16px 0px; grid-area: 4 / 1 / 5 / 2; }#wze546 { --gtr:1 }.cssgrid #wze546 { margin:  15px 0px 31px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze553 { margin:  15px 0px 50px 0px; grid-area: 1 / 1 / 2 / 2; }#wze600 { --gtr:4 }.cssgrid #wze600 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze601 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze603 { margin:  0px 0px 16px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze602 { margin:  0px 0px 17px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze604 { margin:  0px 0px 12px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze649 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 309.781px }.cssgrid #wze650 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 244.469px }.cssgrid #wze655 { margin:  15px 0px 48px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze654 { margin:  0px 0px 65px 0px; grid-area: 2 / 1 / 3 / 2; }#wze661 { --gtr:4 }.cssgrid #wze661 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze662 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze664 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze665 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze663 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }#wze700 { --gtr:1 }.cssgrid #wze700 { margin:  87px 0px 41px 0px; grid-area: 1 / 1 / 2 / 2; }#wze693 { --gtr:2 }.cssgrid #wze693 { margin:  0px 0px 90px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze701 { margin:  14px 0px 16px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze695 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze694 { margin:  23px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze696 { margin:  23px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze697 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze698 { margin:  3px 0px 21px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze699 { margin:  3px 0px 21px 0px; grid-area: 4 / 1 / 6 / 2; }#wze709 { --gtr:1 }.cssgrid #wze709 { margin:  87px 0px 41px 0px; grid-area: 1 / 1 / 2 / 2; }#wze702 { --gtr:2 }.cssgrid #wze702 { margin:  0px 0px 90px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze710 { margin:  14px 0px 16px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze704 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze703 { margin:  23px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze705 { margin:  23px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze706 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze707 { margin:  3px 0px 21px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze708 { margin:  3px 0px 21px 0px; grid-area: 4 / 1 / 6 / 2; }#wze727 { --gtr:1 }.cssgrid #wze727 { margin:  87px 0px 41px 0px; grid-area: 1 / 1 / 2 / 2; }#wze720 { --gtr:2 }.cssgrid #wze720 { margin:  0px 0px 90px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze728 { margin:  14px 0px 16px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze722 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze721 { margin:  23px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze723 { margin:  23px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze724 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze725 { margin:  3px 0px 21px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze726 { margin:  3px 0px 21px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze753 { margin:  0px 0px 5px 0px; grid-area: 1 / 1 / 6 / 2; }.cssgrid #wze734 { margin:  15px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze755 { margin:  31px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze759 { margin:  0px 0px 9px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze837 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze762 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze835 { margin:  30px 0px 19px 0px; grid-area: 6 / 1 / 8 / 2; }.cssgrid #wze763 { margin:  0px 0px 12px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze836 { margin:  0px 0px -0.73000000000002px 0px; grid-area: 9 / 1 / 10 / 2; }#wz-section-header  { --gtr:1 }#wz-section-wzs37  { --gtr:1 }#wz-section-footer  { --gtr:1 }#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-wzs65  { --gtr:1 }#wz-section-wzs64  { --gtr:1 }#wz-section-wzs66  { --gtr:2 }#wz-section-wzs68  { --gtr:2 }#wz-section-wzs73  { --gtr:1 }#wz-section-wzs93  { --gtr:1 }#wz-section-wzs95  { --gtr:1 }#wz-section-wzs97  { --gtr:1 }#wz-section-wzs98  { --gtr:2 }#wz-section-wzs100  { --gtr:1 }#wz-section-wzs101  { --gtr:2 }#wz-section-wzs102  { --gtr:2 }#wz-section-wzs103  { --gtr:2 }#wz-section-wzs104  { --gtr:8 }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze681 { top:270px;left:354.282px;bottom:auto;right:auto;width:233px;height:21px;z-index:1000;text-align:center; }#wze711 { top:2012px;bottom:auto;right:auto;height:1010px;display:none;z-index:1000; }#wze712 { top:919px;left:70.9187px;bottom:auto;right:auto;width:39.1562px;height:39px;z-index:1000; }#wze713 { top:973px;left:267.5px;bottom:auto;right:auto;width:233px;height:22px;z-index:1000;text-align:center; }#wze729 { top:239.5px;left:621.015px;bottom:auto;right:auto;width:114px;height:53.9844px;z-index:1000;text-align:left; }#wze735 { top:3038px;left:363.504px;bottom:auto;right:auto;width:40.9922px;height:39.9844px;z-index:1000; }#wze764 { top:3093.66px;bottom:auto;right:auto;height:177px;display:block;z-index:1000; }#wze766 { top:125px;bottom:auto;right:auto;height:126.719px;display:block;z-index:1000; }#wze768 { top:80px;left:212.789px;bottom:auto;right:auto;width:342.422px;height:30px;display:block;z-index:1000; }#wze769 { top:266.719px;left:594px;bottom:auto;right:auto;width:121px;height:100px;display:block;z-index:1000; }#wze770 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze772 { top:266.719px;left:208.438px;bottom:auto;right:auto;width:55.5625px;height:35.3125px;display:block;z-index:1000; }#wze773 { top:266.719px;left:52.9997px;bottom:auto;right:auto;width:140.438px;height:22.3906px;display:block;z-index:1000; }#wze774 { top:381.735px;bottom:auto;right:auto;height:60px;display:block;z-index:1000; }#wze801 { top:15px;left:221.031px;bottom:auto;right:auto;width:100.938px;height:30px;display:block;z-index:1000;text-align:left; }#wze802 { top:15px;left:516.969px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze803 { top:15px;left:381.969px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze804 { top:15px;left:426.969px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze805 { top:15px;left:471.969px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze807 { top:15px;left:336.969px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze800 { top:266.719px;left:279px;bottom:auto;right:auto;width:300px;height:39px;display:block;z-index:1000; }#wz-section-header { height:3338.69px;--section-height:3338.69px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze290 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:189px;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:122.625px;left:141px;bottom:auto;right:auto;width:456px;height:44px;display:block;z-index:1000;text-align:center; }#wze808 { top:65px;left:83.5px;bottom:auto;right:auto;width:571px;height:41px;z-index:1000;text-align:center; }#wze298 { top:163px;left:290px;bottom:auto;right:auto;width:188px;height:109.015px;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; }#wze633 { top:75.015px;left:51px;bottom:auto;right:auto;width:86px;height:19px;z-index:1000;text-align:right; }#wze302 { top:163px;left:87px;bottom:auto;right:auto;width:188px;height:137px;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:76.6254px;left:2px;bottom:auto;right:auto;width:186px;height:38px;display:block;z-index:1000;text-align:right; }#wze653 { top:15px;left:67.5px;bottom:auto;right:auto;width:53px;height:44px;z-index:1000; }#wze674 { top:552px;left:212px;bottom:auto;right:auto;width:344px;height:833.4173px;z-index:1000; }#wze675 { top:337px;left:64px;bottom:auto;right:auto;width:43px;height:54px;z-index:1000; }#wze828 { top:15px;left:92.5px;bottom:auto;right:auto;width:159px;height:41px;z-index:1000;text-align:center; }#wze830 { top:481px;left:142px;bottom:auto;right:auto;width:60px;height:60px;z-index:1000; }#wze831 { top:406px;left:142px;bottom:auto;right:auto;width:60px;height:60px;z-index:1000; }#wze832 { top:556px;left:142px;bottom:auto;right:auto;width:60px;height:60px;z-index:1000; }#wze809 { top:1119.42px;left:257.906px;bottom:auto;right:auto;width:252.188px;height:537px;z-index:1000; }#wze810 { top:337px;left:64px;bottom:auto;right:auto;width:43px;height:54px;z-index:1000; }#wze827 { top:15px;left:46.594px;bottom:auto;right:auto;width:159px;height:41px;z-index:1000;text-align:center; }#wze833 { top:406px;left:96.094px;bottom:auto;right:auto;width:60px;height:60px;z-index:1000; }#wze834 { top:481px;left:46.594px;bottom:auto;right:auto;width:159px;height:41px;z-index:1000;text-align:center; }#wze829 { top:1671.42px;left:130.5px;bottom:auto;right:auto;width:507px;height:41px;z-index:1000;text-align:center; }#wz-section-wzs37 { height:2742.9218px;--section-height:2742.9218px; }#wze781 { top:676.844px;left:15px;bottom:auto;right:auto;width:738px;height:214.719px;display:block;z-index:1000; }#wze780 { top:345.844px;left:199.164px;bottom:auto;right:auto;width:159.672px;height:172px;display:block;z-index:1000; }#wze782 { top:532.844px;left:65px;bottom:auto;right:auto;width:375px;height:41px;display:block;z-index:1000;text-align:right; }#wze784 { top:532.844px;left:-2.5px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze786 { top:532.844px;left:457.5px;bottom:auto;right:auto;width:278px;height:34px;display:block;z-index:1000;text-align:right; }#wze787 { top:597.844px;left:278px;bottom:auto;right:auto;width:182px;height:34px;display:block;z-index:1000;text-align:right; }#wze821 { top:345.844px;left:130.164px;bottom:auto;right:auto;width:54px;height:54px;display:block;z-index:1000; }#wze822 { top:345.844px;left:373.836px;bottom:auto;right:auto;width:234px;height:41px;display:block;z-index:1000;text-align:right; }#wze824 { top:15px;left:94.5px;bottom:auto;right:auto;width:267px;height:264.844px;display:block;z-index:1000; }#wze823 { top:42.003px;left:47.0889px;bottom:auto;right:auto;width:170.016px;height:185px;display:block;z-index:1000; }#wze825 { top:15px;left:376.5px;bottom:auto;right:auto;width:267px;height:315.844px;display:block;z-index:1000; }#wze789 { top:56.02px;left:17.9805px;bottom:auto;right:auto;width:196px;height:27px;display:block;z-index:1000;text-align:right; }#wze790 { top:104.605px;left:21.1315px;bottom:auto;right:auto;width:196px;height:27px;display:block;z-index:1000;text-align:right; }#wze791 { top:149.902px;left:21.1315px;bottom:auto;right:auto;width:196px;height:27px;display:block;z-index:1000;text-align:right; }#wze792 { top:199.092px;left:21.1355px;bottom:auto;right:auto;width:196px;height:27px;display:block;z-index:1000;text-align:right; }#wze793 { top:242.846px;left:21.0715px;bottom:auto;right:auto;width:196px;height:27px;display:block;z-index:1000;text-align:right; }#wze794 { top:55.639px;left:207.611px;bottom:auto;right:auto;width:53.3125px;height:30px;display:block;z-index:1000; }#wze795 { top:102.514px;left:207.62px;bottom:auto;right:auto;width:53.3125px;height:30px;display:block;z-index:1000; }#wze796 { top:147.73px;left:207.607px;bottom:auto;right:auto;width:53.3125px;height:30px;display:block;z-index:1000; }#wze797 { top:196.595px;left:207.635px;bottom:auto;right:auto;width:53.3125px;height:30px;display:block;z-index:1000; }#wze798 { top:244.008px;left:207.559px;bottom:auto;right:auto;width:53.3125px;height:30px;display:block;z-index:1000; }#wz-section-footer { height:1040.4363432836px;--section-height:1040.4363432836px; }#wz-section-wzs50 { height:15px;--section-height:15px; }#wze357 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.263px;display:block;z-index:1000; }#wze362 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs45 { height:701.263px;--section-height:701.263px; }#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.763px;display:block;z-index:1000; }#wz-section-wzs47 { height:563.763px;--section-height:563.763px; }#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.8px;--section-height:737.8px; }#wze448 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:525.562px;display:block;z-index:1000; }#wze448 .wz-shop-product { width: calc(50% - 40px )}#wze449 { top:10px;left:0px;bottom:auto;right:auto;width:242px;height:0px;display:block;z-index:1000; }#wz-section-wzs65 { height:555.547px;--section-height:555.547px; }#wze450 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:2357.38px;display:block;z-index:1000; }#wz-section-wzs64 { height:2387.38px;--section-height:2387.38px; }#wze447 { top:175.719px;left:15px;bottom:auto;right:auto;width:738px;height:106.812px;display:block;z-index:1000; }#wze672 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:145.734px;display:block;z-index:1000; }#wze673 { top:15px;left:15px;bottom:auto;right:auto;width:708px;height:79.1875px;display:block;z-index:1000;text-align:right; }#wz-section-wzs66 { height:297.51575px;--section-height:297.51575px; }#wze486 { top:142.25px;left:15px;bottom:auto;right:auto;width:738px;height:239.492px;display:block;z-index:1000; }#wze584 { top:51.5px;left:535.788px;bottom:auto;right:auto;width:57px;height:59px;display:block;z-index:1000; }#wze586 { top:59px;left:263.995px;bottom:auto;right:auto;width:59px;height:59px;display:block;z-index:1000; }#wze589 { top:45.5px;left:392.428px;bottom:auto;right:auto;width:72px;height:65px;display:block;z-index:1000; }#wze590 { top:55.5px;left:129.133px;bottom:auto;right:auto;width:60px;height:62px;display:block;z-index:1000; }#wze682 { top:150.5px;left:514.298px;bottom:auto;right:auto;width:98px;height:30px;display:block;z-index:1000;text-align:right; }#wze683 { top:153.5px;left:237.106px;bottom:auto;right:auto;width:109px;height:30px;display:block;z-index:1000;text-align:right; }#wze684 { top:153.5px;left:370.423px;bottom:auto;right:auto;width:98px;height:30px;display:block;z-index:1000;text-align:right; }#wze685 { top:152px;left:87.3204px;bottom:auto;right:auto;width:98px;height:30px;display:block;z-index:1000;text-align:right; }#wze686 { top:15px;left:255.5px;bottom:auto;right:auto;width:257px;height:112.227px;display:block;z-index:1000; }#wze498 { top:27px;left:21.789px;bottom:auto;right:auto;width:209px;height:56.2305px;display:block;z-index:1000;text-align:right; }#wz-section-wzs68 { height:396.758px;--section-height:396.758px; }#wze546 { top:15px;left:9.975px;bottom:auto;right:auto;width:748.05px;height:288.45px;display:block;z-index:1000; }#wze553 { top:15px;left:15px;bottom:auto;right:auto;width:718.05px;height:182.512px;display:block;z-index:1000; }#wze553 .wz-shop-product { width: calc(50% - 30px )}#wz-section-wzs73 { height:318.45px;--section-height:318.45px; }#wze600 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:542px;display:block;z-index:1000; }#wze601 { top:15px;left:75px;bottom:auto;right:auto;width:588px;height:58px;display:block;z-index:1000;text-align:right; }#wze602 { top:315px;left:245.5px;bottom:auto;right:auto;width:247px;height:212px;display:block;z-index:1000; }#wze603 { top:88px;left:376.5px;bottom:auto;right:auto;width:247px;height:212px;display:block;z-index:1000; }#wze604 { top:88px;left:114.5px;bottom:auto;right:auto;width:247px;height:212px;display:block;z-index:1000; }#wz-section-wzs93 { height:572px;--section-height:572px; }#wze649 { top:15px;left:14px;bottom:auto;right:auto;width:740px;height:521.953px;display:block;z-index:1000; }#wz-section-wzs95 { height:551.938px;--section-height:551.938px; }#wze650 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:411.906px;display:block;z-index:1000; }#wz-section-wzs97 { height:441.891px;--section-height:441.891px; }#wze654 { top:105px;left:23px;bottom:auto;right:auto;width:722px;height:390px;display:block;z-index:1000; }#wze655 { top:15px;left:70.5px;bottom:auto;right:auto;width:627px;height:75px;display:block;z-index:1000;text-align:right; }#wz-section-wzs98 { height:510px;--section-height:510px; }#wze661 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:542.17047119141px;display:block;z-index:1000; }#wze662 { top:15px;left:75px;bottom:auto;right:auto;width:588px;height:58.1705px;display:block;z-index:1000;text-align:right; }#wze663 { top:315.171px;left:245.5px;bottom:auto;right:auto;width:247px;height:212px;display:block;z-index:1000; }#wze664 { top:88.1705px;left:376.5px;bottom:auto;right:auto;width:247px;height:212px;display:block;z-index:1000; }#wze665 { top:88.1705px;left:114.5px;bottom:auto;right:auto;width:247px;height:212px;display:block;z-index:1000; }#wz-section-wzs100 { height:572.17px;--section-height:572.17px; }#wze693 { top:155px;left:15px;bottom:auto;right:auto;width:738px;height:156.938px;display:block;z-index:1000; }#wze694 { top:20.9688px;left:462.38px;bottom:auto;right:auto;width:80px;height:68px;display:block;z-index:1000; }#wze695 { top:19.9688px;left:190.639px;bottom:auto;right:auto;width:69px;height:65px;display:block;z-index:1000; }#wze696 { top:17.9688px;left:332.014px;bottom:auto;right:auto;width:74px;height:69px;display:block;z-index:1000; }#wze697 { top:88.9688px;left:476.39px;bottom:auto;right:auto;width:46px;height:33px;display:block;z-index:1000;text-align:right; }#wze698 { top:91.9688px;left:337.516px;bottom:auto;right:auto;width:63px;height:33px;display:block;z-index:1000;text-align:right; }#wze699 { top:91.9844px;left:186.633px;bottom:auto;right:auto;width:77px;height:33px;display:block;z-index:1000;text-align:right; }#wze700 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:125px;display:block;z-index:1000; }#wze701 { top:28.5px;left:88.5076px;bottom:auto;right:auto;width:561px;height:58px;display:block;z-index:1000;text-align:right; }#wz-section-wzs101 { height:326.938px;--section-height:326.938px; }#wze702 { top:155px;left:15px;bottom:auto;right:auto;width:738px;height:156.938px;display:block;z-index:1000; }#wze703 { top:20.9688px;left:462.38px;bottom:auto;right:auto;width:80px;height:68px;display:block;z-index:1000; }#wze704 { top:19.9688px;left:190.639px;bottom:auto;right:auto;width:69px;height:65px;display:block;z-index:1000; }#wze705 { top:17.9688px;left:332.014px;bottom:auto;right:auto;width:74px;height:69px;display:block;z-index:1000; }#wze706 { top:88.9688px;left:476.39px;bottom:auto;right:auto;width:46px;height:33px;display:block;z-index:1000;text-align:right; }#wze707 { top:91.9688px;left:337.516px;bottom:auto;right:auto;width:63px;height:33px;display:block;z-index:1000;text-align:right; }#wze708 { top:91.9844px;left:186.633px;bottom:auto;right:auto;width:77px;height:33px;display:block;z-index:1000;text-align:right; }#wze709 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:125px;display:block;z-index:1000; }#wze710 { top:28.5px;left:88.5076px;bottom:auto;right:auto;width:561px;height:58px;display:block;z-index:1000;text-align:right; }#wz-section-wzs102 { height:326.938px;--section-height:326.938px; }#wze720 { top:154.5px;left:15px;bottom:auto;right:auto;width:738px;height:157.676px;display:block;z-index:1000; }#wze721 { top:20.9688px;left:462.38px;bottom:auto;right:auto;width:80px;height:68px;display:block;z-index:1000; }#wze722 { top:19.9688px;left:190.639px;bottom:auto;right:auto;width:69px;height:65px;display:block;z-index:1000; }#wze723 { top:17.9688px;left:332.014px;bottom:auto;right:auto;width:74px;height:69px;display:block;z-index:1000; }#wze724 { top:88.9688px;left:476.39px;bottom:auto;right:auto;width:46px;height:33.7305px;display:block;z-index:1000;text-align:right; }#wze725 { top:91.9688px;left:337.516px;bottom:auto;right:auto;width:63px;height:33.7305px;display:block;z-index:1000;text-align:right; }#wze726 { top:91.9844px;left:186.633px;bottom:auto;right:auto;width:77px;height:33.7305px;display:block;z-index:1000;text-align:right; }#wze727 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:124.492px;display:block;z-index:1000; }#wze728 { top:28.5px;left:88.5076px;bottom:auto;right:auto;width:561px;height:57.4805px;display:block;z-index:1000;text-align:right; }#wz-section-wzs103 { height:327.129px;--section-height:327.129px; }#wze734 { top:1771.6px;left:107.203px;bottom:auto;right:auto;width:553.594px;height:310px;display:block;z-index:1000; }#wze734 .wz-gallery.wz-gallery-grid li { width:184px;height:103px;padding:10px; }#wze736 { top:2484.76px;left:264.049px;bottom:auto;right:auto;width:239.883px;height:60px;display:block;z-index:1000; }#wze744 { top:19.501px;left:13.4178px;bottom:auto;right:auto;width:135.957px;height:20px;display:block;z-index:1000;text-align:right; }#wze818 { top:8.51499px;left:158.637px;bottom:auto;right:auto;width:76.4062px;height:42.9883px;display:block;z-index:1000; }#wze739 { top:2941.6px;left:136.617px;bottom:auto;right:auto;width:239.883px;height:60.1758px;display:block;z-index:1000; }#wze748 { top:19.626px;left:13.4223px;bottom:auto;right:auto;width:135.957px;height:20px;display:block;z-index:1000;text-align:right; }#wze819 { top:8.64001px;left:158.629px;bottom:auto;right:auto;width:76.4062px;height:42.9883px;display:block;z-index:1000; }#wze740 { top:3016.78px;left:136.617px;bottom:auto;right:auto;width:239.883px;height:60.1758px;display:block;z-index:1000; }#wze749 { top:19.631px;left:13.404px;bottom:auto;right:auto;width:135.957px;height:20px;display:block;z-index:1000;text-align:right; }#wze820 { top:8.63997px;left:158.623px;bottom:auto;right:auto;width:76.4062px;height:42.9883px;display:block;z-index:1000; }#wze741 { top:2412.58px;left:69.0585px;bottom:auto;right:auto;width:239.883px;height:57.1875px;display:block;z-index:1000; }#wze750 { top:18.1399px;left:23.5636px;bottom:auto;right:auto;width:114.961px;height:20px;display:block;z-index:1000;text-align:right; }#wze815 { top:7.14005px;left:158.745px;bottom:auto;right:auto;width:76.4062px;height:42.9883px;display:block;z-index:1000; }#wze742 { top:2941.6px;left:391.5px;bottom:auto;right:auto;width:239.883px;height:57.2461px;display:block;z-index:1000; }#wze751 { top:18.626px;left:0.514125px;bottom:auto;right:auto;width:160.957px;height:20px;display:block;z-index:1000;text-align:right; }#wze816 { top:6.9227px;left:158.675px;bottom:auto;right:auto;width:76.4062px;height:42.9688px;display:block;z-index:1000; }#wze743 { top:3016.78px;left:391.5px;bottom:auto;right:auto;width:239.883px;height:59.375px;display:block;z-index:1000; }#wze752 { top:19.6875px;left:16.0446px;bottom:auto;right:auto;width:145.957px;height:20px;display:block;z-index:1000;text-align:right; }#wze817 { top:7.9852px;left:158.691px;bottom:auto;right:auto;width:76.4062px;height:42.9688px;display:block;z-index:1000; }#wze753 { top:15px;bottom:auto;right:auto;height:1741.62px;display:block;z-index:1000; }#wze755 { top:2096.6px;left:115.055px;bottom:auto;right:auto;width:537.891px;height:300.996px;display:block;z-index:1000; }#wze758 { top:2559.76px;left:108.014px;bottom:auto;right:auto;width:551.992px;height:210px;display:block;z-index:1000;text-align:justify; }#wze759 { top:2412.58px;left:323.941px;bottom:auto;right:auto;width:375px;height:32.5px;display:block;z-index:1000;text-align:center; }#wze760 { top:3186.95px;left:15.0155px;bottom:auto;right:auto;width:737.988px;height:412.637px;display:block;z-index:1000; }#wze761 { top:3614.59px;left:15.0155px;bottom:auto;right:auto;width:737.988px;height:412.676px;display:block;z-index:1000; }#wze762 { top:3139.45px;left:196.5px;bottom:auto;right:auto;width:375px;height:32.5px;display:block;z-index:1000;text-align:center; }#wze763 { top:3091.95px;left:180.513px;bottom:auto;right:auto;width:406.973px;height:32.5px;display:block;z-index:1000;text-align:center; }#wze835 { top:4510.23px;left:15.0155px;bottom:auto;right:auto;width:737.988px;height:452.988px;display:block;z-index:1000; }#wze836 { top:4042.26px;left:15.0155px;bottom:auto;right:auto;width:737.988px;height:452.988px;display:block;z-index:1000; }#wze837 { top:2784.76px;left:108.014px;bottom:auto;right:auto;width:551.992px;height:141.855px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs104 { height:4978.18384375px;--section-height:4978.18384375px; }.cssgrid #wze729 { margin:  240px 0px 2745px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze681 { margin:  270px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze735 { margin:  0px 0px 16px 0px; grid-area: 3 / 1 / 4 / 2; }#wze764 { --gtr:5 }.cssgrid #wze764 { margin:  0px 0px 68px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze770 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze768 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze766 { margin:  0px 0px -75px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze773 { margin:  0px 0px -112px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze772 { margin:  0px 0px -125px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze800 { margin:  0px 0px -129px 0px; grid-area: 4 / 1 / 7 / 2; }.cssgrid #wze769 { margin:  0px 0px -190px 0px; grid-area: 4 / 1 / 8 / 2; }#wze774 { --gtr:1 }.cssgrid #wze774 { margin:  15px 0px -265px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze801 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze802 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze803 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze804 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze805 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze807 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze290 { --gtr:3 }.cssgrid #wze290 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze298 { --gtr:2 }.cssgrid #wze298 { margin:  163px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }#wze302 { --gtr:2 }.cssgrid #wze302 { margin:  163px 0px 252px 0px; grid-area: 1 / 1 / 4 / 2; }#wze674 { --gtr:5 }.cssgrid #wze674 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }#wze809 { --gtr:4 }.cssgrid #wze809 { margin:  567px 0px 15px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze829 { margin:  0px 0px 1031px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze289 { margin:  0px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze808 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze291 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze299 { margin:  0px 0px 45px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze300 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze633 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze304 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze653 { margin:  15px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze305 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze828 { margin:  15px 0px 281px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze675 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze831 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze830 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze832 { margin:  0px 0px 217px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze827 { margin:  15px 0px 281px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze810 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze833 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze834 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }#wze781 { --gtr:8 }.cssgrid #wze781 { margin:  677px 0px 148px 0px; grid-area: 1 / 1 / 2 / 2; }#wze824 { --gtr:1 }.cssgrid #wze824 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze825 { --gtr:5 }.cssgrid #wze825 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze822 { margin:  0px 0px -172.281px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze821 { margin:  0px 0px -185.281px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze780 { margin:  0px 0px -303.281px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze786 { margin:  0px 0px -352.281px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze782 { margin:  0px 0px -359.281px 0px; grid-area: 6 / 1 / 8 / 2; }.cssgrid #wze784 { margin:  0px 0px -368.281px 0px; grid-area: 6 / 1 / 9 / 2; }.cssgrid #wze787 { margin:  0px 0px -417.281px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze823 { margin:  42px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze789 { margin:  56px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze794 { margin:  56px 0px 17px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze795 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze790 { margin:  2px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze796 { margin:  0px 0px 19px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze791 { margin:  2px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze797 { margin:  0px 0px 16px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze792 { margin:  2px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze793 { margin:  0px 0px 0px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze798 { margin:  1px 0px 42px 0px; grid-area: 9 / 1 / 11 / 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; }#wze448 { --gtr:1 }.cssgrid #wze448 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze449 { margin:  10px 0px 516px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze450 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze672 { --gtr:1 }.cssgrid #wze672 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze447 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze673 { margin:  15px 0px 52px 0px; grid-area: 1 / 1 / 2 / 2; }#wze686 { --gtr:1 }.cssgrid #wze686 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze486 { --gtr:2 }.cssgrid #wze486 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze498 { margin:  27px 0px 29px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze589 { margin:  46px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze584 { margin:  52px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze590 { margin:  56px 0px 33px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze586 { margin:  59px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze682 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze685 { margin:  1px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze683 { margin:  3px 0px 55px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze684 { margin:  3px 0px 55px 0px; grid-area: 3 / 1 / 6 / 2; }#wze546 { --gtr:1 }.cssgrid #wze546 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze553 { margin:  15px 0px 90px 0px; grid-area: 1 / 1 / 2 / 2; }#wze600 { --gtr:3 }.cssgrid #wze600 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze601 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze603 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze604 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze602 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze649 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 521.953px }.cssgrid #wze650 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 411.906px }.cssgrid #wze655 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze654 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze661 { --gtr:3 }.cssgrid #wze661 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze662 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze664 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze665 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze663 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze700 { --gtr:1 }.cssgrid #wze700 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze693 { --gtr:2 }.cssgrid #wze693 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze701 { margin:  29px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze696 { margin:  18px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze695 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze694 { margin:  21px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze697 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze698 { margin:  3px 0px 32px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze699 { margin:  3px 0px 32px 0px; grid-area: 4 / 1 / 6 / 2; }#wze709 { --gtr:1 }.cssgrid #wze709 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze702 { --gtr:2 }.cssgrid #wze702 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze710 { margin:  29px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze705 { margin:  18px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze704 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze703 { margin:  21px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze706 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze707 { margin:  3px 0px 32px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze708 { margin:  3px 0px 32px 0px; grid-area: 4 / 1 / 6 / 2; }#wze727 { --gtr:1 }.cssgrid #wze727 { margin:  15px 0px 16px 0px; grid-area: 1 / 1 / 2 / 2; }#wze720 { --gtr:2 }.cssgrid #wze720 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze728 { margin:  29px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze723 { margin:  18px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze722 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze721 { margin:  21px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze724 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze725 { margin:  3px 0px 32px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze726 { margin:  3px 0px 32px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze753 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze734 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze755 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze759 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }#wze741 { --gtr:1 }.cssgrid #wze741 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 6 / 2; }#wze736 { --gtr:1 }.cssgrid #wze736 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze758 { margin:  0px 0px 15px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze837 { margin:  0px 0px 15px 0px; grid-area: 8 / 1 / 9 / 2; }#wze742 { --gtr:1 }.cssgrid #wze742 { margin:  0px 0px 0px 0px; grid-area: 9 / 1 / 10 / 2; }#wze739 { --gtr:1 }.cssgrid #wze739 { margin:  0px 0px 15px 0px; grid-area: 9 / 1 / 11 / 2; }#wze743 { --gtr:1 }.cssgrid #wze743 { margin:  0px 0px 0px 0px; grid-area: 11 / 1 / 12 / 2; }#wze740 { --gtr:1 }.cssgrid #wze740 { margin:  0px 0px 15px 0px; grid-area: 11 / 1 / 13 / 2; }.cssgrid #wze763 { margin:  0px 0px 15px 0px; grid-area: 13 / 1 / 14 / 2; }.cssgrid #wze762 { margin:  0px 0px 15px 0px; grid-area: 14 / 1 / 15 / 2; }.cssgrid #wze760 { margin:  0px 0px 15px 0px; grid-area: 15 / 1 / 16 / 2; }.cssgrid #wze761 { margin:  0px 0px 15px 0px; grid-area: 16 / 1 / 17 / 2; }.cssgrid #wze836 { margin:  0px 0px 15px 0px; grid-area: 17 / 1 / 18 / 2; }.cssgrid #wze835 { margin:  0px 0px 15px 0px; grid-area: 18 / 1 / 19 / 2; }.cssgrid #wze815 { margin:  7px 0px 7px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze750 { margin:  18px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze818 { margin:  9px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze744 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze819 { margin:  9px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze748 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze816 { margin:  7px 0px 7px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze751 { margin:  19px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze820 { margin:  9px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze749 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze817 { margin:  8px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze752 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:3 }#wz-section-wzs37  { --gtr:3 }#wz-section-footer  { --gtr:1 }#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-wzs65  { --gtr:1 }#wz-section-wzs64  { --gtr:1 }#wz-section-wzs66  { --gtr:2 }#wz-section-wzs68  { --gtr:2 }#wz-section-wzs73  { --gtr:1 }#wz-section-wzs93  { --gtr:1 }#wz-section-wzs95  { --gtr:1 }#wz-section-wzs97  { --gtr:1 }#wz-section-wzs98  { --gtr:2 }#wz-section-wzs100  { --gtr:1 }#wz-section-wzs101  { --gtr:2 }#wz-section-wzs102  { --gtr:2 }#wz-section-wzs103  { --gtr:2 }#wz-section-wzs104  { --gtr:15 }}@media only screen and (min-width : 1170px) {#wze681 { display:none; }#wze711 { display:none; }#wze729 { display:none; }#wze298 { display:none; }#wze302 { display:none; }#wze675 { display:none; }#wze810 { display:none; }#wze780 { display:none; }#wze448 .wz-shop-product { width: calc(50% - 40px )}#wze448 .wz-shop-top-bar { margin-right: 302px }#wze553 .wz-shop-product { width: calc(25% - 30px )}#wze734 .wz-gallery.wz-gallery-grid li { width:184px;height:103px;padding:10px; }#wze835 { display:none; }#wze836 { display:none; }#wze837 { display:none; }#wze764 { --gtr:3 }.cssgrid #wze764 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze735 { margin:  12px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze766 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze768 { margin:  2px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze769 { margin:  0px 0px 7px 0px; grid-area: 3 / 1 / 8 / 2; }.cssgrid #wze772 { margin:  38px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze800 { margin:  42px 0px 0px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze770 { margin:  43px 0px 0px 0px; grid-area: 3 / 1 / 7 / 2; }.cssgrid #wze773 { margin:  47px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }#wze774 { --gtr:1 }.cssgrid #wze774 { margin:  0px 0px -0.5px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze802 { margin:  4px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze803 { margin:  4px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze804 { margin:  4px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze805 { margin:  4px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze801 { margin:  5px 0px 3px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze807 { margin:  5px 0px 3px 0px; grid-area: 1 / 1 / 3 / 2; }#wze290 { --gtr:3 }.cssgrid #wze290 { margin:  64px 0px 51px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze829 { margin:  0px 0px 61px 0px; grid-area: 2 / 1 / 3 / 2; }#wze674 { --gtr:2 }.cssgrid #wze674 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }#wze809 { --gtr:2 }.cssgrid #wze809 { margin:  0px 0px 95px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze289 { margin:  14px 0px 18px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze808 { margin:  0px 0px 36px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze291 { margin:  0px 0px 50px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze828 { margin:  36px 0px 28px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze830 { margin:  0px 0px 75px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze831 { margin:  0px 0px 75px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze832 { margin:  0px 0px 75px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze827 { margin:  18px 0px 44px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze833 { margin:  0px 0px 79px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze834 { margin:  10px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze781 { --gtr:10 }.cssgrid #wze781 { margin:  4px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze825 { --gtr:5 }.cssgrid #wze825 { margin:  16px 0px 22px 0px; grid-area: 1 / 1 / 9 / 2; }#wze824 { --gtr:1 }.cssgrid #wze824 { margin:  52px 0px 0px 0px; grid-area: 1 / 1 / 8 / 2; }.cssgrid #wze822 { margin:  60px 0px 24px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze821 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze786 { margin:  11px 0px 5px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze782 { margin:  0px 0px 4px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze784 { margin:  38px 0px 0px 0px; grid-area: 3 / 1 / 7 / 2; }.cssgrid #wze787 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze794 { margin:  55px 0px 17px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze789 { margin:  56px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze795 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze790 { margin:  2px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze796 { margin:  0px 0px 19px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze791 { margin:  3px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze797 { margin:  0px 0px 16px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze792 { margin:  3px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze793 { margin:  0px 0px 0px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze798 { margin:  1px 0px 40px 0px; grid-area: 9 / 1 / 11 / 2; }.cssgrid #wze823 { margin:  42px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze362 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze357 { margin:  30px 0px 96px 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; }#wze448 { --gtr:1 }.cssgrid #wze448 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze449 { margin:  10px 0px 1121px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze450 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }#wze672 { --gtr:1 }.cssgrid #wze672 { margin:  25px 0px 55px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze447 { margin:  0px 0px 78px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze673 { margin:  62px 0px 60px 0px; grid-area: 1 / 1 / 2 / 2; }#wze686 { --gtr:1 }.cssgrid #wze686 { margin:  87px 0px 22px 0px; grid-area: 1 / 1 / 2 / 2; }#wze486 { --gtr:2 }.cssgrid #wze486 { margin:  0px 0px 108px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze498 { margin:  27px 0px 29px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze589 { margin:  46px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze584 { margin:  52px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze590 { margin:  56px 0px 33px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze586 { margin:  59px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze682 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze685 { margin:  1px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze683 { margin:  3px 0px 56px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze684 { margin:  3px 0px 56px 0px; grid-area: 3 / 1 / 6 / 2; }#wze546 { --gtr:1 }.cssgrid #wze546 { margin:  13px 0px 24px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze553 { margin:  88px 0px 82px 0px; grid-area: 1 / 1 / 2 / 2; }#wze600 { --gtr:2 }.cssgrid #wze600 { margin:  53px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze601 { margin:  34px 0px 54px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze602 { margin:  0px 0px 94px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze603 { margin:  0px 0px 94px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze604 { margin:  0px 0px 94px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze649 { margin:  16px 0px 24px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 807px }.cssgrid #wze650 { margin:  37px 0px 35px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 585.219px }.cssgrid #wze655 { margin:  84px 0px 36px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze654 { margin:  0px 0px 52px 0px; grid-area: 2 / 1 / 3 / 2; }#wze661 { --gtr:2 }.cssgrid #wze661 { margin:  53px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze662 { margin:  34px 0px 54px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze663 { margin:  0px 0px 95px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze664 { margin:  0px 0px 95px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze665 { margin:  0px 0px 95px 0px; grid-area: 2 / 1 / 3 / 2; }#wze700 { --gtr:1 }.cssgrid #wze700 { margin:  65px 0px 40px 0px; grid-area: 1 / 1 / 2 / 2; }#wze693 { --gtr:2 }.cssgrid #wze693 { margin:  0px 0px 62px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze701 { margin:  29px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze696 { margin:  18px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze695 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze694 { margin:  21px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze697 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze698 { margin:  3px 0px 32px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze699 { margin:  3px 0px 32px 0px; grid-area: 4 / 1 / 6 / 2; }#wze709 { --gtr:1 }.cssgrid #wze709 { margin:  65px 0px 40px 0px; grid-area: 1 / 1 / 2 / 2; }#wze702 { --gtr:2 }.cssgrid #wze702 { margin:  0px 0px 62px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze710 { margin:  29px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze705 { margin:  18px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze704 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze703 { margin:  21px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze706 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze707 { margin:  3px 0px 32px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze708 { margin:  3px 0px 32px 0px; grid-area: 4 / 1 / 6 / 2; }#wze727 { --gtr:1 }.cssgrid #wze727 { margin:  65px 0px 41px 0px; grid-area: 1 / 1 / 2 / 2; }#wze720 { --gtr:2 }.cssgrid #wze720 { margin:  0px 0px 62px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze728 { margin:  29px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze723 { margin:  18px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze722 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze721 { margin:  21px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze724 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze725 { margin:  3px 0px 32px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze726 { margin:  3px 0px 32px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze753 { margin:  0px 0px 33px 0px; grid-area: 1 / 1 / 12 / 2; }.cssgrid #wze734 { margin:  67px 0px 59px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze755 { margin:  71px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze741 { --gtr:1 }.cssgrid #wze741 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }#wze736 { --gtr:1 }.cssgrid #wze736 { margin:  0px 0px 42px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze759 { margin:  2px 0px 3px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze758 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 9 / 2; }#wze739 { --gtr:1 }.cssgrid #wze739 { margin:  0px 0px 43px 0px; grid-area: 6 / 1 / 8 / 2; }#wze742 { --gtr:1 }.cssgrid #wze742 { margin:  1px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }#wze743 { --gtr:1 }.cssgrid #wze743 { margin:  0px 0px 0px 0px; grid-area: 8 / 1 / 10 / 2; }#wze740 { --gtr:1 }.cssgrid #wze740 { margin:  0px 0px 0px 0px; grid-area: 8 / 1 / 11 / 2; }.cssgrid #wze762 { margin:  0px 0px 13px 0px; grid-area: 12 / 1 / 13 / 2; }.cssgrid #wze763 { margin:  0px 0px 0px 0px; grid-area: 12 / 1 / 13 / 2; }.cssgrid #wze760 { margin:  0px 0px 0px 0px; grid-area: 13 / 1 / 14 / 2; }.cssgrid #wze761 { margin:  0px 0px 31px 0px; grid-area: 13 / 1 / 15 / 2; }.cssgrid #wze818 { margin:  9px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze744 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze815 { margin:  7px 0px 7px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze750 { margin:  18px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze819 { margin:  9px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze748 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze816 { margin:  7px 0px 7px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze751 { margin:  19px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze820 { margin:  9px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze749 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze817 { margin:  8px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze752 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:1 }#wz-section-wzs37  { --gtr:3 }#wz-section-footer  { --gtr:1 }#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-wzs65  { --gtr:1 }#wz-section-wzs64  { --gtr:1 }#wz-section-wzs66  { --gtr:2 }#wz-section-wzs68  { --gtr:2 }#wz-section-wzs73  { --gtr:1 }#wz-section-wzs93  { --gtr:1 }#wz-section-wzs95  { --gtr:1 }#wz-section-wzs97  { --gtr:1 }#wz-section-wzs98  { --gtr:2 }#wz-section-wzs100  { --gtr:1 }#wz-section-wzs101  { --gtr:2 }#wz-section-wzs102  { --gtr:2 }#wz-section-wzs103  { --gtr:2 }#wz-section-wzs104  { --gtr:11 }}