.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;
                            }
                        #wze9 { top:26px;left:485.374px;width:479px;height:52px;z-index:1000; }.wzc7-form .wzc7-form-input { background-color:rgb(246, 249, 245);border-style:solid;border-color:rgb(9, 20, 5);border-width:0px;box-shadow:none;color:rgb(9, 20, 5);font-size:13px;font-family:yekan,tahoma, serif;border-radius:0px 10px 10px 0px ; }.wzc7-form .wzc7-form-submit {  }.wzc7-form { height:100%; }.wzc6:hover .wzc6-bg { background-color:rgb(148,149, 147); }.wzc6:hover .wzc6-content { color:rgb(98, 100, 98); }.wzc6:hover {  }.wzc6-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(197, 199, 196);border-radius:15px 0px 0px 15px ; }.wzc6-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(98, 100, 98); }#wze18 { top:42.8023px;left:273.65px;width:192.656px;height:22px;z-index:1000; }.wzc20  .wz-member-arrow {  }.wzc20  .wz-member-welcome {  }.wzc20 {  }.wzc20-links  .wz-member-link:hover { color:rgba(9, 20, 5, 0); }.wzc20-links { font-size:14px;color:rgb(246, 249, 245);font-family:iransans; }.wzc20-actions  li:hover { color:rgba(240, 237, 230, 0); }.wzc20-actions { font-size:13px;color:rgb(98, 100, 98);font-family:yekan, tahoma, serif;background-color:rgb(246, 249, 245);border-color:rgb(98, 100, 98);border-width:;border-style:dotted;border-radius:5px; }#wze20 { top:87.7092px;height:56.875px;z-index:1001; }.wzc22-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(53, 93, 55); }.wzc22-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc22-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze10 { top:10.826px;left:196.609px;width:48.9773px;height:36.75px;z-index:1000; }.wzc269-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(3, 87, 114);border-width:1px;border-style:solid;border-color:rgba(148,149, 147, 0.82);border-radius:10px; }.wzc269-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc269-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze17 { top:5.25477px;left:2.33571px;width:46.6619px;height:29.9844px;z-index:1000; }.wzc19-container .wzc19-container-icon { fill:rgb(246, 249, 245); }.wzc19-container .wzc19-container-count { color:#fff;font-size:14px;font-family:yekan,tahoma, serif; }.wzc19-container .wzc19-container-bubble { background-color:rgb(246, 249, 245); }.wzc19-container {  }.wzc19-text { color:rgb(246, 249, 245);font-size:9px;font-family:yekan,tahoma, serif; }.wz-shop-mini-cart-container .cart-shop-mini-button.cart-shop-mini-button-primary { background: rgb(148,149, 147) }.wz-shop-mini-cart-container .cart-shop-mini-button { background: rgb(3, 87, 114) }.wz-shop-mini-cart-container .wz-shop-mini-cart > header { background: rgb(3, 87, 114) }#wze19 { top:11.4219px;left:318.994px;width:843.977px;height:36.9744px;z-index:1000; }.wzc21 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc21  .wz-menu.wz-classic-menu > li .sub-menu { min-width:100%;background-color:rgb(98, 175, 101);box-shadow:none; }.wzc21  .wz-menu li > a { padding:0px 15px;font-family:pelak;font-size:13px;color:rgb(246, 249, 245); }.wzc21 .wz-menu.wz-mega-menu li > a:hover,.wzc21  .wz-menu.wz-classic-menu li:hover > a { color:#fff; }.wzc21  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(246, 249, 245); }.wzc21 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc21  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:#fff; }.wzc21  .wz-menu > li > a { z-index:1; }.wzc21  .wz-menu > li > a:before { content:'';display:inline-block;position:absolute;width:100%;height:120%;left:0px;right:0px;bottom:0px;border-top-left-radius:8px;border-top-right-radius:8px;transition:all .3s ease;-webkit-transform:perspective(5px) rotateX(2deg);-moz-transform:perspective(5px) rotateX(2deg);-ms-transform:perspective(5px) rotateX(2deg);-o-transform:perspective(5px) rotateX(2deg);transform:perspective(5px) rotateX(2deg);transform:perspective(5px) rotateX(2deg);transform-origin:bottom;z-index:-1; }.wzc21 .wz-menu.wz-mega-menu > li > a:hover:before { background-color:rgb(98, 175, 101);color:#fff; }.wzc21  .wz-menu.wz-classic-menu > li:hover > a:before { background-color:rgb(98, 175, 101);color:#fff; }.wzc21  .wz-menu > li.active > a { color:#fff; }.wzc21  .wz-menu > li.active > a:before { background-color:#E74C3C;color:#fff; }.wzc21  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:#fff; }.wzc21  .wz-menu .sub-menu li > a { padding:5px 15px;color:#fff; }.wzc21 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc21  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:rgb(53, 93, 55); }.wzc21  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:#fff; }.wzc21  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc21  .wz-menu.wz-classic-menu > li { position:relative; }.wzc21 {  }.wzc21-list { overflow:visible;border-bottom-style:solid;border-color:#E74C3C;border-width:2px;background-color:rgb(156, 97, 76); }.wzc21-mobile { background-color:rgba(226, 28, 33, 0.6); }#wze187 { top:24.735px;left:963.991px;width:193px;height:59.25px;z-index:1000; }.wzc47-content {  }.wzc47 {  }#wze3 { top:0px;left:17.015px;width:173px;height:30px;z-index:1000;text-align:right; }.wzc3 { height:auto; }.wzc3-text { width:100%;height:auto; }#wze4 { top:31.2346px;left:-1.3766765505352E-14px;width:193px;height:18px;z-index:1000;text-align:right; }#wze401 { top:88.5px;left:1170.97px;width:48px;height:53px;z-index:1001;text-align:center; }#wz-section-header { height:146.844px;--section-height:146.844px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-style {  }.wzc-section-header-full { background-image:;background-size:cover;background-repeat:no-repeat;background-position:center center;background-attachment:none;background-color:rgb(53, 93, 55);box-shadow:0px 1px 50px 0px rgba(0, 0, 0, 0.1) ;background:; }.wzc-section-header-full-style {  }.wzc-section-header-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze391 { top:5.50041px;left:337.001px;width:496px;height:28px;z-index:1000;text-align:center; }#wz-section-wzs51 { height:35.9844px;--section-height:35.9844px; }.wzc-section-wzs51 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs51-full { background-color:rgb(246, 249, 245);background-size:auto;background-repeat:no-repeat;background:;background-image:url(../../uploads/7b1b8bca814542c18e36d480cfb66bc3.jpg) ; }.wzc-section-wzs51-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze386 { top:16.5px;left:994.11px;width:375px;height:50px;z-index:1001;text-align:center; }#wze387 { top:77.0472px;height:0.96875px;z-index:1000; }.wzc229-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(226, 28, 33); }.wzc229-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc229-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze395 { top:78.0464px;left:-178.512px;width:1527px;height:444.25px;z-index:1000; }.wzc235-breadcrumb {  }.wzc235  .flex-direction-nav a:before { color:#999; }.wzc235  .wz-shop-product { padding:0px;text-align:center; }.wzc235  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc235  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:15px;color:rgb(240, 237, 230); }.wzc235  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:21px;color:rgb(98, 175, 101); }.wzc235  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:rgb(98, 175, 101); }.wzc235  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(255, 255, 255);font-size:14px; }.wzc235  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:#f14639; }.wzc235  .wz-shop-product .wz-shop-product-image img { object-fit:cover; }.wzc235  .wz-shop-product .wz-shop-product-add-cart { width:145px; }.wzc235  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:rgba(255, 255, 255, 1);font-family:yekan, tahoma, serif;font-size:13px; }.wzc235  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc235  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc235  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc235 {  }.wzc235-container {  }.wzc235-topBar {  }.wzc235-filter {  }.wzc235-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze395 .wz-shop-product .wz-shop-product-image { padding-top: 100% }.wzc244-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:10px;box-shadow:1px 1px 4px 0px #000 inset; }.wzc244-img .wzc244-img-inner { width:100%;height:100%;float:left; }.wzc244-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:10px; }.wzc254-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(139, 0, 0);border-width:1px;border-style:solid;border-color:rgba(148,149, 147, 0.82);border-radius:10px; }.wzc254-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc254-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }.wzc13:hover .wzc13-bg:after { width:90%;opacity:1; }.wzc13:hover .wzc13-bg {  }.wzc13:hover .wzc13-content { color:#fff; }.wzc13:hover {  }.wzc13-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#FF7043;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%); }.wzc13-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#FF7043;border-width:3px;overflow:hidden; }.wzc13-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#FF7043; }#wz-section-wzs47 { height:530.594px;--section-height:530.594px; }.wzc-section-wzs47 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs47-full { background-color:rgb(246, 249, 245);background:;background-attachment:none;background-image:url(../../uploads/6db19a43676944f680b1a66c6307cc61.jpg) ;background-size:cover;background-repeat:no-repeat; }.wzc-section-wzs47-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs47-full-bottom { background-image:fill='rgb(0,0,0)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }#wze323 { top:0px;left:0px;width:99.83333333333334%;height:523.92325px;z-index:1000;order:1; }.wzc240-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:rgba(255, 255, 255, 0); }.wzc240-content {  }.wzc240 {  }#wze331 { top:-0.608875px;height:525.141px;z-index:1000; }.wzc213-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background:;background-color:rgba(181, 22, 26, 0.79); }.wzc213-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc213 {  }#wze332 { top:32.5938px;left:1272.01px;width:10px;height:10px;z-index:1002; }.wzc34-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(246, 249, 245);border-radius:15px;border-width:0px;border-style:solid;border-color:rgb(148,149, 147);box-shadow:0px 9px 14px 0px rgba(224, 253, 44, 0.2) ; }.wzc34-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }.wzc34-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze333 { top:17.6094px;left:958.032px;width:301px;height:34px;z-index:1000;text-align:right; }#wze337 { top:71.1704px;height:2.90625px;z-index:1000; }.wzc214-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(246, 249, 245); }.wzc214-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc214-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze338 { top:90.8892px;left:-175.501px;width:1521px;height:428.25px;z-index:1001; }.wzc212-breadcrumb {  }.wzc212  .flex-direction-nav a:before { color:#999; }.wzc212  .wz-shop-product { padding:0px;text-align:center; }.wzc212  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc212  .wz-shop-product .wz-shop-product-title { font-family:iran_yekan_x;font-size:15px;color:rgba(0, 0, 0, 1);background-color:rgba(246, 160, 169, 0); }.wzc212  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:18px; }.wzc212  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc212  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc212  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:#f14639; }.wzc212  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc212  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc212  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc212  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc212  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc212  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc212 {  }.wzc212-container {  }.wzc212-topBar {  }.wzc212-filter {  }.wzc212-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze338 .wz-shop-product .wz-shop-product-image { padding-top: 100% }.wzc38-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:10px;box-shadow:none; }.wzc38-img .wzc38-img-inner { width:100%;height:100%;float:left; }.wzc38-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:10px; }.wzc273-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(240, 206, 209);border-width:1px;border-style:solid;border-color:rgba(148,149, 147, 0.82);border-radius:10px; }.wzc273-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }#wz-section-wzs45 { height:522.938px;--section-height:522.938px; }.wzc-section-wzs45 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs45-full { background-color:rgb(246, 249, 245);background:; }.wzc-section-wzs45-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze399 { top:1.92599px;left:183.013px;width:804px;height:100px;min-height:100px;z-index:1001; }.wzc241-wzListContainer .wzc241-wzListContainer-wzListItemContainer .wzc241-wzListContainer-wzListItemContainer-wzListItemLink .wzc241-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemImageBoxParent .wzc241-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemImageBoxParent-wzListItemImageBox .wzc241-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemImageBoxParent-wzListItemImageBox-wzListItemImage {  }.wzc241-wzListContainer .wzc241-wzListContainer-wzListItemContainer .wzc241-wzListContainer-wzListItemContainer-wzListItemLink .wzc241-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemImageBoxParent .wzc241-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemImageBoxParent-wzListItemImageBox {  }.wzc241-wzListContainer .wzc241-wzListContainer-wzListItemContainer .wzc241-wzListContainer-wzListItemContainer-wzListItemLink .wzc241-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemImageBoxParent {  }.wzc241-wzListContainer .wzc241-wzListContainer-wzListItemContainer .wzc241-wzListContainer-wzListItemContainer-wzListItemLink .wzc241-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemTitleBox .wzc241-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemTitleBox-wzListItemTitle {  }.wzc241-wzListContainer .wzc241-wzListContainer-wzListItemContainer .wzc241-wzListContainer-wzListItemContainer-wzListItemLink .wzc241-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemTitleBox {  }.wzc241-wzListContainer .wzc241-wzListContainer-wzListItemContainer .wzc241-wzListContainer-wzListItemContainer-wzListItemLink .wzc241-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemIntroduceBox .wzc241-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemIntroduceBox-wzListItemIntroduce {  }.wzc241-wzListContainer .wzc241-wzListContainer-wzListItemContainer .wzc241-wzListContainer-wzListItemContainer-wzListItemLink .wzc241-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemIntroduceBox {  }.wzc241-wzListContainer .wzc241-wzListContainer-wzListItemContainer .wzc241-wzListContainer-wzListItemContainer-wzListItemLink {  }.wzc241-wzListContainer .wzc241-wzListContainer-wzListItemContainer {  }.wzc241-wzListContainer {  }.wzc241  .wz-list-root { background:none;width:calc(20% - 0px);height:calc(100% - 0px);margin:0; }.wzc241  .wz-list-item-container { background-color:rgba(255, 255, 255, 0);font-family:iransans_fa;transition:all ease-in-out .3s;padding:5px;border-style:solid;direction:rtl;height:100%;overflow:hidden; }.wzc241  .wz-list-item-container:hover {  }.wzc241  .wz-list-item-link { width:100%;height:100%;display:flex;justify-content:space-around;flex-flow:column; }.wzc241  .wz-list-item-image-box-parent { width:100%;text-align:center;order:0;padding:0; }.wzc241  .wz-list-item-image-box { width:40%;margin:auto;display:inline-block;border-width:0;border-style:solid;border-radius:0;overflow:hidden; }.wzc241  .wz-list-item-image-box img { aspect-ratio:1;object-fit:cover;width:100%;margin-bottom:-5px; }.wzc241  .wz-list-item-title-box { order:1;padding:0; }.wzc241  .wz-list-item-title-box p { font-size:12px;direction:rtl; }.wzc241  .wz-list-item-introduce-box { width:100%;z-index:1;order:2; }.wzc241  .wz-list-item-introduce-box p { font-size:10px;direction:rtl;text-align:center;color:#000000; }.wzc241  .wz-list-item-button-main-box {  }.wzc241 {  }#wze399 .wz-list-item-image-box-parent { order:0; }#wze399 .wz-list-item-title-box { order:1; }#wze399 .wz-list-item-introduce-box { order:2; }#wz-section-wzs54 { height:101.921875px;--section-height:101.921875px; }.wzc-section-wzs54-full { background-color:rgb(246, 249, 245); }#wze55 { top:1.84337px;height:607.016px;z-index:1000; }.wzc236-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(3, 87, 114, 1);border-radius:15px;border-width:1px;border-style:solid;border-color:rgb(9, 20, 5);box-shadow:9px -2px 48px 14px rgba(234, 99, 56, 0.15) ; }.wzc236-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }.wzc236-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze109 { top:29.1875px;left:795.187px;width:301px;height:34px;z-index:1000;text-align:right; }#wze110 { top:43.6875px;left:1103.54px;width:10px;height:10px;z-index:1002; }#wze111 { top:5.18377px;left:386.954px;width:214.25px;height:94px;z-index:1000; }.wzc35  .wz-countdown-bg.normal { background:rgb(3, 87, 114);border-style:solid;border-width:0px;border-color:rgba(0, 0, 0, 1); }.wzc35  .wz-countdown-bg.with-flip .count { background:rgba(246, 249, 245, 0);text-shadow:0 0 10px rgb(0, 0, 0); }.wzc35  .wz-countdown-bg.with-flip .wz-countdown-name { background:rgba(246, 249, 245, 0); }.wzc35  .wz-countdown-bg.with-flip .wz-countdown-value { box-shadow:0 0 10px 0  rgb(0, 0, 0); }.wzc35  .wz-countdown-bg.with-flip .count.bottom { border-top-color:rgba(246, 249, 245, 0);border-bottom-color:rgba(246, 249, 245, 0); }.wzc35 {  }.wzc35-container .wzc35-container-bg { color:rgb(246, 249, 245);background:#000;font-family:yekan;font-size:13px; }.wzc35-container { width:100%;height:100%; }#wze112 { top:63.2329px;left:857.542px;width:310.156px;height:22px;z-index:1000;text-align:left; }#wze113 { top:96.3407px;left:-8px;width:1524px;height:1.90625px;z-index:1000; }#wze114 { top:135.338px;left:-183.5px;width:1537px;height:459.25px;z-index:1000; }.wzc243-breadcrumb {  }.wzc243  .flex-direction-nav a:before { color:rgb(246, 249, 245); }.wzc243  .wz-shop-product { padding:0px;text-align:center; }.wzc243  .wz-shop-product .wz-shop-product-section { padding:20px; }.wzc243  .wz-shop-product .wz-shop-product-title { font-family:iran_yekan_x;font-size:15px;color:rgb(255, 255, 255); }.wzc243  .wz-shop-product .wz-shop-product-price { font-family:yekan,tahoma, serif;font-size:23px;color:rgb(98, 175, 101);background-color:rgba(246, 249, 245, 0.08); }.wzc243  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:rgb(226, 28, 33); }.wzc243  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(246, 249, 245);font-size:20px; }.wzc243  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:#f14639; }.wzc243  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc243  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc243  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(3, 87, 114);color:#fff;font-family:yekan,tahoma, serif;font-size:12px; }.wzc243  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan,tahoma, serif;font-size:11px; }.wzc243  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc243  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc243 {  }.wzc243-container {  }.wzc243-topBar {  }.wzc243-filter {  }.wzc243-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze114 .wz-shop-product .wz-shop-product-image { padding-top: 100% }.wzc274-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(3, 68, 89);border-radius:15px;border-width:0px;border-style:solid;border-color:rgb(148,149, 147);box-shadow:0px 9px 14px 0px rgba(224, 253, 44, 0.2) ; }.wzc274-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }.wzc274-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wz-section-wzs6 { height:604.547px;--section-height:604.547px; }.wzc-section-wzs6 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs6-style {  }.wzc-section-wzs6-full { background:;background-color:rgb(246, 249, 245); }.wzc-section-wzs6-full-style {  }.wzc-section-wzs6-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze353 { top:2.2775px;height:574.188px;z-index:1000; }.wzc231-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(53, 93, 55);border-radius:15px;border-width:0px;border-style:solid;border-color:rgb(148,149, 147);box-shadow:0px 9px 14px 0px rgba(234, 99, 56, 0.15) ; }.wzc231-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }.wzc231-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze354 { top:39.2188px;left:1282.01px;width:10px;height:10px;z-index:1002; }#wze355 { top:25.7188px;left:968.01px;width:301px;height:34px;z-index:1000;text-align:right; }#wze357 { top:113.184px;left:-175px;width:1520px;height:453px;z-index:1000; }.wzc245-breadcrumb {  }.wzc245  .flex-direction-nav a:before { color:rgb(246, 249, 245); }.wzc245  .wz-shop-product { padding:0px;text-align:center; }.wzc245  .wz-shop-product .wz-shop-product-section { padding:20px; }.wzc245  .wz-shop-product .wz-shop-product-title { font-family:iran_yekan_x;font-size:16px;color:rgb(246, 249, 245);background-color:rgba(0, 0, 0, 0); }.wzc245  .wz-shop-product .wz-shop-product-price { font-family:yekan,tahoma, serif;font-size:21px;color:rgb(246, 249, 245);background-color:rgb(53, 93, 55); }.wzc245  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:rgb(3, 87, 114); }.wzc245  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgba(98, 100, 98, 0.81);font-size:11px; }.wzc245  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:#f14639; }.wzc245  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc245  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc245  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(3, 87, 114);color:#fff;font-family:yekan,tahoma, serif;font-size:12px; }.wzc245  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan,tahoma, serif;font-size:11px; }.wzc245  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc245  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc245 {  }.wzc245-container {  }.wzc245-topBar {  }.wzc245-filter {  }.wzc245-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze357 .wz-shop-product .wz-shop-product-image { padding-top: 100% }.wzc275-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(107, 98, 72);border-radius:15px;border-width:0px;border-style:solid;border-color:rgb(148,149, 147);box-shadow:0px 9px 14px 0px rgba(224, 253, 44, 0.2) ; }.wzc275-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }.wzc275-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze359 { top:103.171px;height:0.953125px;z-index:1000; }#wz-section-wzs30 { height:576.297px;--section-height:576.297px; }#wze414 { top:19.0112px;left:500.015px;width:180px;height:45px;z-index:1000;text-align:center; }#wze416 { top:42.9856px;left:662px;width:144px;height:1px;z-index:1001; }.wzc182-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(9, 20, 5); }.wzc182-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc182-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze417 { top:44.9856px;left:376px;width:144px;height:1px;z-index:1001; }#wze420 { top:59.0181px;left:-1.031px;width:1174px;height:321.953px;z-index:1000; }.wzc263  .wz-blog-slider-blog-item .wz-slider-item { direction:rtl;text-align:center;background-color:rgb(255,255,255);border-style:double;border-width:0px;border-color:#000;border-radius:15px; }.wzc263  .wz-blog-slider-blog-item .wz-gallery-image { object-fit:contain; }.wzc263  .wz-blog-slider-blog-item .wz-gallery-caption { background-color:rgba(255, 255, 255, 0); }.wzc263  .wz-blog-slider-blog-item .wz-gallery-caption h3 { font-size:13px;font-family:iransharp_fa;color:#000; }.wzc263  .wz-blog-slider-blog-item .wz-gallery-caption h5 { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc263  .wz-blog-slider-blog-date p { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc263  .wz-blog-slider-blog-excerpt p { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc263  .wz-gallery-carousel .flex-direction-nav a:before { color:rgba(0, 0, 0, 1); }.wzc263  .flex-direction-nav a:before { color:rgba(0, 0, 0, 1); }.wzc263 {  }.wzc263-root {  }#wz-section-wzs56 { height:380.953625px;--section-height:380.953625px; }.wzc-section-wzs56-full { background-color:rgb(246, 249, 245); }#wze59 { top:380.037px;height:48.0625px;z-index:1000; }.wzc31-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(53, 93, 55); }.wzc31-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc31-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze60 { top:14.5154px;left:115px;width:940px;height:19px;z-index:1001;text-align:center; }#wze188 { top:51.0149px;left:893.623px;width:238px;height:88.9375px;z-index:1000; }#wze62 { top:6.98562px;left:159px;width:79px;height:82px;z-index:1001; }.wzc2-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc2-img .wzc2-img-inner { width:100%;height:100%;float:left; }.wzc2-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze62 .wzc2-img-inner { object-fit:cover; }#wze63 { top:0px;left:0px;width:145px;height:81px;z-index:1000;text-align:right; }#wze189 { top:55.0011px;left:629.454px;width:237.016px;height:90.9375px;z-index:1000; }#wze99 { top:0px;left:0px;width:145px;height:75px;z-index:1000;text-align:right; }#wze100 { top:11.0037px;left:159.016px;width:78px;height:80px;z-index:1001; }#wze100 .wzc2-img-inner { object-fit:cover; }#wze190 { top:31.5063px;left:322.736px;width:306.984px;height:138.031px;z-index:1000; }#wze102 { top:30.0004px;left:-2.4868995751604E-14px;width:156px;height:85px;z-index:1000;text-align:right; }#wze103 { top:0.9542px;left:127.984px;width:179px;height:137.938px;z-index:1001; }#wze103 .wzc2-img-inner { object-fit:cover; }#wze191 { top:57.0134px;left:42.8763px;width:242.995px;height:86.875px;z-index:1000; }#wze105 { top:0px;left:0px;width:145px;height:66px;z-index:1000;text-align:right; }#wze106 { top:2px;left:158.995px;width:84px;height:85px;z-index:1001; }#wze106 .wzc2-img-inner { object-fit:cover; }#wze192 { top:223.928px;left:638.457px;width:450px;height:143.203px;z-index:1000; }#wze74 { top:1.27329e-14px;left:258.9998125px;width:168.993px;height:25px;z-index:1000;text-align:right; }#wze75 { top:9.9870025px;left:436.0018125px;width:10px;height:10px;z-index:1002; }.wzc138-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(3, 87, 114);border-radius:15px;border-width:0px;border-style:solid;border-color:rgb(148,149, 147);box-shadow:0px 9px 14px 0px rgba(224, 253, 44, 0.2) ; }.wzc138-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }#wze76 { top:39.4853px;left:-3.8198773571335E-14px;width:450px;height:70.2031px;z-index:1003;text-align:right; }#wze193 { top:224.025px;left:466.604px;width:197px;height:115.812px;z-index:1000; }#wze83 { top:9.9940025px;left:186.97525px;width:10px;height:10px;z-index:1002; }#wze84 { top:1.27329e-14px;left:30.98425px;width:150px;height:25px;z-index:1000;text-align:right; }#wze86 { top:46.6114px;left:-2.546574062734E-14px;width:197px;height:70.2031px;z-index:1003;text-align:right; }#wze194 { top:223.415px;left:274.758px;width:157.0000625px;height:115.953px;z-index:1000; }#wze78 { top:9.9940025px;left:147.0000625px;width:10px;height:10px;z-index:1002; }#wze79 { top:1.27329e-14px;left:1.2732924523778E-14px;width:137.986px;height:25px;z-index:1000;text-align:right; }#wze81 { top:33.9863px;left:59.9999625px;width:97px;height:83.75px;z-index:1001; }.wzc32 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc32  .wz-menu.wz-classic-menu > li .sub-menu { background-color:rgb(224, 253, 44);text-align:right; }.wzc32  .wz-menu > li { margin-bottom:0px; }.wzc32  .wz-menu li > a { padding:5px 15px;font-family:yekan,tahoma, serif;font-size:12px;color:rgb(98, 100, 98); }.wzc32 .wz-menu.wz-mega-menu li > a:hover,.wzc32  .wz-menu.wz-classic-menu li:hover > a { color:rgb(98, 100, 98); }.wzc32  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(98, 100, 98); }.wzc32 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc32  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(98, 100, 98); }.wzc32  .wz-menu > li > a { border-width:1px;border-style:solid;border-color:rgba(148,149, 147, 0.59);border-radius:0px 0px 0px 0px ;border-left:0;border-right:0;border-top:0; }.wzc32 .wz-menu.wz-mega-menu > li > a:hover,.wzc32  .wz-menu.wz-classic-menu > li:hover > a { background-color:; }.wzc32  .wz-menu > li.active > a { color:rgb(98, 100, 98);background-color:; }.wzc32  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(98, 100, 98); }.wzc32  .wz-menu .sub-menu li > a { padding:5px 15px;color:#fff; }.wzc32  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:#fff; }.wzc32 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc32  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(98, 100, 98); }.wzc32  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc32 {  }.wzc32-list {  }.wzc32-mobile {  }#wze315 { top:213.001px;left:46.875px;width:173px;height:54px;z-index:1000; }.wzc197  .wz-social-media-list { flex-flow:row-reverse nowrap;gap:6px; }.wzc197  .wz-social-media-icon { width:54px; }.wzc197  .wz-social-media-portal { flex-flow:column;gap:10px; }.wzc197  .wz-social-media-portal img { width:59px; }.wzc197  .wz-social-media-portal p { font-family:iransans_fa, sans-serif;font-size:13px;text-align:center;color:#313131; }.wzc197 {  }.wzc197-root .wzc197-root-list .wzc197-root-list-item .wzc197-root-list-item-link .wzc197-root-list-item-link-icon {  }.wzc197-root .wzc197-root-list .wzc197-root-list-item .wzc197-root-list-item-link {  }.wzc197-root .wzc197-root-list .wzc197-root-list-item {  }.wzc197-root .wzc197-root-list {  }.wzc197-root .wzc197-root-portal .wzc197-root-portal-portalIcon {  }.wzc197-root .wzc197-root-portal .wzc197-root-portal-portalText {  }.wzc197-root .wzc197-root-portal {  }.wzc197-root {  }#wze396 { top:auto;left:auto;bottom:10px;right:10px;width:50px;height:50px;z-index:9999999; }.wzc237-container .wzc237-container-icon {  }.wzc237-container {  }.wzc237-chat .wzc237-chat-header .wzc237-chat-header-image {  }.wzc237-chat .wzc237-chat-header .wzc237-chat-header-text .wzc237-chat-header-text-title {  }.wzc237-chat .wzc237-chat-header .wzc237-chat-header-text .wzc237-chat-header-text-description {  }.wzc237-chat .wzc237-chat-header .wzc237-chat-header-text {  }.wzc237-chat .wzc237-chat-header .wzc237-chat-header-close {  }.wzc237-chat .wzc237-chat-header {  }.wzc237-chat .wzc237-chat-staff .wzc237-chat-staff-delay .wzc237-chat-staff-delay-text {  }.wzc237-chat .wzc237-chat-staff .wzc237-chat-staff-delay {  }.wzc237-chat .wzc237-chat-staff .wzc237-chat-staff-persons .wzc237-chat-staff-persons-person .wzc237-chat-staff-persons-person-link .wzc237-chat-staff-persons-person-link-box .wzc237-chat-staff-persons-person-link-box-image {  }.wzc237-chat .wzc237-chat-staff .wzc237-chat-staff-persons .wzc237-chat-staff-persons-person .wzc237-chat-staff-persons-person-link .wzc237-chat-staff-persons-person-link-box {  }.wzc237-chat .wzc237-chat-staff .wzc237-chat-staff-persons .wzc237-chat-staff-persons-person .wzc237-chat-staff-persons-person-link .wzc237-chat-staff-persons-person-link-information .wzc237-chat-staff-persons-person-link-information-name {  }.wzc237-chat .wzc237-chat-staff .wzc237-chat-staff-persons .wzc237-chat-staff-persons-person .wzc237-chat-staff-persons-person-link .wzc237-chat-staff-persons-person-link-information .wzc237-chat-staff-persons-person-link-information-title {  }.wzc237-chat .wzc237-chat-staff .wzc237-chat-staff-persons .wzc237-chat-staff-persons-person .wzc237-chat-staff-persons-person-link .wzc237-chat-staff-persons-person-link-information .wzc237-chat-staff-persons-person-link-information-description {  }.wzc237-chat .wzc237-chat-staff .wzc237-chat-staff-persons .wzc237-chat-staff-persons-person .wzc237-chat-staff-persons-person-link .wzc237-chat-staff-persons-person-link-information {  }.wzc237-chat .wzc237-chat-staff .wzc237-chat-staff-persons .wzc237-chat-staff-persons-person .wzc237-chat-staff-persons-person-link {  }.wzc237-chat .wzc237-chat-staff .wzc237-chat-staff-persons .wzc237-chat-staff-persons-person {  }.wzc237-chat .wzc237-chat-staff .wzc237-chat-staff-persons {  }.wzc237-chat .wzc237-chat-staff {  }.wzc237-chat {  }.wzc237  .wz-social-chat-icon-container { background:#14d040;border-width:0px;border-style:solid;border-color:#fff; }.wzc237  .wz-social-chat-icon-container img { width:75%;height:75%; }.wzc237  .wz-social-chat-chat-box { width:350px;min-height:350px;height:max-content;background-color:white;border-width:2px;border-style:solid;border-color:rgb(245, 245, 245);border-radius:8px;font-family:iransans_fa, sans-serif; }.wzc237  .wz-social-chat-chat-box:hover {  }.wzc237  .wz-social-chat-chat-box-header { padding:15px 20px;background:#14d040;border-bottom-width:0;border-bottom-style:solid;border-bottom-color:#fff;gap:15px;direction:rtl; }.wzc237  .wz-social-chat-chat-box-header-text-box { gap:0px; }.wzc237  .wz-social-chat-chat-box-header-img-box {  }.wzc237  .wz-social-chat-chat-box-header-text-box p:first-child { font-size:18px;font-weight:bold;color:white; }.wzc237  .wz-social-chat-chat-box-header-text-box p:last-child { font-size:12px;color:white;margin:0; }.wzc237  .wz-social-chat-persons-container { direction:rtl; }.wzc237  .wz-social-chat-chat-box-account { border-right-width:2px;border-right-style:solid;border-right-color:#14d040;border-radius:8px 0 0 8px;background-color:#f5f7f9;margin-bottom:15px; }.wzc237  .wz-social-chat-chat-box-account:hover {  }.wzc237  .wz-social-chat-chat-box-account a { gap:15px;direction:rtl; }.wzc237  .wz-social-chat-chat-box-account-img { width:50px;min-width:30px;border-width:2px;border-style:solid;border-radius:55px;border-color:#14d040; }.wzc237  .wz-social-chat-chat-box-account-text { gap:0; }.wzc237  .wz-social-chat-chat-box-account-text p:first-child { font-weight:bold;font-size:14px;color:rgba(0,0,0,0.7); }.wzc237  .wz-social-chat-chat-box-account-text p { color:rgba(0,0,0,0.6);font-size:10px; }.wzc237  .wz-social-chat-chat-box-account-text span { background-color:#14d040;font-size:10px;color:white; }.wzc237  .wz-social-chat-waiting-text { font-size:11px;font-weight:bold;color:#a5abb7; }.wzc237 {  }#wz-section-footer { height:427.781px;--section-height:427.781px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-style {  }.wzc-section-footer-full { background-image:url(../../uploads/87a0b49544634c15ad35696c9db0216c.png);background:;background-color:rgb(246, 249, 245); }.wzc-section-footer-full-style {  }.wzc-section-footer-full:after { background:;background-color:rgba(246, 249, 245, 0.13); }#wze426 { top:0px;left:0px;bottom:0px;right:0px;width:500px;height:400px;z-index:9999999; }.wzc208-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc208-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze427 { top:10px;left:465px;width:25px;height:25px;z-index:1000; }.wzc272-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://miragallery.net/static/bEHf0116/2.0.0//editor/images/imageButton/general/cancel.png); }.wzc272:hover .wzc272-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); }.wzc272:hover {  }#wze428 { top:140px;left:40.5001px;width:419px;height:120px;z-index:1000;text-align:right; }#wze429 { top:30.5px;left:113.508px;width:273px;height:49px;z-index:1001;text-align:center; }#wze430 { top:335.5px;left:160.016px;width:180px;height:39px;z-index:1001;text-align:center; }#wz-section-wzs57 { height:300px;--section-height:300px; }.wzc-section-wzs57 {  }.wzc-section-wzs57-full { background-color:rgba(0, 0, 0, 0.8); }#wze14 { top:10px;left:0px;width:1170px;height:1740.5px;z-index:1000; }.wzc15  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:dana;font-size:25px;color:rgb(246, 249, 245); }.wzc15  .wz-shop-product { margin:23px;padding:1px;text-align:right; }.wzc15  .wz-shop-product .wz-shop-product-section { padding:23px; }.wzc15  .wz-shop-product .wz-shop-product-title { font-family:iransharp;font-size:14px;color:rgb(9, 20, 5); }.wzc15  .wz-shop-product .wz-shop-product-price { font-family:dana;font-size:17px;color:rgb(98, 175, 101); }.wzc15  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:rgb(226, 28, 33); }.wzc15  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(98, 175, 101);font-size:17px; }.wzc15  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc15  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc15  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc15  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(3, 68, 89);color:rgb(246, 249, 245);font-family:dana;font-size:13px; }.wzc15  .wz-shop-product .wz-shop-product-ribbon-off { background-color:rgb(226, 28, 33);color:rgb(246, 249, 245);font-family:dana;font-size:13px; }.wzc15  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc15 {  }.wzc15-breadcrumb {  }.wzc15-filter { margin-right:23px;margin-left:23px; }.wzc15-topBar .wzc15-topBar-sort {  }.wzc15-topBar .wzc15-topBar-perPage {  }.wzc15-topBar .dropdown.dropdown-list .dropdown-select,.wzc15-topBar  .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:dana; }.wzc15-topBar .dropdown.dropdown-list .dropdown-select,.wzc15-topBar  .dropdown.dropdown-list .dropdown-menu,.wzc15-topBar  .dropdown.dropdown-list .dropdown-select::before { border-color:#878787; }.wzc15-topBar  .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc15-topBar { margin:10px;margin-bottom:20px;color:rgb(246, 249, 245);font-size:16px;font-family:iransharp; }.wzc15-products {  }#wze14 .wz-shop-product .wz-shop-product-image { padding-top: 100% }#wze14 .wz-shop-top-bar { margin-right: 23px }.wzc44:hover .wzc44-bg { background-color:rgb(224, 253, 44); }.wzc44:hover .wzc44-content { color:rgb(246, 249, 245); }.wzc44:hover {  }.wzc44-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(161, 39, 103);border-radius:15px; }.wzc44-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan,tahoma, serif;font-size:12px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(224, 253, 44); }.wzc136-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(246, 249, 245);border-width:1px;border-style:solid;border-color:rgba(148,149, 147, 0.82);border-radius:10px; }.wzc136-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }#wz-section-wzs3 { height:1760.25px;--section-height:1760.25px; }.wzc-section-wzs3 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs3-style {  }.wzc-section-wzs3-full { background:;background-color:rgb(53, 93, 55); }.wzc-section-wzs3-full-style {  }.wzc-section-wzs3-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze16 { top:-3.1043px;left:2.984px;width:1168px;height:1061.19px;z-index:1000; }.wzc18  .wz-shop-breadcrumb-container   .wz-breadcrumb { font-family:dana;font-size:17px;color:rgb(3, 87, 114); }.wzc18  .wz-shop-product-page .wz-shop-product-add-cart { width:300px; }.wzc18  .wz-shop-product-page .wz-shop-product-options .wz-shop-option-title { font-size:5px;color:#878787;font-family:dana; }.wzc18  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-option { width:300px; }.wzc18  .wz-shop-product-page .wz-shop-product-options .dropdown { width:300px; }.wzc18  .wz-shop-product-page .wz-shop-product-options.wz-radio-button-list .regular-checkbox-item,.wzc18  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select,.wzc18  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:dana; }.wzc18  .wz-shop-product-page .wz-shop-product-options.dropdown.dropdown-list .dropdown-select,.wzc18  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu,.wzc18  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select::before { border-color:rgba(0,0,0,0.15); }.wzc18  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc18  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li { padding-top:2px; }.wzc18  .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; }.wzc18  .wz-shop-product-page .wz-shop-product-title { font-family:iran_yekan_x;font-size:28px;color:rgb(9, 20, 5); }.wzc18  .wz-shop-product-page .wz-shop-product-description { font-family:yekan;font-size:15px;color:rgb(9, 20, 5); }.wzc18  .wz-shop-product-page .wz-shop-product-sku { font-family:dana;font-size:19px;color:#b3abab; }.wzc18  .wz-shop-product-out-stock { font-family:dana;font-size:16px;color:rgb(224, 253, 44); }.wzc18  .wz-shop-product-page .wz-shop-product-price { font-family:peyda;font-size:35px;color:rgb(53, 93, 55);background-color:rgba(9, 20, 5, 0); }.wzc18  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639;font-size:21px; }.wzc18  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-old-price { color:rgb(98, 100, 98);font-size:16px; }.wzc18  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider  img.wz-gallery-image { object-fit:contain;width:100%;float:none; }.wzc18 .wz-shop-product-info-sections-simple .wz-shop-product-info+.wz-shop-product-info,.wzc18  .wz-shop-product-info-sections-accordion .wz-shop-product-info+.wz-shop-product-info { border-top-style:solid;border-top-width:9px;border-top-color:rgba(0, 0, 0, 1); }.wzc18  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-title { font-family:iransans;font-size:23px;color:rgb(0, 0, 0);background-color:rgb(246, 249, 245);border-color:rgb(9, 20, 5); }.wzc18  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-content { font-family:pelak_fa;font-size:12px;color:rgba(9, 20, 5, 1); }.wzc18  .wz-shop-product-page .wz-shop-product-info-sections .wz-tab-content { border-style:solid;border-width:1px;border-color:rgb(148,149, 147);background-color:rgb(246, 249, 245); }.wzc18  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li { margin:5px; }.wzc18  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open { border-style:solid;border-width:1px;border-color:rgb(148,149, 147);background-color:rgb(246, 249, 245);color:rgb(3, 87, 114); }.wzc18  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open:after { height:1px;bottom:-1px;background-color:value; }.wzc18  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel .flex-active-slide:after { border-color:#ccc; }.wzc18  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery { width:50%; }.wzc18  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section { width:calc(50% - 30px); }.wzc18  .extra-button-list { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a;--text-color:#6a6a6a; }.wzc18 {  }.wzc18-breadcrumb {  }.wzc18-product { text-align:right; }.wzc18-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze16  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider .wz-image-ratio { padding-top: 75% }.wzc17 .wz-gallery > li > figure,.wzc17  .wz-gallery-slider .slides > li > .wz-slider-item { border-color:rgb(226, 28, 33);border-width:0px;border-style:solid;border-radius:30px; }.wzc17 .wz-gallery > li > figure,.wzc17  .wz-gallery > li > figure:before,.wzc17  .wz-gallery > li > figure:after,.wzc17  .wz-gallery > li > figure > figcaption,.wzc17  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc17  .wz-gallery-caption { text-align:center; }.wzc17  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc17  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc17  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc17 {  }.wzc17-slider .wzc17-slider-items {  }.wzc17-slider  .flex-direction-nav a:before { color:rgba(153, 153, 153, 1); }.wzc17-slider {  }.wzc17-carousel .wzc17-carousel-list {  }.wzc17-carousel {  }.wzc150-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(246, 249, 245);border-radius:15px;border-width:0px;border-style:solid;border-color:rgb(148,149, 147);box-shadow:0px 49px 50px 0px rgba(0, 0, 0, 0.1) ; }.wzc150-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }.wzc145:hover .wzc145-bg { background-color:rgb(3, 68, 89);border-width:0px;border-color:rgba(79, 195, 247, 0); }.wzc145:hover .wzc145-content { color:rgb(246, 249, 245); }.wzc145:hover {  }.wzc145-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(3, 87, 114);border-radius:5px;border-style:solid;border-color:rgb(3, 87, 114);box-shadow:0px 8px 18px 0px rgba(213, 89, 49, 0.36) ; }.wzc145-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(246, 249, 245); }#wze408 { top:673.016px;left:28.9686px;width:67px;height:78.9844px;z-index:1001; }.wzc249-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(http://miragallery.net/static/bEHf0109/2.0.0//editor/images/imageButton/social/whatsapp.png); }.wzc249:hover .wzc249-bg { background-image:url(http://miragallery.net/static/bEHf0109/2.0.0//editor/images/imageButton/social/whatsappHover.png); }.wzc249:hover {  }.wzc249:active .wzc249-bg { background-image:url(http://miragallery.net/static/bEHf0109/2.0.0//editor/images/imageButton/social/whatsapp.png); }.wzc249:active {  }#wz-section-wzs2 { height:1079.5px;--section-height:1079.5px; }.wzc-section-wzs2 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs2-full { background:;background-color:rgb(246, 249, 245); }.wzc-section-wzs2-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze409 { top:6.52812px;left:174.5px;width:821px;height:332.984px;z-index:1000; }.wzc250-breadcrumb {  }.wzc250  .flex-direction-nav a:before { color:#999; }.wzc250  .wz-shop-product { padding:0px;text-align:center; }.wzc250  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc250  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc250  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:19px;color:rgb(255, 255, 255); }.wzc250  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:rgb(98, 175, 101); }.wzc250  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(246, 249, 245);font-size:15px; }.wzc250  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:#f14639; }.wzc250  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc250  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc250  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc250  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc250  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc250  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc250 {  }.wzc250-container {  }.wzc250-topBar {  }.wzc250-filter {  }.wzc250-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze409 .wz-shop-product .wz-shop-product-image { padding-top: 100% }.wzc251-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:50%;border-style:solid;border-width:5px;border-color:#9da3a5; }.wzc251-img .wzc251-img-inner { width:100%;height:100%;float:left; }.wzc251-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:50%; }.wzc251 { border-radius:50%; }.wzc252-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(179, 116, 123);border-radius:25px 0 25px 0;box-shadow:rgba(0, 0, 0, 0.5) 1px 1px 2px 1px; }.wzc252-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:25px 0 25px 0; }#wz-section-wzs53 { height:368.016px;--section-height:368.016px; }.wzc-section-wzs53-full { background-color:rgb(246, 249, 245); }#wze13 { top:10px;left:15px;width:1140px;height:185px;z-index:1000; }.wzc11-container { font-size:10px;font-family:dana; }#wze13 .wz-cart-color-primary { color: rgb(98, 100, 98) }#wze13 .wz-cart-primary-color { color: rgb(98, 100, 98) }#wze13 .wz-cart-second-color { color: rgb(98, 100, 98) }#wze13 .wz-cart-second-border-color { border-color: rgb(98, 100, 98) }.wzc125:hover .wzc125-bg { background-color:rgb(3, 87, 114); }.wzc125:hover .wzc125-content { color:rgb(246, 249, 245); }.wzc125:hover {  }.wzc125-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(125, 170, 185);border-radius:15px;border-color:rgb(125, 170, 185); }.wzc125-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan,tahoma, serif;font-size:12px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(3, 87, 114); }#wz-section-wzs4 { height:205px;--section-height:205px; }.wzc-section-wzs4 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs4-full { background:;background-color:rgb(246, 249, 245); }.wzc-section-wzs4-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze156 { top:28.5px;left:16px;width:1138px;height:714.891px;z-index:1000; }.wzc106  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title { font-family:dana;font-size:21px;color:rgb(255, 255, 255); }.wzc106  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-content { font-family:yekan_fa;font-size:13px;color:rgb(240, 237, 230); }.wzc106  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail { width:338px;height:auto; }.wzc106  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:fill; }.wzc106  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc106  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:#000;width:13px;height:13px; }.wzc106 .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-section,.wzc106  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title,.wzc106  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { padding-left:37px;padding-right:37px; }.wzc106  .wz-blog-recent-posts .wz-blog-post-item { padding:37px 0;flex:1 1 calc(100% / 3 - 10px );max-width:calc(100% / 3 - 10px );margin-left:5px;margin-right:5px; }.wzc106  .wz-blog-recent-posts .wz-blog-post-item:nth-child(3)~.wz-blog-post-item { margin-top:10px; }.wzc106  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more { width:100px;height:30px;margin-top:10px; }.wzc106 {  }.wzc106-posts { text-align:center; }.wzc106-bg { background:;background-color:rgb(9, 20, 5); }.wzc256:hover .wzc256-bg {  }.wzc256:hover .wzc256-content {  }.wzc256:hover {  }.wzc256-bg:hover { background-position:right center;transition:all .4s ease-in-out; }.wzc256-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background:linear-gradient(90deg, rgb(246, 211, 101) 0%, rgb(253, 160, 133) 51%, rgb(246, 211, 101) 100%);box-shadow:0 0 20px #eee;background-size:200% auto;border-radius:12px;border-width:0px;border-style:solid;border-color:#000; }.wzc256-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:noora;font-size:15px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(0, 0, 0); }.wzc256 {  }#wz-section-wzs17 { height:752.844px;--section-height:752.844px; }.wzc-section-wzs17 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs17-style {  }.wzc-section-wzs17-full { background:;background-color:rgb(246, 249, 245);background-image:; }.wzc-section-wzs17-full-style {  }.wzc-section-wzs17-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs17-full-bottom { background-image:fill='rgb(0,0,0)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }#wze205 { top:0px;left:0px;width:28%;height:1020.5px;z-index:1000;order:1; }.wzc160-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px; }.wzc160-content {  }.wzc160 {  }#wze173 { top:30px;left:14.0078px;width:307px;height:144.312px;z-index:1000; }#wze174 { top:84.047px;left:32px;width:232px;height:21.3125px;z-index:1000; }.wzc116  .wz-blog-archive > li > a { color:rgb(9, 20, 5);font-family:dana;font-size:14px; }.wzc116  .wz-blog-archive .sub-list > li > a { color:rgb(9, 20, 5);font-family:yekan, tahoma, serif;font-size:13px; }.wzc116 {  }.wzc116-list { direction:rtl; }#wze175 { top:41.5469px;left:83.5px;width:180px;height:32px;z-index:1000;text-align:right; }#wze176 { top:199.973px;left:14.0078px;width:307px;height:367.292px;z-index:1001; }#wze177 { top:41.5469px;left:83.5px;width:180px;height:32px;z-index:1000;text-align:right; }#wze179 { top:91.0626px;left:36px;width:235px;height:240.75px;z-index:1000; }.wzc117  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:dana;font-size:14px;color:rgb(9, 20, 5); }.wzc117  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc117  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc117  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(3, 87, 114);font-family:dana;font-size:13px;background-color:rgb(125, 170, 185); }.wzc117  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc117 {  }.wzc117-posts {  }.wzc30-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:10px;box-shadow:0px 8px 13px 0px rgba(0, 0, 0, 0.1) ; }.wzc30-img .wzc30-img-inner { width:100%;height:100%;float:left; }.wzc30-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:10px; }.wzc12-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc12-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze180 { top:592.387px;left:14.0052px;width:307px;height:154.292px;z-index:1001; }#wze181 { top:41.5469px;left:83.5px;width:180px;height:32px;z-index:1000;text-align:right; }#wze183 { top:91.0081px;left:66.5px;width:195px;height:20px;z-index:1000; }.wzc118  .wz-blog-archive > li > a { color:rgb(9, 20, 5);font-family:dana;font-size:13px; }.wzc118  .wz-blog-archive .sub-list > li > a { color:rgba(0, 0, 0, 0.5);font-family:dana;font-size:13px; }.wzc118 {  }.wzc118-list { direction:rtl; }#wze206 { top:0px;left:0px;width:72%;height:1020.5px;z-index:1000;order:2; }#wze164 { top:25.2617px;left:19.2276px;width:804px;height:969.917px;z-index:1000; }.wzc111  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title { font-family:dana;font-size:23px;color:rgb(9, 20, 5); }.wzc111  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-content { font-family:dana;font-size:14px;color:rgb(9, 20, 5); }.wzc111  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { color:rgb(3, 87, 114);font-family:dana;font-size:13px;background-color:rgba(224, 253, 44, 0); }.wzc111  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgb(3, 87, 114);width:13px;height:13px; }.wzc111 .wz-blog-single-post .wz-blog-post-item .wz-blog-post-section,.wzc111  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title,.wzc111  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { padding-left:50px;padding-right:50px; }.wzc111  .wz-blog-single-post .wz-blog-post-item { padding:50px 0; }.wzc111 {  }.wzc111-posts {  }#wz-section-wzs16 { height:1020.5px;--section-height:1020.5px; }.wzc-section-wzs16 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs16-full { background:;background-color:rgb(246, 249, 245); }.wzc-section-wzs16-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze165 { top:22.5059px;left:349.5px;width:804px;height:476px;z-index:1000; }.wzc114  .wz-blog-comment { padding:10px; }.wzc114  .wz-blog-comment+.wz-blog-comment { margin-top:10px; }.wzc114  .wz-blog-comment .wz-blog-comment-author { font-family:dana;font-size:14px;color:rgb(246, 249, 245); }.wzc114  .wz-blog-comment .wz-blog-comment-message { font-family:dana;font-size:14px;color:rgb(246, 249, 245); }.wzc114  .wz-blog-comment-from { width:1200px; }.wzc114 {  }.wzc114-container .wzc114-container-comments {  }.wzc114-container .wzc114-container-form { max-width:100%;height:auto; }.wzc114-container {  }.wzc112-contactForm .wzc112-contactForm-sections .wzc112-contactForm-sections-section1 .wzc112-contactForm-sections-section1-formRow .wzc112-contactForm-sections-section1-formRow-input {  }.wzc112-contactForm .wzc112-contactForm-sections .wzc112-contactForm-sections-section1 .wzc112-contactForm-sections-section1-formRow {  }.wzc112-contactForm .wzc112-contactForm-sections .wzc112-contactForm-sections-section1 {  }.wzc112-contactForm .wzc112-contactForm-sections .wzc112-contactForm-sections-section2 .wzc112-contactForm-sections-section2-messageRow .wzc112-contactForm-sections-section2-messageRow-message { height:120px; }.wzc112-contactForm .wzc112-contactForm-sections .wzc112-contactForm-sections-section2 .wzc112-contactForm-sections-section2-messageRow {  }.wzc112-contactForm .wzc112-contactForm-sections .wzc112-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc112-contactForm .wzc112-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc112-contactForm .wzc112-contactForm-footer .wzc112-contactForm-footer-submit .wzc112-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc112-contactForm .wzc112-contactForm-footer .wzc112-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc112-contactForm .wzc112-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc112-contactForm .wzc112-contactForm-resultSection .wzc112-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:dana; }.wzc112-contactForm .wzc112-contactForm-resultSection { height:40px;padding-top:5px; }.wzc112-contactForm  .wzc112-contactForm-resultSection .form-result-show { opacity:1; }.wzc112-contactForm  .wzc112-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc112-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc112-contactForm input,.wzc112-contactForm  textarea { width:100%;box-sizing:border-box;font-family:dana;padding:5px;outline:0;resize:none;border-width:1px;border-style:solid;border-color:#999999;color:rgb(3, 87, 114);font-size:13px;background-color:transparent;border-radius:5px; }.wzc112-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc112-contactForm  *::-webkit-input-placeholder { color:#999999; }.wzc112-contactForm  *::-moz-placeholder { color:#999999; }.wzc112-contactForm  *:-ms-input-placeholder { color:#999999; }.wzc112-contactForm  *:-moz-placeholder { color:#999999; }.wzc112-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc112-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:#000; }.wzc112-contactForm { direction:rtl; }.wzc152-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(3, 87, 114);border-radius:15px;border-width:0px;border-style:solid;border-color:rgb(148,149, 147);box-shadow:none; }.wzc152-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }#wz-section-wzs18 { height:498.5px;--section-height:498.5px; }.wzc-section-wzs18 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs18-full { background:;background-color:rgb(246, 249, 245); }.wzc-section-wzs18-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-wzs28 { height:200px;--section-height:200px; }.wzc-section-wzs28-full { background-color:rgb(246, 249, 245); }#wze207 { top:30px;left:15px;width:848px;height:499px;z-index:1000; }.wzc162-root .wzc162-root-container .wzc162-root-container-header .wzc162-root-container-header-title {  }.wzc162-root .wzc162-root-container .wzc162-root-container-header {  }.wzc162-root .wzc162-root-container .wzc162-root-container-submitBoxHeader .wzc162-root-container-submitBoxHeader-submitButtonHeader {  }.wzc162-root .wzc162-root-container .wzc162-root-container-submitBoxHeader {  }.wzc162-root .wzc162-root-container {  }.wzc162-root .wzc162-root-accountContainer .wzc162-root-accountContainer-accountItem .wzc162-root-accountContainer-accountItem-accountItemLabel {  }.wzc162-root .wzc162-root-accountContainer .wzc162-root-accountContainer-accountItem .wzc162-root-accountContainer-accountItem-accountItemInputBox .wzc162-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc162-root .wzc162-root-accountContainer .wzc162-root-accountContainer-accountItem .wzc162-root-accountContainer-accountItem-accountItemInputBox .wzc162-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc162-root .wzc162-root-accountContainer .wzc162-root-accountContainer-accountItem .wzc162-root-accountContainer-accountItem-accountItemInputBox {  }.wzc162-root .wzc162-root-accountContainer .wzc162-root-accountContainer-accountItem {  }.wzc162-root .wzc162-root-accountContainer {  }.wzc162-root .wzc162-root-companyHeaderContainer .wzc162-root-companyHeaderContainer-companyHeader .wzc162-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc162-root .wzc162-root-companyHeaderContainer .wzc162-root-companyHeaderContainer-companyHeader {  }.wzc162-root .wzc162-root-companyHeaderContainer {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyInfoCheck .wzc162-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyInfoCheck .wzc162-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc162-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyInfoCheck .wzc162-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc162-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyInfoCheck .wzc162-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc162-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyInfoCheck .wzc162-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc162-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyInfoCheck .wzc162-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyInfoCheck {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyItemBox .wzc162-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyItemBox .wzc162-root-companyInfo-companyItemBox-companyInputBox .wzc162-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyItemBox .wzc162-root-companyInfo-companyItemBox-companyInputBox .wzc162-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyItemBox .wzc162-root-companyInfo-companyItemBox-companyInputBox {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyItemBox {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyInfoCancelLabel .wzc162-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyInfoCancelLabel .wzc162-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyInfoCancelLabel .wzc162-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyInfoCancelLabel .wzc162-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc162-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc162-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyInfoCancelLabel .wzc162-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc162-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyInfoCancelLabel .wzc162-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc162-root .wzc162-root-companyInfo .wzc162-root-companyInfo-companyInfoCancelLabel {  }.wzc162-root .wzc162-root-companyInfo {  }.wzc162-root .wzc162-root-submitBoxFooter .wzc162-root-submitBoxFooter-submitButtonFooter {  }.wzc162-root .wzc162-root-submitBoxFooter {  }.wzc162-root {  }.wzc162  .wz-profile-account-root { text-align:right; }.wzc162  .wz-profile-account-header-container { margin-bottom:20px; }.wzc162  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc162  .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; }.wzc162  .wz-profile-account-container:hover { border-radius:20px; }.wzc162  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc162  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc162  .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; }.wzc162  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc162  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc162  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc162  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc162  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc162  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc162  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc162  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc162  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc162 {  }.wzc161:hover .wzc161-bg { background-color:#ffd9d5; }.wzc161:hover .wzc161-content { color:#E74C3C; }.wzc161:hover {  }.wzc161-bg:after {  }.wzc161-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.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:#E74C3C; }#wze212 { top:30px;left:893px;width:262px;height:443px;z-index:1000; }.wzc175-root .wzc175-root-infoBox .wzc175-root-infoBox-userImageBox .wzc175-root-infoBox-userImageBox-userImage {  }.wzc175-root .wzc175-root-infoBox .wzc175-root-infoBox-userImageBox {  }.wzc175-root .wzc175-root-infoBox .wzc175-root-infoBox-userInfo .wzc175-root-infoBox-userInfo-userName {  }.wzc175-root .wzc175-root-infoBox .wzc175-root-infoBox-userInfo .wzc175-root-infoBox-userInfo-userEmail {  }.wzc175-root .wzc175-root-infoBox .wzc175-root-infoBox-userInfo .wzc175-root-infoBox-userInfo-editInfo .wzc175-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc175-root .wzc175-root-infoBox .wzc175-root-infoBox-userInfo .wzc175-root-infoBox-userInfo-editInfo .wzc175-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc175-root .wzc175-root-infoBox .wzc175-root-infoBox-userInfo .wzc175-root-infoBox-userInfo-editInfo {  }.wzc175-root .wzc175-root-infoBox .wzc175-root-infoBox-userInfo {  }.wzc175-root .wzc175-root-infoBox {  }.wzc175-root .wzc175-root-items .wzc175-root-items-item .wzc175-root-items-item-itemBox .wzc175-root-items-item-itemBox-itemIcon {  }.wzc175-root .wzc175-root-items .wzc175-root-items-item .wzc175-root-items-item-itemBox .wzc175-root-items-item-itemBox-itemName {  }.wzc175-root .wzc175-root-items .wzc175-root-items-item .wzc175-root-items-item-itemBox {  }.wzc175-root .wzc175-root-items .wzc175-root-items-item {  }.wzc175-root .wzc175-root-items .wzc175-root-items-more {  }.wzc175-root .wzc175-root-items {  }.wzc175-root .wzc175-root-logoutBox .wzc175-root-logoutBox-logout .wzc175-root-logoutBox-logout-logoutLabel {  }.wzc175-root .wzc175-root-logoutBox .wzc175-root-logoutBox-logout {  }.wzc175-root .wzc175-root-logoutBox {  }.wzc175-root {  }.wzc175  .wz-profile-menu-user-info { gap:2px; }.wzc175  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc175  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc175  .wz-profile-menu-info-box:hover {  }.wzc175  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc175  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc175  .wz-profile-menu-user-name:hover {  }.wzc175  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc175  .wz-profile-menu-user-email:hover {  }.wzc175  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc175  .wz-profile-menu-edit-info:hover {  }.wzc175  .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); }.wzc175  .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; }.wzc175  .wz-profile-menu-items:hover {  }.wzc175  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc175  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc175  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc175  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc175  .wz-profile-menu-item-box:hover {  }.wzc175  .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%; }.wzc175  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc175  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc175  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc175  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc175  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc175  .wz-profile-menu-more:after { color:#808080; }.wzc175 {  }#wz-section-wzs23 { height:625px;--section-height:625px; }#wze208 { top:30px;left:15px;width:848px;height:369px;z-index:1000; }.wzc166-header .wzc166-header-title {  }.wzc166-header .wzc166-header-removeButton {  }.wzc166-header .wzc166-header-addToCartButton {  }.wzc166-header {  }.wzc166-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; }.wzc166-pagination .wzc166-pagination-paginationButton {  }.wzc166-pagination {  }.wzc166  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc166  .wz-profile-favorites-header-text:hover {  }.wzc166  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc166  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc166  .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; }.wzc166  .wz-profile-favorite-item:hover {  }.wzc166  .wz-profile-favorite-item-image { object-fit:contain; }.wzc166  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc166  .wz-profile-favorite-item-title:hover {  }.wzc166  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc166  .wz-profile-favorite-item-price:hover {  }.wzc166  .wz-profile-favorite-item-add { height:30px; }.wzc166  .wz-profile-favorite-item-remove { height:30px; }.wzc166  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc166  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc166  .wz-profile-favorites-no-results-first-text:hover {  }.wzc166  .wz-profile-favorites-no-results-second-text:hover {  }.wzc166 {  }.wzc163:hover .wzc163-bg { background-color:#E74C3C; }.wzc163:hover .wzc163-content { font-size:10px;color:#fff; }.wzc163:hover {  }.wzc163-bg:after {  }.wzc163-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc163-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; }.wzc164:hover .wzc164-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc164:hover .wzc164-content { font-size:10px;color:#fff; }.wzc164:hover {  }.wzc164-bg:after {  }.wzc164-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc164-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; }.wzc165:hover .wzc165-bg:after { width:90%;opacity:1; }.wzc165:hover .wzc165-bg {  }.wzc165:hover .wzc165-content { color:#fff; }.wzc165:hover {  }.wzc165-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%); }.wzc165-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; }.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: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-wzs24 { height:503px;--section-height:503px; }#wze209 { top:30px;left:15px;width:848px;height:341px;z-index:1000; }.wzc167-root .wzc167-root-header .wzc167-root-header-title {  }.wzc167-root .wzc167-root-header .wzc167-root-header-options .wzc167-root-header-options-optionsList .wzc167-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc167-root .wzc167-root-header .wzc167-root-header-options .wzc167-root-header-options-optionsList {  }.wzc167-root .wzc167-root-header .wzc167-root-header-options {  }.wzc167-root .wzc167-root-header {  }.wzc167-root .wzc167-root-orders .wzc167-root-orders-ordersHeader .wzc167-root-orders-ordersHeader-ordersHeaderItem .wzc167-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc167-root .wzc167-root-orders .wzc167-root-orders-ordersHeader .wzc167-root-orders-ordersHeader-ordersHeaderItem {  }.wzc167-root .wzc167-root-orders .wzc167-root-orders-ordersHeader {  }.wzc167-root .wzc167-root-orders {  }.wzc167-root .wzc167-root-pagination .wzc167-root-pagination-paginationButton {  }.wzc167-root .wzc167-root-pagination {  }.wzc167-root {  }.wzc167  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc167  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc167  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc167  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc167  .wz-profile-orders-order-items-header { width:80%; }.wzc167  .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); }.wzc167  .wz-profile-orders-order-details { width:80%; }.wzc167  .wz-profile-orders-order-buttons { width:20%; }.wzc167  .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); }.wzc167  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc167  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc167  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc167  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc167  .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; }.wzc167  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc167  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc167  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc167 {  }#wz-section-wzs25 { height:503px;--section-height:503px; }#wze210 { top:30px;left:15px;width:848px;height:566px;z-index:1000; }.wzc170-root .wzc170-root-header .wzc170-root-header-title {  }.wzc170-root .wzc170-root-header .wzc170-root-header-headerButtons .wzc170-root-header-headerButtons-reorderButton {  }.wzc170-root .wzc170-root-header .wzc170-root-header-headerButtons .wzc170-root-header-headerButtons-receiptButton {  }.wzc170-root .wzc170-root-header .wzc170-root-header-headerButtons {  }.wzc170-root .wzc170-root-header {  }.wzc170-root .wzc170-root-body .wzc170-root-body-information .wzc170-root-body-information-mainInformation .wzc170-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc170-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc170-root .wzc170-root-body .wzc170-root-body-information .wzc170-root-body-information-mainInformation .wzc170-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc170-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc170-root .wzc170-root-body .wzc170-root-body-information .wzc170-root-body-information-mainInformation .wzc170-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc170-root .wzc170-root-body .wzc170-root-body-information .wzc170-root-body-information-mainInformation {  }.wzc170-root .wzc170-root-body .wzc170-root-body-information .wzc170-root-body-information-userInformation .wzc170-root-body-information-userInformation-userInformation{{ item.name }} .wzc170-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc170-root .wzc170-root-body .wzc170-root-body-information .wzc170-root-body-information-userInformation .wzc170-root-body-information-userInformation-userInformation{{ item.name }} .wzc170-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc170-root .wzc170-root-body .wzc170-root-body-information .wzc170-root-body-information-userInformation .wzc170-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc170-root .wzc170-root-body .wzc170-root-body-information .wzc170-root-body-information-userInformation {  }.wzc170-root .wzc170-root-body .wzc170-root-body-information .wzc170-root-body-information-paymentInformation .wzc170-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc170-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc170-root .wzc170-root-body .wzc170-root-body-information .wzc170-root-body-information-paymentInformation .wzc170-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc170-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc170-root .wzc170-root-body .wzc170-root-body-information .wzc170-root-body-information-paymentInformation .wzc170-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc170-root .wzc170-root-body .wzc170-root-body-information .wzc170-root-body-information-paymentInformation {  }.wzc170-root .wzc170-root-body .wzc170-root-body-information {  }.wzc170-root .wzc170-root-body .wzc170-root-body-orderInformation .wzc170-root-body-orderInformation-orderInformationHeader .wzc170-root-body-orderInformation-orderInformationHeader-orderName .wzc170-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc170-root .wzc170-root-body .wzc170-root-body-orderInformation .wzc170-root-body-orderInformation-orderInformationHeader .wzc170-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc170-root .wzc170-root-body .wzc170-root-body-orderInformation .wzc170-root-body-orderInformation-orderInformationHeader .wzc170-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc170-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc170-root .wzc170-root-body .wzc170-root-body-orderInformation .wzc170-root-body-orderInformation-orderInformationHeader .wzc170-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc170-root .wzc170-root-body .wzc170-root-body-orderInformation .wzc170-root-body-orderInformation-orderInformationHeader .wzc170-root-body-orderInformation-orderInformationHeader-orderCount .wzc170-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc170-root .wzc170-root-body .wzc170-root-body-orderInformation .wzc170-root-body-orderInformation-orderInformationHeader .wzc170-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc170-root .wzc170-root-body .wzc170-root-body-orderInformation .wzc170-root-body-orderInformation-orderInformationHeader .wzc170-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc170-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc170-root .wzc170-root-body .wzc170-root-body-orderInformation .wzc170-root-body-orderInformation-orderInformationHeader .wzc170-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc170-root .wzc170-root-body .wzc170-root-body-orderInformation .wzc170-root-body-orderInformation-orderInformationHeader .wzc170-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc170-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc170-root .wzc170-root-body .wzc170-root-body-orderInformation .wzc170-root-body-orderInformation-orderInformationHeader .wzc170-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc170-root .wzc170-root-body .wzc170-root-body-orderInformation .wzc170-root-body-orderInformation-orderInformationHeader {  }.wzc170-root .wzc170-root-body .wzc170-root-body-orderInformation {  }.wzc170-root .wzc170-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc170-root .wzc170-root-support .wzc170-root-support-supportImage {  }.wzc170-root .wzc170-root-support .wzc170-root-support-supportTextBox .wzc170-root-support-supportTextBox-supportQuestion {  }.wzc170-root .wzc170-root-support .wzc170-root-support-supportTextBox .wzc170-root-support-supportTextBox-supportMessage {  }.wzc170-root .wzc170-root-support .wzc170-root-support-supportTextBox {  }.wzc170-root .wzc170-root-support {  }.wzc170-root {  }.wzc170  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc170  .wz-profile-order-details-header { padding-bottom:20px; }.wzc170  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc170  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc170  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc170  .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; }.wzc170  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc170  .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); }.wzc170  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc170  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc170  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc170  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc170  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc170  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc170  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc170  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc170  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc170  .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); }.wzc170  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc170  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc170  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc170  .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; }.wzc170  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc170  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc170  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc170  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc170  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc170  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc170  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc170  .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); }.wzc170  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc170  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc170  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc170  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc170 {  }.wzc168:hover .wzc168-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc168:hover .wzc168-content { color:#E74C3C; }.wzc168:hover {  }.wzc168-bg:after {  }.wzc168-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); }.wzc168-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; }.wzc169:hover .wzc169-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc169:hover .wzc169-content { color:rgb(117,117,117); }.wzc169:hover {  }.wzc169-bg:after {  }.wzc169-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); }.wzc169-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-wzs26 { height:626px;--section-height:626px; }#wze211 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc174-header .wzc174-header-title {  }.wzc174-header .wzc174-header-headerButton {  }.wzc174-header .wzc174-header-editButton {  }.wzc174-header .wzc174-header-removeButton {  }.wzc174-header {  }.wzc174-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; }.wzc174-pagination .wzc174-pagination-paginationButton {  }.wzc174-pagination {  }.wzc174  .wz-profile-addresses-header { margin-bottom:30px; }.wzc174  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc174  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc174  .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; }.wzc174  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc174  .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); }.wzc174  .wz-profile-address-item:hover { border-radius:20px; }.wzc174  .wz-profile-address-location { width:100%;height:200px; }.wzc174  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc174  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc174  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc174  .wz-profile-address-full:hover {  }.wzc174  .wz-profile-address-summary { justify-content:start; }.wzc174  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc174  .wz-profile-address-summary-location p:hover {  }.wzc174  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc174  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc174  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc174  .wz-profile-address-summary-postal-code p:hover {  }.wzc174  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc174  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc174  .wz-profile-address-transferee { text-align:right; }.wzc174  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc174  .wz-profile-address-transferee p:hover {  }.wzc174  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc174  .wz-profile-address-remove-button { height:30px; }.wzc174  .wz-profile-address-edit-button { height:30px; }.wzc174  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc174  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc174  .wz-profile-addresses-no-results-first-text:hover {  }.wzc174  .wz-profile-addresses-no-results-second-text:hover {  }.wzc174 {  }.wzc171:hover .wzc171-bg { background-color:#E74C3C; }.wzc171:hover .wzc171-content { font-size:12px;color:#ffd9d5; }.wzc171:hover {  }.wzc171-bg:after {  }.wzc171-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc171-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; }.wzc172:hover .wzc172-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc172:hover .wzc172-content { font-size:11px;color:#a1a1a1; }.wzc172:hover {  }.wzc172-bg:after {  }.wzc172-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc172-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; }.wzc173:hover .wzc173-bg { background-color:#E74C3C; }.wzc173:hover .wzc173-content { font-size:11px;color:#fff; }.wzc173:hover {  }.wzc173-bg:after {  }.wzc173-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc173-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-wzs27 { height:601px;--section-height:601px; }#wze226 { top:92.3276px;left:891.985px;width:261.996px;height:174.886px;z-index:1000; }#wze227 { top:94.9973px;left:0px;width:261.969px;height:38.1534px;z-index:1000;text-align:center; }#wze228 { top:141.408px;left:0.0040000000000191px;width:261.969px;height:23.6364px;z-index:1000;text-align:center; }#wze229 { top:0px;left:99.004px;width:63.9941px;height:63.9941px;z-index:1000; }#wze230 { top:9.51385px;left:9.51671px;width:44.9858px;height:44.9858px;z-index:1000; }.wzc183 { overflow:hidden; }.wzc183-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(246, 249, 245); }#wze231 { top:87.5717px;left:454.011px;width:261.996px;height:175.085px;z-index:1000; }#wze232 { top:94.9973px;left:0px;width:261.973px;height:38.1534px;z-index:1000;text-align:center; }#wze233 { top:140.926px;left:0.0040000000000191px;width:261.969px;height:28.1534px;z-index:1000;text-align:center; }#wze234 { top:0px;left:99.004px;width:63.9941px;height:63.9941px;z-index:1000; }#wze235 { top:15.0032px;left:15.0033px;width:35.9943px;height:35.9943px;z-index:1000; }#wze236 { top:87.9627px;left:15.0051px;width:261.996px;height:197.67px;z-index:1000; }#wze237 { top:94.9973px;left:0px;width:261.973px;height:38.1534px;z-index:1000;text-align:center; }#wze238 { top:140.438px;left:0.0040000000000191px;width:261.969px;height:47.2443px;z-index:1000;text-align:center; }#wze239 { top:0px;left:99.004px;width:63.9941px;height:63.9941px;z-index:1000; }#wze240 { top:11.9998px;left:12.0001px;width:38.9915px;height:38.9915px;z-index:1000; }#wz-section-wzs33 { height:354.929px;--section-height:354.929px; }.wzc-section-wzs33 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs33-full { background:;background-color:rgb(246, 249, 245); }.wzc-section-wzs33-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze225 { top:0.00224688px;left:15.004px;width:1138px;height:416.969px;z-index:1000; }.wzc181-code .wzc181-code-default { position:absolute;left:0px;top:0px;width:100%;height:100%;background-color:#ccc; }.wzc181-code { position:absolute;left:0px;top:0px;width:100%;height:100%; }#wz-section-wzs32 { height:416.969px;--section-height:416.969px; }.wzc-section-wzs32 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs32-full { background:;background-color:rgb(246, 249, 245); }.wzc-section-wzs32-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze217 { top:4.5px;left:0.844px;width:1167px;height:446px;z-index:1000; }.wzc176-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(246, 249, 245);border-radius:0px;box-shadow:0px 13px 50px 0px rgba(0, 0, 0, 0.2) ; }.wzc176-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }#wze218 { top:11px;left:32px;width:1123px;height:390px;z-index:1001; }.wzc177  .form-result-error { color:#e74c3c;border-color:transparent;background-color:transparent;opacity:1; }.wzc177 {  }.wzc177-form { direction:rtl;width:100%;height:100%;background-color:rgb(246, 249, 245);border-radius:0px;border-style:solid;border-width:0;border-color:rgb(148,149, 147); }.wzc177-message { direction:rtl;position:absolute;width:calc(100% - 120px);bottom:0;right:60px;left:auto;padding:10px 0;text-align:right;font-size:13px;font-family:yekan, tahoma, serif;opacity:0;box-shadow:none;background-color:transparent;border-style:solid;border-color:transparent;border-width:1px;border-radius:0;color:#1abc9c; }#wze219 { top:55px;left:571.5px;width:491.5px;height:42px;z-index:1000; }.wzc178  .wz-form-inputText-label::after { content:'*';color:rgba(0, 0, 0, 1); }.wzc178  .wz-form-inputText::placeholder { color:rgb(98, 100, 98); }.wzc178 {  }.wzc178:hover .wzc178-container .wzc178-container-input { background-color:#fff;border-width:1px;border-style:solid;border-color:rgba(0, 0, 0, 0.55); }.wzc178:hover .wzc178-container {  }.wzc178:hover {  }.wzc178:focus-within .wzc178-container .wzc178-container-input { background-color:rgba(255, 255, 255, 1);border-width:1px;border-style:solid;border-color:rgba(87, 187, 191, 0.6); }.wzc178:focus-within .wzc178-container {  }.wzc178:focus-within {  }.wzc178.invalid .wzc178-container .wzc178-container-input { background-color:rgb(246, 249, 245);border-width:1px;border-style:solid;border-color:rgba(255, 64, 64, 0.6); }.wzc178.invalid .wzc178-container {  }.wzc178.invalid {  }.wzc178-container .wzc178-container-label { padding-right:0;padding-left:20px;display:none;margin-bottom:14px;text-align:right;direction:inherit;color:#000000;word-break: break-word;line-height:1;font-size:13px;font-weight:normal;font-style:normal;font-family:yekan, tahoma, serif; }.wzc178-container .wzc178-container-input { text-align:right;direction:inherit;padding-right:12px;padding-left:3px;padding-top:3px;padding-bottom:3px;font-size:13px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-weight:normal;font-stretch:normal;line-height:1.4em;min-height:42px;border-radius:0;border-width:1px;border-style:solid;border-color:rgba(9, 20, 5, 0.13);color:rgb(98, 100, 98);background-color:rgb(246, 249, 245);box-sizing:border-box !important;margin:0;max-width:100%;text-overflow:ellipsis;font-family:iransans_fa;-webkit-appearance:none; }.wzc178-container .wzc178-container-message {  }.wzc178-container { width:100%;height:100%;min-height:25px;display:flex;flex-direction:column;font-family:yekan, tahoma, serif;transition:all 0.3s; }#wze220 { top:55px;left:60px;width:491.5px;height:42px;z-index:1000; }#wze221 { top:107px;left:571.5px;width:491.5px;height:42px;z-index:1000; }#wze222 { top:107px;left:60px;width:491.5px;height:42px;z-index:1000; }#wze223 { top:159px;left:60px;width:1003px;height:126px;z-index:1000; }.wzc179  .wz-form-textarea-label::after { content:'*';color:rgba(0,0,0,1); }.wzc179  .wz-form-textarea::placeholder { color:rgb(98, 100, 98); }.wzc179 {  }.wzc179:hover .wzc179-container .wzc179-container-input { background-color:#fff;border-width:1px;border-style:solid;border-color:rgba(0, 0, 0, 0.55); }.wzc179:hover .wzc179-container {  }.wzc179:hover {  }.wzc179:focus-within .wzc179-container .wzc179-container-input { background-color:rgba(255, 255, 255, 1);border-width:1px 1px 1px 1px;border-style:solid;border-color:rgba(24, 166, 137, 0.6); }.wzc179:focus-within .wzc179-container {  }.wzc179:focus-within {  }.wzc179.invalid .wzc179-container .wzc179-container-input { background-color:rgb(246, 249, 245);border-width:1px;border-style:solid;border-color:rgba(255, 64, 64, 0.6); }.wzc179.invalid .wzc179-container {  }.wzc179.invalid {  }.wzc179-container .wzc179-container-label { padding-right:0;padding-left:20px;display:none;margin-bottom:14px;text-align:right;direction:inherit;color:#000000;word-break: break-word;line-height:1;font-size:13px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-weight:normal;font-stretch:normal;font-family:yekan, tahoma, serif; }.wzc179-container .wzc179-container-input { text-align:right;direction:inherit;padding-right:16px;padding-left:10px;padding-top:0.75em;padding-bottom:3px;resize:none;font-size:13px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;font-weight:normal;font-stretch:normal;line-height:1.4em;min-height:100%;max-height:100%;height:100%;border-radius:0;border-width:1px;border-style:solid;border-color:rgba(9, 20, 5, 0.13);color:rgb(98, 100, 98);background-color:rgb(246, 249, 245);box-shadow:0px 0px 0px 0px rgba(0,0,0,0.6);box-sizing:border-box !important;margin:0;max-width:100%;min-width:100%;overflow-y:auto;font-family:iransans_fa;-webkit-appearance:textarea;cursor:text;white-space:pre-wrap;overflow-wrap:break-word; }.wzc179-container .wzc179-container-message {  }.wzc179-container { width:100%;height:100%;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;font-family:yekan, tahoma, serif;transition:all 0.3s; }#wze224 { top:295px;left:863px;width:200px;height:40px;z-index:1000; }.wzc180:hover .wzc180-bg { background-color:rgb(1, 16, 20); }.wzc180:hover .wzc180-content {  }.wzc180:hover {  }.wzc180-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(3, 87, 114);border-radius:0px; }.wzc180-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;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; }.wzc180-container .wzc180-container-input { border-color:rgba(9, 20, 5, 0.13);background-color:rgb(246, 249, 245); }.wzc180-container {  }#wz-section-wzs31 { height:452.477px;--section-height:452.477px; }.wzc-section-wzs31 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs31-full { background:;background-color:rgb(246, 249, 245); }.wzc-section-wzs31-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze277 { top:7.0024px;left:467.499px;width:226.989px;height:57.2443px;z-index:1000;text-align:center; }#wze422 { top:63.689px;left:460px;width:250px;height:0.980114px;z-index:1000; }#wze425 { top:96.4317px;left:428.844px;width:680px;height:305.455px;z-index:1000;text-align:right; }#wz-section-wzs39 { height:424.474px;--section-height:424.474px; }.wzc-section-wzs39 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs39-full { background:;background-color:rgb(3, 87, 114); }.wzc-section-wzs39-full-style {  }.wzc-section-wzs39-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze270 { top:0px;left:0px;width:50%;height:414.247px;z-index:1000;order:1; }.wzc189-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:rgba(246, 249, 245, 0);background-image:;background-attachment:none;background-size:cover;background-repeat:no-repeat;background-position:center center; }.wzc189-content {  }.wzc189 {  }#wze421 { top:14.0155px;left:1.83006px;width:582px;height:391px;z-index:1001; }.wzc264 .wz-gallery > li > figure,.wzc264  .wz-gallery-slider .slides > li > .wz-slider-item { border-color:rgb(246, 249, 245);border-style:solid;border-width:1px;border-radius:5px;box-shadow:-1px 1px 4px 0px #000 ; }.wzc264 .wz-gallery > li > figure,.wzc264  .wz-gallery > li > figure:before,.wzc264  .wz-gallery > li > figure:after,.wzc264  .wz-gallery > li > figure > figcaption,.wzc264  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 1); }.wzc264  .wz-gallery-caption { text-align:center; }.wzc264  .wz-gallery-caption  h3 { font-family:iran_yekan_x;font-size:32px;line-height:32px;color:#fff; }.wzc264  .wz-gallery-caption  p { font-family:noora;font-size:18px;color:#fff; }.wzc264  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:cover; }.wzc264 {  }.wzc264-gallery {  }.wzc264-more { text-align:center;position:absolute;left:0px;right:0;margin:0 auto;font-family:yekan, tahoma, serif;font-size:13px;text-decoration:none;height:25px;line-height:25px;color:#000;display:none; }#wze272 { top:0px;left:0px;width:50%;height:414.247px;z-index:1000;order:2; }.wzc267-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:linear-gradient(160deg, rgba(53, 93, 55, 0) 0%, rgba(34, 60, 36, 1) 97%);background-color:rgb(53, 93, 55); }.wzc267-content {  }.wzc267 {  }#wze274 { top:55.805px;left:105px;width:375px;height:53.6364px;z-index:1000;text-align:right; }#wze275 { top:177.551px;left:83px;width:419px;height:54.5312px;z-index:1000;text-align:right; }#wze276 { top:271.232px;left:236.284px;width:134.266px;height:40px;z-index:1001; }.wzc268:hover .wzc268-bg:after { height:260%;opacity:1; }.wzc268:hover .wzc268-bg {  }.wzc268:hover .wzc268-content { color:#fff; }.wzc268:hover {  }.wzc268-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:100%;height:0px;top:50%;left:50%;background-color:#FF7043;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-moz-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);-o-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);background:rgb(246, 249, 245); }.wzc268-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:rgb(246, 249, 245);border-width:3px;overflow:hidden; }.wzc268-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:14px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(246, 249, 245); }#wz-section-wzs38 { height:414.247px;--section-height:414.247px; }.wzc-section-wzs38 { padding:0px;--column-space:0px; }.wzc-section-wzs38-full { background:;background-color:rgb(246, 249, 245);padding:50px; }.wzc-section-wzs38-full-style {  }#wze311 { top:39.9957px;left:972.003px;width:180px;height:32.7273px;z-index:1000;text-align:right; }#wz-section-wzs43 { height:112.571px;--section-height:112.571px; }.wzc-section-wzs43 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs43-full { background:;background-color:rgb(125, 170, 185); }.wzc-section-wzs43-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze291 { top:133.01122px;left:440.5109397px;width:303.949px;height:41.910180000000004px;z-index:1000; }#wze293 { top:21.58348px;left:15.0033703px;width:269.446px;height:20.3267px;z-index:991; }.wzc190-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(245, 254, 184);border-radius:10px; }.wzc190-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }#wze294 { top:-7.105427357601E-15px;left:4.4085015585976E-15px;width:303.949px;height:40.9091px;z-index:1000;text-align:center; }#wze295 { top:230.997px;left:751.69px;width:261.988px;height:346.151px;z-index:1000; }.wzc270-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(193, 183, 154);border-radius:10px; }.wzc270-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc270-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze296 { top:63.1317px;left:99.9984px;width:61.9879px;height:61.9879px;z-index:1000; }#wze296 .wzc2-img-inner { object-fit:cover; }#wze297 { top:150.803px;left:29.4994px;width:202.979px;height:38.1534px;z-index:996;text-align:center; }#wze298 { top:213.64px;left:22.0084px;width:217.969px;height:93.5511px;z-index:1000;text-align:center; }#wze299 { top:232.355px;left:459.028px;width:261.988px;height:347.315px;z-index:1000; }#wze300 { top:63.1317px;left:99.9984px;width:61.9879px;height:61.9879px;z-index:1000; }#wze300 .wzc2-img-inner { object-fit:cover; }#wze301 { top:150.803px;left:29.4994px;width:202.995px;height:38.1534px;z-index:996;text-align:center; }#wze302 { top:214.391px;left:22.0084px;width:217.969px;height:46.7898px;z-index:1000;text-align:center; }#wze303 { top:232.272px;left:166.349px;width:261.988px;height:347.031px;z-index:1000; }#wze304 { top:63.1317px;left:99.9984px;width:61.9879px;height:61.9879px;z-index:1000; }#wze304 .wzc2-img-inner { object-fit:cover; }#wze305 { top:150.803px;left:29.4994px;width:202.988px;height:38.1534px;z-index:996;text-align:center; }#wze306 { top:213.676px;left:22.0084px;width:217.969px;height:70.1847px;z-index:1000;text-align:center; }#wz-section-wzs42 { height:678.153px;--section-height:678.153px; }.wzc-section-wzs42 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs42-full { background:;background-color:rgb(246, 249, 245); }.wzc-section-wzs42-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze283 { top:75.3508px;left:456.503px;width:257px;height:113.082px;z-index:1000; }#wze284 { top:37.7392px;left:0.003px;width:256.997px;height:75.4261px;z-index:990;text-align:center; }#wze285 { top:79.7382px;left:17.0106px;width:219.974px;height:16.946px;z-index:989; }#wze286 { top:0px;left:38.4985px;width:180px;height:30.9091px;z-index:1000;text-align:center; }#wze287 { top:243.631px;left:584px;width:569.9870000000001px;height:394.929px;z-index:1000; }#wze290 { top:265.868px;left:15.9962px;width:532.995px;height:302.216px;z-index:1000; }.wzc193  .wz-table-search-box:focus { box-shadow:inset 0 0 0 1px rgba(255,255,255,0.9), 0 0 1px 2px #3899EC; }.wzc193  .wz-table-tboby-tr:nth-child(odd) { background-color:rgb(125, 170, 185); }.wzc193  .wz-table-tboby-tr:nth-child(2n) { background-color:rgb(162, 145, 96); }.wzc193  .wz-table-tboby-tr:hover { background-color:rgba(197, 199, 196, 0.3); }.wzc193  .wz-table-thead-tr-th:first-child { border-right:0; }.wzc193  .wz-table--sort-indicator::before { content:'\25BC';position:absolute;bottom:0;left:0px; }.wzc193  .wz-table--sort-indicator::after { content:'\25B2';position:absolute;top:0px;left:0px; }.wzc193  .wz-table-tbody-tr-td:first-child {  }.wzc193 {  }.wzc193-container .wzc193-container-tableHead .wzc193-container-tableHead-filter .wzc193-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; }.wzc193-container .wzc193-container-tableHead .wzc193-container-tableHead-filter { float:left;display:none; }.wzc193-container .wzc193-container-tableHead { direction:rtl;width:100%;border-radius:6px 6px 0 0;font-size:14px;max-width:100%;border-collapse:collapse;border-spacing:0;height:37px;text-align:center;background-color:rgba(197, 199, 196, 0);background-image:none;display:none; }.wzc193-container .wzc193-container-tableWrapper .wzc193-container-tableWrapper-table .wzc193-container-tableWrapper-table-thead .wzc193-container-tableWrapper-table-thead-tr .wzc193-container-tableWrapper-table-thead-tr-th .wzc193-container-tableWrapper-table-thead-tr-th-sort { display:none;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; }.wzc193-container .wzc193-container-tableWrapper .wzc193-container-tableWrapper-table .wzc193-container-tableWrapper-table-thead .wzc193-container-tableWrapper-table-thead-tr .wzc193-container-tableWrapper-table-thead-tr-th { color:inherit;background-color:rgba(197, 199, 196, 0);background-image:none;vertical-align:top;border-bottom-width:0px;padding:6px;border-style:solid;border-width:7px;border-color:#ffffff;border-top:0;border-bottom:0;border-left:0;font-family:inherit;text-align:inherit;width:264.9975px;min-width:264.9975px; }.wzc193-container .wzc193-container-tableWrapper .wzc193-container-tableWrapper-table .wzc193-container-tableWrapper-table-thead .wzc193-container-tableWrapper-table-thead-tr {  }.wzc193-container .wzc193-container-tableWrapper .wzc193-container-tableWrapper-table .wzc193-container-tableWrapper-table-thead { color:rgb(149, 169, 29);font-family:iransans_fa;font-size:16px;text-align:inherit; }.wzc193-container .wzc193-container-tableWrapper .wzc193-container-tableWrapper-table .wzc193-container-tableWrapper-table-tbody .wzc193-container-tableWrapper-table-tbody-tr .wzc193-container-tableWrapper-table-tbody-tr-td { border-style:solid;border-width:7px;border-color:#ffffff;border-bottom:0;border-left:0;padding:7px;vertical-align:top;font-family:inherit;color:inherit;text-align:inherit; }.wzc193-container .wzc193-container-tableWrapper .wzc193-container-tableWrapper-table .wzc193-container-tableWrapper-table-tbody .wzc193-container-tableWrapper-table-tbody-tr { color:inherit;text-align:inherit;transition:background-color 0.3s; }.wzc193-container .wzc193-container-tableWrapper .wzc193-container-tableWrapper-table .wzc193-container-tableWrapper-table-tbody { font-family:iransans_fa;font-size:14px;color:rgb(246, 249, 245);text-align:inherit; }.wzc193-container .wzc193-container-tableWrapper .wzc193-container-tableWrapper-table { direction:rtl;background-color:#ffffff;width:100%;margin:0;border-width:7px;border-style:solid;border-color:#ffffff;border-right:none;border-left:none;border-collapse:separate;border-spacing:0;text-align:center; }.wzc193-container .wzc193-container-tableWrapper { overflow-y:visible;max-height:none;direction:rtl;overflow-x:auto; }.wzc193-container .wzc193-container-tableFoot .wzc193-container-tableFoot-tfoot .wzc193-container-tableFoot-tfoot-tr .wzc193-container-tableFoot-tfoot-tr-td { height:26px;width:100vw;border-radius:0 0 6px 6px;background-color:rgba(197, 199, 196, 0);background-image:none;padding:9px; }.wzc193-container .wzc193-container-tableFoot .wzc193-container-tableFoot-tfoot .wzc193-container-tableFoot-tfoot-tr {  }.wzc193-container .wzc193-container-tableFoot .wzc193-container-tableFoot-tfoot {  }.wzc193-container .wzc193-container-tableFoot { width:100%;margin:0px;border-radius:0px 0px 6px 6px;font-size:14px;border-color:#FFFFFF;border-collapse:separate;border-spacing:0;border-top:0;display:none; }.wzc193-container { border-radius:6px;border-width:0px;border-style:solid;border-color:rgba(77, 132, 149, 0);margin:0;padding:0;background-color:transparent;overflow:hidden; }#wz-section-wzs41 { height:674.261px;--section-height:674.261px; }.wzc-section-wzs41 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs41-full { background:;background-color:rgb(197, 199, 196); }.wzc-section-wzs41-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze278 { top:106.562px;left:406.017px;width:357.977px;height:113.011px;z-index:1000; }#wze279 { top:37.7392px;left:-5.32907E-15px;width:357.969px;height:75.4261px;z-index:992;text-align:center; }#wze280 { top:79.7382px;left:103.4943px;width:150.99px;height:16.946px;z-index:991; }#wze281 { top:0px;left:88.9893px;width:180px;height:30.9091px;z-index:1000;text-align:center; }#wze282 { top:279.524px;left:0.0067833px;width:1169.97px;height:1034.82px;z-index:1000; }.wzc191 .wz-gallery > li > figure,.wzc191  .wz-gallery > li > figure:before,.wzc191  .wz-gallery > li > figure:after,.wzc191  .wz-gallery > li > figure > figcaption,.wzc191  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(75, 84, 15, 0.4); }.wzc191  .wz-gallery-caption { text-align:center; }.wzc191  .wz-gallery-caption  h3 { font-family:iransans;font-size:15px;line-height:15px;color:#fff; }.wzc191  .wz-gallery-caption  p { font-family:iransans;font-size:13px;color:#fff; }.wzc191  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc191 {  }.wzc191-gallery {  }.wzc191-more { text-align:center;position:absolute;left:0px;right:0;margin:0 auto;font-family:yekan, tahoma, serif;font-size:13px;text-decoration:none;height:25px;line-height:25px;color:#000;display:none; }#wz-section-wzs40 { height:1340.16px;--section-height:1340.16px; }.wzc-section-wzs40 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs40-full { background:;background-color:rgb(246, 249, 245); }.wzc-section-wzs40-full:after { background:;background-color:rgba(255, 255, 255, 0); }[data-page=p1] #wz-root-background { background-color:rgb(246, 249, 245);background-size:auto;background-attachment:fixed;background-repeat:no-repeat; }[data-page=p2] #wz-root-background { background-size:auto;background-attachment:initial;background-repeat:no-repeat; }@media only screen and (max-width : 768px) {#wze9 { top:89.25px;left:15px;bottom:auto;right:auto;width:438px;height:49px;display:block;z-index:1000; }#wze18 { top:30.5004px;left:21.4389px;bottom:auto;right:auto;width:192.641px;height:22px;display:block;z-index:1000; }#wze20 { top:183.266px;bottom:auto;right:auto;height:131.75px;display:block;z-index:1000; }.wzc22-bg { background-color:rgba(53, 93, 55, 0);border-color:rgba(0, 0, 0, 1); }#wze10 { top:17px;left:18.511px;bottom:auto;right:auto;width:48.9688px;height:36.75px;display:block;z-index:1000; }#wze17 { top:3.7618px;left:6.18003px;bottom:auto;right:auto;width:46.6562px;height:29.9844px;display:block;z-index:1000; }#wze19 { top:-5px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze187 { top:15px;left:230px;bottom:auto;right:auto;width:193px;height:52.2346px;display:block;z-index:1000; }#wze3 { top:0px;left:11.015px;bottom:auto;right:auto;width:173px;height:33px;display:block;z-index:1000;text-align:right; }#wze4 { top:34.2346px;left:0px;bottom:auto;right:auto;width:193px;height:18px;display:block;z-index:1000;text-align:right; }#wze401 { top:229px;left:411px;bottom:auto;right:auto;width:44px;height:38px;display:block;z-index:1000;text-align:right; }#wz-section-header { height:317.016px;--section-height:317.016px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze391 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:34px;display:block;z-index:1000;text-align:center; }#wz-section-wzs51 { height:63px;--section-height:63px; }#wze386 { top:15px;left:46.5px;bottom:auto;right:auto;width:375px;height:50px;display:block;z-index:1000;text-align:center; }#wze387 { top:80px;bottom:auto;right:auto;height:0.96875px;display:block;z-index:1000; }#wze395 { top:95.9688px;left:15px;bottom:auto;right:auto;width:438px;height:444.25px;display:block;z-index:1000; }#wz-section-wzs47 { height:555.21875px;--section-height:555.21875px; }.wzc-section-wzs47 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs47-full { background-size:cover;background-repeat:no-repeat; }#wze323 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:580.156px;display:block;z-index:1000;order:1; }.wzc240-bg { background:;background-color:rgba(255, 255, 255, 0); }#wze331 { top:15px;bottom:auto;right:auto;height:550.156px;display:block;z-index:1000; }.wzc213-bg { background:linear-gradient(90deg, rgba(181, 22, 26, 0.75) 0%, rgba(136, 16, 19, 0.75) 10%);background-color:rgba(181, 22, 26, 0.78); }#wze332 { top:64px;left:229px;bottom:auto;right:auto;width:10px;height:10px;display:block;z-index:1000; }#wze333 { top:15px;left:83.5px;bottom:auto;right:auto;width:301px;height:34px;display:block;z-index:1000;text-align:center; }#wze337 { top:89px;bottom:auto;right:auto;height:2.90625px;display:block;z-index:1000; }#wze338 { top:106.906px;left:15px;bottom:auto;right:auto;width:438px;height:428.25px;display:block;z-index:1000; }#wz-section-wzs45 { height:580.141px;--section-height:580.141px; }.wzc-section-wzs45 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs45-full { background-size:contain;background-repeat:no-repeat; }#wze399 { top:3.50006px;left:0px;bottom:auto;right:auto;width:467px;height:78.5938px;min-height:78.5938px;display:block;z-index:1000; }.wzc241  .wz-list-item-title-box p { font-size:10px; }#wze399 .wz-list-root { width:calc( 20% - ( 2 * 0px ) );margin:0px; }#wz-section-wzs54 { height:79.5156px;--section-height:79.5156px; }#wze55 { top:15px;bottom:auto;right:auto;height:525.531px;display:block;z-index:1000; }#wze109 { top:110px;left:83.5px;bottom:auto;right:auto;width:301px;height:34px;display:block;z-index:1000;text-align:right; }#wze110 { top:122px;left:397.875px;bottom:auto;right:auto;width:10px;height:10px;display:block;z-index:1000; }#wze111 { top:15px;left:126.875px;bottom:auto;right:auto;width:214.25px;height:80px;display:block;z-index:1000; }.wzc35-container .wzc35-container-bg { font-size:11px; }#wze112 { top:171px;left:83.9415px;bottom:auto;right:auto;width:310.141px;height:18px;display:none;z-index:1000;text-align:center; }#wze113 { top:217px;left:15px;bottom:auto;right:auto;width:438px;height:0.546875px;display:block;z-index:1000; }#wze114 { top:232.547px;left:15px;bottom:auto;right:auto;width:438px;height:278px;display:block;z-index:1000; }#wz-section-wzs6 { height:555.469px;--section-height:555.469px; }.wzc-section-wzs6 { background:;background-color:rgba(255, 255, 255, 0); }#wze353 { top:15px;bottom:auto;right:auto;height:574.188px;display:block;z-index:1000; }#wze354 { top:64px;left:229px;bottom:auto;right:auto;width:10px;height:10px;display:block;z-index:1000; }#wze355 { top:15px;left:83.5px;bottom:auto;right:auto;width:301px;height:34px;display:block;z-index:1000;text-align:center; }#wze357 { top:104.953px;left:15px;bottom:auto;right:auto;width:438px;height:453px;display:block;z-index:1000; }#wze359 { top:89px;bottom:auto;right:auto;height:0.953125px;display:block;z-index:1000; }#wz-section-wzs30 { height:604.188px;--section-height:604.188px; }#wze414 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:45px;display:block;z-index:1000;text-align:center; }#wze416 { top:75px;left:241.5px;bottom:auto;right:auto;width:144px;height:1px;display:block;z-index:1000; }#wze417 { top:75px;left:82.5px;bottom:auto;right:auto;width:144px;height:1px;display:block;z-index:1000; }#wze420 { top:91px;left:15px;bottom:auto;right:auto;width:438px;height:171.094px;display:block;z-index:1000; }.wzc263  .wz-blog-slider-blog-item .wz-slider-item { border-width:5px; }.wzc263  .wz-blog-slider-blog-item .wz-gallery-caption h3 { font-size:1px; }.wzc263  .wz-blog-slider-blog-item .wz-gallery-caption h5 { font-size:7px; }.wzc263  .wz-blog-slider-blog-date p { font-size:7px; }#wz-section-wzs56 { height:273.094px;--section-height:273.094px; }#wze59 { top:927.621px;bottom:auto;right:auto;height:50px;display:block;z-index:1000; }.wzc31-bg { background-color:rgb(53, 93, 55); }#wze60 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:21px;display:block;z-index:1000;text-align:center; }#wze188 { top:152.148px;left:15px;bottom:auto;right:auto;width:438px;height:110.938px;display:block;z-index:1000; }#wze62 { top:17.9928px;left:259px;bottom:auto;right:auto;width:79px;height:82px;display:block;z-index:1000; }#wze63 { top:15px;left:100px;bottom:auto;right:auto;width:145px;height:57px;display:block;z-index:1000;text-align:left; }#wze189 { top:380.148px;left:15px;bottom:auto;right:auto;width:438px;height:105.938px;display:block;z-index:1000; }#wze99 { top:15px;left:100.492px;bottom:auto;right:auto;width:145px;height:63px;display:block;z-index:1000;text-align:left; }#wze100 { top:11.0019px;left:259.508px;bottom:auto;right:auto;width:78px;height:80px;display:block;z-index:1000; }#wze190 { top:23.1176px;left:80.508px;bottom:auto;right:auto;width:306.971px;height:113.875px;display:block;z-index:1000; }#wze102 { top:21.8828px;left:0px;bottom:auto;right:auto;width:156px;height:69px;display:block;z-index:1000;text-align:left; }#wze103 { top:0.0590999px;left:136.985px;bottom:auto;right:auto;width:169.986px;height:113.938px;display:block;z-index:1000; }#wze191 { top:278.148px;left:15px;bottom:auto;right:auto;width:438px;height:86.875px;display:block;z-index:1000; }#wze105 { top:0px;left:97.5025px;bottom:auto;right:auto;width:145px;height:54px;display:block;z-index:1000;text-align:left; }#wze106 { top:2px;left:256.497px;bottom:auto;right:auto;width:84px;height:85px;display:block;z-index:1000; }#wze192 { top:521.018px;left:21.014px;bottom:auto;right:auto;width:434px;height:97.125px;display:block;z-index:1000; }#wze74 { top:1.27329e-14px;left:244px;bottom:auto;right:auto;width:168.984px;height:25px;display:block;z-index:1000;text-align:center; }#wze75 { top:9.987px;left:421.002px;bottom:auto;right:auto;width:10px;height:10px;display:block;z-index:1000; }#wze76 { top:41.2805px;left:0px;bottom:auto;right:auto;width:434px;height:56.125px;display:block;z-index:1000;text-align:right; }#wze193 { top:652.958px;left:252.762px;bottom:auto;right:auto;width:197px;height:116.938px;display:block;z-index:1000; }#wze83 { top:9.994px;left:186.991px;bottom:auto;right:auto;width:10px;height:10px;display:block;z-index:1000; }#wze84 { top:1.27329e-14px;left:31px;bottom:auto;right:auto;width:150px;height:25px;display:block;z-index:1000;text-align:right; }#wze86 { top:38.7971px;left:0px;bottom:auto;right:auto;width:197px;height:63.1875px;display:block;z-index:1000;text-align:right; }#wze194 { top:788.458px;left:274.938px;bottom:auto;right:auto;width:157px;height:134.766px;display:block;z-index:1000; }#wze78 { top:9.994px;left:147px;bottom:auto;right:auto;width:10px;height:10px;display:block;z-index:1000; }#wze79 { top:1.27329e-14px;left:1.27329e-14px;bottom:auto;right:auto;width:137.984px;height:28px;display:block;z-index:1000;text-align:right; }#wze81 { top:36.2607px;left:60px;bottom:auto;right:auto;width:97px;height:83.75px;display:block;z-index:1000; }#wze315 { top:657.549px;left:17.0027px;bottom:auto;right:auto;width:113.9745px;height:34px;display:block;z-index:1000; }.wzc197  .wz-social-media-list { gap:4px; }.wzc197  .wz-social-media-icon { width:34px; }#wze396 { top:791.894px;left:12.139px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wz-section-footer { height:974.984px;--section-height:974.984px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }#wze426 { top:0px;left:0px;bottom:0px;right:0px;width:400px;height:561.984px;z-index:9999999; }#wze427 { top:10px;left:365px;bottom:auto;right:auto;width:25px;height:25px;z-index:1000; }#wze428 { top:51.5px;left:20px;bottom:auto;right:auto;width:370px;height:63px;z-index:1000;text-align:right; }#wze429 { top:-0.5px;left:68.8125px;bottom:auto;right:auto;width:273px;height:34px;z-index:1000;text-align:center; }#wze430 { top:157.5px;left:115px;bottom:auto;right:auto;width:180px;height:39px;z-index:1000;text-align:center; }#wz-section-wzs57 { height:361.984px;--section-height:361.984px; }.wzc-section-wzs57 { background:;background-color:rgba(255, 255, 255, 0); }#wze14 { top:21px;left:15px;bottom:auto;right:auto;width:438px;height:666.531px;display:block;z-index:1000; }#wze14 .wz-shop-product { width: calc(50% - 46px )}#wz-section-wzs3 { height:708.516px;--section-height:708.516px; }.wzc-section-wzs3 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs3-full { background-size:auto;background-repeat:no-repeat; }#wze16 { top:20px;left:15px;bottom:auto;right:auto;width:438px;height:1361.16px;display:block;z-index:1000; }#wze408 { top:1399.15px;left:39.0635px;bottom:auto;right:auto;width:67px;height:78.9844px;display:block;z-index:1000; }#wz-section-wzs2 { height:1554.22px;--section-height:1554.22px; }.wzc-section-wzs2 { background:;background-color:rgba(255, 255, 255, 0); }#wze409 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:332.969px;display:block;z-index:1000; }#wz-section-wzs53 { height:362.969px;--section-height:362.969px; }#wze13 { top:20px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:184.986px;display:block;z-index:1000; }#wz-section-wzs4 { height:224.972px;--section-height:224.972px; }#wze156 { top:20px;left:15px;bottom:auto;right:auto;width:438px;height:748.375px;display:block;z-index:1000; }#wz-section-wzs17 { height:776.375px;--section-height:776.375px; }#wze205 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:786.708px;display:block;z-index:1000;order:2; }#wze173 { top:15px;left:14.0078px;bottom:auto;right:auto;width:439.979px;height:144.312px;display:block;z-index:1000; }#wze174 { top:84.037px;left:98.4895px;bottom:auto;right:auto;width:232px;height:21.3125px;display:block;z-index:1000; }#wze175 { top:41.5369px;left:149.99px;bottom:auto;right:auto;width:180px;height:32px;display:block;z-index:1000;text-align:right; }#wze176 { top:174.481px;left:14.0078px;bottom:auto;right:auto;width:439.979px;height:428.042px;display:block;z-index:1000; }#wze177 { top:41.5469px;left:149.99px;bottom:auto;right:auto;width:180px;height:32px;display:block;z-index:1000;text-align:right; }#wze179 { top:91.0626px;left:102.49px;bottom:auto;right:auto;width:235px;height:301.5px;display:block;z-index:1000; }#wze180 { top:617.523px;left:14.0052px;bottom:auto;right:auto;width:439.979px;height:154.292px;display:block;z-index:1000; }#wze181 { top:41.5469px;left:149.99px;bottom:auto;right:auto;width:180px;height:32px;display:block;z-index:1000;text-align:right; }#wze183 { top:91.0081px;left:132.99px;bottom:auto;right:auto;width:195px;height:20px;display:block;z-index:1000; }#wze206 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:1036.79px;display:block;z-index:1000;order:1; }#wze164 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:1006.79px;display:block;z-index:1000; }#wz-section-wzs16 { height:1823.5px;--section-height:1823.5px; }#wze165 { top:21px;left:15px;bottom:auto;right:auto;width:438px;height:475.979px;display:block;z-index:1000; }#wz-section-wzs18 { height:517.958px;--section-height:517.958px; }#wz-section-wzs28 { height:15px;--section-height:15px; }#wze207 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:257.734px;display:block;z-index:1000; }#wze212 { bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs23 { height:491.719px;--section-height:491.719px; }#wze208 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs24 { height:672px;--section-height:672px; }#wze209 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.125px;display:block;z-index:1000; }.wzc167  .wz-profile-orders-header p { font-size:16px; }.wzc167  .wz-profile-orders-header-option { font-size:10px; }.wzc167  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc167  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs25 { height:410.125px;--section-height:410.125px; }#wze210 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.688px;display:block;z-index:1000; }.wzc170  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc170  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc170  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc170  [data-name=total_include_tax] { padding:10px; }.wzc170  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc170  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc170  .wz-profile-order-details-order-detail { font-size:10px; }.wzc170  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc170  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc170  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs26 { height:568.688px;--section-height:568.688px; }#wze211 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.422px;display:block;z-index:1000; }#wz-section-wzs27 { height:513.422px;--section-height:513.422px; }#wze226 { top:15px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:174.872px;display:block;z-index:1000; }#wze227 { top:94.9903px;left:88.0005px;bottom:auto;right:auto;width:261.96px;height:38.1392px;display:block;z-index:1000;text-align:center; }#wze228 { top:141.345px;left:88.0045px;bottom:auto;right:auto;width:261.96px;height:23.6364px;display:block;z-index:1000;text-align:center; }#wze229 { top:15px;left:187.005px;bottom:auto;right:auto;width:63.9915px;height:63.9915px;display:block;z-index:1000; }#wze230 { top:9.51385px;left:9.51671px;bottom:auto;right:auto;width:44.9858px;height:44.9858px;display:block;z-index:1000; }#wze231 { top:204.858px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:175.014px;display:block;z-index:1000; }#wze232 { top:94.9903px;left:88.0005px;bottom:auto;right:auto;width:261.96px;height:38.1392px;display:block;z-index:1000;text-align:center; }#wze233 { top:140.863px;left:88.0045px;bottom:auto;right:auto;width:261.96px;height:28.1392px;display:block;z-index:1000;text-align:center; }#wze234 { top:15px;left:187.005px;bottom:auto;right:auto;width:63.9915px;height:63.9915px;display:block;z-index:1000; }#wze235 { top:15.0032px;left:15.0033px;bottom:auto;right:auto;width:35.9801px;height:35.9801px;display:block;z-index:1000; }#wze236 { top:394.858px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:197.614px;display:block;z-index:1000; }#wze237 { top:94.9973px;left:88.0005px;bottom:auto;right:auto;width:261.96px;height:38.1392px;display:block;z-index:1000;text-align:center; }#wze238 { top:140.382px;left:88.0045px;bottom:auto;right:auto;width:261.96px;height:47.2301px;display:block;z-index:1000;text-align:center; }#wze239 { top:0px;left:187.005px;bottom:auto;right:auto;width:63.9915px;height:63.9915px;display:block;z-index:1000; }#wze240 { top:11.9998px;left:12.0001px;bottom:auto;right:auto;width:38.9915px;height:38.9915px;display:block;z-index:1000; }#wz-section-wzs33 { height:607.47197119141px;--section-height:607.47197119141px; }#wze225 { top:15px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:160.483px;display:block;z-index:1000; }#wz-section-wzs32 { height:190.483px;--section-height:190.483px; }#wze217 { top:15px;left:0.8465px;bottom:auto;right:auto;width:466.307px;height:350.767px;display:block;z-index:1000; }#wze218 { top:15px;left:15px;bottom:auto;right:auto;width:436.307px;height:334.901px;display:block;z-index:1000; }#wze219 { top:64.7017px;left:15px;bottom:auto;right:auto;width:406.307px;height:34.7159px;display:block;z-index:1000; }#wze220 { top:15px;left:15px;bottom:auto;right:auto;width:406.307px;height:34.7159px;display:block;z-index:1000; }#wze221 { top:164.105px;left:15px;bottom:auto;right:auto;width:406.307px;height:34.7159px;display:block;z-index:1000; }#wze222 { top:114.403px;left:15px;bottom:auto;right:auto;width:406.307px;height:34.7159px;display:block;z-index:1000; }#wze223 { top:213.807px;left:15px;bottom:auto;right:auto;width:406.307px;height:51.0369px;display:block;z-index:1000; }#wze224 { top:279.829px;left:118.154px;bottom:auto;right:auto;width:200px;height:40px;display:block;z-index:1000; }#wz-section-wzs31 { height:380.753px;--section-height:380.753px; }#wze277 { top:15px;left:120.505px;bottom:auto;right:auto;width:226.989px;height:57.2585px;display:block;z-index:1000;text-align:center; }#wze422 { top:87.2443px;left:109px;bottom:auto;right:auto;width:250px;height:0.980114px;display:block;z-index:1000; }#wze425 { top:103.224px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:362.713px;display:block;z-index:1000;text-align:right; }#wz-section-wzs39 { height:480.9092355957px;--section-height:480.9092355957px; }#wze270 { top:0px;left:0px;bottom:auto;right:auto;width:467.997px;height:420.994px;display:block;z-index:1000;order:1; }#wze421 { top:15px;left:1.8395px;bottom:auto;right:auto;width:464.332px;height:390.994px;display:block;z-index:1000; }#wze421 .wz-gallery.wz-gallery-grid li { width:232px;height:121px;padding:10px; }#wze272 { top:0px;left:0px;bottom:auto;right:auto;width:467.997px;height:274.773px;display:block;z-index:1000;order:2; }#wze274 { top:15px;left:46.4985px;bottom:auto;right:auto;width:375px;height:53.6364px;display:block;z-index:1000;text-align:right; }#wze275 { top:83.6364px;left:24.51px;bottom:auto;right:auto;width:418.991px;height:54.5455px;display:block;z-index:1000;text-align:right; }#wze276 { top:153.182px;left:166.865px;bottom:auto;right:auto;width:134.261px;height:40px;display:block;z-index:1000; }#wz-section-wzs38 { height:695.75310253906px;--section-height:695.75310253906px; }#wze311 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:32.7273px;display:block;z-index:1000;text-align:right; }#wz-section-wzs43 { height:62.7273px;--section-height:62.7273px; }#wze291 { top:15px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:56.8926px;display:block;z-index:1000; }#wze293 { top:21.5801px;left:82.0274px;bottom:auto;right:auto;width:269.432px;height:20.3125px;display:block;z-index:1000; }#wze294 { top:7.49121px;left:67.024px;bottom:auto;right:auto;width:303.949px;height:40.9091px;display:block;z-index:1000;text-align:center; }#wze295 { top:86.8892px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:346.151px;display:block;z-index:1000; }#wze296 { top:63.1317px;left:188.003px;bottom:auto;right:auto;width:61.9744px;height:61.9744px;display:block;z-index:1000; }#wze297 { top:150.803px;left:117.504px;bottom:auto;right:auto;width:202.969px;height:38.1392px;display:block;z-index:1000;text-align:center; }#wze298 { top:213.64px;left:110.013px;bottom:auto;right:auto;width:217.969px;height:93.5369px;display:block;z-index:1000;text-align:center; }#wze299 { top:448.04px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:347.301px;display:block;z-index:1000; }#wze300 { top:63.1247px;left:188.003px;bottom:auto;right:auto;width:61.9744px;height:61.9744px;display:block;z-index:1000; }#wze301 { top:150.796px;left:117.504px;bottom:auto;right:auto;width:202.983px;height:38.1392px;display:block;z-index:1000;text-align:center; }#wze302 { top:214.384px;left:110.013px;bottom:auto;right:auto;width:217.969px;height:46.7898px;display:block;z-index:1000;text-align:center; }#wze303 { top:810.327px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:347.017px;display:block;z-index:1000; }#wze304 { top:63.1247px;left:188.003px;bottom:auto;right:auto;width:61.9744px;height:61.9744px;display:block;z-index:1000; }#wze305 { top:150.796px;left:117.504px;bottom:auto;right:auto;width:202.983px;height:38.1392px;display:block;z-index:1000;text-align:center; }#wze306 { top:213.669px;left:110.013px;bottom:auto;right:auto;width:217.969px;height:70.1847px;display:block;z-index:1000;text-align:center; }#wz-section-wzs42 { height:1172.3296448975px;--section-height:1172.3296448975px; }#wze283 { top:15px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:128.1441px;display:block;z-index:1000; }#wze284 { top:37.7322px;left:90.5015px;bottom:auto;right:auto;width:256.989px;height:75.4119px;display:block;z-index:1000;text-align:center; }#wze285 { top:87.2692px;left:107.509px;bottom:auto;right:auto;width:219.972px;height:16.9318px;display:block;z-index:1000; }#wze286 { top:7.53105px;left:128.997px;bottom:auto;right:auto;width:180px;height:30.9091px;display:block;z-index:1000;text-align:center; }#wze287 { top:158.139px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:303.466px;display:block;z-index:1000; }#wze290 { top:476.605px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:248.352px;display:block;z-index:1000; }#wz-section-wzs41 { height:739.9288203125px;--section-height:739.9288203125px; }#wze278 { top:15px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:128.1441px;display:block;z-index:1000; }#wze279 { top:37.7322px;left:40.01px;bottom:auto;right:auto;width:357.969px;height:75.4119px;display:block;z-index:1000;text-align:center; }#wze280 { top:87.3047px;left:143.504px;bottom:auto;right:auto;width:150.98px;height:16.9318px;display:block;z-index:1000; }#wze281 { top:7.56655px;left:128.999px;bottom:auto;right:auto;width:180px;height:30.9091px;display:block;z-index:1000;text-align:center; }#wze282 { top:158.139px;left:0.0084999px;bottom:auto;right:auto;width:467.983px;height:1034.82px;display:block;z-index:1000; }#wze282 .wz-gallery.wz-gallery-grid li { width:155px;height:336px;padding:10px; }#wz-section-wzs40 { height:1207.945px;--section-height:1207.945px; }#wze187 { --gtr:2 }.cssgrid #wze187 { margin:  15px 0px 22px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze18 { margin:  31px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze9 { margin:  0px 0px 45px 0px; grid-area: 3 / 1 / 4 / 2; }#wze20 { --gtr:1 }.cssgrid #wze20 { margin:  0px 0px 2px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze401 { margin:  46px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze3 { margin:  0px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze4 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze19 { margin:  -5px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze10 { --gtr:1 }.cssgrid #wze10 { margin:  17px 0px 78px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze17 { margin:  4px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze391 { margin:  15px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze386 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze387 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 0.96875px }.cssgrid #wze395 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze331 { --gtr:4 }.cssgrid #wze331 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze333 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze332 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 10px }.cssgrid #wze337 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2.90625px }.cssgrid #wze338 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze399 { margin:  4px 0px -2px 0px; grid-area: 1 / 1 / 2 / 2; }#wze55 { --gtr:4 }.cssgrid #wze55 { margin:  15px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze111 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze109 { margin:  0px 0px 73px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze110 { margin:  12px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 10px }.cssgrid #wze113 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 0.546875px }.cssgrid #wze114 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }#wze353 { --gtr:4 }.cssgrid #wze353 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze355 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze354 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 10px }.cssgrid #wze359 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 0.953125px }.cssgrid #wze357 { margin:  0px 0px 16px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze414 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze416 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1px }.cssgrid #wze417 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1px }.cssgrid #wze420 { margin:  0px 0px 11px 0px; grid-area: 3 / 1 / 4 / 2; }#wze190 { --gtr:1 }.cssgrid #wze190 { margin:  23px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze188 { --gtr:1 }.cssgrid #wze188 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze191 { --gtr:1 }.cssgrid #wze191 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze189 { --gtr:1 }.cssgrid #wze189 { margin:  0px 0px 35px 0px; grid-area: 4 / 1 / 5 / 2; }#wze192 { --gtr:2 }.cssgrid #wze192 { margin:  0px 0px 35px 0px; grid-area: 5 / 1 / 6 / 2; }#wze193 { --gtr:2 }.cssgrid #wze193 { margin:  0px 0px 18px 0px; grid-area: 6 / 1 / 8 / 2; }.cssgrid #wze315 { margin:  5px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }#wze194 { --gtr:2 }.cssgrid #wze194 { margin:  0px 0px 5px 0px; grid-area: 8 / 1 / 10 / 2; }.cssgrid #wze396 { margin:  4px 0px 0px 0px; grid-area: 8 / 1 / 9 / 2; }#wze59 { --gtr:1 }.cssgrid #wze59 { margin:  0px 0px -3.016px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze103 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze102 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze63 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze62 { margin:  18px 0px 11px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze105 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze106 { margin:  2px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze100 { margin:  11px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze99 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze74 { margin:  0px 0px 16px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze75 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 10px }.cssgrid #wze76 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze84 { margin:  0px 0px 14px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze83 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 10px }.cssgrid #wze86 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze79 { margin:  0px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze78 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 10px }.cssgrid #wze81 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze60 { margin:  15px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze14 { margin:  21px 0px 21px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze16 { margin:  20px 0px 18px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze408 { margin:  0px 0px 76px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze409 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze13 { margin:  20px 0px 20px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze156 { margin:  20px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }#wze173 { --gtr:2 }.cssgrid #wze173 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze176 { --gtr:2 }.cssgrid #wze176 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze180 { --gtr:2 }.cssgrid #wze180 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze175 { margin:  42px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze174 { margin:  0px 0px 39px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze177 { margin:  42px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze179 { margin:  0px 0px 35px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze181 { margin:  42px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze183 { margin:  0px 0px 43px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze164 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze165 { margin:  21px 0px 21px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze212 { margin:  0px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze207 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze208 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze209 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze210 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze211 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze226 { --gtr:3 }.cssgrid #wze226 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze231 { --gtr:3 }.cssgrid #wze231 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze236 { --gtr:3 }.cssgrid #wze236 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze229 { --gtr:1 }.cssgrid #wze229 { margin:  15px 0px 16px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze227 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze228 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze230 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }#wze234 { --gtr:1 }.cssgrid #wze234 { margin:  15px 0px 16px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze232 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze233 { margin:  0px 0px 6px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze235 { margin:  15px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }#wze239 { --gtr:1 }.cssgrid #wze239 { margin:  0px 0px 31px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze237 { margin:  0px 0px 7px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze238 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze240 { margin:  12px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze225 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze217 { --gtr:6 }.cssgrid #wze217 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze218 { --gtr:6 }.cssgrid #wze218 { margin:  15px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze220 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze219 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze222 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze221 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze223 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze224 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze277 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze422 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 0.980114px }.cssgrid #wze425 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze421 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze274 { 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 #wze276 { margin:  0px 0px 82px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze311 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze291 { --gtr:1 }.cssgrid #wze291 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze295 { --gtr:3 }.cssgrid #wze295 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze299 { --gtr:3 }.cssgrid #wze299 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze303 { --gtr:3 }.cssgrid #wze303 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze294 { margin:  7px 0px 9px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze293 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 20.3125px }.cssgrid #wze296 { margin:  63px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze297 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze298 { margin:  0px 0px 39px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze300 { margin:  63px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze301 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze302 { margin:  0px 0px 86px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze304 { margin:  63px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze305 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze306 { margin:  0px 0px 63px 0px; grid-area: 3 / 1 / 4 / 2; }#wze283 { --gtr:4 }.cssgrid #wze283 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze287 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze290 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze286 { margin:  8px 0px 49px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze284 { margin:  38px 0px 15px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze285 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 16.9318px }#wze278 { --gtr:4 }.cssgrid #wze278 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze282 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze281 { margin:  8px 0px 49px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze279 { margin:  38px 0px 15px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze280 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 16.9318px }#wz-section-header  { --gtr:3 }#wz-section-wzs51  { --gtr:1 }#wz-section-wzs47  { --gtr:3 }#wz-section-wzs45  { --gtr:1 }#wz-section-wzs54  { --gtr:1 }#wz-section-wzs6  { --gtr:1 }#wz-section-wzs30  { --gtr:1 }#wz-section-wzs56  { --gtr:3 }#wz-section-footer  { --gtr:8 }#wz-section-wzs3  { --gtr:1 }#wz-section-wzs2  { --gtr:2 }#wz-section-wzs53  { --gtr:1 }#wz-section-wzs4  { --gtr:1 }#wz-section-wzs17  { --gtr:1 }#wz-section-wzs16  { --gtr:1 }#wz-section-wzs18  { --gtr:1 }#wz-section-wzs28  { --gtr:0 }#wz-section-wzs23  { --gtr:2 }#wz-section-wzs24  { --gtr:2 }#wz-section-wzs25  { --gtr:2 }#wz-section-wzs26  { --gtr:2 }#wz-section-wzs27  { --gtr:2 }#wz-section-wzs33  { --gtr:3 }#wz-section-wzs32  { --gtr:1 }#wz-section-wzs31  { --gtr:1 }#wz-section-wzs39  { --gtr:3 }#wz-section-wzs38  { --gtr:1 }#wz-section-wzs43  { --gtr:1 }#wz-section-wzs42  { --gtr:4 }#wz-section-wzs41  { --gtr:3 }#wz-section-wzs40  { --gtr:2 }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze9 { top:79.1827px;left:285.999px;bottom:auto;right:auto;width:469px;height:50px;display:block;z-index:1000; }#wze18 { top:40.034px;left:139.839px;bottom:auto;right:auto;width:138.655px;height:20.9375px;display:block;z-index:998; }#wze20 { top:163.737px;bottom:auto;right:auto;height:109.266px;z-index:1000; }#wze10 { top:-75px;left:43.508px;bottom:auto;right:auto;width:54.9766px;height:35.9844px;display:block;z-index:996; }#wze17 { top:0.453125px;left:0.781282px;bottom:auto;right:auto;width:51.0078px;height:32.5938px;display:block;z-index:998; }#wze19 { top:17.5345px;left:517.088px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:998; }#wze187 { top:22.9289px;left:558.975px;bottom:auto;right:auto;width:193px;height:48px;z-index:1000; }#wze3 { top:0px;left:29px;bottom:auto;right:auto;width:164px;height:30px;display:block;z-index:1000;text-align:right; }#wze4 { top:30.2211px;left:0px;bottom:auto;right:auto;width:193px;height:18px;display:block;z-index:1000;text-align:right; }#wze401 { top:178.378px;left:576.753px;bottom:auto;right:auto;width:158px;height:53px;z-index:1000;text-align:center; }#wz-section-header { height:332.984px;--section-height:332.984px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze391 { top:15px;left:136px;bottom:auto;right:auto;width:496px;height:28px;display:block;z-index:1000;text-align:center; }#wz-section-wzs51 { height:58px;--section-height:58px; }#wze386 { top:30px;left:196.5px;bottom:auto;right:auto;width:375px;height:50px;z-index:1000;text-align:center; }#wze387 { top:95px;bottom:auto;right:auto;height:2px;z-index:1000; }#wze395 { top:112px;left:15px;bottom:auto;right:auto;width:738px;height:304.312px;z-index:1000; }#wz-section-wzs47 { height:429.297px;--section-height:429.297px; }#wze323 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:580.156px;display:block;z-index:1000;order:1; }#wze331 { top:15px;bottom:auto;right:auto;height:550.156px;display:block;z-index:1000; }#wze332 { top:15px;left:221px;bottom:auto;right:auto;width:10px;height:10px;display:block;z-index:1000; }#wze333 { top:15px;left:246px;bottom:auto;right:auto;width:301px;height:34px;display:block;z-index:1000;text-align:right; }#wze337 { top:64px;bottom:auto;right:auto;height:2.90625px;display:block;z-index:1000; }#wze338 { top:81.9062px;left:15px;bottom:auto;right:auto;width:738px;height:428.25px;display:block;z-index:1000; }#wz-section-wzs45 { height:580.141px;--section-height:580.141px; }#wze399 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:108.94308943089429px;display:block;z-index:1000; }#wze399 .wz-list-root { width:calc( 20% - ( 2 * 0px ) );margin:0px; }#wz-section-wzs54 { height:138.938px;--section-height:138.938px; }#wze55 { top:15px;bottom:auto;right:auto;height:464.297px;display:block;z-index:1000; }#wze109 { top:4px;left:247.5px;bottom:auto;right:auto;width:301px;height:34px;display:block;z-index:1000;text-align:right; }#wze110 { top:77px;left:364px;bottom:auto;right:auto;width:10px;height:10px;z-index:1000; }#wze111 { top:4px;left:563.5px;bottom:auto;right:auto;width:159px;height:58px;display:block;z-index:1000; }.wzc35-container .wzc35-container-bg { font-size:8px; }#wze112 { top:4px;left:15.5px;bottom:auto;right:auto;width:217px;height:22px;display:block;z-index:1000;text-align:left; }#wze113 { top:177px;left:15px;bottom:auto;right:auto;width:708px;height:3.46875px;display:block;z-index:1000; }#wze114 { top:198.826px;left:20px;bottom:auto;right:auto;width:708px;height:215.844px;display:block;z-index:1000; }#wz-section-wzs6 { height:479.297px;--section-height:479.297px; }#wze353 { top:15px;bottom:auto;right:auto;height:574.188px;display:block;z-index:1000; }#wze354 { top:15px;left:221px;bottom:auto;right:auto;width:10px;height:10px;display:block;z-index:1000; }#wze355 { top:15px;left:246px;bottom:auto;right:auto;width:301px;height:34px;display:block;z-index:1000;text-align:right; }#wze357 { top:79.9531px;left:15px;bottom:auto;right:auto;width:738px;height:453px;display:block;z-index:1000; }#wze359 { top:64px;bottom:auto;right:auto;height:0.953125px;display:block;z-index:1000; }#wz-section-wzs30 { height:604.188px;--section-height:604.188px; }#wze414 { top:15px;left:453px;bottom:auto;right:auto;width:180px;height:45px;display:block;z-index:1000;text-align:center; }#wze416 { top:15px;left:294px;bottom:auto;right:auto;width:144px;height:1px;display:block;z-index:1000; }#wze417 { top:15px;left:135px;bottom:auto;right:auto;width:144px;height:1px;display:block;z-index:1000; }#wze420 { top:75px;left:15px;bottom:auto;right:auto;width:738px;height:202.375px;display:block;z-index:1000; }#wz-section-wzs56 { height:292.375px;--section-height:292.375px; }#wze59 { top:425.655px;bottom:auto;right:auto;height:48.0625px;display:block;z-index:1000; }#wze60 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:19px;display:block;z-index:1000;text-align:center; }#wze188 { top:46px;left:543.492px;bottom:auto;right:auto;width:209px;height:81px;display:block;z-index:1000; }#wze62 { top:1.992px;left:159px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze63 { top:0px;left:0px;bottom:auto;right:auto;width:145px;height:81px;display:block;z-index:1000;text-align:right; }#wze189 { top:922.893px;left:265.492px;bottom:auto;right:auto;width:237.003px;height:114.927px;display:none;z-index:1000; }#wze99 { top:0px;left:0px;bottom:auto;right:auto;width:145px;height:73.9896px;display:block;z-index:1000;text-align:right; }#wze100 { top:0px;left:159px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze190 { top:46px;left:279.742px;bottom:auto;right:auto;width:209px;height:85px;display:block;z-index:1000; }#wze102 { top:0px;left:0px;bottom:auto;right:auto;width:145px;height:85px;display:block;z-index:1000;text-align:right; }#wze103 { top:2px;left:159px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze191 { top:46px;left:16.0076px;bottom:auto;right:auto;width:208.992px;height:66px;display:block;z-index:1000; }#wze105 { top:0px;left:0px;bottom:auto;right:auto;width:145px;height:66px;display:block;z-index:1000;text-align:right; }#wze106 { top:2px;left:158.995px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze192 { top:159.03px;left:214.998px;bottom:auto;right:auto;width:540px;height:95.2656px;display:block;z-index:1000; }#wze74 { top:0px;left:349.24px;bottom:auto;right:auto;width:169px;height:25px;display:block;z-index:1000;text-align:right; }#wze75 { top:9.64165px;left:526.24px;bottom:auto;right:auto;width:10px;height:10.7109px;display:block;z-index:1000; }#wze76 { top:25.4161px;left:0px;bottom:auto;right:auto;width:540px;height:70.2031px;display:block;z-index:1000;text-align:right; }#wze193 { top:281.063px;left:573.99px;bottom:auto;right:auto;width:181px;height:130.766px;display:block;z-index:1000; }#wze83 { top:9.994px;left:170.9854375px;bottom:auto;right:auto;width:10px;height:10px;display:block;z-index:1000; }#wze84 { top:1.27329e-14px;left:14.9991375px;bottom:auto;right:auto;width:150px;height:25px;display:block;z-index:1000;text-align:right; }#wze86 { top:37.498px;left:2.7284598191901E-14px;bottom:auto;right:auto;width:181px;height:93.625px;display:block;z-index:1000;text-align:right; }#wze194 { top:285.501px;left:332.489px;bottom:auto;right:auto;width:157.0034375px;height:116.516px;display:block;z-index:1000; }#wze78 { top:9.994px;left:147.0034375px;bottom:auto;right:auto;width:10px;height:10px;display:block;z-index:1000; }#wze79 { top:1.27329e-14px;left:2.7284598191901E-14px;bottom:auto;right:auto;width:138px;height:25px;display:block;z-index:1000;text-align:right; }#wze81 { top:32.998px;left:59.9991375px;bottom:auto;right:auto;width:97px;height:83.8125px;display:block;z-index:1000; }#wze315 { top:344.557px;left:42.2058px;bottom:auto;right:auto;width:166.938px;height:54px;z-index:1000; }#wze396 { top:auto;left:auto;bottom:10px;right:10px;width:50px;height:50px;z-index:9999999; }#wz-section-footer { height:473.609px;--section-height:473.609px; }#wze426 { top:0px;left:0px;bottom:0px;right:0px;width:400px;height:300px;z-index:9999999; }#wze427 { top:10px;left:365px;bottom:auto;right:auto;width:25px;height:25px;z-index:1000; }#wze428 { bottom:auto;right:auto;z-index:1000; }#wze429 { bottom:auto;right:auto;z-index:1000; }#wze430 { bottom:auto;right:auto;z-index:1000; }#wz-section-wzs57 { height:200px;--section-height:200px; }#wze14 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:3505px;display:block;z-index:1000; }#wze14 .wz-shop-product { width: calc(50% - 46px )}#wz-section-wzs3 { height:3535px;--section-height:3535px; }#wze16 { top:15px;left:2.992px;bottom:auto;right:auto;width:762.031px;height:670.5px;display:block;z-index:1000; }#wze408 { top:700.5px;left:350.5px;bottom:auto;right:auto;width:67px;height:78.9844px;display:block;z-index:1000; }#wz-section-wzs2 { height:794.4844px;--section-height:794.4844px; }#wze409 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:332.969px;display:block;z-index:1000; }#wz-section-wzs53 { height:362.969px;--section-height:362.969px; }#wze13 { top:15px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:119.759px;display:block;z-index:1000; }#wz-section-wzs4 { height:149.759px;--section-height:149.759px; }#wze156 { top:40px;left:15px;bottom:auto;right:auto;width:738px;height:463.609px;display:block;z-index:1000; }#wz-section-wzs17 { height:543.594px;--section-height:543.594px; }#wze205 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:786.708px;display:block;z-index:1000;order:2; }#wze173 { top:15px;left:230.5px;bottom:auto;right:auto;width:307px;height:144.312px;display:block;z-index:1000; }#wze174 { top:84.047px;left:32px;bottom:auto;right:auto;width:232px;height:21.3125px;display:block;z-index:1000; }#wze175 { top:41.5469px;left:83.5px;bottom:auto;right:auto;width:180px;height:32px;display:block;z-index:1000;text-align:right; }#wze176 { top:174.397px;left:230.5px;bottom:auto;right:auto;width:307px;height:428.042px;display:block;z-index:1000; }#wze177 { top:41.5469px;left:83.5px;bottom:auto;right:auto;width:180px;height:32px;display:block;z-index:1000;text-align:right; }#wze179 { top:91.0626px;left:36px;bottom:auto;right:auto;width:235px;height:301.5px;display:block;z-index:1000; }#wze180 { top:617.439px;left:230.5px;bottom:auto;right:auto;width:307px;height:154.292px;display:block;z-index:1000; }#wze181 { top:41.5469px;left:83.5px;bottom:auto;right:auto;width:180px;height:32px;display:block;z-index:1000;text-align:right; }#wze183 { top:91.0081px;left:66.5px;bottom:auto;right:auto;width:195px;height:20px;display:block;z-index:1000; }#wze206 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:995.917px;display:block;z-index:1000;order:1; }#wze164 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:965.917px;display:block;z-index:1000; }#wz-section-wzs16 { height:1782.62px;--section-height:1782.62px; }#wze165 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:476px;display:block;z-index:1000; }#wz-section-wzs18 { height:506px;--section-height:506px; }#wz-section-wzs28 { height:15px;--section-height:15px; }#wze207 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.266px;display:block;z-index:1000; }#wze212 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs23 { height:701.266px;--section-height:701.266px; }#wze208 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs24 { height:1005px;--section-height:1005px; }#wze209 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.766px;display:block;z-index:1000; }#wz-section-wzs25 { height:563.766px;--section-height:563.766px; }#wze210 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.938px;display:block;z-index:1000; }#wz-section-wzs26 { height:830.938px;--section-height:830.938px; }#wze211 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.812px;display:block;z-index:1000; }#wz-section-wzs27 { height:737.797px;--section-height:737.797px; }#wze226 { top:15px;left:391.5px;bottom:auto;right:auto;width:261.989px;height:174.872px;display:block;z-index:1000; }#wze227 { top:94.9973px;left:0px;bottom:auto;right:auto;width:261.96px;height:38.1392px;display:block;z-index:1000;text-align:center; }#wze228 { top:141.352px;left:0.004px;bottom:auto;right:auto;width:261.96px;height:23.6364px;display:block;z-index:1000;text-align:center; }#wze229 { top:0px;left:99.004px;bottom:auto;right:auto;width:63.9915px;height:63.9915px;display:block;z-index:1000; }#wze230 { top:9.51385px;left:9.51671px;bottom:auto;right:auto;width:44.9858px;height:44.9858px;display:block;z-index:1000; }#wze231 { top:15px;left:114.511px;bottom:auto;right:auto;width:261.989px;height:175.014px;display:block;z-index:1000; }#wze232 { top:94.9973px;left:0px;bottom:auto;right:auto;width:261.96px;height:38.1392px;display:block;z-index:1000;text-align:center; }#wze233 { top:140.87px;left:0.004px;bottom:auto;right:auto;width:261.96px;height:28.1392px;display:block;z-index:1000;text-align:center; }#wze234 { top:0px;left:99.004px;bottom:auto;right:auto;width:63.9915px;height:63.9915px;display:block;z-index:1000; }#wze235 { top:15.0032px;left:15.0033px;bottom:auto;right:auto;width:35.9801px;height:35.9801px;display:block;z-index:1000; }#wze236 { top:205px;left:253.002px;bottom:auto;right:auto;width:261.989px;height:197.614px;display:block;z-index:1000; }#wze237 { top:94.9973px;left:0px;bottom:auto;right:auto;width:261.96px;height:38.1392px;display:block;z-index:1000;text-align:center; }#wze238 { top:140.382px;left:0.004px;bottom:auto;right:auto;width:261.96px;height:47.2301px;display:block;z-index:1000;text-align:center; }#wze239 { top:0px;left:99.004px;bottom:auto;right:auto;width:63.9915px;height:63.9915px;display:block;z-index:1000; }#wze240 { top:11.9998px;left:12.0001px;bottom:auto;right:auto;width:38.9915px;height:38.9915px;display:block;z-index:1000; }#wz-section-wzs33 { height:417.614px;--section-height:417.614px; }#wze225 { top:15px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:270.398px;display:block;z-index:1000; }#wz-section-wzs32 { height:300.398px;--section-height:300.398px; }#wze217 { top:15px;left:0.8465px;bottom:auto;right:auto;width:766.307px;height:428.026px;display:block;z-index:1000; }#wze218 { top:15px;left:15px;bottom:auto;right:auto;width:736.307px;height:401.677px;display:block;z-index:1000; }#wze219 { top:71.9744px;left:15px;bottom:auto;right:auto;width:706.307px;height:41.9886px;display:block;z-index:1000; }#wze220 { top:15px;left:15px;bottom:auto;right:auto;width:706.307px;height:41.9886px;display:block;z-index:1000; }#wze221 { top:185.923px;left:15px;bottom:auto;right:auto;width:706.307px;height:41.9886px;display:block;z-index:1000; }#wze222 { top:128.949px;left:15px;bottom:auto;right:auto;width:706.307px;height:41.9886px;display:block;z-index:1000; }#wze223 { top:242.898px;left:15px;bottom:auto;right:auto;width:706.307px;height:88.7216px;display:block;z-index:1000; }#wze224 { top:346.619px;left:268.153px;bottom:auto;right:auto;width:200px;height:40px;display:block;z-index:1000; }#wz-section-wzs31 { height:458.026px;--section-height:458.026px; }#wze277 { top:15px;left:403.005px;bottom:auto;right:auto;width:226.989px;height:57.2585px;display:block;z-index:1000;text-align:center; }#wze422 { top:15px;left:138.006px;bottom:auto;right:auto;width:250px;height:0.980114px;display:block;z-index:1000; }#wze425 { top:87.2443px;left:44px;bottom:auto;right:auto;width:680px;height:305.455px;display:block;z-index:1000;text-align:right; }#wz-section-wzs39 { height:407.68510253906px;--section-height:407.68510253906px; }#wze270 { top:0px;left:0px;bottom:auto;right:auto;width:767.997px;height:419.02px;display:block;z-index:1000;order:1; }.wzc189-bg { background:;background-color:#fff; }#wze421 { top:14.01px;left:93.3286px;bottom:auto;right:auto;width:581.989px;height:390.994px;display:block;z-index:1000; }#wze421 .wz-gallery.wz-gallery-grid li { width:290px;height:121px;padding:10px; }#wze272 { top:0px;left:0px;bottom:auto;right:auto;width:767.997px;height:367.003px;display:block;z-index:1000;order:2; }#wze274 { top:55.802px;left:196.499px;bottom:auto;right:auto;width:375px;height:53.6364px;display:block;z-index:1000;text-align:right; }#wze275 { top:177.548px;left:174.498px;bottom:auto;right:auto;width:418.991px;height:54.517px;display:block;z-index:1000;text-align:right; }#wze276 { top:271.201px;left:327.783px;bottom:auto;right:auto;width:134.261px;height:40px;display:block;z-index:1000; }#wz-section-wzs38 { height:786.02289746094px;--section-height:786.02289746094px; }#wze311 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:32.7273px;display:block;z-index:1000;text-align:right; }#wz-section-wzs43 { height:62.7273px;--section-height:62.7273px; }#wze291 { top:15px;left:232.025px;bottom:auto;right:auto;width:303.949px;height:56.896px;display:block;z-index:1000; }#wze293 { top:21.5835px;left:15.0034px;bottom:auto;right:auto;width:269.432px;height:20.3125px;display:block;z-index:1000; }#wze294 { top:15px;left:4.4085e-15px;bottom:auto;right:auto;width:303.949px;height:40.9091px;display:block;z-index:1000;text-align:center; }#wze295 { top:86.8892px;left:391.5px;bottom:auto;right:auto;width:261.974px;height:346.151px;display:block;z-index:1000; }#wze296 { top:63.1317px;left:99.9984px;bottom:auto;right:auto;width:61.9744px;height:61.9744px;display:block;z-index:1000; }#wze297 { top:150.803px;left:29.4994px;bottom:auto;right:auto;width:202.969px;height:38.1392px;display:block;z-index:1000;text-align:center; }#wze298 { top:213.64px;left:22.0084px;bottom:auto;right:auto;width:217.969px;height:93.5369px;display:block;z-index:1000;text-align:center; }#wze299 { top:86.8892px;left:114.54px;bottom:auto;right:auto;width:261.974px;height:347.301px;display:block;z-index:1000; }#wze300 { top:63.1317px;left:99.9984px;bottom:auto;right:auto;width:61.9744px;height:61.9744px;display:block;z-index:1000; }#wze301 { top:150.803px;left:29.4994px;bottom:auto;right:auto;width:202.983px;height:38.1392px;display:block;z-index:1000;text-align:center; }#wze302 { top:214.391px;left:22.0084px;bottom:auto;right:auto;width:217.969px;height:46.7898px;display:block;z-index:1000;text-align:center; }#wze303 { top:449.176px;left:253.006px;bottom:auto;right:auto;width:261.974px;height:347.017px;display:block;z-index:1000; }#wze304 { top:63.1317px;left:99.9984px;bottom:auto;right:auto;width:61.9744px;height:61.9744px;display:block;z-index:1000; }#wze305 { top:150.803px;left:29.4994px;bottom:auto;right:auto;width:202.983px;height:38.1392px;display:block;z-index:1000;text-align:center; }#wze306 { top:213.676px;left:22.0084px;bottom:auto;right:auto;width:217.969px;height:70.1847px;display:block;z-index:1000;text-align:center; }#wz-section-wzs42 { height:811.17911694336px;--section-height:811.17911694336px; }#wze283 { top:15px;left:255.5px;bottom:auto;right:auto;width:256.989px;height:128.1511px;display:block;z-index:1000; }#wze284 { top:37.7392px;left:0.003px;bottom:auto;right:auto;width:256.989px;height:75.4119px;display:block;z-index:1000;text-align:center; }#wze285 { top:79.7382px;left:17.0106px;bottom:auto;right:auto;width:219.972px;height:16.9318px;display:block;z-index:1000; }#wze286 { top:0px;left:38.4985px;bottom:auto;right:auto;width:180px;height:30.9091px;display:block;z-index:1000;text-align:center; }#wze287 { top:158.139px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:394.929px;display:block;z-index:1000; }#wze290 { top:568.068px;left:117.508px;bottom:auto;right:auto;width:532.983px;height:302.216px;display:block;z-index:1000; }#wz-section-wzs41 { height:885.27001611328px;--section-height:885.27001611328px; }#wze278 { top:15px;left:205.011px;bottom:auto;right:auto;width:357.969px;height:128.1511px;display:block;z-index:1000; }#wze279 { top:37.7392px;left:15px;bottom:auto;right:auto;width:357.969px;height:75.4119px;display:block;z-index:1000;text-align:center; }#wze280 { top:79.7382px;left:103.494px;bottom:auto;right:auto;width:150.98px;height:16.9318px;display:block;z-index:1000; }#wze281 { top:0px;left:88.9893px;bottom:auto;right:auto;width:180px;height:30.9091px;display:block;z-index:1000;text-align:center; }#wze282 { top:158.139px;left:0.0085px;bottom:auto;right:auto;width:767.983px;height:1034.82px;display:block;z-index:1000; }#wze282 .wz-gallery.wz-gallery-grid li { width:255px;height:336px;padding:10px; }#wz-section-wzs40 { height:1207.945px;--section-height:1207.945px; }#wze187 { --gtr:1 }.cssgrid #wze187 { margin:  23px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze18 { margin:  40px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze9 { margin:  0px 0px 35px 0px; grid-area: 3 / 1 / 4 / 2; }#wze20 { --gtr:2 }.cssgrid #wze20 { margin:  0px 0px 60px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze401 { margin:  14px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze3 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze4 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }#wze10 { --gtr:1 }.cssgrid #wze10 { margin:  -75px 0px 57px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze19 { margin:  0px 0px 41px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze17 { margin:  0px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze391 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze386 { margin:  30px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze387 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze395 { margin:  0px 0px 13px 0px; grid-area: 3 / 1 / 4 / 2; }#wze331 { --gtr:3 }.cssgrid #wze331 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze332 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 10px }.cssgrid #wze333 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze337 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2.90625px }.cssgrid #wze338 { margin:  0px 0px 40px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze399 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze55 { --gtr:4 }.cssgrid #wze55 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze112 { margin:  4px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze109 { margin:  4px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze111 { margin:  4px 0px 15px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze110 { margin:  0px 0px 90px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 10px }.cssgrid #wze113 { margin:  0px 0px 19px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 3.46875px }.cssgrid #wze114 { margin:  0px 0px 49px 0px; grid-area: 6 / 1 / 7 / 2; }#wze353 { --gtr:3 }.cssgrid #wze353 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze354 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 10px }.cssgrid #wze355 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze359 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 0.953125px }.cssgrid #wze357 { margin:  0px 0px 41px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze416 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 1px }.cssgrid #wze417 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 1px }.cssgrid #wze414 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze420 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze191 { --gtr:1 }.cssgrid #wze191 { margin:  46px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze188 { --gtr:1 }.cssgrid #wze188 { margin:  46px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }#wze190 { --gtr:1 }.cssgrid #wze190 { margin:  46px 0px 28px 0px; grid-area: 1 / 1 / 4 / 2; }#wze192 { --gtr:2 }.cssgrid #wze192 { margin:  0px 0px 27px 0px; grid-area: 4 / 1 / 5 / 2; }#wze193 { --gtr:2 }.cssgrid #wze193 { margin:  0px 0px 14px 0px; grid-area: 5 / 1 / 8 / 2; }#wze194 { --gtr:2 }.cssgrid #wze194 { margin:  5px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze315 { margin:  64px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }#wze59 { --gtr:1 }.cssgrid #wze59 { margin:  0px 0px -0.39100000000002px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze63 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze62 { margin:  2px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze102 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze103 { margin:  2px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze105 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze106 { margin:  2px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze74 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze75 { margin:  10px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 10.7109px }.cssgrid #wze76 { margin:  0px 0px -0.73439999999999px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze84 { margin:  0px 0px 12px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze83 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 10px }.cssgrid #wze86 { margin:  0px 0px -0.23400000000001px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze79 { margin:  0px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze78 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 10px }.cssgrid #wze81 { margin:  0px 0px -0.48399999999999px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze60 { margin:  15px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze14 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze16 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze408 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze409 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze13 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze156 { margin:  40px 0px 40px 0px; grid-area: 1 / 1 / 2 / 2; }#wze173 { --gtr:2 }.cssgrid #wze173 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze176 { --gtr:2 }.cssgrid #wze176 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze180 { --gtr:2 }.cssgrid #wze180 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze175 { margin:  42px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze174 { margin:  0px 0px 39px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze177 { margin:  42px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze179 { margin:  0px 0px 35px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze181 { margin:  42px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze183 { margin:  0px 0px 43px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze164 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze165 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze212 { margin:  0px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze207 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze208 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze209 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze210 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze211 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze226 { --gtr:3 }.cssgrid #wze226 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze231 { --gtr:3 }.cssgrid #wze231 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze236 { --gtr:3 }.cssgrid #wze236 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze229 { --gtr:1 }.cssgrid #wze229 { margin:  0px 0px 31px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze227 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze228 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze230 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }#wze234 { --gtr:1 }.cssgrid #wze234 { margin:  0px 0px 31px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze232 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze233 { margin:  0px 0px 6px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze235 { margin:  15px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }#wze239 { --gtr:1 }.cssgrid #wze239 { margin:  0px 0px 31px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze237 { margin:  0px 0px 7px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze238 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze240 { margin:  12px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze225 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze217 { --gtr:6 }.cssgrid #wze217 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze218 { --gtr:6 }.cssgrid #wze218 { margin:  15px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze220 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze219 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze222 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze221 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze223 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze224 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze422 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 0.980114px }.cssgrid #wze277 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze425 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze421 { margin:  14px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze274 { margin:  56px 0px 69px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze275 { margin:  0px 0px 39px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze276 { margin:  0px 0px 56px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze311 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze291 { --gtr:1 }.cssgrid #wze291 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze295 { --gtr:3 }.cssgrid #wze295 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze299 { --gtr:3 }.cssgrid #wze299 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }#wze303 { --gtr:3 }.cssgrid #wze303 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze294 { margin:  15px 0px 1px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze293 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 20.3125px }.cssgrid #wze296 { margin:  63px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze297 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze298 { margin:  0px 0px 39px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze300 { margin:  63px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze301 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze302 { margin:  0px 0px 86px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze304 { margin:  63px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze305 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze306 { margin:  0px 0px 63px 0px; grid-area: 3 / 1 / 4 / 2; }#wze283 { --gtr:2 }.cssgrid #wze283 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze287 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze290 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze286 { margin:  0px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze284 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze285 { margin:  42px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 16.9318px }#wze278 { --gtr:2 }.cssgrid #wze278 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze282 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze281 { margin:  0px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze279 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze280 { margin:  42px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 16.9318px }#wz-section-header  { --gtr:3 }#wz-section-wzs51  { --gtr:1 }#wz-section-wzs47  { --gtr:3 }#wz-section-wzs45  { --gtr:1 }#wz-section-wzs54  { --gtr:1 }#wz-section-wzs6  { --gtr:1 }#wz-section-wzs30  { --gtr:1 }#wz-section-wzs56  { --gtr:2 }#wz-section-footer  { --gtr:4 }#wz-section-wzs3  { --gtr:1 }#wz-section-wzs2  { --gtr:2 }#wz-section-wzs53  { --gtr:1 }#wz-section-wzs4  { --gtr:1 }#wz-section-wzs17  { --gtr:1 }#wz-section-wzs16  { --gtr:1 }#wz-section-wzs18  { --gtr:1 }#wz-section-wzs28  { --gtr:0 }#wz-section-wzs23  { --gtr:2 }#wz-section-wzs24  { --gtr:2 }#wz-section-wzs25  { --gtr:2 }#wz-section-wzs26  { --gtr:2 }#wz-section-wzs27  { --gtr:2 }#wz-section-wzs33  { --gtr:2 }#wz-section-wzs32  { --gtr:1 }#wz-section-wzs31  { --gtr:1 }#wz-section-wzs39  { --gtr:2 }#wz-section-wzs38  { --gtr:1 }#wz-section-wzs43  { --gtr:1 }#wz-section-wzs42  { --gtr:3 }#wz-section-wzs41  { --gtr:3 }#wz-section-wzs40  { --gtr:2 }}@media only screen and (min-width : 1170px) {#wze399 .wz-list-root { width:calc( 20% - ( 2 * 0px ) );margin:0px; }#wze315 { display:none; }#wze14 .wz-shop-product { width: calc(25% - 46px )}#wze179 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze421 .wz-gallery.wz-gallery-grid li { width:194px;height:122px;padding:10px; }#wze282 .wz-gallery.wz-gallery-grid li { width:389px;height:336px;padding:10px; }#wze187 { --gtr:2 }.cssgrid #wze187 { margin:  25px 0px 4px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze9 { margin:  26px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze18 { margin:  43px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze20 { --gtr:1 }.cssgrid #wze20 { margin:  0px 0px 2px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze401 { margin:  1px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze3 { margin:  0px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze4 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }#wze10 { --gtr:1 }.cssgrid #wze10 { margin:  11px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze19 { margin:  11px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze17 { margin:  5px 0px 2px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze391 { margin:  6px 0px 2px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze386 { margin:  17px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze387 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 0.96875px }.cssgrid #wze395 { margin:  1px 0px 9px 0px; grid-area: 2 / 1 / 4 / 2; }#wze331 { --gtr:3 }.cssgrid #wze331 { margin:  -1px 0px -2px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze333 { margin:  18px 0px 19px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze332 { margin:  33px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 10px }.cssgrid #wze337 { margin:  0px 0px 17px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2.90625px }.cssgrid #wze338 { margin:  0px 0px 6px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze399 { margin:  2px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze55 { --gtr:6 }.cssgrid #wze55 { margin:  2px 0px -4px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze111 { margin:  5px 0px 36px 0px; grid-area: 1 / 1 / 6 / 2; }.cssgrid #wze109 { margin:  29px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze110 { margin:  44px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 10px }.cssgrid #wze112 { margin:  0px 0px 11px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze113 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 1.90625px }.cssgrid #wze114 { margin:  0px 0px 12px 0px; grid-area: 6 / 1 / 7 / 2; }#wze353 { --gtr:3 }.cssgrid #wze353 { margin:  2px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze355 { margin:  26px 0px 43px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze354 { margin:  39px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 10px }.cssgrid #wze359 { margin:  0px 0px 9px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 0.953125px }.cssgrid #wze357 { margin:  0px 0px 8px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze414 { margin:  19px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze416 { margin:  43px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 1px }.cssgrid #wze417 { margin:  0px 0px 13px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1px }.cssgrid #wze420 { margin:  0px 0px -0.046375000000012px 0px; grid-area: 3 / 1 / 5 / 2; }#wze190 { --gtr:1 }.cssgrid #wze190 { margin:  32px 0px 53px 0px; grid-area: 1 / 1 / 5 / 2; }#wze188 { --gtr:1 }.cssgrid #wze188 { margin:  51px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze189 { --gtr:1 }.cssgrid #wze189 { margin:  55px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }#wze191 { --gtr:1 }.cssgrid #wze191 { margin:  57px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }#wze194 { --gtr:2 }.cssgrid #wze194 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }#wze193 { --gtr:2 }.cssgrid #wze193 { margin:  1px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }#wze192 { --gtr:2 }.cssgrid #wze192 { margin:  1px 0px 13px 0px; grid-area: 5 / 1 / 8 / 2; }#wze59 { --gtr:1 }.cssgrid #wze59 { margin:  0px 0px -0.21899999999999px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze103 { margin:  1px 0px -1px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze102 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze63 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze62 { margin:  7px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze99 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze100 { margin:  11px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze105 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze106 { margin:  2px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze79 { margin:  0px 0px 9px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze78 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 10px }.cssgrid #wze81 { margin:  0px 0px -2.047px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze74 { margin:  0px 0px 14px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze75 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 10px }.cssgrid #wze76 { margin:  0px 0px 33px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze84 { margin:  0px 0px 22px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze83 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 10px }.cssgrid #wze86 { margin:  0px 0px -1.188px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze60 { margin:  15px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze14 { margin:  10px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze16 { margin:  -3px 0px 22px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze408 { margin:  673px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze409 { margin:  7px 0px 28px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze13 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze156 { margin:  29px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }#wze173 { --gtr:2 }.cssgrid #wze173 { margin:  30px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }#wze176 { --gtr:2 }.cssgrid #wze176 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 3 / 2; }#wze180 { --gtr:2 }.cssgrid #wze180 { margin:  0px 0px 274px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze175 { margin:  42px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze174 { margin:  0px 0px 39px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze177 { margin:  42px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze179 { margin:  0px 0px 35px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze181 { margin:  42px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze183 { margin:  0px 0px 43px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze164 { margin:  25px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze165 { margin:  23px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze212 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze207 { margin:  30px 0px 96px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze208 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze209 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze210 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze211 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }#wze231 { --gtr:3 }.cssgrid #wze231 { margin:  88px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze236 { --gtr:3 }.cssgrid #wze236 { margin:  88px 0px 69px 0px; grid-area: 1 / 1 / 4 / 2; }#wze226 { --gtr:3 }.cssgrid #wze226 { margin:  92px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }#wze234 { --gtr:1 }.cssgrid #wze234 { margin:  0px 0px 31px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze232 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze233 { margin:  0px 0px 6px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze235 { margin:  15px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }#wze239 { --gtr:1 }.cssgrid #wze239 { margin:  0px 0px 31px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze237 { margin:  0px 0px 7px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze238 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze240 { margin:  12px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }#wze229 { --gtr:1 }.cssgrid #wze229 { margin:  0px 0px 31px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze227 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze228 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze230 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze225 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze217 { --gtr:4 }.cssgrid #wze217 { margin:  5px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2; }#wze218 { --gtr:4 }.cssgrid #wze218 { margin:  11px 0px 45px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze219 { margin:  55px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze220 { margin:  55px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze221 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze222 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze223 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze224 { margin:  0px 0px 55px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze277 { margin:  7px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze422 { margin:  64px 0px 31px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 0.980114px }.cssgrid #wze425 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze421 { margin:  14px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze274 { margin:  56px 0px 69px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze275 { margin:  0px 0px 39px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze276 { margin:  0px 0px 103px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze311 { margin:  40px 0px 40px 0px; grid-area: 1 / 1 / 2 / 2; }#wze291 { --gtr:1 }.cssgrid #wze291 { margin:  133px 0px 56px 0px; grid-area: 1 / 1 / 2 / 2; }#wze295 { --gtr:3 }.cssgrid #wze295 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze303 { --gtr:3 }.cssgrid #wze303 { margin:  1px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }#wze299 { --gtr:3 }.cssgrid #wze299 { margin:  1px 0px 98px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze294 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze293 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 20.3267px }.cssgrid #wze296 { margin:  63px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze297 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze298 { margin:  0px 0px 39px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze300 { margin:  63px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze301 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze302 { margin:  0px 0px 86px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze304 { margin:  63px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze305 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze306 { margin:  0px 0px 63px 0px; grid-area: 3 / 1 / 4 / 2; }#wze283 { --gtr:2 }.cssgrid #wze283 { margin:  75px 0px 56px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze287 { margin:  0px 0px 35px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze290 { margin:  22px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze286 { margin:  0px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze284 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze285 { margin:  42px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 16.946px }#wze278 { --gtr:2 }.cssgrid #wze278 { margin:  107px 0px 60px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze282 { margin:  0px 0px 26px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze281 { margin:  0px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze279 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze280 { margin:  42px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 16.946px }#wz-section-header  { --gtr:2 }#wz-section-wzs51  { --gtr:1 }#wz-section-wzs47  { --gtr:2 }#wz-section-wzs45  { --gtr:1 }#wz-section-wzs54  { --gtr:1 }#wz-section-wzs6  { --gtr:1 }#wz-section-wzs30  { --gtr:1 }#wz-section-wzs56  { --gtr:5 }#wz-section-footer  { --gtr:3 }#wz-section-wzs3  { --gtr:1 }#wz-section-wzs2  { --gtr:1 }#wz-section-wzs53  { --gtr:1 }#wz-section-wzs4  { --gtr:1 }#wz-section-wzs17  { --gtr:1 }#wz-section-wzs16  { --gtr:1 }#wz-section-wzs18  { --gtr:1 }#wz-section-wzs28  { --gtr:0 }#wz-section-wzs23  { --gtr:1 }#wz-section-wzs24  { --gtr:1 }#wz-section-wzs25  { --gtr:1 }#wz-section-wzs26  { --gtr:1 }#wz-section-wzs27  { --gtr:1 }#wz-section-wzs33  { --gtr:1 }#wz-section-wzs32  { --gtr:1 }#wz-section-wzs31  { --gtr:1 }#wz-section-wzs39  { --gtr:2 }#wz-section-wzs38  { --gtr:1 }#wz-section-wzs43  { --gtr:1 }#wz-section-wzs42  { --gtr:2 }#wz-section-wzs41  { --gtr:2 }#wz-section-wzs40  { --gtr:2 }}