.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:246, 249, 245;--color_1_2:197, 199, 196;--color_1_3:148, 149, 147;--color_1_4:98, 100, 98;--color_1_5:9, 20, 5;--color_2_1:125, 170, 185;--color_2_2:77, 132, 149;--color_2_3:3, 87, 114;--color_2_4:3, 68, 89;--color_2_5:1, 16, 20;--color_3_1:245, 254, 184;--color_3_2:239, 254, 149;--color_3_3:224, 253, 44;--color_3_4:149, 169, 29;--color_3_5:75, 84, 15;--color_4_1:250, 225, 227;--color_4_2:240, 206, 209;--color_4_3:246, 160, 169;--color_4_4:179, 116, 123;--color_4_5:92, 60, 62;--color_5_1:224, 167, 197;--color_5_2:192, 119, 158;--color_5_3:161, 39, 103;--color_5_4:107, 26, 69;--color_5_5:54, 13, 34;}
                          .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;
                            }
                        #wze47 { top:7.75px;left:4.76667px;width:222.05px;height:83px;z-index:1000; }.wzc21-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc21-img .wzc21-img-inner { width:100%;height:100%;float:left; }.wzc21-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze47 .wzc21-img-inner { object-fit:cover; }#wze486 { top:14px;left:664.233px;width:487px;height:55px;z-index:1000;text-align:right; }.wzc19 { height:auto; }.wzc19-text { width:100%;height:auto; }#wze608 { top:0.5px;left:229.767px;width:64px;height:100px;z-index:1001; }.wzc142-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(https://karsazmachine.com/static/bEHf0117/2.0.0//editor/images/imageButton/popular/phone.png); }.wzc142:hover .wzc142-bg { background-image:url(https://karsazmachine.com/static/bEHf0117/2.0.0//editor/images/imageButton/popular/phoneHover.png); }.wzc142:hover {  }.wzc142:active .wzc142-bg { background-image:url(https://karsazmachine.com/static/bEHf0117/2.0.0//editor/images/imageButton/popular/phone.png); }.wzc142:active {  }#wze635 { top:32px;left:308.5px;width:135px;height:40px;z-index:1000; }.wzc165:hover .wzc165-bg {  }.wzc165:hover .wzc165-content {  }.wzc165:hover {  }.wzc165-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(1, 16, 20);border-radius:10px; }.wzc165-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: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:#fff; }#wz-section-header { height:100.5px;--section-height:100.5px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full { background-color:rgba(48, 120, 190, 0.51);box-shadow:5px 9px 10px 0px rgb(241, 239, 239) ;background-attachment:fixed;background:; }.wzc-section-header-full:after { background:;background-color:rgb(246, 249, 245); }#wz-section-allPage { height:0px;--section-height:0px; }#wze65 { top:0px;left:85.25px;width:999.5px;height:291px;z-index:1000; }#wze65 .wzc21-img-inner { object-fit:fill; }#wze67 { top:362.25px;left:64px;width:1042px;height:387px;z-index:1000;text-align:right; }#wze385 { top:328.5px;left:445.5px;width:289px;height:27px;z-index:1001;text-align:right; }#wz-section-wzs1 { height:846.25px;--section-height:846.25px; }.wzc-section-wzs1-full { background-color:rgb(248, 248, 248); }#wze32 { top:15px;left:860px;width:310px;height:72px;z-index:1000;text-align:right; }#wze34 { top:136px;left:553px;width:581px;height:23px;z-index:1000;text-align:right; }#wze35 { top:182px;left:681px;width:450px;height:25px;z-index:1000;text-align:right; }#wze49 { top:135.5px;left:57.9px;width:145px;height:46px;z-index:1000; }#wze49 .wzc21-img-inner { object-fit:cover; }#wze50 { top:5.5px;left:15.75px;width:239.05px;height:90px;z-index:1000; }.wzc58-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-color:rgb(197, 199, 196); }.wzc58-img .wzc58-img-inner { width:100%;height:100%;float:left; }.wzc58-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze50 .wzc58-img-inner { object-fit:cover; }#wze79 { top:303px;left:62.9667px;width:62px;height:62px;z-index:1000; }#wze79 .wzc21-img-inner { object-fit:cover; }#wze269 { top:231px;left:62.9667px;width:129px;height:30px;z-index:1000; }#wze269 .wzc21-img-inner { object-fit:cover; }#wze545 { top:231px;left:462.05px;width:160px;height:160px;z-index:1000; }.wzc35-code .wzc35-code-default { position:absolute;left:0px;top:0px;width:100%;height:100%;background-color:#ccc; }.wzc35-code { position:absolute;left:0px;top:0px;width:100%;height:100%; }#wze623 { top:220px;left:1042.12px;width:80px;height:40px;z-index:1000; }.wzc153:hover .wzc153-bg {  }.wzc153:hover .wzc153-content {  }.wzc153:hover {  }.wzc153-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px;background-color:#82BF56;border-style:solid;border-color:#669644;border-bottom-width:5px; }.wzc153-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;line-height:1em;text-shadow:0px -2px #669644; }.wzc153:active .wzc153-bg { border-bottom-width:1px; }.wzc153:active .wzc153-content { -webkit-transform:translateY(-40%);-moz-transform:translateY(-40%);-ms-transform:translateY(-40%);-o-transform:translateY(-40%);transform:translateY(-40%);transform:translateY(-40%); }.wzc153:active { -webkit-transform:translate(0px,5px);-moz-transform:translate(0px,5px);-ms-transform:translate(0px,5px);-o-transform:translate(0px,5px);transform:translate(0px,5px);transform:translate(0px,5px); }#wze624 { top:220px;left:935.45px;width:80px;height:40px;z-index:1000; }.wzc152:hover .wzc152-bg {  }.wzc152:hover .wzc152-content {  }.wzc152:hover {  }.wzc152-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px;background-color:#82BF56;border-style:solid;border-color:#669644;border-bottom-width:5px; }.wzc152-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;line-height:1em;text-shadow:0px -2px #669644; }.wzc152:active .wzc152-bg { border-bottom-width:1px; }.wzc152:active .wzc152-content { -webkit-transform:translateY(-40%);-moz-transform:translateY(-40%);-ms-transform:translateY(-40%);-o-transform:translateY(-40%);transform:translateY(-40%);transform:translateY(-40%); }.wzc152:active { -webkit-transform:translate(0px,5px);-moz-transform:translate(0px,5px);-ms-transform:translate(0px,5px);-o-transform:translate(0px,5px);transform:translate(0px,5px);transform:translate(0px,5px); }#wze625 { top:220px;left:828.767px;width:80px;height:40px;z-index:1000; }#wze632 { top:132px;left:1140px;width:30px;height:30px;z-index:1001; }.wzc163 { overflow:hidden; }.wzc163-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:#E74C3C; }#wze633 { top:181.5px;left:1140px;width:30px;height:30px;z-index:1001; }#wz-section-footer { height:415.767px;--section-height:415.767px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background-color:rgb(0, 109, 255);background:;background-image:; }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze92 { top:2px;left:3.5px;width:1166px;height:145px;z-index:1001; }#wze92 .wzc21-img-inner { object-fit:fill; }#wze93 { top:296.5px;left:4.5px;width:835px;height:359px;z-index:1000; }#wze94 { top:680.5px;left:278.5px;width:180px;height:40px;z-index:1000; }.wzc36:hover .wzc36-bg {  }.wzc36:hover .wzc36-content {  }.wzc36:hover {  }.wzc36-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(1, 16, 20);border-radius:10px; }.wzc36-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: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:#fff; }#wze95 { top:227.5px;left:935px;width:180px;height:30px;z-index:1002;text-align:right; }#wze96 { top:318px;left:1094.47px;width:30px;height:30px;z-index:1001; }#wze96 .wzc21-img-inner { object-fit:cover; }#wze97 { top:402px;left:1094.47px;width:30px;height:30px;z-index:1001; }#wze97 .wzc21-img-inner { object-fit:cover; }#wze98 { top:486px;left:1098.47px;width:22px;height:28px;z-index:1001; }#wze98 .wzc21-img-inner { object-fit:cover; }#wze169 { top:312.5px;left:899.967px;width:180px;height:21px;z-index:1002;text-align:right; }#wze174 { top:333.5px;left:899.967px;width:180px;height:19px;z-index:1001;text-align:right; }#wze175 { top:352.5px;left:899.967px;width:180px;height:19px;z-index:1001;text-align:right; }#wze176 { top:396.5px;left:899.967px;width:180px;height:79px;z-index:1001;text-align:right; }#wze177 { top:486px;left:890.967px;width:189px;height:63px;z-index:1001;text-align:right; }#wze535 { top:680.5px;left:469.5px;width:188.733px;height:40px;z-index:1001; }#wz-section-wzs16 { height:814px;--section-height:814px; }#wze388 { top:47px;left:225px;width:720px;height:899px;z-index:1001; }.wzc68  .dropdown.dropdown-accordion.dropdown-rtl .dropdown-select::before { left:0px;right:0; }.wzc68  .dropdown.dropdown-accordion.dropdown-ltr.open {  }.wzc68 {  }.wzc68-container .wzc68-container-header .wzc68-container-header-title .wzc68-container-header-title-content { color:#000000;font-size:20px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;font-family:yekan, tahoma, serif; }.wzc68-container .wzc68-container-header .wzc68-container-header-title { width:100%;text-align:center; }.wzc68-container .wzc68-container-header { width:100%;height:50px;display:flex;justify-content:space-between;align-items:flex-start; }.wzc68-container .wzc68-container-questionAnswerArea .wzc68-container-questionAnswerArea-item .wzc68-container-questionAnswerArea-item-question { color:rgba(96,94,94,1);font-size:16px !important;padding-top:15px !important;padding-bottom:15px !important;background-color:transparent;min-height:50px;display:flex;align-items:center;cursor:pointer;position:relative;margin:0;width:100%;line-height:1.2em;font-family:yekan, tahoma, serif; }.wzc68-container .wzc68-container-questionAnswerArea .wzc68-container-questionAnswerArea-item .wzc68-container-questionAnswerArea-item-answer { color:rgba(96,94,94,1);font-size:14px !important;min-height:60px;overflow:hidden;padding:0 0 30px 0 !important;background-color:transparent !important;line-height:1.5em;margin-left:auto;font-family:yekan, tahoma, serif; }.wzc68-container .wzc68-container-questionAnswerArea .wzc68-container-questionAnswerArea-item { overflow:hidden;position:relative;margin-bottom:0px;background-color:transparent;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:rgb(224, 253, 44);transition:all 0.3s; }.wzc68-container .wzc68-container-questionAnswerArea { flex:1;width:100%;height:calc(100% - 50px);display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch; }.wzc68-container { direction:rtl;padding:30px 20px 20px;width:100%;height:100%;background-color:#fff;display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch;transition:all 0.3s ease-in-out 0.15s; }.wzc68-after { background-color:rgb(224, 253, 44); }.wzc68-before { background-color:rgb(224, 253, 44); }#wz-section-wzs23 { height:1085px;--section-height:1085px; }#wze121 { top:141px;left:34.9833px;width:500px;height:500px;z-index:1000; }.wzc64 .wz-gallery > li > figure,.wzc64  .wz-gallery-slider .slides > li > .wz-slider-item { border-width:3px;border-style:solid;border-color:rgb(224, 253, 44);border-radius:20px; }.wzc64 .wz-gallery > li > figure,.wzc64  .wz-gallery > li > figure:before,.wzc64  .wz-gallery > li > figure:after,.wzc64  .wz-gallery > li > figure > figcaption,.wzc64  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc64  .wz-gallery-caption { text-align:center; }.wzc64  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc64  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc64  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc64 {  }.wzc64-slider .wzc64-slider-items {  }.wzc64-slider  .flex-direction-nav a:before { color:rgb(224, 253, 44); }.wzc64-slider {  }.wzc64-carousel .wzc64-carousel-list {  }.wzc64-carousel {  }#wze123 { top:150px;left:782.25px;width:300px;height:31px;z-index:1001;text-align:right; }#wze124 { top:190.767px;left:948.25px;width:133px;height:21px;z-index:1001;text-align:right; }#wze182 { top:276.6px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze182 .wzc21-img-inner { object-fit:cover; }#wze183 { top:419.733px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze183 .wzc21-img-inner { object-fit:cover; }#wze184 { top:443.6px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze184 .wzc21-img-inner { object-fit:cover; }#wze188 { top:395.883px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze188 .wzc21-img-inner { object-fit:cover; }#wze189 { top:372.033px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze189 .wzc21-img-inner { object-fit:cover; }#wze190 { top:348.167px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze190 .wzc21-img-inner { object-fit:cover; }#wze191 { top:324.317px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze191 .wzc21-img-inner { object-fit:cover; }#wze194 { top:300.45px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze194 .wzc21-img-inner { object-fit:cover; }#wze195 { top:252.733px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze195 .wzc21-img-inner { object-fit:cover; }#wze196 { top:228.883px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze196 .wzc21-img-inner { object-fit:cover; }#wze198 { top:831.5px;left:107px;width:956px;height:720px;z-index:1003; }.wzc47-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(0, 0, 0, 0);border-style:solid;border-width:3px;border-color:rgb(224, 253, 44);border-radius:20px; }.wzc47-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:20px; }#wze166 { top:19px;left:26.9833px;width:426px;height:348.5px;z-index:1001; }.wzc44-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;pointer-events:none;z-index:1; }.wzc44-container { width:100%;height:100%;position:relative;overflow:hidden; }#wze167 { top:20.5px;left:500px;width:426px;height:348.5px;z-index:1002; }#wze546 { top:392px;left:28.9667px;width:429px;height:309px;z-index:1004; }#wze199 { top:774px;left:423.5px;width:323px;height:22px;z-index:1005;text-align:right; }#wze383 { top:23px;left:71.5px;width:1027px;height:100px;z-index:1001;text-align:right; }#wze406 { top:534.5px;left:1007.05px;width:102px;height:94px;z-index:1004; }#wze409 { top:586px;left:908.133px;width:105px;height:37px;z-index:1004; }#wze529 { top:638.5px;left:1010.6px;width:100px;height:30px;z-index:1004; }#wze552 { top:638.5px;left:909.15px;width:85px;height:30px;z-index:1002; }#wze555 { top:222px;left:690.1px;width:371px;height:234px;z-index:1001;text-align:right; }#wz-section-wzs25 { height:1727.03px;--section-height:1727.03px; }#wze259 { top:2px;left:1.5px;width:1167px;height:161px;z-index:1000; }#wze259 .wzc21-img-inner { object-fit:fill; }#wze275 { top:208px;left:58.5px;width:480px;height:500px;z-index:1000; }#wze276 { top:826px;left:335px;width:500px;height:500px;z-index:1001; }#wze278 { top:50px;left:50px;width:400px;height:400px;z-index:1000; }#wze277 { top:781.5px;left:502px;width:166px;height:22px;z-index:1003;text-align:right; }#wz-section-wzs28 { height:1433px;--section-height:1433px; }#wze281 { top:42px;left:38.4667px;width:600px;height:500px;z-index:1000; }#wze282 { top:893px;left:449.5px;width:271px;height:44px;z-index:1003;text-align:center; }#wze283 { top:942px;left:85px;width:1000px;height:500px;z-index:1004; }#wze284 { top:50px;left:70.9833px;width:400px;height:400px;z-index:1000; }#wze285 { top:50px;left:530.5px;width:400px;height:400px;z-index:1001; }#wze317 { top:51px;left:790.05px;width:328px;height:29px;z-index:1001;text-align:right; }#wze318 { top:101px;left:938.05px;width:180px;height:22px;z-index:1001;text-align:right; }#wze319 { top:140px;left:757.217px;width:337px;height:645px;z-index:1001;text-align:right; }#wze412 { top:776px;left:1009.6px;width:102px;height:94px;z-index:1004; }#wze416 { top:802px;left:908.133px;width:105px;height:37px;z-index:1004; }#wze532 { top:870px;left:1009.05px;width:100px;height:30px;z-index:1000; }#wz-section-wzs29 { height:1511px;--section-height:1511px; }#wze286 { top:33px;left:22.2333px;width:600px;height:500px;z-index:1000; }#wze287 { top:883px;left:285px;width:600px;height:500px;z-index:1000; }#wze289 { top:50px;left:50px;width:500px;height:400px;z-index:1000; }#wze342 { top:29px;left:850.283px;width:271px;height:29px;z-index:1001;text-align:right; }#wze343 { top:61.5px;left:946.2px;width:180px;height:50px;z-index:1001;text-align:right; }#wze353 { top:105px;left:777.2px;width:337px;height:621px;z-index:1001;text-align:right; }#wze384 { top:811.5px;left:483.383px;width:251px;height:44px;z-index:1003;text-align:center; }#wze413 { top:701.5px;left:1022.13px;width:102px;height:94px;z-index:1004; }#wze417 { top:735px;left:921.167px;width:105px;height:37px;z-index:1004; }#wze533 { top:785px;left:1027.18px;width:100px;height:30px;z-index:1001; }#wz-section-wzs30 { height:1431px;--section-height:1431px; }#wze393 { top:71px;left:375.5px;width:429px;height:498px;z-index:1000; }.wzc72  .wz-table-search-box:focus { box-shadow:inset 0 0 0 1px rgba(255,255,255,0.9), 0 0 1px 2px #3899EC; }.wzc72  .wz-table-tboby-tr:nth-child(odd) { background-color:rgb(246, 249, 245); }.wzc72  .wz-table-tboby-tr:nth-child(2n) { background-color:rgb(255, 255, 255); }.wzc72  .wz-table-tboby-tr:hover { background-color:rgb(246, 249, 245); }.wzc72  .wz-table-thead-tr-th:first-child { border-right:0; }.wzc72  .wz-table--sort-indicator::before { content:'\25BC';position:absolute;bottom:0;left:0px; }.wzc72  .wz-table--sort-indicator::after { content:'\25B2';position:absolute;top:0px;left:0px; }.wzc72  .wz-table-tbody-tr-td:first-child {  }.wzc72 {  }.wzc72-container .wzc72-container-tableHead .wzc72-container-tableHead-filter .wzc72-container-tableHead-filter-search { width:147px;height:23px;border-radius:3px;background-color:rgba(255,255,255,0.8);color:#000;box-shadow:inset 0 1px 2px rgba(0,0,0,.4);outline:0;border:0;padding:0 6px;margin:6px 11px;font-size:12px;font-family:yekan, tahoma, serif;text-align:right;transition:box-shadow 0.3s ease;margin-right:15px;margin-left:15px; }.wzc72-container .wzc72-container-tableHead .wzc72-container-tableHead-filter { float:left;display:none; }.wzc72-container .wzc72-container-tableHead { direction:rtl;width:100%;border-radius:10px 10px 0 0;font-size:14px;max-width:100%;border-collapse:collapse;border-spacing:0;height:37px;text-align:center;background-color:#FFFFFF;background-image:linear-gradient(to bottom, #FFFFFF, rgb(246, 249, 245));display:none; }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table .wzc72-container-tableWrapper-table-thead .wzc72-container-tableWrapper-table-thead-tr .wzc72-container-tableWrapper-table-thead-tr-th .wzc72-container-tableWrapper-table-thead-tr-th-sort { display:block;position:relative;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;padding-top:3px;float:left;font-size:8px;width:8px;height:19px;cursor:pointer; }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table .wzc72-container-tableWrapper-table-thead .wzc72-container-tableWrapper-table-thead-tr .wzc72-container-tableWrapper-table-thead-tr-th { color:inherit;background-color:rgb(255, 30, 0);background-image:none;vertical-align:top;border-bottom-width:0px;padding:6px;border-style:solid;border-width:1px;border-color:rgb(246, 249, 245);border-top:0;border-bottom:0;border-left:0;font-family:inherit;text-align:inherit;width:213px;min-width:213px; }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table .wzc72-container-tableWrapper-table-thead .wzc72-container-tableWrapper-table-thead-tr {  }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table .wzc72-container-tableWrapper-table-thead { color:rgb(3, 87, 114);font-family:yekan, tahoma, serif;font-size:16px;text-align:inherit; }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table .wzc72-container-tableWrapper-table-tbody .wzc72-container-tableWrapper-table-tbody-tr .wzc72-container-tableWrapper-table-tbody-tr-td { border-style:solid;border-width:1px;border-color:rgb(246, 249, 245);border-bottom:0;border-left:0;padding:7px;vertical-align:top;font-family:inherit;color:inherit;text-align:inherit; }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table .wzc72-container-tableWrapper-table-tbody .wzc72-container-tableWrapper-table-tbody-tr { color:inherit;text-align:inherit;transition:background-color 0.3s; }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table .wzc72-container-tableWrapper-table-tbody { font-family:yekan, tahoma, serif;font-size:14px;color:rgb(0, 0, 0);text-align:inherit; }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table { direction:rtl;background-color:#ffffff;width:100%;margin:0;border-width:1px;border-style:solid;border-color:rgb(246, 249, 245);border-right:none;border-left:none;border-collapse:separate;border-spacing:0;text-align:right; }.wzc72-container .wzc72-container-tableWrapper { overflow-y:visible;max-height:none;direction:rtl;overflow-x:auto; }.wzc72-container .wzc72-container-tableFoot .wzc72-container-tableFoot-tfoot .wzc72-container-tableFoot-tfoot-tr .wzc72-container-tableFoot-tfoot-tr-td { height:26px;width:100vw;border-radius:0 0 10px 10px;background-color:#ffffff;background-image:linear-gradient(to bottom, rgb(246, 249, 245), #FFFFFF);padding:9px; }.wzc72-container .wzc72-container-tableFoot .wzc72-container-tableFoot-tfoot .wzc72-container-tableFoot-tfoot-tr {  }.wzc72-container .wzc72-container-tableFoot .wzc72-container-tableFoot-tfoot {  }.wzc72-container .wzc72-container-tableFoot { width:100%;margin:0px;border-radius:0 0 10px 10px;font-size:14px;border-color:#FFFFFF;border-collapse:separate;border-spacing:0;border-top:0;display:none; }.wzc72-container { border-radius:10px;border-width:3px;border-style:solid;border-color:rgb(255, 30, 0);margin:0;padding:0;background-color:transparent;overflow:hidden;height:100%; }#wze398 { top:29px;left:620.5px;width:195px;height:34px;z-index:1001;text-align:right; }#wze399 { top:23px;left:287.5px;width:303px;height:42px;z-index:1001; }#wze528 { top:603px;left:318px;width:558px;height:36px;z-index:1001;text-align:right; }#wz-section-wzs36 { height:737px;--section-height:737px; }#wze448 { top:48px;left:85px;width:1000px;height:329px;z-index:1000;text-align:right; }#wze449 { top:405.5px;left:519.5px;width:131px;height:130px;z-index:1001; }#wze449 .wzc21-img-inner { object-fit:cover; }#wze450 { top:562px;left:85px;width:1000px;height:76px;z-index:1002;text-align:right; }#wze451 { top:667.5px;left:537px;width:96px;height:31px;z-index:1003; }#wze451 .wzc21-img-inner { object-fit:cover; }#wze452 { top:724px;left:85px;width:1000px;height:969px;z-index:1004;text-align:right; }#wze453 { top:1724.5px;left:188.933px;width:792.133px;height:580px;z-index:1005; }#wze453 .wzc21-img-inner { object-fit:cover; }#wze454 { top:2349px;left:85px;width:1000px;height:38px;z-index:1000;text-align:right; }#wze455 { top:2414.5px;left:266.5px;width:637px;height:78px;z-index:1006; }#wze455 .wzc21-img-inner { object-fit:cover; }#wze456 { top:2514.5px;left:85px;width:1000px;height:418px;z-index:1000;text-align:right; }#wze458 { top:2968.5px;left:207.183px;width:755.617px;height:625px;z-index:1000; }#wze458 .wzc21-img-inner { object-fit:cover; }#wze459 { top:3642px;left:85px;width:1000px;height:601px;z-index:1001;text-align:right; }#wze460 { top:4299.5px;left:178.167px;width:813.667px;height:553px;z-index:1000; }#wze460 .wzc21-img-inner { object-fit:cover; }#wze461 { top:4897px;left:85px;width:1000px;height:608px;z-index:1000;text-align:right; }#wz-section-wzs42 { height:5579px;--section-height:5579px; }#wze577 { top:29px;left:718.867px;width:120px;height:120px;z-index:1000; }.wzc156-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-style:solid;border-width:2px;border-color:rgb(255, 30, 0);border-radius:20px; }.wzc156-img .wzc156-img-inner { width:100%;height:100%;float:left; }.wzc156-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:20px; }#wze577 .wzc156-img-inner { object-fit:cover; }#wze578 { top:161px;left:206.833px;width:120px;height:120px;z-index:1000; }#wze578 .wzc156-img-inner { object-fit:cover; }#wze579 { top:30px;left:206.833px;width:120px;height:120px;z-index:1000; }#wze579 .wzc156-img-inner { object-fit:cover; }#wze580 { top:298px;left:718.867px;width:120px;height:120px;z-index:1000; }#wze580 .wzc156-img-inner { object-fit:cover; }#wze581 { top:163.5px;left:718.867px;width:120px;height:120px;z-index:1000; }#wze581 .wzc156-img-inner { object-fit:cover; }#wze590 { top:auto;left:auto;bottom:0px;right:0px;width:100px;height:100px;z-index:9999999; }.wzc141-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(https://karsazmachine.com/static/bEHf0117/2.0.0//editor/images/imageButton/Go-To-Top/Go-to-Top-2.png); }.wzc141:hover .wzc141-bg { -webkit-transform:scale(0.9);-moz-transform:scale(0.9);-ms-transform:scale(0.9);-o-transform:scale(0.9);transform:scale(0.9);transform:scale(0.9); }.wzc141:hover {  }#wze618 { top:61px;left:863.65px;width:260px;height:40px;z-index:1001; }.wzc151:hover .wzc151-bg { background-color:#2285B1; }.wzc151:hover .wzc151-content {  }.wzc151:hover .wzc151-top { border-bottom-color:#2285B1; }.wzc151:hover .wzc151-bottom { border-top-color:#2285B1; }.wzc151:hover {  }.wzc151-bg { top:0px;bottom:0;left:50px;right:0;position:absolute;background-color:rgb(186, 218, 85); }.wzc151-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(0, 0, 0); }.wzc151 { width:100%;height:100%;position:relative;overflow:hidden; }.wzc151-top { border-right:0;border-left:50px solid transparent;position:absolute;left:0px;border-bottom:50px solid;border-bottom-color:rgb(186, 218, 85);bottom:50%; }.wzc151-bottom { border-right:0;border-left:50px solid transparent;position:absolute;left:0px;border-top:50px solid;border-top-color:rgb(186, 218, 85);top:50%; }#wze619 { top:198px;left:863.65px;width:260px;height:40px;z-index:1001; }#wze620 { top:335px;left:863.65px;width:260px;height:40px;z-index:1001; }#wze621 { top:65px;left:355.1px;width:260px;height:40px;z-index:1001; }.wzc161:hover .wzc161-bg { background-color:#2285B1; }.wzc161:hover .wzc161-content {  }.wzc161:hover .wzc161-top { border-bottom-color:#2285B1; }.wzc161:hover .wzc161-bottom { border-top-color:#2285B1; }.wzc161:hover {  }.wzc161-bg { top:0px;bottom:0;left:50px;right:0;position:absolute;background-color:rgb(186, 218, 85); }.wzc161-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(0, 0, 0);margin:0 0 0 0; }.wzc161 { width:100%;height:100%;position:relative;overflow:hidden; }.wzc161-top { border-right:0;border-left:50px solid transparent;position:absolute;left:0px;border-bottom:50px solid;border-bottom-color:rgb(186, 218, 85);bottom:50%; }.wzc161-bottom { border-right:0;border-left:50px solid transparent;position:absolute;left:0px;border-top:50px solid;border-top-color:rgb(186, 218, 85);top:50%; }#wze622 { top:201.5px;left:355.1px;width:260px;height:40px;z-index:1001; }#wze628 { top:335px;left:364.083px;width:260px;height:40px;z-index:1000; }.wzc160:hover .wzc160-bg { background-color:#B72B1C; }.wzc160:hover .wzc160-content {  }.wzc160:hover {  }.wzc160-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#E74C3C;border-style:solid;border-width:2px;border-color:#B72B1C;border-radius:25px; }.wzc160-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs46 { height:459.5px;--section-height:459.5px; }.wzc-section-wzs46 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs46-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs46-full:after { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs46-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(186, 218, 85)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 102.446 1920 197.554' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 102.446V300h1920S1050.116 102.446 0 102.446z'/%3E%3C/svg%3E");width:100%;height:157px;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; }#wze582 { top:7.5px;left:0px;width:500px;height:500px;z-index:1000; }.wzc158 .wz-gallery > li > figure,.wzc158  .wz-gallery-slider .slides > li > .wz-slider-item { border-width:3px;border-style:solid;border-color:rgb(255, 30, 0);border-radius:20px; }.wzc158 .wz-gallery > li > figure,.wzc158  .wz-gallery > li > figure:before,.wzc158  .wz-gallery > li > figure:after,.wzc158  .wz-gallery > li > figure > figcaption,.wzc158  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc158  .wz-gallery-caption { text-align:center; }.wzc158  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc158  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc158  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc158 {  }.wzc158-slider .wzc158-slider-items {  }.wzc158-slider  .flex-direction-nav a:before { color:rgb(224, 253, 44); }.wzc158-slider {  }.wzc158-carousel .wzc158-carousel-list {  }.wzc158-carousel {  }#wze583 { top:110px;left:576px;width:588px;height:424px;z-index:1001;text-align:right; }#wze584 { top:26px;left:871.633px;width:300px;height:31px;z-index:1001;text-align:right; }#wze586 { top:624.5px;left:298.267px;width:250px;height:250px;z-index:1001; }.wzc162-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;pointer-events:none;z-index:1; }.wzc162-container { width:100%;height:100%;position:relative;overflow:hidden;border-style:solid;border-width:3px;border-color:#009688; }#wze587 { top:624.5px;left:15px;width:250px;height:250px;z-index:1002; }#wze609 { top:624.5px;left:581.517px;width:250px;height:250px;z-index:1002; }#wz-section-wzs60 { height:1107px;--section-height:1107px; }.wzc-section-wzs60 { background:;background-color:rgb(246, 249, 245); }.wzc-section-wzs60-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(186, 218, 85)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 91 1920 209' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z M0,90 h1920 v210 h-1920 Z'/%3E%3C/svg%3E");width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) scale(-1);-moz-transform:translateY(-100%) scale(-1);-ms-transform:translateY(-100%) scale(-1);-o-transform:translateY(-100%) scale(-1);transform:translateY(-100%) scale(-1);transform:translateY(-100%) scale(-1);position:absolute;z-index:10; }.wzc-section-wzs60-full { background-attachment:none;background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs60-full:after { background:;background-color:rgb(255, 255, 255); }#wze588 { top:30.5px;left:0px;width:480px;height:500px;z-index:1000; }#wze589 { top:582px;left:0px;width:250px;height:250px;z-index:1001; }#wze610 { top:68px;left:558px;width:612px;height:660px;z-index:1001;text-align:right; }#wze612 { top:26px;left:869.267px;width:300px;height:31px;z-index:1001;text-align:right; }#wz-section-wzs61 { height:965px;--section-height:965px; }.wzc-section-wzs61-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(186, 218, 85)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 100 1920 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 300 0 100v200h1920z'/%3E%3C/svg%3E");width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }#wze592 { top:0px;left:4.3px;width:500px;height:500px;z-index:1000; }.wzc56 .wz-gallery > li > figure,.wzc56  .wz-gallery-slider .slides > li > .wz-slider-item { border-color:rgb(255, 30, 0);border-width:3px;border-style:solid;border-radius:10px; }.wzc56 .wz-gallery > li > figure,.wzc56  .wz-gallery > li > figure:before,.wzc56  .wz-gallery > li > figure:after,.wzc56  .wz-gallery > li > figure > figcaption,.wzc56  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc56  .wz-gallery-caption { text-align:center; }.wzc56  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc56  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc56  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc56 {  }.wzc56-slider .wzc56-slider-items {  }.wzc56-slider  .flex-direction-nav a:before { color:rgb(224, 253, 44); }.wzc56-slider {  }.wzc56-carousel .wzc56-carousel-list {  }.wzc56-carousel {  }#wze593 { top:68px;left:566px;width:592px;height:312px;z-index:1001;text-align:right; }#wze594 { top:0px;left:951px;width:219px;height:28px;z-index:1001;text-align:center; }#wze596 { top:519px;left:15px;width:250px;height:250px;z-index:1001; }#wz-section-wzs62 { height:823px;--section-height:823px; }.wzc-section-wzs62-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(186, 218, 85)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 100 1920 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 300v-4.067c-455.162 0-690.876-51.203-1082.65-129.288C490.044 97.423 0 100.013 0 100.013V300h1920z'/%3E%3C/svg%3E");width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }#wze597 { top:0px;left:0px;width:600px;height:500px;z-index:1000; }#wze598 { top:50px;left:650px;width:512px;height:696px;z-index:1001;text-align:right; }#wze599 { top:0px;left:842px;width:328px;height:29px;z-index:1001;text-align:right; }#wze605 { top:521px;left:283.55px;width:250px;height:250px;z-index:1001; }#wze606 { top:521px;left:15px;width:250px;height:250px;z-index:1002; }#wz-section-wzs63 { height:956px;--section-height:956px; }.wzc-section-wzs63-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(186, 218, 85)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 102.446 1920 197.554' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 102.446V300h1920S1050.116 102.446 0 102.446z'/%3E%3C/svg%3E");width:100%;height:92px;background-repeat:repeat-x;background-size:100% 100%;background-position:0px;top:100%;-webkit-transform:translateY(-100%)  rotateY(180deg);-moz-transform:translateY(-100%)  rotateY(180deg);-ms-transform:translateY(-100%)  rotateY(180deg);-o-transform:translateY(-100%)  rotateY(180deg);transform:translateY(-100%)  rotateY(180deg);transform:translateY(-100%)  rotateY(180deg);position:absolute;z-index:10; }#wze601 { top:0px;left:0px;width:600px;height:500px;z-index:1000; }#wze602 { top:78px;left:650.3px;width:517px;height:816px;z-index:1001;text-align:right; }#wze603 { top:0px;left:899px;width:271px;height:29px;z-index:1001;text-align:right; }#wze604 { top:39.5px;left:988.633px;width:180px;height:22px;z-index:1001;text-align:right; }#wze607 { top:521px;left:15px;width:250px;height:250px;z-index:1000; }#wz-section-wzs64 { height:1250px;--section-height:1250px; }.wzc-section-wzs64-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(186, 218, 85)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 91 1920 209' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z M0,90 h1920 v210 h-1920 Z'/%3E%3C/svg%3E");width:100%;height:150px;background-repeat:repeat-x;background-size:100% 100%;background-position:0px;top:100%;-webkit-transform:translateY(-100%) scale(-1);-moz-transform:translateY(-100%) scale(-1);-ms-transform:translateY(-100%) scale(-1);-o-transform:translateY(-100%) scale(-1);transform:translateY(-100%) scale(-1);transform:translateY(-100%) scale(-1);position:absolute;z-index:10; }#wz-section-wzs53 { height:200px;--section-height:200px; }#wze537 { top:30px;left:15px;width:848px;height:499px;z-index:1000; }.wzc113-root .wzc113-root-container .wzc113-root-container-header .wzc113-root-container-header-title {  }.wzc113-root .wzc113-root-container .wzc113-root-container-header {  }.wzc113-root .wzc113-root-container .wzc113-root-container-submitBoxHeader .wzc113-root-container-submitBoxHeader-submitButtonHeader {  }.wzc113-root .wzc113-root-container .wzc113-root-container-submitBoxHeader {  }.wzc113-root .wzc113-root-container {  }.wzc113-root .wzc113-root-accountContainer .wzc113-root-accountContainer-accountItem .wzc113-root-accountContainer-accountItem-accountItemLabel {  }.wzc113-root .wzc113-root-accountContainer .wzc113-root-accountContainer-accountItem .wzc113-root-accountContainer-accountItem-accountItemInputBox .wzc113-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc113-root .wzc113-root-accountContainer .wzc113-root-accountContainer-accountItem .wzc113-root-accountContainer-accountItem-accountItemInputBox .wzc113-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc113-root .wzc113-root-accountContainer .wzc113-root-accountContainer-accountItem .wzc113-root-accountContainer-accountItem-accountItemInputBox {  }.wzc113-root .wzc113-root-accountContainer .wzc113-root-accountContainer-accountItem {  }.wzc113-root .wzc113-root-accountContainer {  }.wzc113-root .wzc113-root-companyHeaderContainer .wzc113-root-companyHeaderContainer-companyHeader .wzc113-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc113-root .wzc113-root-companyHeaderContainer .wzc113-root-companyHeaderContainer-companyHeader {  }.wzc113-root .wzc113-root-companyHeaderContainer {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCheck .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCheck .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCheck .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCheck .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCheck .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCheck .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCheck {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyItemBox .wzc113-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyItemBox .wzc113-root-companyInfo-companyItemBox-companyInputBox .wzc113-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyItemBox .wzc113-root-companyInfo-companyItemBox-companyInputBox .wzc113-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyItemBox .wzc113-root-companyInfo-companyItemBox-companyInputBox {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyItemBox {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCancelLabel .wzc113-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCancelLabel .wzc113-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCancelLabel .wzc113-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCancelLabel .wzc113-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc113-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc113-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCancelLabel .wzc113-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc113-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCancelLabel .wzc113-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCancelLabel {  }.wzc113-root .wzc113-root-companyInfo {  }.wzc113-root .wzc113-root-submitBoxFooter .wzc113-root-submitBoxFooter-submitButtonFooter {  }.wzc113-root .wzc113-root-submitBoxFooter {  }.wzc113-root {  }.wzc113  .wz-profile-account-root { text-align:right; }.wzc113  .wz-profile-account-header-container { margin-bottom:20px; }.wzc113  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc113  .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; }.wzc113  .wz-profile-account-container:hover { border-radius:20px; }.wzc113  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc113  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc113  .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; }.wzc113  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc113  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc113  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc113  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc113  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc113  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc113  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc113  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc113  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc113 {  }.wzc112:hover .wzc112-bg { background-color:#ffd9d5; }.wzc112:hover .wzc112-content { color:#E74C3C; }.wzc112:hover {  }.wzc112-bg:after {  }.wzc112-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc112-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; }#wze542 { top:30px;left:893px;width:262px;height:565px;z-index:1000; }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userImageBox .wzc126-root-infoBox-userImageBox-userImage {  }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userImageBox {  }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userInfo .wzc126-root-infoBox-userInfo-userName {  }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userInfo .wzc126-root-infoBox-userInfo-userEmail {  }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userInfo .wzc126-root-infoBox-userInfo-editInfo .wzc126-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userInfo .wzc126-root-infoBox-userInfo-editInfo .wzc126-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userInfo .wzc126-root-infoBox-userInfo-editInfo {  }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userInfo {  }.wzc126-root .wzc126-root-infoBox {  }.wzc126-root .wzc126-root-items .wzc126-root-items-item .wzc126-root-items-item-itemBox .wzc126-root-items-item-itemBox-itemIcon {  }.wzc126-root .wzc126-root-items .wzc126-root-items-item .wzc126-root-items-item-itemBox .wzc126-root-items-item-itemBox-itemName {  }.wzc126-root .wzc126-root-items .wzc126-root-items-item .wzc126-root-items-item-itemBox {  }.wzc126-root .wzc126-root-items .wzc126-root-items-item {  }.wzc126-root .wzc126-root-items .wzc126-root-items-more {  }.wzc126-root .wzc126-root-items {  }.wzc126-root .wzc126-root-logoutBox .wzc126-root-logoutBox-logout .wzc126-root-logoutBox-logout-logoutLabel {  }.wzc126-root .wzc126-root-logoutBox .wzc126-root-logoutBox-logout {  }.wzc126-root .wzc126-root-logoutBox {  }.wzc126-root {  }.wzc126  .wz-profile-menu-user-info { gap:2px; }.wzc126  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc126  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc126  .wz-profile-menu-info-box:hover {  }.wzc126  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc126  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc126  .wz-profile-menu-user-name:hover {  }.wzc126  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc126  .wz-profile-menu-user-email:hover {  }.wzc126  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc126  .wz-profile-menu-edit-info:hover {  }.wzc126  .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); }.wzc126  .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; }.wzc126  .wz-profile-menu-items:hover {  }.wzc126  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc126  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc126  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc126  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc126  .wz-profile-menu-item-box:hover {  }.wzc126  .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%; }.wzc126  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc126  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc126  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc126  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc126  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc126  .wz-profile-menu-more:after { color:#808080; }.wzc126 {  }#wz-section-wzs48 { height:625px;--section-height:625px; }#wze538 { top:30px;left:15px;width:848px;height:848px;z-index:1000; }.wzc117-header .wzc117-header-title {  }.wzc117-header .wzc117-header-removeButton {  }.wzc117-header .wzc117-header-addToCartButton {  }.wzc117-header {  }.wzc117-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; }.wzc117-pagination .wzc117-pagination-paginationButton {  }.wzc117-pagination {  }.wzc117  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc117  .wz-profile-favorites-header-text:hover {  }.wzc117  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc117  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc117  .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; }.wzc117  .wz-profile-favorite-item:hover {  }.wzc117  .wz-profile-favorite-item-image { object-fit:contain; }.wzc117  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc117  .wz-profile-favorite-item-title:hover {  }.wzc117  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc117  .wz-profile-favorite-item-price:hover {  }.wzc117  .wz-profile-favorite-item-add { height:30px; }.wzc117  .wz-profile-favorite-item-remove { height:30px; }.wzc117  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc117  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc117  .wz-profile-favorites-no-results-first-text:hover {  }.wzc117  .wz-profile-favorites-no-results-second-text:hover {  }.wzc117 {  }.wzc114:hover .wzc114-bg { background-color:#E74C3C; }.wzc114:hover .wzc114-content { font-size:10px;color:#fff; }.wzc114:hover {  }.wzc114-bg:after {  }.wzc114-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc114-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; }.wzc115:hover .wzc115-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc115:hover .wzc115-content { font-size:10px;color:#fff; }.wzc115:hover {  }.wzc115-bg:after {  }.wzc115-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc115-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; }.wzc116:hover .wzc116-bg:after { width:90%;opacity:1; }.wzc116:hover .wzc116-bg {  }.wzc116:hover .wzc116-content { color:#fff; }.wzc116:hover {  }.wzc116-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%); }.wzc116-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; }.wzc116-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-wzs49 { height:908px;--section-height:908px; }#wze539 { top:30px;left:15px;width:848px;height:341px;z-index:1000; }.wzc118-root .wzc118-root-header .wzc118-root-header-title {  }.wzc118-root .wzc118-root-header .wzc118-root-header-options .wzc118-root-header-options-optionsList .wzc118-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc118-root .wzc118-root-header .wzc118-root-header-options .wzc118-root-header-options-optionsList {  }.wzc118-root .wzc118-root-header .wzc118-root-header-options {  }.wzc118-root .wzc118-root-header {  }.wzc118-root .wzc118-root-orders .wzc118-root-orders-ordersHeader .wzc118-root-orders-ordersHeader-ordersHeaderItem .wzc118-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc118-root .wzc118-root-orders .wzc118-root-orders-ordersHeader .wzc118-root-orders-ordersHeader-ordersHeaderItem {  }.wzc118-root .wzc118-root-orders .wzc118-root-orders-ordersHeader {  }.wzc118-root .wzc118-root-orders {  }.wzc118-root .wzc118-root-pagination .wzc118-root-pagination-paginationButton {  }.wzc118-root .wzc118-root-pagination {  }.wzc118-root {  }.wzc118  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc118  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc118  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc118  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc118  .wz-profile-orders-order-items-header { width:80%; }.wzc118  .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); }.wzc118  .wz-profile-orders-order-details { width:80%; }.wzc118  .wz-profile-orders-order-buttons { width:20%; }.wzc118  .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); }.wzc118  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc118  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc118  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc118  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc118  .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; }.wzc118  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc118  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc118  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc118 {  }#wz-section-wzs50 { height:503px;--section-height:503px; }#wze540 { top:30px;left:15px;width:848px;height:648px;z-index:1000; }.wzc121-root .wzc121-root-header .wzc121-root-header-title {  }.wzc121-root .wzc121-root-header .wzc121-root-header-headerButtons .wzc121-root-header-headerButtons-reorderButton {  }.wzc121-root .wzc121-root-header .wzc121-root-header-headerButtons .wzc121-root-header-headerButtons-receiptButton {  }.wzc121-root .wzc121-root-header .wzc121-root-header-headerButtons {  }.wzc121-root .wzc121-root-header {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-mainInformation .wzc121-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc121-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-mainInformation .wzc121-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc121-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-mainInformation .wzc121-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-mainInformation {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-userInformation .wzc121-root-body-information-userInformation-userInformation{{ item.name }} .wzc121-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-userInformation .wzc121-root-body-information-userInformation-userInformation{{ item.name }} .wzc121-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-userInformation .wzc121-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-userInformation {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-paymentInformation .wzc121-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc121-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-paymentInformation .wzc121-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc121-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-paymentInformation .wzc121-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-paymentInformation {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderName .wzc121-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc121-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderCount .wzc121-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc121-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc121-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation {  }.wzc121-root .wzc121-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc121-root .wzc121-root-support .wzc121-root-support-supportImage {  }.wzc121-root .wzc121-root-support .wzc121-root-support-supportTextBox .wzc121-root-support-supportTextBox-supportQuestion {  }.wzc121-root .wzc121-root-support .wzc121-root-support-supportTextBox .wzc121-root-support-supportTextBox-supportMessage {  }.wzc121-root .wzc121-root-support .wzc121-root-support-supportTextBox {  }.wzc121-root .wzc121-root-support {  }.wzc121-root {  }.wzc121  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc121  .wz-profile-order-details-header { padding-bottom:20px; }.wzc121  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc121  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc121  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc121  .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; }.wzc121  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc121  .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); }.wzc121  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc121  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc121  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc121  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc121  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc121  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc121  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc121  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc121  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc121  .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); }.wzc121  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc121  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc121  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc121  .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; }.wzc121  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc121  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc121  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc121  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc121  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc121  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc121  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc121  .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); }.wzc121  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc121  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc121  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc121  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc121 {  }.wzc119:hover .wzc119-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc119:hover .wzc119-content { color:#E74C3C; }.wzc119:hover {  }.wzc119-bg:after {  }.wzc119-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); }.wzc119-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; }.wzc120:hover .wzc120-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc120:hover .wzc120-content { color:rgb(117,117,117); }.wzc120:hover {  }.wzc120-bg:after {  }.wzc120-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); }.wzc120-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-wzs51 { height:708px;--section-height:708px; }#wze541 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc125-header .wzc125-header-title {  }.wzc125-header .wzc125-header-headerButton {  }.wzc125-header .wzc125-header-editButton {  }.wzc125-header .wzc125-header-removeButton {  }.wzc125-header {  }.wzc125-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; }.wzc125-pagination .wzc125-pagination-paginationButton {  }.wzc125-pagination {  }.wzc125  .wz-profile-addresses-header { margin-bottom:30px; }.wzc125  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc125  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc125  .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; }.wzc125  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc125  .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); }.wzc125  .wz-profile-address-item:hover { border-radius:20px; }.wzc125  .wz-profile-address-location { width:100%;height:200px; }.wzc125  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc125  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc125  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc125  .wz-profile-address-full:hover {  }.wzc125  .wz-profile-address-summary { justify-content:start; }.wzc125  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc125  .wz-profile-address-summary-location p:hover {  }.wzc125  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc125  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc125  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc125  .wz-profile-address-summary-postal-code p:hover {  }.wzc125  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc125  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc125  .wz-profile-address-transferee { text-align:right; }.wzc125  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc125  .wz-profile-address-transferee p:hover {  }.wzc125  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc125  .wz-profile-address-remove-button { height:30px; }.wzc125  .wz-profile-address-edit-button { height:30px; }.wzc125  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc125  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc125  .wz-profile-addresses-no-results-first-text:hover {  }.wzc125  .wz-profile-addresses-no-results-second-text:hover {  }.wzc125 {  }.wzc122:hover .wzc122-bg { background-color:#E74C3C; }.wzc122:hover .wzc122-content { font-size:12px;color:#ffd9d5; }.wzc122:hover {  }.wzc122-bg:after {  }.wzc122-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc122-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size: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; }.wzc123:hover .wzc123-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc123:hover .wzc123-content { font-size:11px;color:#a1a1a1; }.wzc123:hover {  }.wzc123-bg:after {  }.wzc123-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc123-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family: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; }.wzc124:hover .wzc124-bg { background-color:#E74C3C; }.wzc124:hover .wzc124-content { font-size:11px;color:#fff; }.wzc124:hover {  }.wzc124-bg:after {  }.wzc124-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc124-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family: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-wzs52 { height:601px;--section-height:601px; }#wze548 { top:10px;left:0px;width:1170px;height:483.333px;z-index:1000; }.wzc134  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc134  .wz-shop-product { margin:15px;padding:0px;text-align:center; }.wzc134  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc134  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc134  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px; }.wzc134  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc134  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc134  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc134  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc134  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc134  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc134  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc134  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc134 {  }.wzc134-breadcrumb {  }.wzc134-filter { margin-right:15px;margin-left:15px; }.wzc134-topBar .wzc134-topBar-sort {  }.wzc134-topBar .wzc134-topBar-perPage {  }.wzc134-topBar .dropdown.dropdown-list .dropdown-select,.wzc134-topBar  .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc134-topBar .dropdown.dropdown-list .dropdown-select,.wzc134-topBar  .dropdown.dropdown-list .dropdown-menu,.wzc134-topBar  .dropdown.dropdown-list .dropdown-select::before { border-color:#878787; }.wzc134-topBar  .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc134-topBar { margin:10px;margin-bottom:20px;color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc134-products {  }#wze548 .wz-shop-product .wz-shop-product-image { padding-top: 100% }.wzc37-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-style:solid;border-width:2px;border-color:#000; }.wzc37-img .wzc37-img-inner { width:100%;height:100%;float:left; }.wzc37-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc9:hover .wzc9-bg:after { width:90%;opacity:1; }.wzc9:hover .wzc9-bg {  }.wzc9:hover .wzc9-content { color:#fff; }.wzc9:hover {  }.wzc9-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%); }.wzc9-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; }.wzc9-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; }.wzc132-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc132-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze549 { top:10px;left:10px;width:242px;height:200px;z-index:1000; }.wzc135  .wz-shop-archive > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc135  .wz-shop-archive .sub-list > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc135 {  }.wzc135-list  .wz-shop-filter-title { font-size:18px;color:#000;font-family:yekan, tahoma, serif; }.wzc135-list .wz-shop-filter-item .irs-min,.wzc135-list  .wz-shop-filter-item .irs-max { background-color:rgba(0,0,0,0.1);color:#999; }.wzc135-list  .wz-shop-filter-item .wz-shop-price-slider .irs-slider { background:#5c6165; }.wzc135-list .wz-shop-filter-item .irs-line-mid,.wzc135-list  .wz-shop-filter-item  .irs-line-left,.wzc135-list  .wz-shop-filter-item  .irs-line-right,.wzc135-list  .wz-shop-filter-item  .irs-bar,.wzc135-list  .wz-shop-filter-item  .irs-bar-edge { background:#424649; }.wzc135-list  .wz-shop-sort-option-color { padding-top:2px; }.wzc135-list  .wz-shop-filter-item .regular-checkbox:checked+label.regular-checkbox-color:after { border-style:solid;border-color:#c9c9c9;border-width:2px;top:-3px;left:-3px; }.wzc135-list  .wz-shop-filter-item+.wz-shop-filter-item { border-top-style:solid;border-top-width:1px;border-top-color:#efeaea; }.wzc135-list { font-size:13px;color:#000;font-family:yekan, tahoma, serif; }#wz-section-wzs55 { height:503.333px;--section-height:503.333px; }.wzc-section-wzs55 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs55-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs55-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze550 { top:0px;left:0px;width:1170px;height:828.5px;z-index:1000; }.wzc137  .wz-shop-breadcrumb-container   .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc137  .wz-shop-product-page .wz-shop-product-add-cart { width:300px; }.wzc137  .wz-shop-product-page .wz-shop-product-options .wz-shop-option-title { font-size:17px;color:#878787;font-family:yekan, tahoma, serif; }.wzc137  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-option { width:300px; }.wzc137  .wz-shop-product-page .wz-shop-product-options .dropdown { width:300px; }.wzc137  .wz-shop-product-page .wz-shop-product-options.wz-radio-button-list .regular-checkbox-item,.wzc137  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select,.wzc137  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc137  .wz-shop-product-page .wz-shop-product-options.dropdown.dropdown-list .dropdown-select,.wzc137  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu,.wzc137  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select::before { border-color:rgba(0,0,0,0.15); }.wzc137  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc137  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li { padding-top:2px; }.wzc137  .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; }.wzc137  .wz-shop-product-page .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:26px;color:#000; }.wzc137  .wz-shop-product-page .wz-shop-product-description { font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc137  .wz-shop-product-page .wz-shop-product-sku { font-family:yekan, tahoma, serif;font-size:12px;color:#b3abab; }.wzc137  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:21px;color:#f14639; }.wzc137  .wz-shop-product-page .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:21px;color:#000; }.wzc137  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639;font-size:21px; }.wzc137  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:16px; }.wzc137  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider  img.wz-gallery-image { object-fit:contain;width:100%;float:none; }.wzc137 .wz-shop-product-info-sections-simple .wz-shop-product-info+.wz-shop-product-info,.wzc137  .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); }.wzc137  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-title { font-family:yekan, tahoma, serif;font-size:19px;color:#000; }.wzc137  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-content { font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc137  .wz-shop-product-page .wz-shop-product-info-sections .wz-tab-content { border-style:solid;border-width:1px;border-color:#ededed; }.wzc137  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li {  }.wzc137  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open { border-style:solid;border-width:1px;border-color:#ededed;background-color:#fff;color:#000; }.wzc137  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open:after { height:1px;bottom:-1px;background-color:#fff; }.wzc137  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel .flex-active-slide:after { border-color:#ccc; }.wzc137  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery { width:50%; }.wzc137  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section { width:calc(50% - 30px); }.wzc137  .extra-button-list { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a;--text-color:#6a6a6a; }.wzc137 {  }.wzc137-breadcrumb {  }.wzc137-product {  }#wze550  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider .wz-image-ratio { padding-top: 75% }.wzc136 .wz-gallery > li > figure,.wzc136  .wz-gallery > li > figure:before,.wzc136  .wz-gallery > li > figure:after,.wzc136  .wz-gallery > li > figure > figcaption,.wzc136  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc136  .wz-gallery-caption { text-align:center; }.wzc136  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc136  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc136  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc136 {  }.wzc136-slider .wzc136-slider-items {  }.wzc136-slider  .flex-direction-nav a:before { color:#999; }.wzc136-slider {  }.wzc136-carousel .wzc136-carousel-list {  }.wzc136-carousel {  }.wzc133:hover .wzc133-bg:after { width:90%;opacity:1; }.wzc133:hover .wzc133-bg {  }.wzc133:hover .wzc133-content { color:#fff; }.wzc133:hover {  }.wzc133-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%); }.wzc133-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; }.wzc133-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-wzs54 { height:841.2px;--section-height:841.2px; }#wze547 { top:10px;left:15px;width:1140px;height:185px;z-index:1000; }.wzc131-container { font-size:10px;font-family:yekan; }#wze547 .wz-cart-color-primary { color: #565656 }#wze547 .wz-cart-primary-color { color: #565656 }#wze547 .wz-cart-second-color { color: #565656 }#wze547 .wz-cart-second-border-color { border-color: #565656 }.wzc130:hover .wzc130-bg { background-color:#999; }.wzc130:hover .wzc130-content {  }.wzc130:hover {  }.wzc130-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#b4b4b4;border-radius:0px; }.wzc130-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }.wzc129:hover .wzc129-bg { background-color:#5fa061; }.wzc129:hover .wzc129-content {  }.wzc129:hover {  }.wzc129-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#62af65;border-radius:0px; }.wzc129-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs56 { height:205px;--section-height:205px; }#wze563 { top:42px;left:38.4667px;width:600px;height:500px;z-index:1000; }#wze564 { top:893px;left:449.5px;width:271px;height:44px;z-index:1003;text-align:center; }#wze565 { top:942px;left:85px;width:1000px;height:500px;z-index:1004; }#wze574 { top:59.5px;left:69px;width:862px;height:381px;z-index:1000; }#wze568 { top:51px;left:790.05px;width:328px;height:29px;z-index:1001;text-align:right; }#wze569 { top:101px;left:938.05px;width:180px;height:22px;z-index:1001;text-align:right; }#wze570 { top:140px;left:757.217px;width:337px;height:621px;z-index:1001;text-align:right; }#wze571 { top:776px;left:1009.6px;width:102px;height:94px;z-index:1004; }#wze572 { top:802px;left:908.133px;width:105px;height:37px;z-index:1004; }#wze573 { top:870px;left:1009.05px;width:100px;height:30px;z-index:1000; }#wz-section-wzs58 { height:1511px;--section-height:1511px; }@media only screen and (max-width : 768px) {#wze47 { top:15px;left:183.385px;bottom:auto;right:auto;width:125.05px;height:44px;display:block;z-index:1000; }#wze486 { top:7.75px;left:312px;bottom:auto;right:auto;width:147px;height:74px;display:block;z-index:1000;text-align:right; }#wze608 { top:10.75px;left:27.2px;bottom:auto;right:auto;width:52px;height:43px;z-index:1000; }#wze635 { top:11px;left:83.377px;bottom:auto;right:auto;width:91px;height:40px;z-index:1000; }.wzc165-content { font-size:11px; }#wz-section-header { height:85.75px;--section-height:85.75px; }.wzc-section-header { background:;background-color:rgba(246, 249, 245, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze65 { top:5px;left:0.25px;bottom:auto;right:auto;width:467.5px;height:186.167px;z-index:1000; }#wze67 { top:263.167px;left:15px;bottom:auto;right:auto;width:438px;height:711px;z-index:1000;text-align:right; }#wze385 { top:185.167px;left:155.5px;bottom:auto;right:auto;width:157px;height:54px;z-index:1000;text-align:center; }#wz-section-wzs1 { height:1059.17px;--section-height:1059.17px; }#wze32 { top:131px;left:99.5px;bottom:auto;right:auto;width:269px;height:72px;display:block;z-index:1000;text-align:center; }#wze34 { top:351.5px;left:62.5667px;bottom:auto;right:auto;width:327px;height:46px;display:block;z-index:1000;text-align:right; }#wze35 { top:236px;left:20.45px;bottom:auto;right:auto;width:373px;height:22px;display:block;z-index:1000;text-align:right; }#wze49 { top:424px;left:273.017px;bottom:auto;right:auto;width:182px;height:65px;display:block;z-index:1000; }#wze50 { top:27px;left:109px;bottom:auto;right:auto;width:239.05px;height:90px;display:block;z-index:1000; }#wze79 { top:425.5px;left:39.0667px;bottom:auto;right:auto;width:62px;height:62px;display:block;z-index:1000; }#wze269 { top:441.5px;left:127.25px;bottom:auto;right:auto;width:129px;height:30px;z-index:1000; }#wze545 { top:515px;left:154px;bottom:auto;right:auto;width:160px;height:160px;z-index:1000; }#wze623 { top:260.75px;left:298.883px;bottom:auto;right:auto;width:100px;height:40px;z-index:1000; }.wzc153-content { font-size:12px; }#wze624 { top:260.75px;left:189.45px;bottom:auto;right:auto;width:100px;height:40px;z-index:1000; }#wze625 { top:260.25px;left:80.0167px;bottom:auto;right:auto;width:100px;height:40px;z-index:1000; }#wze632 { top:359px;left:401.95px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze633 { top:231px;left:407.883px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wz-section-footer { height:675.00001525879px;--section-height:675.00001525879px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background-position:right center;background-image:; }#wze92 { top:15px;left:2px;bottom:auto;right:auto;width:464px;height:60.4833px;display:block;z-index:1000; }#wze93 { top:339.3px;left:28.5px;bottom:auto;right:auto;width:411px;height:333.317px;display:block;z-index:1000; }#wze94 { top:693.3px;left:47.5px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze95 { top:95.4833px;left:326.5px;bottom:auto;right:auto;width:107px;height:27px;display:block;z-index:1000;text-align:right; }#wze96 { top:156.983px;left:414px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze97 { top:154.483px;left:163.5px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze98 { top:248.8px;left:418px;bottom:auto;right:auto;width:22px;height:28px;display:block;z-index:1000; }#wze169 { top:151.483px;left:224.5px;bottom:auto;right:auto;width:180px;height:21px;display:block;z-index:1000;text-align:right; }#wze174 { top:173.8px;left:225.5px;bottom:auto;right:auto;width:180px;height:19px;display:block;z-index:1000;text-align:right; }#wze175 { top:195.8px;left:225.5px;bottom:auto;right:auto;width:180px;height:19px;display:block;z-index:1000;text-align:right; }#wze176 { top:149.983px;left:38px;bottom:auto;right:auto;width:111px;height:79px;display:block;z-index:1000;text-align:right; }#wze177 { top:244.8px;left:215.5px;bottom:auto;right:auto;width:189px;height:63px;display:block;z-index:1000;text-align:right; }#wze535 { top:693.3px;left:244.767px;bottom:auto;right:auto;width:188.733px;height:40px;z-index:1000; }#wz-section-wzs16 { height:934.8px;--section-height:934.8px; }#wze388 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:568.8px;display:block;z-index:1000; }#wz-section-wzs23 { height:598.8px;--section-height:598.8px; }#wze121 { top:246px;left:17px;bottom:auto;right:auto;width:438px;height:498px;display:block;z-index:1000; }#wze121 .wz-gallery.wz-gallery-grid li { width:146px;height:157px;padding:10px; }#wze123 { top:265px;left:233.5px;bottom:auto;right:auto;width:210px;height:27px;display:block;z-index:1000;text-align:right; }#wze124 { top:768px;left:251.5px;bottom:auto;right:auto;width:180px;height:18px;display:block;z-index:1000;text-align:right; }#wze182 { top:848.85px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze183 { top:992.433px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze184 { top:1016.353px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze188 { top:968.503px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze189 { top:944.563px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze190 { top:920.653px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze191 { top:896.713px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze194 { top:872.783px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze195 { top:824.933px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze196 { top:801px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze198 { top:1206.003px;left:15px;bottom:auto;right:auto;width:438px;height:1040.434px;z-index:1000; }#wze166 { top:25px;left:15px;bottom:auto;right:auto;width:408px;height:333.767px;display:block;z-index:1000; }#wze167 { top:382.8px;left:15.5px;bottom:auto;right:auto;width:408px;height:333.767px;display:block;z-index:1000; }#wze546 { top:731.567px;left:15px;bottom:auto;right:auto;width:408px;height:293.867px;z-index:1000; }#wze199 { top:1164.563px;left:87.5px;bottom:auto;right:auto;width:293px;height:22px;z-index:1000;text-align:right; }#wze383 { top:24px;left:18px;bottom:auto;right:auto;width:438px;height:200px;z-index:1000;text-align:right; }#wze406 { top:1905.003px;left:183px;bottom:auto;right:auto;width:102px;height:94px;display:none;z-index:1000; }#wze409 { top:2029.003px;left:154px;bottom:auto;right:auto;width:160px;height:160px;display:none;z-index:1000; }#wze529 { top:1070.5px;left:23.3167px;bottom:auto;right:auto;width:128px;height:30px;z-index:1000; }#wze552 { top:1073px;left:164.45px;bottom:auto;right:auto;width:85px;height:30px;z-index:1000; }#wze555 { top:797.5px;left:44.5167px;bottom:auto;right:auto;width:371px;height:234px;z-index:1000;text-align:right; }#wz-section-wzs25 { height:2286.88px;--section-height:2286.88px; }#wze259 { top:15px;left:1.5px;bottom:auto;right:auto;width:465px;height:60.4333px;display:block;z-index:1000; }#wze275 { top:90.4333px;left:15px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze275 .wz-gallery.wz-gallery-grid li { width:146px;height:166px;padding:10px; }#wze276 { top:642.433px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wze278 { top:15px;left:19px;bottom:auto;right:auto;width:400px;height:400px;display:block;z-index:1000; }#wze277 { top:605.433px;left:151px;bottom:auto;right:auto;width:166px;height:22px;display:block;z-index:1000;text-align:right; }#wz-section-wzs28 { height:1095.4332885742px;--section-height:1095.4332885742px; }#wze281 { top:61.4997px;left:15px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze281 .wz-gallery.wz-gallery-grid li { width:146px;height:166px;padding:10px; }#wze282 { top:1288.9967px;left:114px;bottom:auto;right:auto;width:240px;height:44px;display:block;z-index:1000;text-align:center; }#wze283 { top:1345.9967px;left:15px;bottom:auto;right:auto;width:438px;height:845px;display:block;z-index:1000; }#wze284 { top:15px;left:19px;bottom:auto;right:auto;width:400px;height:400px;display:block;z-index:1000; }#wze285 { top:430px;left:19px;bottom:auto;right:auto;width:400px;height:400px;display:block;z-index:1000; }#wze317 { top:437.9997px;left:129.5px;bottom:auto;right:auto;width:209px;height:23px;display:block;z-index:1000;text-align:right; }#wze318 { top:588.9997px;left:241.5px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:right; }#wze319 { top:619.9997px;left:65.5px;bottom:auto;right:auto;width:337px;height:645px;display:block;z-index:1000;text-align:right; }#wze412 { top:15px;left:183px;bottom:auto;right:auto;width:102px;height:94px;z-index:1000; }#wze416 { top:2290.9967px;left:181.5px;bottom:auto;right:auto;width:105px;height:37px;display:none;z-index:1000; }#wze532 { top:604.9997px;left:29.5px;bottom:auto;right:auto;width:100px;height:30px;z-index:1000; }#wz-section-wzs29 { height:2445.9967px;--section-height:2445.9967px; }#wze286 { top:27px;left:15.0167px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze286 .wz-gallery.wz-gallery-grid li { width:146px;height:166px;padding:10px; }#wze287 { top:1272.9967px;left:15px;bottom:auto;right:auto;width:438px;height:365px;display:block;z-index:1000; }#wze289 { top:19.3px;left:15px;bottom:auto;right:auto;width:408px;height:326.4px;display:block;z-index:1000; }#wze342 { top:389.9997px;left:128.5px;bottom:auto;right:auto;width:211px;height:23px;display:block;z-index:1000;text-align:right; }#wze343 { top:574.9997px;left:244.45px;bottom:auto;right:auto;width:180px;height:50px;display:block;z-index:1000;text-align:right; }#wze353 { top:607.4997px;left:75.45px;bottom:auto;right:auto;width:337px;height:621px;display:block;z-index:1000;text-align:right; }#wze384 { top:1224.9967px;left:109.5px;bottom:auto;right:auto;width:249px;height:44px;z-index:1000;text-align:center; }#wze413 { top:1652.9967px;left:183px;bottom:auto;right:auto;width:102px;height:94px;display:none;z-index:1000; }#wze417 { top:15px;left:181.5px;bottom:auto;right:auto;width:105px;height:37px;z-index:1000; }#wze533 { top:577.4997px;left:30px;bottom:auto;right:auto;width:100px;height:30px;z-index:1000; }#wz-section-wzs30 { height:1756.9967px;--section-height:1756.9967px; }#wze393 { top:72px;left:12px;bottom:auto;right:auto;width:441px;height:376px;display:block;z-index:1000; }#wze398 { top:23px;left:248.5px;bottom:auto;right:auto;width:201px;height:34px;display:block;z-index:1000;text-align:right; }#wze399 { top:23px;left:7.5px;bottom:auto;right:auto;width:183px;height:42px;display:block;z-index:1000; }#wze528 { top:463px;left:15px;bottom:auto;right:auto;width:438px;height:34px;z-index:1000;text-align:right; }#wz-section-wzs36 { height:512px;--section-height:512px; }#wze448 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:506px;display:block;z-index:1000;text-align:right; }#wze449 { top:536px;left:168.5px;bottom:auto;right:auto;width:131px;height:130px;display:block;z-index:1000; }#wze450 { top:681px;left:15px;bottom:auto;right:auto;width:438px;height:133px;display:block;z-index:1000;text-align:right; }#wze451 { top:829px;left:186px;bottom:auto;right:auto;width:96px;height:31px;display:block;z-index:1000; }#wze452 { top:875px;left:15px;bottom:auto;right:auto;width:438px;height:1805px;display:block;z-index:1000;text-align:right; }#wze453 { top:2695px;left:15px;bottom:auto;right:auto;width:438px;height:320.7px;display:block;z-index:1000; }#wze454 { top:3030.7px;left:15px;bottom:auto;right:auto;width:438px;height:95px;display:block;z-index:1000;text-align:right; }#wze455 { top:3140.7px;left:15px;bottom:auto;right:auto;width:438px;height:53.6333px;display:block;z-index:1000; }#wze456 { top:3209.33px;left:15px;bottom:auto;right:auto;width:438px;height:703px;display:block;z-index:1000;text-align:right; }#wze458 { top:3927.33px;left:15px;bottom:auto;right:auto;width:438px;height:362.283px;display:block;z-index:1000; }#wze459 { top:4304.62px;left:15px;bottom:auto;right:auto;width:438px;height:981px;display:block;z-index:1000;text-align:right; }#wze460 { top:5300.62px;left:15px;bottom:auto;right:auto;width:438px;height:297.683px;display:block;z-index:1000; }#wze461 { top:5613.3px;left:15px;bottom:auto;right:auto;width:438px;height:912px;display:block;z-index:1000;text-align:right; }#wz-section-wzs42 { height:6540.299987793px;--section-height:6540.299987793px; }#wze577 { top:21px;left:26.1333px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze578 { top:111px;left:26.1333px;bottom:auto;right:auto;width:80px;height:80px;z-index:1000; }#wze579 { top:201px;left:26.1333px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze580 { top:381px;left:26.1333px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze581 { top:291px;left:26.1333px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze590 { top:auto;left:auto;bottom:0px;right:0px;width:100px;height:100px;display:block;z-index:9999999; }#wze618 { top:44.5px;left:183.383px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wze619 { top:312.633px;left:183.383px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wze620 { top:402px;left:183.383px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wze621 { top:223.25px;left:183.383px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wze622 { top:133.883px;left:183.383px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wze628 { top:555px;left:104px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wz-section-wzs46 { height:767px;--section-height:767px; }.wzc-section-wzs46 { background:;background-color:rgba(255, 255, 255, 0); }#wze582 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze582 .wz-gallery.wz-gallery-grid li { width:146px;height:158px;padding:10px; }#wze583 { top:591px;left:48.5px;bottom:auto;right:auto;width:371px;height:487px;display:block;z-index:1000;text-align:right; }#wze584 { top:530px;left:84px;bottom:auto;right:auto;width:300px;height:31px;display:block;z-index:1000;text-align:right; }#wze586 { top:1093px;left:109px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze587 { top:1358px;left:109px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze609 { top:1623px;left:109px;bottom:auto;right:auto;width:250px;height:250px;z-index:1000; }#wz-section-wzs60 { height:1888px;--section-height:1888px; }#wze588 { top:19px;left:15px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze588 .wz-gallery.wz-gallery-grid li { width:146px;height:166px;padding:10px; }#wze589 { top:1347px;left:109px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze610 { top:576px;left:48.5px;bottom:auto;right:auto;width:371px;height:756px;display:block;z-index:1000;text-align:right; }#wze612 { top:538px;left:120px;bottom:auto;right:auto;width:228px;height:31px;display:block;z-index:1000;text-align:right; }#wz-section-wzs61 { height:1612px;--section-height:1612px; }#wze592 { top:10px;left:0.316667px;bottom:auto;right:auto;width:459.4px;height:500px;display:block;z-index:1000; }#wze592 .wz-gallery.wz-gallery-grid li { width:153px;height:166px;padding:10px; }#wze593 { top:574px;left:46.5px;bottom:auto;right:auto;width:375px;height:336px;display:block;z-index:1000;text-align:right; }#wze594 { top:527px;left:124.5px;bottom:auto;right:auto;width:219px;height:28px;display:block;z-index:1000;text-align:center; }#wze596 { top:911.5px;left:125.817px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wz-section-wzs62 { height:1225px;--section-height:1225px; }#wze597 { top:29px;left:15px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze597 .wz-gallery.wz-gallery-grid li { width:146px;height:166px;padding:10px; }#wze598 { top:596px;left:65.5px;bottom:auto;right:auto;width:337px;height:792px;display:block;z-index:1000;text-align:right; }#wze599 { top:546px;left:101px;bottom:auto;right:auto;width:266px;height:29px;display:block;z-index:1000;text-align:right; }#wze605 { top:1396px;left:109px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze606 { top:1661px;left:109px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wz-section-wzs63 { height:1926px;--section-height:1926px; }#wze601 { top:59px;left:15px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze601 .wz-gallery.wz-gallery-grid li { width:146px;height:166px;padding:10px; }#wze602 { top:663px;left:65.5px;bottom:auto;right:auto;width:337px;height:936px;display:block;z-index:1000;text-align:right; }#wze603 { top:589px;left:98.5px;bottom:auto;right:auto;width:271px;height:29px;display:block;z-index:1000;text-align:right; }#wze604 { top:627px;left:173.5px;bottom:auto;right:auto;width:121px;height:22px;display:block;z-index:1000;text-align:right; }#wze607 { top:1608.5px;left:109px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wz-section-wzs64 { height:1908px;--section-height:1908px; }#wz-section-wzs53 { height:15px;--section-height:15px; }#wze537 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:257.733px;display:block;z-index:1000; }#wze542 { bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs48 { height:491.733px;--section-height:491.733px; }#wze538 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs49 { height:672px;--section-height:672px; }#wze539 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.133px;display:block;z-index:1000; }.wzc118  .wz-profile-orders-header p { font-size:16px; }.wzc118  .wz-profile-orders-header-option { font-size:10px; }.wzc118  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc118  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs50 { height:410.133px;--section-height:410.133px; }#wze540 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.7px;display:block;z-index:1000; }.wzc121  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc121  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc121  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc121  [data-name=total_include_tax] { padding:10px; }.wzc121  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc121  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc121  .wz-profile-order-details-order-detail { font-size:10px; }.wzc121  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc121  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc121  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs51 { height:568.7px;--section-height:568.7px; }#wze541 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.433px;display:block;z-index:1000; }#wz-section-wzs52 { height:513.433px;--section-height:513.433px; }#wze548 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:1309px;display:block;z-index:1000; }#wze548 .wz-shop-product { width: calc(100% - 30px )}#wze549 { top:10px;left:0px;bottom:auto;right:auto;width:242px;height:0px;display:block;z-index:1000; }#wz-section-wzs55 { height:1339px;--section-height:1339px; }#wze550 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:310.15px;display:block;z-index:1000; }#wz-section-wzs54 { height:340.15px;--section-height:340.15px; }#wze547 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:71.0833px;display:block;z-index:1000; }#wz-section-wzs56 { height:101.0833px;--section-height:101.0833px; }#wze563 { top:61.4997px;left:15px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze563 .wz-gallery.wz-gallery-grid li { width:146px;height:166px;padding:10px; }#wze564 { top:1288.9967px;left:114px;bottom:auto;right:auto;width:240px;height:44px;display:block;z-index:1000;text-align:center; }#wze565 { top:1345.9967px;left:15px;bottom:auto;right:auto;width:438px;height:210.333px;display:block;z-index:1000; }#wze574 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:180.333px;z-index:1000; }#wze568 { top:437.9997px;left:129.5px;bottom:auto;right:auto;width:209px;height:23px;display:block;z-index:1000;text-align:right; }#wze569 { top:588.9997px;left:241.5px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:right; }#wze570 { top:619.9997px;left:65.5px;bottom:auto;right:auto;width:337px;height:645px;display:block;z-index:1000;text-align:right; }#wze571 { top:15px;left:183px;bottom:auto;right:auto;width:102px;height:94px;z-index:1000; }#wze572 { top:1490.9967px;left:181.5px;bottom:auto;right:auto;width:105px;height:37px;display:none;z-index:1000; }#wze573 { top:604.9997px;left:29.5px;bottom:auto;right:auto;width:100px;height:30px;z-index:1000; }#wz-section-wzs58 { height:2641.3308067285px;--section-height:2641.3308067285px; }.cssgrid #wze486 { margin:  8px 0px 4px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze635 { margin:  11px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze608 { margin:  11px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze47 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze65 { margin:  5px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze385 { margin:  185px 0px 24px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze67 { margin:  0px 0px 85px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze50 { margin:  27px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze32 { margin:  0px 0px 28px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze633 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze35 { margin:  5px 0px 2px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze625 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze623 { margin:  1px 0px 51px 0px; grid-area: 4 / 1 / 7 / 2; }.cssgrid #wze624 { margin:  1px 0px 0px 0px; grid-area: 4 / 1 / 7 / 2; }.cssgrid #wze34 { margin:  0px 0px 26px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze632 { margin:  7px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze49 { margin:  0px 0px 26px 0px; grid-area: 9 / 1 / 12 / 2; }.cssgrid #wze79 { margin:  2px 0px 0px 0px; grid-area: 9 / 1 / 11 / 2; }.cssgrid #wze269 { margin:  18px 0px 0px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze545 { margin:  0px 0px 0px 0px; grid-area: 12 / 1 / 13 / 2; }.cssgrid #wze92 { margin:  15px 0px 20px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze95 { margin:  0px 0px 28px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze176 { margin:  0px 0px 16px 0px; grid-area: 3 / 1 / 9 / 2; }.cssgrid #wze169 { margin:  1px 0px 2px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze97 { margin:  4px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze96 { margin:  7px 0px 0px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze174 { margin:  0px 0px 3px 0px; grid-area: 4 / 1 / 7 / 2; }.cssgrid #wze175 { margin:  0px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze177 { margin:  0px 0px 31px 0px; grid-area: 9 / 1 / 11 / 2; }.cssgrid #wze98 { margin:  4px 0px 0px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze93 { margin:  0px 0px 20px 0px; grid-area: 11 / 1 / 12 / 2; }.cssgrid #wze94 { margin:  0px 0px 202px 0px; grid-area: 12 / 1 / 13 / 2; }.cssgrid #wze535 { margin:  0px 0px 202px 0px; grid-area: 12 / 1 / 13 / 2; }.cssgrid #wze388 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze383 { margin:  24px 0px 22px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze121 { margin:  0px 0px 24px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze123 { margin:  19px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze124 { margin:  0px 0px 12px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze555 { margin:  0px 0px 39px 0px; grid-area: 5 / 1 / 16 / 2; }.cssgrid #wze196 { margin:  3px 0px 17px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze195 { margin:  0px 0px 17px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze182 { margin:  0px 0px 17px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze194 { margin:  0px 0px 17px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze191 { margin:  0px 0px 17px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze190 { margin:  0px 0px 17px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze189 { margin:  0px 0px 17px 0px; grid-area: 11 / 1 / 12 / 2; }.cssgrid #wze188 { margin:  0px 0px 16px 0px; grid-area: 12 / 1 / 13 / 2; }.cssgrid #wze183 { margin:  0px 0px 17px 0px; grid-area: 13 / 1 / 14 / 2; }.cssgrid #wze184 { margin:  0px 0px 0px 0px; grid-area: 14 / 1 / 15 / 2; }.cssgrid #wze529 { margin:  0px 0px 0px 0px; grid-area: 16 / 1 / 17 / 2; }.cssgrid #wze552 { margin:  2px 0px 62px 0px; grid-area: 16 / 1 / 18 / 2; }.cssgrid #wze199 { margin:  0px 0px 19px 0px; grid-area: 18 / 1 / 19 / 2; }#wze198 { --gtr:3 }.cssgrid #wze198 { margin:  0px 0px 41px 0px; grid-area: 19 / 1 / 20 / 2; }.cssgrid #wze166 { margin:  25px 0px 24px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze167 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze546 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze259 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze275 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze277 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze276 { --gtr:1 }.cssgrid #wze276 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze278 { margin:  15px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze412 { margin:  15px 0px 329px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze281 { margin:  61px 0px 28px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze317 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze318 { margin:  0px 0px 9px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze532 { margin:  16px 0px 0px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze319 { margin:  0px 0px 24px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze282 { margin:  0px 0px 13px 0px; grid-area: 7 / 1 / 8 / 2; }#wze283 { --gtr:2 }.cssgrid #wze283 { margin:  0px 0px 255px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze284 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze285 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze417 { margin:  15px 0px 338px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze286 { margin:  27px 0px 48px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze342 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze343 { margin:  0px 0px 600px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze533 { margin:  2px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze353 { margin:  32px 0px 0px 0px; grid-area: 4 / 1 / 7 / 2; }.cssgrid #wze384 { margin:  0px 0px 4px 0px; grid-area: 6 / 1 / 8 / 2; }#wze287 { --gtr:1 }.cssgrid #wze287 { margin:  0px 0px 119px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze289 { margin:  19px 0px 19px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze398 { margin:  23px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze399 { margin:  23px 0px 7px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze393 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze528 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze448 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze449 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze450 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze451 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze452 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze453 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze454 { margin:  0px 0px 15px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze455 { margin:  0px 0px 15px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze456 { margin:  0px 0px 15px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze458 { margin:  0px 0px 15px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze459 { margin:  0px 0px 15px 0px; grid-area: 11 / 1 / 12 / 2; }.cssgrid #wze460 { margin:  0px 0px 15px 0px; grid-area: 12 / 1 / 13 / 2; }.cssgrid #wze461 { margin:  0px 0px 15px 0px; grid-area: 13 / 1 / 14 / 2; }.cssgrid #wze577 { margin:  21px 0px 10px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze618 { margin:  45px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze578 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze622 { margin:  23px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze579 { margin:  0px 0px 10px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze621 { margin:  22px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze581 { margin:  0px 0px 10px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze619 { margin:  22px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze580 { margin:  0px 0px 94px 0px; grid-area: 9 / 1 / 11 / 2; }.cssgrid #wze620 { margin:  21px 0px 0px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze628 { margin:  0px 0px 172px 0px; grid-area: 11 / 1 / 12 / 2; }.cssgrid #wze582 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze584 { margin:  0px 0px 30px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze583 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze586 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze587 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze609 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze588 { margin:  19px 0px 19px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze612 { margin:  0px 0px 7px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze610 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze589 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze592 { margin:  10px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze594 { margin:  0px 0px 19px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze593 { margin:  0px 0px 2px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze596 { margin:  0px 0px 63px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze597 { margin:  29px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze599 { margin:  0px 0px 21px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze598 { margin:  0px 0px 8px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze605 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze606 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze601 { margin:  59px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze603 { margin:  0px 0px 9px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze604 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze602 { margin:  0px 0px 10px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze607 { margin:  0px 0px 49px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze542 { margin:  0px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze537 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze538 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze539 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze540 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze541 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze548 { --gtr:1 }.cssgrid #wze548 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze549 { margin:  10px 0px 1299px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze550 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze125 { margin:  485px 0px -877.85px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze547 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze571 { margin:  15px 0px 329px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze563 { margin:  61px 0px 28px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze568 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze569 { margin:  0px 0px 9px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze573 { margin:  16px 0px 0px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze570 { margin:  0px 0px 24px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze564 { margin:  0px 0px 13px 0px; grid-area: 7 / 1 / 8 / 2; }#wze565 { --gtr:1 }.cssgrid #wze565 { margin:  0px 0px 1085px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze574 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:1 }#wz-section-wzs1  { --gtr:2 }#wz-section-footer  { --gtr:7 }#wz-section-wzs16  { --gtr:10 }#wz-section-wzs23  { --gtr:1 }#wz-section-wzs25  { --gtr:18 }#wz-section-wzs28  { --gtr:4 }#wz-section-wzs29  { --gtr:8 }#wz-section-wzs30  { --gtr:7 }#wz-section-wzs36  { --gtr:3 }#wz-section-wzs42  { --gtr:13 }#wz-section-wzs46  { --gtr:6 }#wz-section-wzs60  { --gtr:6 }#wz-section-wzs61  { --gtr:4 }#wz-section-wzs62  { --gtr:4 }#wz-section-wzs63  { --gtr:5 }#wz-section-wzs64  { --gtr:5 }#wz-section-wzs53  { --gtr:0 }#wz-section-wzs48  { --gtr:2 }#wz-section-wzs49  { --gtr:2 }#wz-section-wzs50  { --gtr:2 }#wz-section-wzs51  { --gtr:2 }#wz-section-wzs52  { --gtr:2 }#wz-section-wzs55  { --gtr:1 }#wz-section-wzs54  { --gtr:2 }#wz-section-wzs56  { --gtr:1 }#wz-section-wzs58  { --gtr:8 }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze47 { top:15px;left:7.41667px;bottom:auto;right:auto;width:222.05px;height:83px;display:block;z-index:1000; }#wze486 { top:25px;left:371.239px;bottom:auto;right:auto;width:392px;height:79px;display:block;z-index:1000;text-align:right; }#wze608 { top:6.5px;left:242.667px;bottom:auto;right:auto;width:64px;height:100px;display:block;z-index:1000; }#wze635 { top:101px;left:62.827px;bottom:auto;right:auto;width:135px;height:40px;z-index:1000; }#wz-section-header { height:143.5px;--section-height:143.5px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze65 { top:3px;left:1px;bottom:auto;right:auto;width:765px;height:214.867px;display:block;z-index:1000; }#wze67 { top:316.867px;left:86px;bottom:auto;right:auto;width:596px;height:576px;display:block;z-index:1000;text-align:right; }#wze385 { top:240.867px;left:305.5px;bottom:auto;right:auto;width:157px;height:54px;z-index:1000;text-align:center; }#wz-section-wzs1 { height:964.867px;--section-height:964.867px; }#wze32 { top:28.5px;left:439.967px;bottom:auto;right:auto;width:297px;height:72px;display:block;z-index:1000;text-align:center; }#wze34 { top:127px;left:286.417px;bottom:auto;right:auto;width:399px;height:46px;display:block;z-index:1000;text-align:right; }#wze35 { top:206px;left:309px;bottom:auto;right:auto;width:374px;height:25px;display:block;z-index:1000;text-align:right; }#wze49 { top:389px;left:485.25px;bottom:auto;right:auto;width:182px;height:65px;display:block;z-index:1000; }#wze50 { top:19.5px;left:15px;bottom:auto;right:auto;width:239.05px;height:90px;display:block;z-index:1000; }#wze79 { top:389px;left:213.1px;bottom:auto;right:auto;width:62px;height:62px;display:block;z-index:1000; }#wze269 { top:405px;left:315.683px;bottom:auto;right:auto;width:129px;height:30px;z-index:1000; }#wze545 { top:503px;left:304px;bottom:auto;right:auto;width:160px;height:160px;z-index:1000; }#wze623 { top:234.25px;left:576.75px;bottom:auto;right:auto;width:113px;height:40px;z-index:1000; }.wzc153-content { font-size:13px; }#wze624 { top:234.25px;left:454.633px;bottom:auto;right:auto;width:113px;height:40px;z-index:1000; }#wze625 { top:234.25px;left:332.5px;bottom:auto;right:auto;width:113px;height:40px;z-index:1000; }#wze632 { top:137px;left:692.583px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze633 { top:201px;left:692.583px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wz-section-footer { height:663px;--section-height:663px; }.wzc-section-footer-full { background-image:; }#wze92 { top:15px;left:2px;bottom:auto;right:auto;width:764px;height:101.9px;display:block;z-index:1000; }#wze93 { top:332.05px;left:4.5px;bottom:auto;right:auto;width:759px;height:317.3px;display:block;z-index:1000; }#wze94 { top:666.2px;left:188.5px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze95 { top:134.9px;left:565.5px;bottom:auto;right:auto;width:180px;height:30px;display:block;z-index:1000;text-align:right; }#wze96 { top:193.7px;left:716.5px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze97 { top:193.7px;left:472.5px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze98 { top:204.2px;left:294.033px;bottom:auto;right:auto;width:22px;height:28px;display:block;z-index:1000; }#wze169 { top:188.2px;left:528.967px;bottom:auto;right:auto;width:180px;height:21px;display:block;z-index:1000;text-align:right; }#wze174 { top:217.7px;left:528.967px;bottom:auto;right:auto;width:180px;height:19px;display:block;z-index:1000;text-align:right; }#wze175 { top:245.2px;left:528.967px;bottom:auto;right:auto;width:180px;height:19px;display:block;z-index:1000;text-align:right; }#wze176 { top:188.2px;left:283.5px;bottom:auto;right:auto;width:180px;height:79px;display:block;z-index:1000;text-align:right; }#wze177 { top:188.2px;left:93.5px;bottom:auto;right:auto;width:189px;height:63px;display:block;z-index:1000;text-align:right; }#wze535 { top:666.2px;left:384.5px;bottom:auto;right:auto;width:188.733px;height:40px;z-index:1000; }#wz-section-wzs16 { height:811.2px;--section-height:811.2px; }#wze388 { top:15px;left:24px;bottom:auto;right:auto;width:720px;height:935px;display:block;z-index:1000; }#wz-section-wzs23 { height:965px;--section-height:965px; }#wze121 { top:173px;left:110px;bottom:auto;right:auto;width:548px;height:498px;display:block;z-index:1000; }#wze121 .wz-gallery.wz-gallery-grid li { width:182px;height:157px;padding:10px; }#wze123 { top:194px;left:392.5px;bottom:auto;right:auto;width:247px;height:28px;display:block;z-index:1000;text-align:right; }#wze124 { top:692px;left:435px;bottom:auto;right:auto;width:141px;height:21px;display:block;z-index:1000;text-align:right; }#wze182 { top:778.716px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze183 { top:921.853px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze184 { top:945.713px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze188 { top:898.003px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze189 { top:874.153px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze190 { top:850.283px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze191 { top:826.433px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze194 { top:802.566px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze195 { top:754.85px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze196 { top:731px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze198 { top:1062.52px;left:15px;bottom:auto;right:auto;width:738px;height:1175.483px;z-index:1000; }#wze166 { top:27.7333px;left:119px;bottom:auto;right:auto;width:500px;height:400px;display:block;z-index:1000; }#wze167 { top:436.483px;left:117px;bottom:auto;right:auto;width:500px;height:400px;display:block;z-index:1000; }#wze546 { top:851.483px;left:154.5px;bottom:auto;right:auto;width:429px;height:309px;z-index:1000; }#wze199 { top:1011.5px;left:237.5px;bottom:auto;right:auto;width:293px;height:22px;z-index:1000;text-align:right; }#wze383 { top:29.066px;left:15px;bottom:auto;right:auto;width:738px;height:125px;z-index:1000;text-align:right; }#wze406 { top:2003.063px;left:333px;bottom:auto;right:auto;width:102px;height:94px;display:none;z-index:1000; }#wze409 { top:2127.063px;left:304px;bottom:auto;right:auto;width:160px;height:160px;display:none;z-index:1000; }#wze529 { top:710.5px;left:42.2167px;bottom:auto;right:auto;width:128px;height:30px;z-index:1000; }#wze552 { top:771px;left:42.2167px;bottom:auto;right:auto;width:85px;height:30px;z-index:1000; }#wze555 { top:725.5px;left:183.5px;bottom:auto;right:auto;width:371px;height:234px;z-index:1000;text-align:right; }#wz-section-wzs25 { height:2278.07px;--section-height:2278.07px; }#wze259 { top:15px;left:1.5px;bottom:auto;right:auto;width:765px;height:101.817px;display:block;z-index:1000; }#wze275 { top:131.817px;left:144px;bottom:auto;right:auto;width:480px;height:500px;display:block;z-index:1000; }#wze275 .wz-gallery.wz-gallery-grid li { width:160px;height:166px;padding:10px; }#wze276 { top:683.817px;left:15px;bottom:auto;right:auto;width:738px;height:500px;display:block;z-index:1000; }#wze278 { top:50px;left:169px;bottom:auto;right:auto;width:400px;height:400px;display:block;z-index:1000; }#wze277 { top:646.817px;left:301px;bottom:auto;right:auto;width:166px;height:22px;display:block;z-index:1000;text-align:right; }#wz-section-wzs28 { height:1198.8167114258px;--section-height:1198.8167114258px; }#wze281 { top:78px;left:84px;bottom:auto;right:auto;width:600px;height:500px;display:block;z-index:1000; }#wze281 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze282 { top:1316.997px;left:262.5px;bottom:auto;right:auto;width:239px;height:44px;display:block;z-index:1000;text-align:center; }#wze283 { top:1363.997px;left:15px;bottom:auto;right:auto;width:738px;height:845px;display:block;z-index:1000; }#wze284 { top:15px;left:119px;bottom:auto;right:auto;width:500px;height:400px;display:block;z-index:1000; }#wze285 { top:430px;left:119px;bottom:auto;right:auto;width:500px;height:400px;display:block;z-index:1000; }#wze317 { top:441px;left:305.5px;bottom:auto;right:auto;width:157px;height:45px;display:block;z-index:1000;text-align:right; }#wze318 { top:620px;left:508px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:right; }#wze319 { top:656.934px;left:337.5px;bottom:auto;right:auto;width:337px;height:621px;display:block;z-index:1000;text-align:right; }#wze412 { top:2223.997px;left:333px;bottom:auto;right:auto;width:102px;height:94px;display:none;z-index:1000; }#wze416 { top:2332.997px;left:331.5px;bottom:auto;right:auto;width:105px;height:37px;display:none;z-index:1000; }#wze532 { top:631.5px;left:107px;bottom:auto;right:auto;width:100px;height:30px;z-index:1000; }#wz-section-wzs29 { height:2252.997px;--section-height:2252.997px; }#wze286 { top:24px;left:84px;bottom:auto;right:auto;width:600px;height:500px;display:block;z-index:1000; }#wze286 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze287 { top:1305.497px;left:15px;bottom:auto;right:auto;width:738px;height:500px;display:block;z-index:1000; }#wze289 { top:50px;left:119px;bottom:auto;right:auto;width:500px;height:400px;display:block;z-index:1000; }#wze342 { top:413px;left:265px;bottom:auto;right:auto;width:238px;height:23px;z-index:1000;text-align:right; }#wze343 { top:567px;left:486px;bottom:auto;right:auto;width:180px;height:50px;z-index:1000;text-align:right; }#wze353 { top:594.5px;left:305px;bottom:auto;right:auto;width:337px;height:621px;z-index:1000;text-align:right; }#wze384 { top:1246.497px;left:257.5px;bottom:auto;right:auto;width:253px;height:44px;z-index:1000;text-align:center; }#wze413 { top:1820.497px;left:333px;bottom:auto;right:auto;width:102px;height:94px;display:none;z-index:1000; }#wze417 { top:1929.497px;left:331.5px;bottom:auto;right:auto;width:105px;height:37px;display:none;z-index:1000; }#wze533 { top:608px;left:119.5px;bottom:auto;right:auto;width:100px;height:30px;z-index:1000; }#wz-section-wzs30 { height:1846.497px;--section-height:1846.497px; }#wze393 { top:72px;left:98px;bottom:auto;right:auto;width:572px;height:322px;display:block;z-index:1000; }#wze398 { top:23px;left:442px;bottom:auto;right:auto;width:221px;height:34px;display:block;z-index:1000;text-align:right; }#wze399 { top:15px;left:105px;bottom:auto;right:auto;width:183px;height:42px;display:block;z-index:1000; }#wze528 { top:409px;left:105px;bottom:auto;right:auto;width:558px;height:18px;z-index:1000;text-align:right; }#wz-section-wzs36 { height:442px;--section-height:442px; }#wze448 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:348px;display:block;z-index:1000;text-align:right; }#wze449 { top:378px;left:318.5px;bottom:auto;right:auto;width:131px;height:130px;display:block;z-index:1000; }#wze450 { top:523px;left:15px;bottom:auto;right:auto;width:738px;height:76px;display:block;z-index:1000;text-align:right; }#wze451 { top:614px;left:336px;bottom:auto;right:auto;width:96px;height:31px;display:block;z-index:1000; }#wze452 { top:660px;left:15px;bottom:auto;right:auto;width:738px;height:1235px;display:block;z-index:1000;text-align:right; }#wze453 { top:1910px;left:15px;bottom:auto;right:auto;width:738px;height:540.367px;display:block;z-index:1000; }#wze454 { top:2465.37px;left:15px;bottom:auto;right:auto;width:738px;height:57px;display:block;z-index:1000;text-align:right; }#wze455 { top:2537.37px;left:65.5px;bottom:auto;right:auto;width:637px;height:78px;display:block;z-index:1000; }#wze456 { top:2630.37px;left:15px;bottom:auto;right:auto;width:738px;height:513px;display:block;z-index:1000;text-align:right; }#wze458 { top:3158.37px;left:15px;bottom:auto;right:auto;width:738px;height:610.433px;display:block;z-index:1000; }#wze459 { top:3783.8px;left:15px;bottom:auto;right:auto;width:738px;height:734px;display:block;z-index:1000;text-align:right; }#wze460 { top:4532.8px;left:15px;bottom:auto;right:auto;width:738px;height:501.567px;display:block;z-index:1000; }#wze461 { top:5049.37px;left:15px;bottom:auto;right:auto;width:738px;height:665px;display:block;z-index:1000;text-align:right; }#wz-section-wzs42 { height:5729.3666381836px;--section-height:5729.3666381836px; }#wze577 { top:7px;left:101.983px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze578 { top:102.5px;left:101.983px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze579 { top:198px;left:101.983px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze580 { top:389px;left:101.983px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze581 { top:293.5px;left:101.983px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze590 { top:auto;left:auto;bottom:0px;right:0px;width:100px;height:100px;display:block;z-index:9999999; }#wze618 { top:30.5px;left:435px;bottom:auto;right:auto;width:260px;height:40px;display:block;z-index:1000; }#wze619 { top:320.75px;left:435px;bottom:auto;right:auto;width:260px;height:40px;display:block;z-index:1000; }#wze620 { top:417.5px;left:435px;bottom:auto;right:auto;width:260px;height:40px;display:block;z-index:1000; }#wze621 { top:224px;left:435px;bottom:auto;right:auto;width:260px;height:40px;display:block;z-index:1000; }#wze622 { top:127.25px;left:435px;bottom:auto;right:auto;width:260px;height:40px;display:block;z-index:1000; }#wze628 { top:519px;left:254px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wz-section-wzs46 { height:665px;--section-height:665px; }#wze582 { top:15px;left:134px;bottom:auto;right:auto;width:500px;height:500px;display:block;z-index:1000; }#wze582 .wz-gallery.wz-gallery-grid li { width:166px;height:158px;padding:10px; }#wze583 { top:577px;left:380.5px;bottom:auto;right:auto;width:371px;height:487px;display:block;z-index:1000;text-align:right; }#wze584 { top:533px;left:442.917px;bottom:auto;right:auto;width:300px;height:31px;display:block;z-index:1000;text-align:right; }#wze586 { top:816px;left:83.75px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze587 { top:1086px;left:83.75px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze609 { top:546px;left:83.75px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wz-section-wzs60 { height:1419px;--section-height:1419px; }#wze588 { top:61px;left:144px;bottom:auto;right:auto;width:480px;height:500px;display:block;z-index:1000; }#wze588 .wz-gallery.wz-gallery-grid li { width:160px;height:166px;padding:10px; }#wze589 { top:576px;left:66px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze610 { top:576px;left:380px;bottom:auto;right:auto;width:371px;height:756px;display:block;z-index:1000;text-align:right; }#wze612 { top:560px;left:455px;bottom:auto;right:auto;width:300px;height:31px;display:block;z-index:1000;text-align:right; }#wz-section-wzs61 { height:1347px;--section-height:1347px; }#wze592 { top:58px;left:134px;bottom:auto;right:auto;width:500px;height:500px;display:block;z-index:1000; }#wze592 .wz-gallery.wz-gallery-grid li { width:166px;height:166px;padding:10px; }#wze593 { top:588px;left:377px;bottom:auto;right:auto;width:375px;height:336px;display:block;z-index:1000;text-align:right; }#wze594 { top:556px;left:534px;bottom:auto;right:auto;width:219px;height:28px;display:block;z-index:1000;text-align:center; }#wze596 { top:588px;left:64px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wz-section-wzs62 { height:1020px;--section-height:1020px; }#wze597 { top:59px;left:84px;bottom:auto;right:auto;width:600px;height:500px;display:block;z-index:1000; }#wze597 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze598 { top:622px;left:403px;bottom:auto;right:auto;width:337px;height:792px;display:block;z-index:1000;text-align:right; }#wze599 { top:582px;left:418px;bottom:auto;right:auto;width:328px;height:29px;display:block;z-index:1000;text-align:right; }#wze605 { top:673.5px;left:56.4167px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze606 { top:974.5px;left:56.4167px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wz-section-wzs63 { height:1513px;--section-height:1513px; }#wze601 { top:59px;left:84px;bottom:auto;right:auto;width:600px;height:500px;display:block;z-index:1000; }#wze601 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze602 { top:641px;left:412px;bottom:auto;right:auto;width:337px;height:936px;display:block;z-index:1000;text-align:right; }#wze603 { top:582px;left:472.167px;bottom:auto;right:auto;width:271px;height:29px;display:block;z-index:1000;text-align:right; }#wze604 { top:618px;left:568px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:right; }#wze607 { top:690px;left:67.75px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wz-section-wzs64 { height:1594px;--section-height:1594px; }#wz-section-wzs53 { height:15px;--section-height:15px; }#wze537 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.267px;display:block;z-index:1000; }#wze542 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs48 { height:701.267px;--section-height:701.267px; }#wze538 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs49 { height:1005px;--section-height:1005px; }#wze539 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.767px;display:block;z-index:1000; }#wz-section-wzs50 { height:563.767px;--section-height:563.767px; }#wze540 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.95px;display:block;z-index:1000; }#wz-section-wzs51 { height:830.95px;--section-height:830.95px; }#wze541 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.817px;display:block;z-index:1000; }#wz-section-wzs52 { height:737.817px;--section-height:737.817px; }#wze548 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:684px;display:block;z-index:1000; }#wze548 .wz-shop-product { width: calc(50% - 30px )}#wze549 { top:10px;left:0px;bottom:auto;right:auto;width:242px;height:0px;display:block;z-index:1000; }#wz-section-wzs55 { height:714px;--section-height:714px; }#wze550 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:522.6px;display:block;z-index:1000; }#wz-section-wzs54 { height:552.6px;--section-height:552.6px; }#wze547 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:119.767px;display:block;z-index:1000; }#wz-section-wzs56 { height:149.767px;--section-height:149.767px; }#wze563 { top:78px;left:84px;bottom:auto;right:auto;width:600px;height:500px;display:block;z-index:1000; }#wze563 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze564 { top:1316.997px;left:262.5px;bottom:auto;right:auto;width:239px;height:44px;display:block;z-index:1000;text-align:center; }#wze565 { top:1363.997px;left:15px;bottom:auto;right:auto;width:738px;height:342.933px;display:block;z-index:1000; }#wze574 { top:15px;left:15px;bottom:auto;right:auto;width:708px;height:312.933px;z-index:1000; }#wze568 { top:441px;left:305.5px;bottom:auto;right:auto;width:157px;height:45px;display:block;z-index:1000;text-align:right; }#wze569 { top:620px;left:508px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:right; }#wze570 { top:656.934px;left:337.5px;bottom:auto;right:auto;width:337px;height:621px;display:block;z-index:1000;text-align:right; }#wze571 { top:1423.997px;left:333px;bottom:auto;right:auto;width:102px;height:94px;display:none;z-index:1000; }#wze572 { top:1532.997px;left:331.5px;bottom:auto;right:auto;width:105px;height:37px;display:none;z-index:1000; }#wze573 { top:631.5px;left:107px;bottom:auto;right:auto;width:100px;height:30px;z-index:1000; }#wz-section-wzs58 { height:2580.9297146172px;--section-height:2580.9297146172px; }.cssgrid #wze608 { margin:  7px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze47 { margin:  15px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze486 { margin:  25px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze635 { margin:  0px 0px 3px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze65 { margin:  3px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze385 { margin:  0px 0px 22px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze67 { margin:  0px 0px 72px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze50 { margin:  20px 0px 17px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze32 { margin:  29px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze34 { margin:  0px 0px 28px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze632 { margin:  10px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze633 { margin:  0px 0px 3px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze35 { margin:  5px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze623 { margin:  0px 0px 115px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze624 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze625 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze79 { margin:  0px 0px 0px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze49 { margin:  0px 0px 49px 0px; grid-area: 7 / 1 / 10 / 2; }.cssgrid #wze269 { margin:  16px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze545 { margin:  0px 0px 0px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze92 { margin:  15px 0px 18px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze95 { margin:  0px 0px 23px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze177 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 8 / 2; }.cssgrid #wze176 { margin:  0px 0px 65px 0px; grid-area: 3 / 1 / 10 / 2; }.cssgrid #wze169 { margin:  0px 0px 9px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze96 { margin:  6px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze97 { margin:  6px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze98 { margin:  16px 0px 0px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze174 { margin:  0px 0px 8px 0px; grid-area: 4 / 1 / 7 / 2; }.cssgrid #wze175 { margin:  0px 0px 0px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze93 { margin:  0px 0px 17px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze94 { margin:  0px 0px 105px 0px; grid-area: 11 / 1 / 12 / 2; }.cssgrid #wze535 { margin:  0px 0px 105px 0px; grid-area: 11 / 1 / 12 / 2; }.cssgrid #wze388 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze383 { margin:  29px 0px 19px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze121 { margin:  0px 0px 21px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze123 { margin:  21px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze124 { margin:  0px 0px 13px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze529 { margin:  19px 0px 14px 0px; grid-area: 4 / 1 / 7 / 2; }.cssgrid #wze555 { margin:  0px 0px 52px 0px; grid-area: 5 / 1 / 18 / 2; }.cssgrid #wze196 { margin:  5px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze195 { margin:  0px 0px 9px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze552 { margin:  0px 0px 2px 0px; grid-area: 8 / 1 / 10 / 2; }.cssgrid #wze182 { margin:  8px 0px 0px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze194 { margin:  0px 0px 16px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze191 { margin:  0px 0px 17px 0px; grid-area: 11 / 1 / 12 / 2; }.cssgrid #wze190 { margin:  0px 0px 17px 0px; grid-area: 12 / 1 / 13 / 2; }.cssgrid #wze189 { margin:  0px 0px 17px 0px; grid-area: 13 / 1 / 14 / 2; }.cssgrid #wze188 { margin:  0px 0px 17px 0px; grid-area: 14 / 1 / 15 / 2; }.cssgrid #wze183 { margin:  0px 0px 17px 0px; grid-area: 15 / 1 / 16 / 2; }.cssgrid #wze184 { margin:  0px 0px 0px 0px; grid-area: 16 / 1 / 17 / 2; }.cssgrid #wze199 { margin:  0px 0px 29px 0px; grid-area: 18 / 1 / 19 / 2; }#wze198 { --gtr:3 }.cssgrid #wze198 { margin:  0px 0px 40px 0px; grid-area: 19 / 1 / 20 / 2; }.cssgrid #wze166 { margin:  28px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze167 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze546 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze259 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze275 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze277 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze276 { --gtr:1 }.cssgrid #wze276 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze278 { margin:  50px 0px 50px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze281 { margin:  78px 0px 42px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze317 { margin:  441px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze318 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze532 { margin:  12px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze319 { margin:  0px 0px 39px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze282 { margin:  0px 0px 3px 0px; grid-area: 6 / 1 / 7 / 2; }#wze283 { --gtr:2 }.cssgrid #wze283 { margin:  0px 0px 44px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze284 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze285 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze286 { margin:  24px 0px 43px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze342 { margin:  413px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze343 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze353 { margin:  28px 0px 30px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze533 { margin:  41px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze384 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }#wze287 { --gtr:1 }.cssgrid #wze287 { margin:  0px 0px 41px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze289 { margin:  50px 0px 50px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze399 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze398 { margin:  23px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze393 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze528 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze448 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze449 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze450 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze451 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze452 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze453 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze454 { margin:  0px 0px 15px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze455 { margin:  0px 0px 15px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze456 { margin:  0px 0px 15px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze458 { margin:  0px 0px 15px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze459 { margin:  0px 0px 15px 0px; grid-area: 11 / 1 / 12 / 2; }.cssgrid #wze460 { margin:  0px 0px 15px 0px; grid-area: 12 / 1 / 13 / 2; }.cssgrid #wze461 { margin:  0px 0px 15px 0px; grid-area: 13 / 1 / 14 / 2; }.cssgrid #wze577 { margin:  7px 0px 16px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze618 { margin:  31px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze578 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze622 { margin:  24px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze579 { margin:  0px 0px 16px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze621 { margin:  26px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze581 { margin:  0px 0px 15px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze619 { margin:  27px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze580 { margin:  0px 0px 50px 0px; grid-area: 9 / 1 / 11 / 2; }.cssgrid #wze620 { margin:  29px 0px 0px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze628 { margin:  0px 0px 106px 0px; grid-area: 11 / 1 / 12 / 2; }.cssgrid #wze582 { margin:  15px 0px 18px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze584 { margin:  0px 0px 13px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze609 { margin:  13px 0px 20px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze583 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze586 { margin:  0px 0px 20px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze587 { margin:  0px 0px 83px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze588 { margin:  61px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze612 { margin:  560px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze589 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze610 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze592 { margin:  58px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze594 { margin:  556px 0px 4px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze596 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze593 { margin:  0px 0px 96px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze597 { margin:  59px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze599 { margin:  0px 0px 11px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze598 { margin:  0px 0px 99px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze605 { margin:  52px 0px 51px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze606 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze601 { margin:  59px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze603 { margin:  0px 0px 7px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze604 { margin:  0px 0px 1px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze602 { margin:  0px 0px 17px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze607 { margin:  49px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze542 { margin:  0px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze537 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze538 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze539 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze540 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze541 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze548 { --gtr:1 }.cssgrid #wze548 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze549 { margin:  10px 0px 674px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze550 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze125 { margin:  201px 0px -594.4px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze547 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze563 { margin:  78px 0px 42px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze568 { margin:  441px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze569 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze573 { margin:  12px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze570 { margin:  0px 0px 39px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze564 { margin:  0px 0px 3px 0px; grid-area: 6 / 1 / 7 / 2; }#wze565 { --gtr:1 }.cssgrid #wze565 { margin:  0px 0px 874px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze574 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:2 }#wz-section-wzs1  { --gtr:3 }#wz-section-footer  { --gtr:6 }#wz-section-wzs16  { --gtr:9 }#wz-section-wzs23  { --gtr:1 }#wz-section-wzs25  { --gtr:19 }#wz-section-wzs28  { --gtr:4 }#wz-section-wzs29  { --gtr:5 }#wz-section-wzs30  { --gtr:4 }#wz-section-wzs36  { --gtr:3 }#wz-section-wzs42  { --gtr:13 }#wz-section-wzs46  { --gtr:6 }#wz-section-wzs60  { --gtr:5 }#wz-section-wzs61  { --gtr:2 }#wz-section-wzs62  { --gtr:2 }#wz-section-wzs63  { --gtr:6 }#wz-section-wzs64  { --gtr:4 }#wz-section-wzs53  { --gtr:0 }#wz-section-wzs48  { --gtr:2 }#wz-section-wzs49  { --gtr:2 }#wz-section-wzs50  { --gtr:2 }#wz-section-wzs51  { --gtr:2 }#wz-section-wzs52  { --gtr:2 }#wz-section-wzs55  { --gtr:1 }#wz-section-wzs54  { --gtr:2 }#wz-section-wzs56  { --gtr:1 }#wz-section-wzs58  { --gtr:5 }}@media only screen and (min-width : 1170px) {#wze121 .wz-gallery.wz-gallery-grid li { width:166px;height:158px;padding:10px; }#wze275 .wz-gallery.wz-gallery-grid li { width:160px;height:166px;padding:10px; }#wze281 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze286 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze582 .wz-gallery.wz-gallery-grid li { width:166px;height:158px;padding:10px; }#wze588 .wz-gallery.wz-gallery-grid li { width:160px;height:166px;padding:10px; }#wze592 .wz-gallery.wz-gallery-grid li { width:166px;height:166px;padding:10px; }#wze597 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze601 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze548 .wz-shop-product { width: calc(33.333333333333% - 30px )}#wze548 .wz-shop-top-bar { margin-right: 287px }#wze563 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }.cssgrid #wze608 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze47 { margin:  8px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze486 { margin:  14px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze635 { margin:  32px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze65 { margin:  0px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze385 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze67 { margin:  0px 0px 97px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze50 { margin:  6px 0px 36px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze32 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze632 { margin:  0px 0px 20px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze49 { margin:  4px 0px 0px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze34 { margin:  4px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze35 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze633 { margin:  0px 0px 8px 0px; grid-area: 5 / 1 / 8 / 2; }.cssgrid #wze623 { margin:  0px 0px 0px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze624 { margin:  0px 0px 0px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze625 { margin:  0px 0px 0px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze545 { margin:  11px 0px 25px 0px; grid-area: 8 / 1 / 12 / 2; }.cssgrid #wze269 { margin:  11px 0px 42px 0px; grid-area: 8 / 1 / 10 / 2; }.cssgrid #wze79 { margin:  0px 0px 0px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze92 { margin:  2px 0px 81px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze95 { margin:  0px 0px 39px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze93 { margin:  0px 0px 25px 0px; grid-area: 3 / 1 / 12 / 2; }.cssgrid #wze169 { margin:  16px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze96 { margin:  21px 0px 5px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze174 { margin:  37px 0px 0px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze175 { margin:  0px 0px 25px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze176 { margin:  0px 0px 10px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze97 { margin:  5px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze98 { margin:  0px 0px 0px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze177 { margin:  0px 0px 0px 0px; grid-area: 9 / 1 / 11 / 2; }.cssgrid #wze94 { margin:  0px 0px 93px 0px; grid-area: 12 / 1 / 13 / 2; }.cssgrid #wze535 { margin:  0px 0px 93px 0px; grid-area: 12 / 1 / 13 / 2; }.cssgrid #wze388 { margin:  47px 0px 139px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze383 { margin:  23px 0px 18px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze121 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 18 / 2; }.cssgrid #wze123 { margin:  9px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze124 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze555 { margin:  0px 0px 79px 0px; grid-area: 4 / 1 / 15 / 2; }.cssgrid #wze196 { margin:  7px 0px 17px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze195 { margin:  0px 0px 17px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze182 { margin:  0px 0px 16px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze194 { margin:  0px 0px 17px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze191 { margin:  0px 0px 17px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze190 { margin:  0px 0px 17px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze189 { margin:  0px 0px 17px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze188 { margin:  0px 0px 17px 0px; grid-area: 11 / 1 / 12 / 2; }.cssgrid #wze183 { margin:  0px 0px 17px 0px; grid-area: 12 / 1 / 13 / 2; }.cssgrid #wze184 { margin:  0px 0px 0px 0px; grid-area: 13 / 1 / 14 / 2; }.cssgrid #wze406 { margin:  0px 0px 10px 0px; grid-area: 15 / 1 / 17 / 2; }.cssgrid #wze409 { margin:  51px 0px 0px 0px; grid-area: 15 / 1 / 16 / 2; }.cssgrid #wze529 { margin:  0px 0px 105px 0px; grid-area: 17 / 1 / 19 / 2; }.cssgrid #wze552 { margin:  0px 0px 0px 0px; grid-area: 17 / 1 / 19 / 2; }.cssgrid #wze199 { margin:  0px 0px 36px 0px; grid-area: 19 / 1 / 20 / 2; }#wze198 { --gtr:2 }.cssgrid #wze198 { margin:  0px 0px 175px 0px; grid-area: 20 / 1 / 21 / 2; }.cssgrid #wze166 { margin:  19px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze167 { margin:  21px 0px 23px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze546 { margin:  0px 0px 19px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze259 { margin:  2px 0px 45px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze275 { margin:  0px 0px 74px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze277 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }#wze276 { --gtr:1 }.cssgrid #wze276 { margin:  0px 0px 107px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze278 { margin:  50px 0px 50px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze281 { margin:  42px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze317 { margin:  51px 0px 21px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze318 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze319 { margin:  0px 0px 17px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze412 { margin:  636px 0px 0px 0px; grid-area: 3 / 1 / 7 / 2; }.cssgrid #wze416 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze532 { margin:  0px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze282 { margin:  23px 0px 5px 0px; grid-area: 7 / 1 / 9 / 2; }#wze283 { --gtr:1 }.cssgrid #wze283 { margin:  0px 0px 69px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze284 { margin:  50px 0px 50px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze285 { margin:  50px 0px 50px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze342 { margin:  29px 0px 4px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze286 { margin:  33px 0px 169px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze343 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze353 { margin:  43px 0px 9px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze413 { margin:  0px 0px 16px 0px; grid-area: 4 / 1 / 7 / 2; }.cssgrid #wze417 { margin:  0px 0px 13px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze533 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 8 / 2; }.cssgrid #wze384 { margin:  0px 0px 27px 0px; grid-area: 7 / 1 / 9 / 2; }#wze287 { --gtr:1 }.cssgrid #wze287 { margin:  0px 0px 48px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze289 { margin:  50px 0px 50px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze399 { margin:  23px 0px 6px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze398 { margin:  29px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze393 { margin:  0px 0px 34px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze528 { margin:  0px 0px 98px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze448 { margin:  48px 0px 29px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze449 { margin:  0px 0px 26px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze450 { margin:  0px 0px 30px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze451 { margin:  0px 0px 25px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze452 { margin:  0px 0px 32px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze453 { margin:  0px 0px 44px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze454 { margin:  0px 0px 28px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze455 { margin:  0px 0px 22px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze456 { margin:  0px 0px 36px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze458 { margin:  0px 0px 48px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze459 { margin:  0px 0px 57px 0px; grid-area: 11 / 1 / 12 / 2; }.cssgrid #wze460 { margin:  0px 0px 44px 0px; grid-area: 12 / 1 / 13 / 2; }.cssgrid #wze461 { margin:  0px 0px 74px 0px; grid-area: 13 / 1 / 14 / 2; }.cssgrid #wze577 { margin:  29px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze579 { margin:  30px 0px 11px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze618 { margin:  61px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze621 { margin:  65px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze578 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 8 / 2; }.cssgrid #wze581 { margin:  3px 0px 14px 0px; grid-area: 5 / 1 / 9 / 2; }.cssgrid #wze619 { margin:  37px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze622 { margin:  41px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze580 { margin:  0px 0px 42px 0px; grid-area: 9 / 1 / 11 / 2; }.cssgrid #wze620 { margin:  37px 0px 0px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze628 { margin:  37px 0px 0px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze582 { margin:  8px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze584 { margin:  26px 0px 53px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze583 { margin:  0px 0px 91px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze586 { margin:  0px 0px 232px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze587 { margin:  0px 0px 232px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze609 { margin:  0px 0px 232px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze612 { margin:  26px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze588 { margin:  31px 0px 51px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze610 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze589 { margin:  0px 0px 133px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze592 { margin:  0px 0px 19px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze594 { margin:  0px 0px 40px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze593 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze596 { margin:  0px 0px 54px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze599 { margin:  0px 0px 21px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze597 { margin:  0px 0px 21px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze598 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze605 { margin:  0px 0px 185px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze606 { margin:  0px 0px 185px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze601 { margin:  0px 0px 21px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze603 { margin:  0px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze604 { margin:  0px 0px 16px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze602 { margin:  0px 0px 356px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze607 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze537 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze542 { margin:  30px 0px 6px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze538 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze539 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze540 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze541 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze548 { --gtr:1 }.cssgrid #wze548 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze549 { margin:  10px 0px 273px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze550 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze125 { margin:  114px 0px -5825px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze547 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze563 { margin:  42px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze568 { margin:  51px 0px 21px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze569 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze570 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze571 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze572 { margin:  26px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze573 { margin:  0px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze564 { margin:  23px 0px 5px 0px; grid-area: 7 / 1 / 9 / 2; }#wze565 { --gtr:1 }.cssgrid #wze565 { margin:  0px 0px 69px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze574 { margin:  60px 0px 59px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:1 }#wz-section-wzs1  { --gtr:3 }#wz-section-footer  { --gtr:7 }#wz-section-wzs16  { --gtr:9 }#wz-section-wzs23  { --gtr:1 }#wz-section-wzs25  { --gtr:21 }#wz-section-wzs28  { --gtr:4 }#wz-section-wzs29  { --gtr:10 }#wz-section-wzs30  { --gtr:11 }#wz-section-wzs36  { --gtr:3 }#wz-section-wzs42  { --gtr:13 }#wz-section-wzs46  { --gtr:3 }#wz-section-wzs60  { --gtr:3 }#wz-section-wzs61  { --gtr:3 }#wz-section-wzs62  { --gtr:5 }#wz-section-wzs63  { --gtr:3 }#wz-section-wzs64  { --gtr:8 }#wz-section-wzs53  { --gtr:0 }#wz-section-wzs48  { --gtr:1 }#wz-section-wzs49  { --gtr:1 }#wz-section-wzs50  { --gtr:1 }#wz-section-wzs51  { --gtr:1 }#wz-section-wzs52  { --gtr:1 }#wz-section-wzs55  { --gtr:1 }#wz-section-wzs54  { --gtr:1 }#wz-section-wzs56  { --gtr:1 }#wz-section-wzs58  { --gtr:8 }}