.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:205, 205, 205;--color_1_2:175, 175, 175;--color_1_3:144, 144, 144;--color_1_4:113, 113, 113;--color_1_5:83, 83, 83;--color_2_1:142, 158, 219;--color_2_2:96, 119, 204;--color_2_3:58, 84, 180;--color_2_4:43, 62, 134;--color_2_5:28, 41, 87;--color_3_1:232, 225, 209;--color_3_2:211, 199, 168;--color_3_3:191, 173, 127;--color_3_4:171, 147, 86;--color_3_5:130, 112, 65;--color_4_1:226, 185, 180;--color_4_2:208, 145, 136;--color_4_3:191, 104, 92;--color_4_4:159, 74, 63;--color_4_5:115, 54, 45;--color_5_1:106, 197, 215;--color_5_2:58, 178, 202;--color_5_3:42, 138, 157;--color_5_4:29, 96, 109;--color_5_5:16, 53, 60;}
                          .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;
                            }
                        #wze336 { top:11.55px;left:998.3px;width:154px;height:69px;z-index:1001; }.wzc146-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc146-img .wzc146-img-inner { width:100%;height:100%;float:left; }.wzc146-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze336 .wzc146-img-inner { object-fit:fill; }#wze583 { top:23.25px;left:15.6833px;width:50px;height:32.4px;z-index:1002; }.wzc295-container .wzc295-container-icon { fill:rgb(255, 255, 255); }.wzc295-container .wzc295-container-count { color:rgb(242, 107, 52);font-size:10px;font-family:dana_fa; }.wzc295-container .wzc295-container-bubble { background-color:rgb(255, 255, 255); }.wzc295-container {  }.wzc295-text { color:#999999;font-size:14px;font-family:dana_fa; }.wz-shop-mini-cart-container .cart-shop-mini-button.cart-shop-mini-button-primary { background: #62af65 }.wz-shop-mini-cart-container .cart-shop-mini-button { background: rgb(242, 107, 52) }.wz-shop-mini-cart-container .wz-shop-mini-cart > header { background: rgb(242, 107, 52) }#wze611 { top:24.25px;left:256.683px;width:730px;height:40px;z-index:997; }.wzc347 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc347  .wz-menu.wz-classic-menu > li .sub-menu { min-width:100%;background-color:rgba(255, 255, 255, 0);text-align:right; }.wzc347  .wz-menu li > a { padding:0px 15px;font-family:dana_fa;font-size:13px;color:rgba(255, 255, 255, 1); }.wzc347 .wz-menu.wz-mega-menu li > a:hover,.wzc347  .wz-menu.wz-classic-menu li:hover > a { color:#fff; }.wzc347  .wz-menu li.wz-menu-has-children a:after { border-color:rgba(255, 255, 255, 1); }.wzc347 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc347  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:#fff; }.wzc347  .wz-menu > li > a { z-index:1; }.wzc347  .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; }.wzc347 .wz-menu.wz-mega-menu > li > a:hover:before { background-color:rgba(255, 255, 255, 0);color:#fff; }.wzc347  .wz-menu.wz-classic-menu > li:hover > a:before { background-color:rgba(255, 255, 255, 0);color:#fff; }.wzc347  .wz-menu > li.active > a { color:rgba(255, 255, 255, 1); }.wzc347  .wz-menu > li.active > a:before { background-color:rgba(255, 255, 255, 0);color:#fff; }.wzc347  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgba(255, 255, 255, 1); }.wzc347  .wz-menu .sub-menu li > a { padding:5px 15px;color:rgba(255, 255, 255, 1); }.wzc347 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc347  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:rgba(255, 255, 255, 0); }.wzc347  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:rgba(255, 255, 255, 1); }.wzc347  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc347  .wz-menu.wz-classic-menu > li { position:relative; }.wzc347 {  }.wzc347-list { overflow:visible;border-bottom-style:solid;border-color:rgba(255, 255, 255, 0);border-width:0px;background-color:rgba(255, 255, 255, 0); }.wzc347-mobile { background-color:rgb(242, 107, 52); }#wze612 { top:31.15px;left:83.2167px;width:135.0833px;height:21.6px;z-index:1000; }.wzc348  .wz-member-arrow {  }.wzc348  .wz-member-welcome {  }.wzc348 {  }.wzc348-links  .wz-member-link:hover { color:#000; }.wzc348-links { font-size:14px;color:rgb(255, 255, 255);font-family:dana_fa; }.wzc348-actions  li:hover { color:rgb(199, 91, 47); }.wzc348-actions { font-size:13px;color:rgb(242, 107, 52);font-family:yekan, tahoma, serif;background-color:#fff;border-color:rgb(242, 107, 52);border-width:0px;border-style:solid;border-radius:5px; }#wze614 { top:64.25px;left:0px;width:990px;height:5px;z-index:1001; }.wzc281-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255); }.wzc281-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc281-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-header { height:90px;--section-height:90px; }.wzc-section-header { background:;background-color:rgb(242, 107, 52); }.wzc-section-header-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-header-full:after { background:;background-color:rgba(144, 144, 144, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze201 { top:25.5px;left:29.5px;width:1111px;height:418px;z-index:1000; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title { font-family:yekan_fa;font-size:20px;color:rgba(130, 112, 65, 1);background-color:rgba(232, 225, 209, 0); }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-content { font-family:yekan_fa;font-size:15px;background-color:rgba(205, 205, 205, 0);color:rgb(171, 147, 86); }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail { width:275px;height:360px; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:fill; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { color:rgba(0, 0, 0, 0);font-family:yekan_fa;font-size:0px;background-color:rgba(255, 255, 255, 0); }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgba(0, 0, 0, 0);width:0px;height:0px; }.wzc72 .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-section,.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title,.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { padding-left:0px;padding-right:0px; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item { padding:0px 0;flex:1 1 calc(100% / 3 - 10px );max-width:calc(100% / 3 - 10px );margin-left:5px;margin-right:5px; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item:nth-child(3)~.wz-blog-post-item { margin-top:0px; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more { width:900px;height:30px;margin-top:10px; }.wzc72 {  }.wzc72-posts { text-align:center; }.wzc72-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; }.wzc234-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-style:solid;border-width:0px;border-color:rgba(211, 199, 168, 0);background-color:rgba(232, 225, 209, 0);border-radius:5px; }.wzc234-img .wzc234-img-inner { width:100%;height:100%;float:left; }.wzc234-img { width:100%;height:100%;position:relative;overflow:hidden;z-index:2;border-style:solid;border-width:5px;border-color:rgb(232, 225, 209);padding:5px;background-color:rgba(144, 144, 144, 0);border-radius:5px; }.wzc234 { padding:8px; }.wzc174:hover .wzc174-bg { -webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg);transform:rotateY(360deg);border-color:rgba(115, 54, 45, 0);background-color:rgba(255, 255, 255, 0); }.wzc174:hover .wzc174-content { color:rgb(83, 83, 83); }.wzc174:hover {  }.wzc174-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;display:inline-block;text-decoration:none;background-color:rgba(113, 113, 113, 0);border-radius:50%;border-style:double;border-width:0px;border-color:rgba(130, 112, 65, 0);text-align:center;vertical-align:middle;overflow:hidden;transition:.6s !important; }.wzc174-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;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(113, 113, 113);transition:none !important; }.wzc174 { width:100%;height:100%;position:relative;transition:none !important; }.wzc174:active .wzc174-bg {  }.wzc174:active {  }.wzc154-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc154-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc154-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; }.wzc226:hover .wzc226-bg { background-color:rgb(171, 147, 86); }.wzc226:hover .wzc226-content { color:rgb(255, 255, 255); }.wzc226:hover {  }.wzc226-bg:after {  }.wzc226-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(191, 173, 127);border-radius:5px; }.wzc226-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;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(255, 255, 255); }#wz-section-wzs58 { height:462px;--section-height:462px; }.wzc-section-wzs58 { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs58-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs58-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze615 { top:13.5px;left:350.5px;width:469px;height:26.4px;z-index:1000;text-align:center; }.wzc115 { height:auto; }.wzc115-text { width:100%;height:auto; }#wz-section-footer { height:53.4px;--section-height:53.4px; }.wzc-section-footer { background:;background-color:rgb(242, 107, 52); }.wzc-section-footer-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze209 { top:21.5px;left:275.5px;width:619px;height:1275.6px;z-index:1000; }.wzc76  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title { font-family:yekan_fa;font-size:25px;color:rgb(159, 74, 63);background-color:rgba(186, 218, 85, 0); }.wzc76  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-content { font-family:yekan_fa;font-size:18px; }.wzc76  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc76  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:#000;width:13px;height:13px; }.wzc76 .wz-blog-single-post .wz-blog-post-item .wz-blog-post-section,.wzc76  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title,.wzc76  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { padding-left:20px;padding-right:20px; }.wzc76  .wz-blog-single-post .wz-blog-post-item { padding:20px 0; }.wzc76 {  }.wzc76-posts { text-align:center; }.wzc76-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; }.wzc228-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:0px; }.wzc228-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc228-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-wzs57 { height:1312.6px;--section-height:1312.6px; }.wzc-section-wzs57 { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs57-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs57-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze425 { top:18.5px;left:100px;width:970px;height:250px;z-index:1000; }.wzc171-code .wzc171-code-default { position:absolute;left:0px;top:0px;width:100%;height:100%;background-color:#ccc; }.wzc171-code { position:absolute;left:0px;top:0px;width:100%;height:100%; }#wz-section-wzs135 { height:287px;--section-height:287px; }.wzc-section-wzs135 { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs135-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs135-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze426 { top:24.6px;left:335px;width:500px;height:473.6px;z-index:1000; }.wzc243  .wz-blog-comment { padding:10px; }.wzc243  .wz-blog-comment+.wz-blog-comment { margin-top:10px; }.wzc243  .wz-blog-comment .wz-blog-comment-author { font-family:dana_fa;font-size:14px;color:rgb(175, 175, 175); }.wzc243  .wz-blog-comment .wz-blog-comment-message { font-family:dana_fa;font-size:14px;color:rgb(83, 83, 83); }.wzc243  .wz-blog-comment-from { width:500px; }.wzc243 {  }.wzc243-container .wzc243-container-comments {  }.wzc243-container .wzc243-container-form { max-width:100%;height:auto; }.wzc243-container {  }.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; }.wzc242-contactForm .wzc242-contactForm-sections .wzc242-contactForm-sections-section1 .wzc242-contactForm-sections-section1-formRow .wzc242-contactForm-sections-section1-formRow-input {  }.wzc242-contactForm .wzc242-contactForm-sections .wzc242-contactForm-sections-section1 .wzc242-contactForm-sections-section1-formRow {  }.wzc242-contactForm .wzc242-contactForm-sections .wzc242-contactForm-sections-section1 {  }.wzc242-contactForm .wzc242-contactForm-sections .wzc242-contactForm-sections-section2 .wzc242-contactForm-sections-section2-messageRow .wzc242-contactForm-sections-section2-messageRow-message { height:120px; }.wzc242-contactForm .wzc242-contactForm-sections .wzc242-contactForm-sections-section2 .wzc242-contactForm-sections-section2-messageRow {  }.wzc242-contactForm .wzc242-contactForm-sections .wzc242-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc242-contactForm .wzc242-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc242-contactForm .wzc242-contactForm-footer .wzc242-contactForm-footer-submit .wzc242-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc242-contactForm .wzc242-contactForm-footer .wzc242-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc242-contactForm .wzc242-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc242-contactForm .wzc242-contactForm-resultSection .wzc242-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:yekan_fa; }.wzc242-contactForm .wzc242-contactForm-resultSection { height:40px;padding-top:5px; }.wzc242-contactForm  .wzc242-contactForm-resultSection .form-result-show { opacity:1; }.wzc242-contactForm  .wzc242-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc242-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc242-contactForm input,.wzc242-contactForm  textarea { width:100%;box-sizing:border-box;font-family:yekan_fa;padding:5px;outline:0;resize:none;border-width:0px;border-style:solid;border-color:rgb(255, 255, 255);color:#999999;font-size:13px;background-color:rgb(254, 254, 254); }.wzc242-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc242-contactForm  *::-webkit-input-placeholder { color:#999999; }.wzc242-contactForm  *::-moz-placeholder { color:#999999; }.wzc242-contactForm  *:-ms-input-placeholder { color:#999999; }.wzc242-contactForm  *:-moz-placeholder { color:#999999; }.wzc242-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc242-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:#000; }.wzc242-contactForm { direction:rtl; }.wzc102-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc102-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc102-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; }.wzc354:hover .wzc354-bg:after { height:100%; }.wzc354:hover .wzc354-bg {  }.wzc354:hover .wzc354-content { color:#fff; }.wzc354:hover {  }.wzc354-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:100%;height:0%;top:0px;left:0px;background-color:#FF7043; }.wzc354-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px;border-style:solid;border-color:#FF7043;border-width:3px;overflow:hidden; }.wzc354-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-wzs136 { height:511.4px;--section-height:511.4px; }.wzc-section-wzs136 { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs136-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs136-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-wzs98 { height:200px;--section-height:200px; }#wze330 { top:30px;left:30px;width:1110px;height:404.6px;z-index:1000; }.wzc130-root .wzc130-root-container .wzc130-root-container-header .wzc130-root-container-header-title {  }.wzc130-root .wzc130-root-container .wzc130-root-container-header {  }.wzc130-root .wzc130-root-container .wzc130-root-container-submitBoxHeader .wzc130-root-container-submitBoxHeader-submitButtonHeader {  }.wzc130-root .wzc130-root-container .wzc130-root-container-submitBoxHeader {  }.wzc130-root .wzc130-root-container {  }.wzc130-root .wzc130-root-accountContainer .wzc130-root-accountContainer-accountItem .wzc130-root-accountContainer-accountItem-accountItemLabel {  }.wzc130-root .wzc130-root-accountContainer .wzc130-root-accountContainer-accountItem .wzc130-root-accountContainer-accountItem-accountItemInputBox .wzc130-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc130-root .wzc130-root-accountContainer .wzc130-root-accountContainer-accountItem .wzc130-root-accountContainer-accountItem-accountItemInputBox .wzc130-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc130-root .wzc130-root-accountContainer .wzc130-root-accountContainer-accountItem .wzc130-root-accountContainer-accountItem-accountItemInputBox {  }.wzc130-root .wzc130-root-accountContainer .wzc130-root-accountContainer-accountItem {  }.wzc130-root .wzc130-root-accountContainer {  }.wzc130-root .wzc130-root-companyHeaderContainer .wzc130-root-companyHeaderContainer-companyHeader .wzc130-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc130-root .wzc130-root-companyHeaderContainer .wzc130-root-companyHeaderContainer-companyHeader {  }.wzc130-root .wzc130-root-companyHeaderContainer {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyInfoCheck .wzc130-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyInfoCheck .wzc130-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc130-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyInfoCheck .wzc130-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc130-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyInfoCheck .wzc130-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc130-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyInfoCheck .wzc130-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc130-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyInfoCheck .wzc130-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyInfoCheck {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyItemBox .wzc130-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyItemBox .wzc130-root-companyInfo-companyItemBox-companyInputBox .wzc130-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyItemBox .wzc130-root-companyInfo-companyItemBox-companyInputBox .wzc130-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyItemBox .wzc130-root-companyInfo-companyItemBox-companyInputBox {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyItemBox {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyInfoCancelLabel .wzc130-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyInfoCancelLabel .wzc130-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyInfoCancelLabel .wzc130-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyInfoCancelLabel .wzc130-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc130-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc130-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyInfoCancelLabel .wzc130-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc130-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyInfoCancelLabel .wzc130-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc130-root .wzc130-root-companyInfo .wzc130-root-companyInfo-companyInfoCancelLabel {  }.wzc130-root .wzc130-root-companyInfo {  }.wzc130-root .wzc130-root-submitBoxFooter .wzc130-root-submitBoxFooter-submitButtonFooter {  }.wzc130-root .wzc130-root-submitBoxFooter {  }.wzc130-root {  }.wzc130  .wz-profile-account-root { text-align:right; }.wzc130  .wz-profile-account-header-container { margin-bottom:20px; }.wzc130  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc130  .wz-profile-account-container { border-style:solid;border-width:1px;border-color:#efefef;background-color:rgba(236, 226, 222, 0);border-radius:20px;direction:rtl;row-gap:15px;padding:35px; }.wzc130  .wz-profile-account-container:hover { border-radius:20px; }.wzc130  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc130  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc130  .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;text-align:right; }.wzc130  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc130  .wz-profile-account-submit-box { margin-top:20px;text-align:right; }.wzc130  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc130  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc130  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc130  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc130  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc130  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc130  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc130 {  }.wzc129:hover .wzc129-bg { background-color:#ffd9d5; }.wzc129:hover .wzc129-content { color:#E74C3C; }.wzc129:hover {  }.wzc129-bg:after {  }.wzc129-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc129-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C; }#wze335 { top:30px;left:893px;width:262px;height:440px;z-index:1000; }.wzc143-root .wzc143-root-infoBox .wzc143-root-infoBox-userImageBox .wzc143-root-infoBox-userImageBox-userImage {  }.wzc143-root .wzc143-root-infoBox .wzc143-root-infoBox-userImageBox {  }.wzc143-root .wzc143-root-infoBox .wzc143-root-infoBox-userInfo .wzc143-root-infoBox-userInfo-userName {  }.wzc143-root .wzc143-root-infoBox .wzc143-root-infoBox-userInfo .wzc143-root-infoBox-userInfo-userEmail {  }.wzc143-root .wzc143-root-infoBox .wzc143-root-infoBox-userInfo .wzc143-root-infoBox-userInfo-editInfo .wzc143-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc143-root .wzc143-root-infoBox .wzc143-root-infoBox-userInfo .wzc143-root-infoBox-userInfo-editInfo .wzc143-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc143-root .wzc143-root-infoBox .wzc143-root-infoBox-userInfo .wzc143-root-infoBox-userInfo-editInfo {  }.wzc143-root .wzc143-root-infoBox .wzc143-root-infoBox-userInfo {  }.wzc143-root .wzc143-root-infoBox {  }.wzc143-root .wzc143-root-items .wzc143-root-items-item .wzc143-root-items-item-itemBox .wzc143-root-items-item-itemBox-itemIcon {  }.wzc143-root .wzc143-root-items .wzc143-root-items-item .wzc143-root-items-item-itemBox .wzc143-root-items-item-itemBox-itemName {  }.wzc143-root .wzc143-root-items .wzc143-root-items-item .wzc143-root-items-item-itemBox {  }.wzc143-root .wzc143-root-items .wzc143-root-items-item {  }.wzc143-root .wzc143-root-items .wzc143-root-items-more {  }.wzc143-root .wzc143-root-items {  }.wzc143-root .wzc143-root-logoutBox .wzc143-root-logoutBox-logout .wzc143-root-logoutBox-logout-logoutLabel {  }.wzc143-root .wzc143-root-logoutBox .wzc143-root-logoutBox-logout {  }.wzc143-root .wzc143-root-logoutBox {  }.wzc143-root {  }.wzc143  .wz-profile-menu-user-info { gap:2px; }.wzc143  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc143  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc143  .wz-profile-menu-info-box:hover {  }.wzc143  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc143  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc143  .wz-profile-menu-user-name:hover {  }.wzc143  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc143  .wz-profile-menu-user-email:hover {  }.wzc143  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc143  .wz-profile-menu-edit-info:hover {  }.wzc143  .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); }.wzc143  .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; }.wzc143  .wz-profile-menu-items:hover {  }.wzc143  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc143  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc143  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc143  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc143  .wz-profile-menu-item-box:hover {  }.wzc143  .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%; }.wzc143  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc143  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc143  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc143  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc143  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc143  .wz-profile-menu-more:after { color:#808080; }.wzc143 {  }#wz-section-wzs93 { height:469px;--section-height:469px; }.wzc-section-wzs93 { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs93-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs93-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze331 { top:30px;left:30px;width:1110px;height:368.2px;z-index:1000; }.wzc134-header .wzc134-header-title {  }.wzc134-header .wzc134-header-removeButton {  }.wzc134-header .wzc134-header-addToCartButton {  }.wzc134-header {  }.wzc134-favorites { --desktop-columns:3;--desktop-gap:20px;--tablet-columns:2;--tablet-gap:20px;--mobile-columns:2;--mobile-gap:20px;--image-order:0;--title-order:1;--price-order:2;--buttons-order:3; }.wzc134-pagination .wzc134-pagination-paginationButton {  }.wzc134-pagination {  }.wzc134  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc134  .wz-profile-favorites-header-text:hover {  }.wzc134  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc134  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc134  .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; }.wzc134  .wz-profile-favorite-item:hover {  }.wzc134  .wz-profile-favorite-item-image { object-fit:contain; }.wzc134  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc134  .wz-profile-favorite-item-title:hover {  }.wzc134  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc134  .wz-profile-favorite-item-price:hover {  }.wzc134  .wz-profile-favorite-item-add { height:30px; }.wzc134  .wz-profile-favorite-item-remove { height:30px; }.wzc134  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc134  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc134  .wz-profile-favorites-no-results-first-text:hover {  }.wzc134  .wz-profile-favorites-no-results-second-text:hover {  }.wzc134 {  }.wzc131:hover .wzc131-bg { background-color:#E74C3C; }.wzc131:hover .wzc131-content { font-size:10px;color:#fff; }.wzc131:hover {  }.wzc131-bg:after {  }.wzc131-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc131-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family: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; }.wzc132:hover .wzc132-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc132:hover .wzc132-content { font-size:10px;color:#fff; }.wzc132:hover {  }.wzc132-bg:after {  }.wzc132-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc132-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family: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; }.wzc133:hover .wzc133-bg:after { width:90%;opacity:1; }.wzc133:hover .wzc133-bg {  }.wzc133:hover .wzc133-content { color:#fff; }.wzc133:hover {  }.wzc133-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#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%); }.wzc133-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; }.wzc133-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size: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-wzs94 { height:428px;--section-height:428px; }.wzc-section-wzs94 { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs94-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs94-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze332 { top:30px;left:30px;width:1110px;height:384.2px;z-index:1000; }.wzc135-root .wzc135-root-header .wzc135-root-header-title {  }.wzc135-root .wzc135-root-header .wzc135-root-header-options .wzc135-root-header-options-optionsList .wzc135-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc135-root .wzc135-root-header .wzc135-root-header-options .wzc135-root-header-options-optionsList {  }.wzc135-root .wzc135-root-header .wzc135-root-header-options {  }.wzc135-root .wzc135-root-header {  }.wzc135-root .wzc135-root-orders .wzc135-root-orders-ordersHeader .wzc135-root-orders-ordersHeader-ordersHeaderItem .wzc135-root-orders-ordersHeader-ordersHeaderItem-ordersHeaderItem{{ item.id }} {  }.wzc135-root .wzc135-root-orders .wzc135-root-orders-ordersHeader .wzc135-root-orders-ordersHeader-ordersHeaderItem {  }.wzc135-root .wzc135-root-orders .wzc135-root-orders-ordersHeader {  }.wzc135-root .wzc135-root-orders {  }.wzc135-root .wzc135-root-pagination .wzc135-root-pagination-paginationButton {  }.wzc135-root .wzc135-root-pagination {  }.wzc135-root {  }.wzc135  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc135  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc135  .wz-profile-orders-header-option:hover { background-color:rgb(255, 189, 0);color:#fff;cursor:pointer; }.wzc135  .wz-profile-orders-header-options ul [data-active=true] { background-color:rgb(255, 189, 0);color:#fff; }.wzc135  .wz-profile-orders-order-items-root {  }.wzc135  .wz-profile-orders-order-items-container:first-child { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc135  .wz-profile-orders-header { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc135  .wz-profile-orders-order-items-header { width:70%; }.wzc135  .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); }.wzc135  .wz-profile-orders-order-details { width:70%; }.wzc135  .wz-profile-orders-order-buttons { width:30%; }.wzc135  .wz-profile-orders-order-details p { width:20%;font-size:12px;font-family:iransans_fa;font-weight:bold;text-align:center;color:rgb(117,117,117); }.wzc135  .wz-profile-orders-order-data { border-width:2px;border-style:solid;border-color:#e1e1e1;border-radius:8px;background-color:rgb(255,255,255); }.wzc135  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc135  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc135  .wz-profile-orders-no-results-root { gap:10px;border-width:0px;border-style:solid;border-color:unset;border-radius:0;margin-top:20px;padding:70px 30px;background-color:unset; }.wzc135  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc135  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117);padding:5px 20px;border-radius:6px;border-width:2px;border-style:solid;border-color:#e1e1e1; }.wzc135  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc135 {  }#wz-section-wzs95 { height:451.8px;--section-height:451.8px; }.wzc-section-wzs95 { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs95-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs95-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze333 { top:33px;left:30px;width:1110px;height:498.8px;z-index:1000; }.wzc138-root .wzc138-root-header .wzc138-root-header-title {  }.wzc138-root .wzc138-root-header .wzc138-root-header-headerButtons .wzc138-root-header-headerButtons-reorderButton {  }.wzc138-root .wzc138-root-header .wzc138-root-header-headerButtons .wzc138-root-header-headerButtons-receiptButton {  }.wzc138-root .wzc138-root-header .wzc138-root-header-headerButtons {  }.wzc138-root .wzc138-root-header {  }.wzc138-root .wzc138-root-body .wzc138-root-body-information .wzc138-root-body-information-mainInformation .wzc138-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc138-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc138-root .wzc138-root-body .wzc138-root-body-information .wzc138-root-body-information-mainInformation .wzc138-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc138-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc138-root .wzc138-root-body .wzc138-root-body-information .wzc138-root-body-information-mainInformation .wzc138-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc138-root .wzc138-root-body .wzc138-root-body-information .wzc138-root-body-information-mainInformation {  }.wzc138-root .wzc138-root-body .wzc138-root-body-information .wzc138-root-body-information-userInformation .wzc138-root-body-information-userInformation-userInformation{{ item.name }} .wzc138-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc138-root .wzc138-root-body .wzc138-root-body-information .wzc138-root-body-information-userInformation .wzc138-root-body-information-userInformation-userInformation{{ item.name }} .wzc138-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc138-root .wzc138-root-body .wzc138-root-body-information .wzc138-root-body-information-userInformation .wzc138-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc138-root .wzc138-root-body .wzc138-root-body-information .wzc138-root-body-information-userInformation {  }.wzc138-root .wzc138-root-body .wzc138-root-body-information .wzc138-root-body-information-paymentInformation .wzc138-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc138-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc138-root .wzc138-root-body .wzc138-root-body-information .wzc138-root-body-information-paymentInformation .wzc138-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc138-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc138-root .wzc138-root-body .wzc138-root-body-information .wzc138-root-body-information-paymentInformation .wzc138-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc138-root .wzc138-root-body .wzc138-root-body-information .wzc138-root-body-information-paymentInformation {  }.wzc138-root .wzc138-root-body .wzc138-root-body-information {  }.wzc138-root .wzc138-root-body .wzc138-root-body-orderInformation .wzc138-root-body-orderInformation-orderInformationHeader .wzc138-root-body-orderInformation-orderInformationHeader-orderName .wzc138-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc138-root .wzc138-root-body .wzc138-root-body-orderInformation .wzc138-root-body-orderInformation-orderInformationHeader .wzc138-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc138-root .wzc138-root-body .wzc138-root-body-orderInformation .wzc138-root-body-orderInformation-orderInformationHeader .wzc138-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc138-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc138-root .wzc138-root-body .wzc138-root-body-orderInformation .wzc138-root-body-orderInformation-orderInformationHeader .wzc138-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc138-root .wzc138-root-body .wzc138-root-body-orderInformation .wzc138-root-body-orderInformation-orderInformationHeader .wzc138-root-body-orderInformation-orderInformationHeader-orderCount .wzc138-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc138-root .wzc138-root-body .wzc138-root-body-orderInformation .wzc138-root-body-orderInformation-orderInformationHeader .wzc138-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc138-root .wzc138-root-body .wzc138-root-body-orderInformation .wzc138-root-body-orderInformation-orderInformationHeader .wzc138-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc138-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc138-root .wzc138-root-body .wzc138-root-body-orderInformation .wzc138-root-body-orderInformation-orderInformationHeader .wzc138-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc138-root .wzc138-root-body .wzc138-root-body-orderInformation .wzc138-root-body-orderInformation-orderInformationHeader .wzc138-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc138-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc138-root .wzc138-root-body .wzc138-root-body-orderInformation .wzc138-root-body-orderInformation-orderInformationHeader .wzc138-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc138-root .wzc138-root-body .wzc138-root-body-orderInformation .wzc138-root-body-orderInformation-orderInformationHeader {  }.wzc138-root .wzc138-root-body .wzc138-root-body-orderInformation {  }.wzc138-root .wzc138-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc138-root .wzc138-root-support .wzc138-root-support-supportImage {  }.wzc138-root .wzc138-root-support .wzc138-root-support-supportTextBox .wzc138-root-support-supportTextBox-supportQuestion {  }.wzc138-root .wzc138-root-support .wzc138-root-support-supportTextBox .wzc138-root-support-supportTextBox-supportMessage {  }.wzc138-root .wzc138-root-support .wzc138-root-support-supportTextBox {  }.wzc138-root .wzc138-root-support {  }.wzc138-root {  }.wzc138  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc138  .wz-profile-order-details-header { padding-bottom:20px; }.wzc138  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc138  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc138  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc138  .wz-profile-order-details-body { background-color:rgba(245, 245, 245, 0);padding:15px 0 25px 0;border-radius:10px;border-style:solid;border-width:0;border-color:#000; }.wzc138  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc138  .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); }.wzc138  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc138  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc138  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc138  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc138  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc138  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc138  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc138  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc138  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc138  .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); }.wzc138  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc138  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc138  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc138  .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; }.wzc138  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc138  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc138  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc138  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc138  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc138  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc138  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc138  .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); }.wzc138  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc138  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc138  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc138  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc138 {  }.wzc136:hover .wzc136-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc136:hover .wzc136-content { color:#E74C3C; }.wzc136:hover {  }.wzc136-bg:after {  }.wzc136-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); }.wzc136-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; }.wzc137:hover .wzc137-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc137:hover .wzc137-content { color:rgb(117,117,117); }.wzc137:hover {  }.wzc137-bg:after {  }.wzc137-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); }.wzc137-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-wzs96 { height:578.2px;--section-height:578.2px; }.wzc-section-wzs96 { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs96-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs96-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze334 { top:30px;left:30px;width:1110px;height:387.2px;z-index:1000; }.wzc142-header .wzc142-header-title {  }.wzc142-header .wzc142-header-headerButton {  }.wzc142-header .wzc142-header-editButton {  }.wzc142-header .wzc142-header-removeButton {  }.wzc142-header {  }.wzc142-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; }.wzc142-pagination .wzc142-pagination-paginationButton {  }.wzc142-pagination {  }.wzc142  .wz-profile-addresses-header { margin-bottom:30px; }.wzc142  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc142  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc142  .wz-profile-addresses-container { border-style:solid;border-width:0px;border-color:#000;background-color:rgba(247, 247, 247, 0);border-radius:20px;padding:40px;gap:30px;direction:rtl; }.wzc142  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc142  .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); }.wzc142  .wz-profile-address-item:hover { border-radius:20px; }.wzc142  .wz-profile-address-location { width:100%;height:200px; }.wzc142  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc142  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc142  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc142  .wz-profile-address-full:hover {  }.wzc142  .wz-profile-address-summary { justify-content:start; }.wzc142  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc142  .wz-profile-address-summary-location p:hover {  }.wzc142  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc142  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc142  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc142  .wz-profile-address-summary-postal-code p:hover {  }.wzc142  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc142  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc142  .wz-profile-address-transferee { text-align:right; }.wzc142  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc142  .wz-profile-address-transferee p:hover {  }.wzc142  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc142  .wz-profile-address-remove-button { height:30px; }.wzc142  .wz-profile-address-edit-button { height:30px; }.wzc142  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc142  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc142  .wz-profile-addresses-no-results-first-text:hover {  }.wzc142  .wz-profile-addresses-no-results-second-text:hover {  }.wzc142 {  }.wzc139:hover .wzc139-bg { background-color:#E74C3C; }.wzc139:hover .wzc139-content { font-size:12px;color:#ffd9d5; }.wzc139:hover {  }.wzc139-bg:after {  }.wzc139-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc139-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; }.wzc140:hover .wzc140-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc140:hover .wzc140-content { font-size:11px;color:#a1a1a1; }.wzc140:hover {  }.wzc140-bg:after {  }.wzc140-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc140-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; }.wzc141:hover .wzc141-bg { background-color:#E74C3C; }.wzc141:hover .wzc141-content { font-size:11px;color:#fff; }.wzc141:hover {  }.wzc141-bg:after {  }.wzc141-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc141-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-wzs97 { height:447.2px;--section-height:447.2px; }.wzc-section-wzs97 { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs97-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs97-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze343 { top:11px;left:18.5px;width:1133px;height:460.25px;z-index:999; }.wzc272  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan_fa;font-size:12px;color:#6a6a6a; }.wzc272  .wz-shop-product { margin:5px;padding:4px;text-align:center; }.wzc272  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc272  .wz-shop-product .wz-shop-product-title { font-family:dana_fa;font-size:18px;color:#000; }.wzc272  .wz-shop-product .wz-shop-product-price { font-family:yekan_fa;font-size:18px;color:rgb(242, 107, 52); }.wzc272  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:rgb(72, 108, 15); }.wzc272  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(159, 74, 63);font-size:18px; }.wzc272  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc272  .wz-shop-product .wz-shop-product-image img { object-fit:fill;width:100%;float:left; }.wzc272  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc272  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(211, 199, 168);color:#fff;font-family:iransharp_fa;font-size:13px; }.wzc272  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc272  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc272 {  }.wzc272-breadcrumb {  }.wzc272-filter { margin-right:5px;margin-left:5px; }.wzc272-topBar .wzc272-topBar-sort {  }.wzc272-topBar .wzc272-topBar-perPage {  }.wzc272-topBar .dropdown.dropdown-list .dropdown-select,.wzc272-topBar  .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:yekan_fa; }.wzc272-topBar .dropdown.dropdown-list .dropdown-select,.wzc272-topBar  .dropdown.dropdown-list .dropdown-menu,.wzc272-topBar  .dropdown.dropdown-list .dropdown-select::before { border-color:#878787; }.wzc272-topBar  .dropdown.dropdown-list .dropdown-menu .selected { background-color:rgb(247, 247, 247);color:#878787; }.wzc272-topBar { margin:10px;margin-bottom:20px;color:rgb(113, 113, 113);font-size:13px;font-family:yekan_fa; }.wzc272-products {  }.wzc272-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; }#wze343 .wz-shop-product .wz-shop-product-image { padding-top: 100% }.wzc273:hover .wzc273-bg { background-color:rgb(171, 147, 86); }.wzc273:hover .wzc273-content { color:rgb(255, 255, 255); }.wzc273:hover {  }.wzc273-bg:after {  }.wzc273-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(191, 173, 127);border-radius:12px; }.wzc273-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:dana;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(255, 255, 255); }.wzc339-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(254, 254, 254);border-style:solid;border-width:4px;border-color:rgba(242, 107, 52, 0.28);border-radius:0px 0px 10px 10px ; }.wzc339-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px 0px 10px 10px ; }.wzc151:hover .wzc151-bg { background-color:rgb(227, 101, 50); }.wzc151:hover .wzc151-content {  }.wzc151:hover {  }.wzc151-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(242, 107, 52);border-radius:0px; }.wzc151-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze344 { top:10px;left:0px;width:242px;height:200px;z-index:1000; }.wzc158  .wz-shop-archive > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc158  .wz-shop-archive .sub-list > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc158 {  }.wzc158-list  .wz-shop-filter-title { font-size:18px;color:#000;font-family:yekan, tahoma, serif; }.wzc158-list .wz-shop-filter-item .irs-min,.wzc158-list  .wz-shop-filter-item .irs-max { background-color:rgba(0,0,0,0.1);color:#999; }.wzc158-list  .wz-shop-filter-item .wz-shop-price-slider .irs-slider { background:#5c6165; }.wzc158-list .wz-shop-filter-item .irs-line-mid,.wzc158-list  .wz-shop-filter-item  .irs-line-left,.wzc158-list  .wz-shop-filter-item  .irs-line-right,.wzc158-list  .wz-shop-filter-item  .irs-bar,.wzc158-list  .wz-shop-filter-item  .irs-bar-edge { background:#424649; }.wzc158-list  .wz-shop-sort-option-color { padding-top:2px; }.wzc158-list  .wz-shop-filter-item .regular-checkbox:checked+label.regular-checkbox-color:after { border-style:solid;border-color:#c9c9c9;border-width:2px;top:-3px;left:-3px; }.wzc158-list  .wz-shop-filter-item+.wz-shop-filter-item { border-top-style:solid;border-top-width:1px;border-top-color:#efeaea; }.wzc158-list { font-size:13px;color:#000;font-family:yekan, tahoma, serif; }#wz-section-wzs101 { height:530.25px;--section-height:530.25px; }.wzc-section-wzs101 { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs101-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs101-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze345 { top:46px;left:26px;width:1118px;height:8777.15px;z-index:1000; }.wzc160  .wz-shop-breadcrumb-container   .wz-breadcrumb { font-family:yekan_fa;font-size:12px;color:#6a6a6a; }.wzc160  .wz-shop-product-page .wz-shop-product-add-cart { width:195px; }.wzc160  .wz-shop-product-page .wz-shop-product-options .wz-shop-option-title { font-size:5px;color:rgb(255, 255, 255);font-family:dana_fa; }.wzc160  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-option { width:200px; }.wzc160  .wz-shop-product-page .wz-shop-product-options .dropdown { width:200px; }.wzc160  .wz-shop-product-page .wz-shop-product-options.wz-radio-button-list .regular-checkbox-item,.wzc160  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select,.wzc160  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu a { color:rgba(115, 54, 45, 0);font-size:18px;font-family:iransansdn; }.wzc160  .wz-shop-product-page .wz-shop-product-options.dropdown.dropdown-list .dropdown-select,.wzc160  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu,.wzc160  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select::before { border-color:rgba(0, 0, 0, 0); }.wzc160  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:rgba(130, 112, 65, 0); }.wzc160  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li { padding-top:1px; }.wzc160  .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:1px;top:-2px;left:-2px; }.wzc160  .wz-shop-product-page .wz-shop-product-title { font-family:dana_fa;font-size:28px;color:rgb(199, 91, 47); }.wzc160  .wz-shop-product-page .wz-shop-product-description { font-family:dana_fa;font-size:16px;color:#000; }.wzc160  .wz-shop-product-page .wz-shop-product-sku { font-family:yekan_fa;font-size:18px;color:#b3abab; }.wzc160  .wz-shop-product-out-stock { font-family:yekan_fa;font-size:28px;color:#f14639; }.wzc160  .wz-shop-product-page .wz-shop-product-price { font-family:dana_fa;font-size:35px;color:rgb(171, 147, 86);background-color:rgba(0, 0, 0, 0); }.wzc160  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-sale-price { color:rgb(66, 115, 48);font-size:21px; }.wzc160  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-old-price { color:rgb(191, 173, 127);font-size:20px; }.wzc160  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider  img.wz-gallery-image { object-fit:fill;width:100%;float:left; }.wzc160 .wz-shop-product-info-sections-simple .wz-shop-product-info+.wz-shop-product-info,.wzc160  .wz-shop-product-info-sections-accordion .wz-shop-product-info+.wz-shop-product-info { border-top-style:solid;border-top-width:5px;border-top-color:rgba(0, 0, 0, 0.38); }.wzc160  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-title { font-family:dana_fa;font-size:15px;color:rgba(41, 59, 61, 1);background-color:rgba(0, 0, 0, 0);border-width:0px;border-color:rgba(0, 0, 0, 0); }.wzc160  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-content { font-family:dana_fa;font-size:20px;color:rgba(83, 83, 83, 1); }.wzc160  .wz-shop-product-page .wz-shop-product-info-sections .wz-tab-content { border-style:solid;border-width:0px;border-color:rgba(255, 255, 255, 0);background-color:rgba(255, 255, 255, 0); }.wzc160  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li { margin:0px; }.wzc160  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open { border-style:solid;border-width:0px;border-color:rgba(237, 237, 237, 0);background-color:rgba(255, 255, 255, 0);color:rgb(83, 83, 83); }.wzc160  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open:after { height:0px;bottom:-0px;background-color:value; }.wzc160  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel .flex-active-slide:after { border-color:#ccc; }.wzc160  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery { width:50%; }.wzc160  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section { width:calc(50% - 30px); }.wzc160  .extra-button-list { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a;--text-color:#6a6a6a; }.wzc160 {  }.wzc160-breadcrumb {  }.wzc160-product { text-align:right; }.wzc160-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; }#wze345  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider .wz-image-ratio { padding-top: 100% }.wzc159 .wz-gallery > li > figure,.wzc159  .wz-gallery-slider .slides > li > .wz-slider-item { border-radius:5px; }.wzc159 .wz-gallery > li > figure,.wzc159  .wz-gallery > li > figure:before,.wzc159  .wz-gallery > li > figure:after,.wzc159  .wz-gallery > li > figure > figcaption,.wzc159  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc159  .wz-gallery-caption { text-align:center; }.wzc159  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc159  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc159  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc159 {  }.wzc159-slider .wzc159-slider-items {  }.wzc159-slider  .flex-direction-nav a:before { color:#999; }.wzc159-slider {  }.wzc159-carousel .wzc159-carousel-list {  }.wzc159-carousel {  }.wzc178:hover .wzc178-bg { background-color:rgb(227, 101, 50); }.wzc178:hover .wzc178-content { color:rgb(255, 255, 255); }.wzc178:hover {  }.wzc178-bg:after {  }.wzc178-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(242, 107, 52);border-radius:12px; }.wzc178-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:dana;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(255, 255, 255); }#wz-section-wzs100 { height:8873.13px;--section-height:8873.13px; }.wzc-section-wzs100 { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs100-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs100-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze342 { top:10px;left:15px;width:1140px;height:185px;z-index:1000; }.wzc153-container { font-size:10px;font-family:yekan_fa; }#wze342 .wz-cart-color-primary { color: #565656 }#wze342 .wz-cart-primary-color { color: #565656 }#wze342 .wz-cart-second-color { color: rgb(227, 101, 50) }#wze342 .wz-cart-second-border-color { border-color: rgb(227, 101, 50) }#wz-section-wzs102 { height:205px;--section-height:205px; }.wzc-section-wzs102 { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs102-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs102-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze381 { top:30px;left:783.5px;width:373px;height:241.117px;z-index:1000; }.wzc301-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(242, 107, 52, 0.1);border-radius:5px; }.wzc301-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px; }.wzc301-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; }#wze382 { top:37.5333px;left:160.5px;width:53px;height:53px;z-index:1000; }.wzc201 { overflow:hidden; }.wzc201-shape { width:100%;height:100%;stroke-width:19px;stroke:rgb(242, 107, 52);fill:rgba(231, 76, 60, 0); }#wze383 { top:157.867px;left:31px;width:311px;height:36px;z-index:1000;text-align:center; }#wze384 { top:99.6333px;left:67px;width:239px;height:40.8px;z-index:1000;text-align:center; }#wze385 { top:30.25px;left:398.5px;width:373px;height:241.633px;z-index:1000; }#wze386 { top:37.7833px;left:160.5px;width:52px;height:52px;z-index:1000; }.wzc200 { overflow:hidden; }.wzc200-shape { width:100%;height:100%;stroke-width:16px;stroke:rgb(242, 107, 52);fill:rgba(231, 76, 60, 0); }#wze387 { top:164.017px;left:67px;width:239px;height:43.2px;z-index:1000;text-align:center; }#wze388 { top:99.3833px;left:67px;width:239px;height:40.8px;z-index:1000;text-align:center; }#wze389 { top:30.25px;left:14px;width:373px;height:241.35px;z-index:1000; }#wze390 { top:37.7833px;left:160.5px;width:52px;height:52px;z-index:1000; }.wzc192 { overflow:hidden; }.wzc192-shape { width:100%;height:100%;stroke-width:1px;stroke:rgb(242, 107, 52);fill:rgba(231, 76, 60, 0); }#wze391 { top:165.617px;left:68.45px;width:239px;height:40px;z-index:1000;text-align:center; }#wze392 { top:99.3833px;left:67px;width:239px;height:40.8px;z-index:1000;text-align:center; }#wz-section-wzs122 { height:307.85px;--section-height:307.85px; }.wzc-section-wzs122 { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs122-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs122-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze575 { top:40.9833px;left:62.5px;width:1045px;height:121.6px;z-index:1000;text-align:justify; }#wz-section-wzs127 { height:203.583px;--section-height:203.583px; }.wzc-section-wzs127 { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs127-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs127-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze573 { top:37px;left:62.5px;width:1045px;height:156px;z-index:1000;text-align:justify; }#wz-section-wzs130 { height:224.15px;--section-height:224.15px; }.wzc-section-wzs130 { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs130-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs130-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze576 { top:0px;left:0px;width:50%;height:823px;z-index:1000;order:1; }.wzc315-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:rgba(255, 255, 255, 0); }.wzc315-content {  }.wzc315 {  }#wze541 { top:34.1667px;left:91px;width:403px;height:56px;z-index:1000;text-align:center; }#wze549 { top:134.55px;left:40.5px;width:504px;height:528px;z-index:1000;text-align:justify; }#wze590 { top:710px;left:117.5px;width:350px;height:100px;z-index:1000; }.wzc325  .wz-social-media-list { flex-flow:row-reverse nowrap;gap:25px; }.wzc325  .wz-social-media-icon { width:100px; }.wzc325  .wz-social-media-portal { flex-flow:column;gap:0px; }.wzc325  .wz-social-media-portal img { width:59px; }.wzc325  .wz-social-media-portal p { font-family:iransans_fa, sans-serif;font-size:1px;text-align:center;color:rgba(49, 49, 49, 0); }.wzc325 {  }.wzc325-root .wzc325-root-list .wzc325-root-list-item .wzc325-root-list-item-link .wzc325-root-list-item-link-icon {  }.wzc325-root .wzc325-root-list .wzc325-root-list-item .wzc325-root-list-item-link {  }.wzc325-root .wzc325-root-list .wzc325-root-list-item {  }.wzc325-root .wzc325-root-list {  }.wzc325-root .wzc325-root-portal .wzc325-root-portal-portalIcon {  }.wzc325-root .wzc325-root-portal .wzc325-root-portal-portalText {  }.wzc325-root .wzc325-root-portal {  }.wzc325-root {  }#wze577 { top:0px;left:0px;width:50%;height:855.6333px;z-index:1000;order:2; }.wzc309-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:rgb(236, 226, 222); }.wzc309-content {  }.wzc309 {  }#wze526 { top:34.1833px;left:91px;width:403px;height:56px;z-index:1000;text-align:center; }#wze527 { top:134.45px;left:100.5px;width:384px;height:687px;z-index:1000; }#wz-section-wzs187 { height:874.65px;--section-height:874.65px; }.wzc-section-wzs187 { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs187-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs187-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze579 { top:0px;left:0px;width:50%;height:640.367px;z-index:1000;order:1; }.wzc316-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:rgb(236, 226, 222); }.wzc316-content {  }.wzc316 {  }#wze592 { top:34.1px;left:47px;width:491px;height:56px;z-index:1000;text-align:center; }#wze602 { top:133.2px;left:104.5px;width:376px;height:488.2px;z-index:1000; }.wzc341-breadcrumb {  }.wzc341  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc341  .wz-shop-product { margin:15px;padding:5px;text-align:center; }.wzc341  .wz-shop-product .wz-shop-product-section { padding:15px; }.wzc341  .wz-shop-product .wz-shop-product-title { font-family:dana_fa;font-size:24px;color:rgb(242, 107, 52); }.wzc341  .wz-shop-product .wz-shop-product-price { font-family:yekan_fa;font-size:18px;color:rgb(113, 113, 113); }.wzc341  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:rgb(66, 115, 48); }.wzc341  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(171, 147, 86);font-size:18px; }.wzc341  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc341  .wz-shop-product .wz-shop-product-image img { object-fit:cover;width:100%;float:left; }.wzc341  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc341  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc341  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc341  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc341 {  }.wzc341-products {  }.wzc341-topBar {  }.wzc341-filter { margin-right:15px;margin-left:15px; }.wzc341-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; }#wze602 .wz-shop-product .wz-shop-product-image { padding-top: 100% }#wze602 .wz-shop-top-bar { margin-right: 15px }.wzc156:hover .wzc156-bg:after { width:90%;opacity:1; }.wzc156:hover .wzc156-bg {  }.wzc156:hover .wzc156-content { color:#fff; }.wzc156:hover {  }.wzc156-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%); }.wzc156-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#999999;border-width:3px;overflow:hidden; }.wzc156-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999999; }.wzc340-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(254, 254, 254);border-style:solid;border-width:5px;border-color:rgba(242, 107, 52, 0.77);border-radius:0px 0px 10px 10px ; }.wzc340-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px 0px 10px 10px ; }.wzc155:hover .wzc155-bg:after { width:90%;opacity:1; }.wzc155:hover .wzc155-bg {  }.wzc155:hover .wzc155-content { color:#fff; }.wzc155:hover {  }.wzc155-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%); }.wzc155-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; }.wzc155-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; }#wze580 { top:0px;left:0px;width:50%;height:633.167px;z-index:1000;order:2; }.wzc314-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:rgb(255, 255, 255); }.wzc314-content {  }.wzc314 {  }#wze536 { top:34.1px;left:32px;width:521px;height:56px;z-index:1000;text-align:center; }#wze603 { top:108.7px;left:15.5px;width:554px;height:411.6px;z-index:1000; }.wzc338-breadcrumb {  }.wzc338  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc338  .wz-shop-product { margin:15px;padding:4px;text-align:center; }.wzc338  .wz-shop-product .wz-shop-product-section { padding:15px; }.wzc338  .wz-shop-product .wz-shop-product-title { font-family:dana_fa;font-size:18px;color:rgb(242, 107, 52); }.wzc338  .wz-shop-product .wz-shop-product-price { font-family:yekan_fa;font-size:18px;color:rgb(113, 113, 113); }.wzc338  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:rgb(66, 115, 48); }.wzc338  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(171, 147, 86);font-size:18px; }.wzc338  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc338  .wz-shop-product .wz-shop-product-image img { object-fit:cover;width:100%;float:left; }.wzc338  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc338  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc338  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc338  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc338 {  }.wzc338-products {  }.wzc338-topBar {  }.wzc338-filter { margin-right:15px;margin-left:15px; }.wzc338-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; }#wze603 .wz-shop-product .wz-shop-product-image { padding-top: 100% }#wze603 .wz-shop-top-bar { margin-right: 15px }#wz-section-wzs190 { height:666.367px;--section-height:666.367px; }.wzc-section-wzs190 { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs190-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs190-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-wzs208 { height:65.2px;--section-height:65.2px; }.wzc-section-wzs208 { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs208-full { background:;background-color:rgb(241, 241, 241); }.wzc-section-wzs208-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-wzs-default { height:200px;--section-height:200px; }@media only screen and (max-width : 768px) {#wze336 { top:9.8px;left:324.117px;bottom:auto;right:auto;width:89px;height:39px;display:block;z-index:1000; }#wze583 { top:15px;left:10.8833px;bottom:auto;right:auto;width:39px;height:25.8px;z-index:1000; }#wze611 { top:4px;left:415.883px;bottom:auto;right:auto;width:49px;height:48.2833px;z-index:1000; }#wze612 { top:18px;left:114.533px;bottom:auto;right:auto;width:135.083px;height:21.6px;z-index:1000; }#wze614 { top:51.8px;left:-5.5px;bottom:auto;right:auto;width:479px;height:4.21667px;display:none;z-index:1000; }.wzc281-bg { background-color:rgb(255, 255, 255); }#wz-section-header { height:56.8333px;--section-height:56.8333px; }.wzc-section-header { background:;background-color:rgb(242, 107, 52); }#wz-section-allPage { height:0px;--section-height:0px; }#wze201 { top:24px;left:15px;bottom:auto;right:auto;width:438px;height:5008px;z-index:999; }#wz-section-wzs58 { height:5039px;--section-height:5039px; }.wzc-section-wzs58 { background:;background-color:rgb(255, 255, 255); }#wze615 { top:13.3833px;left:15px;bottom:auto;right:auto;width:438px;height:24px;z-index:1000;text-align:center; }#wz-section-footer { height:50.75px;--section-height:50.75px; }.wzc-section-footer { background:;background-color:rgb(242, 107, 52);--column-space:0px;padding:0px; }.wzc-section-footer-full { padding:0px; }#wze209 { top:14.3833px;left:15px;bottom:auto;right:auto;width:438px;height:1493.47px;display:block;z-index:1000; }#wz-section-wzs57 { height:1526.85px;--section-height:1526.85px; }.wzc-section-wzs57 { background:;background-color:rgb(255, 255, 255); }#wze425 { top:22.5333px;left:15px;bottom:auto;right:auto;width:438px;height:112.883px;display:block;z-index:1000; }#wz-section-wzs135 { height:157.95px;--section-height:157.95px; }#wze426 { top:22px;left:26px;bottom:auto;right:auto;width:416px;height:496.4px;display:block;z-index:1000; }#wz-section-wzs136 { height:530.4px;--section-height:530.4px; }#wz-section-wzs98 { height:15px;--section-height:15px; }#wze330 { top:18px;left:15px;bottom:auto;right:auto;width:438px;height:404.6px;display:block;z-index:1000; }.wzc130  .wz-profile-account-header p { font-size:20px; }#wze335 { top:204.833px;left:15px;bottom:auto;right:auto;width:438px;height:189.833px;display:none;z-index:1000; }.wzc143  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-width:2px; }#wz-section-wzs93 { height:452.6px;--section-height:452.6px; }#wze331 { top:19px;left:15px;bottom:auto;right:auto;width:438px;height:682px;display:block;z-index:1000; }.wzc134  .wz-profile-favorite-item { gap:10px; }#wz-section-wzs94 { height:726px;--section-height:726px; }#wze332 { top:21px;left:15px;bottom:auto;right:auto;width:438px;height:303.2px;display:block;z-index:1000; }.wzc135  .wz-profile-orders-header p { font-size:16px; }.wzc135  .wz-profile-orders-header-option { font-size:10px;margin-bottom:-2px; }.wzc135  .wz-profile-orders-header-option:hover { border-bottom-width:2px; }.wzc135  .wz-profile-orders-header-options ul [data-active=true] { border-bottom-width:2px; }.wzc135  .wz-profile-orders-order-items-container:first-child { border-bottom-width:2px; }.wzc135  .wz-profile-orders-header { border-bottom-width:2px; }.wzc135  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc135  .wz-profile-orders-order-details p { font-size:10px; }.wzc135  .wz-profile-orders-order-data { border-bottom-width:3px;border-width:3px; }.wzc135  .wz-profile-orders-no-results-root { border-width:0px; }.wzc135  .wz-profile-orders-no-results-first-text { font-size:19px; }.wzc135  .wz-profile-orders-no-results-second-text { font-size:13px; }#wz-section-wzs95 { height:351.033px;--section-height:351.033px; }#wze333 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:371.6px;display:block;z-index:1000; }.wzc138  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc138  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc138  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc138  [data-name=total_include_tax] { padding:10px; }.wzc138  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc138  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc138  .wz-profile-order-details-order-detail { font-size:10px; }.wzc138  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc138  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc138  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs96 { height:417.6px;--section-height:417.6px; }#wze334 { top:23px;left:15px;bottom:auto;right:auto;width:438px;height:1310px;display:block;z-index:1000; }#wz-section-wzs97 { height:1363px;--section-height:1363px; }#wze343 { top:11px;left:15px;bottom:auto;right:auto;width:438px;height:406px;display:block;z-index:1000; }#wze343 .wz-shop-product { width: calc(50% - 10px )}#wze344 { top:10px;left:0px;bottom:auto;right:auto;width:242px;height:0px;display:block;z-index:1000; }#wz-section-wzs101 { height:486px;--section-height:486px; }#wze345 { top:28px;left:15px;bottom:auto;right:auto;width:438px;height:4539.35px;display:block;z-index:1000; }#wz-section-wzs100 { height:4587.35px;--section-height:4587.35px; }#wze342 { top:17px;left:15px;bottom:auto;right:auto;width:438px;height:185px;display:block;z-index:1000; }#wz-section-wzs102 { height:238px;--section-height:238px; }#wze381 { top:29px;left:15px;bottom:auto;right:auto;width:438px;height:224.117px;display:block;z-index:1000; }#wze382 { top:28.5333px;left:193px;bottom:auto;right:auto;width:53px;height:53px;display:block;z-index:1000; }#wze383 { top:157.133px;left:52.5px;bottom:auto;right:auto;width:333px;height:40px;display:block;z-index:1000;text-align:center; }#wze384 { top:105.633px;left:99.5px;bottom:auto;right:auto;width:239px;height:40.8px;display:block;z-index:1000;text-align:center; }#wze385 { top:268.117px;left:15px;bottom:auto;right:auto;width:438px;height:254.633px;display:block;z-index:1000; }#wze386 { top:28.5333px;left:193px;bottom:auto;right:auto;width:52px;height:52px;display:block;z-index:1000; }#wze387 { top:174.833px;left:99.5px;bottom:auto;right:auto;width:239px;height:43.2px;display:block;z-index:1000;text-align:center; }#wze388 { top:105.383px;left:99.5px;bottom:auto;right:auto;width:239px;height:40.8px;display:block;z-index:1000;text-align:center; }#wze389 { top:537.75px;left:14px;bottom:auto;right:auto;width:440px;height:253.35px;display:block;z-index:1000; }#wze390 { top:28.5333px;left:194px;bottom:auto;right:auto;width:52px;height:52px;display:block;z-index:1000; }#wze391 { top:176.35px;left:101.95px;bottom:auto;right:auto;width:239px;height:40px;display:block;z-index:1000;text-align:center; }#wze392 { top:105.383px;left:100.5px;bottom:auto;right:auto;width:239px;height:40.8px;display:block;z-index:1000;text-align:center; }#wz-section-wzs122 { height:823.7px;--section-height:823.7px; }#wze575 { top:16.5px;left:15px;bottom:auto;right:auto;width:438px;height:273.6px;z-index:1000;text-align:justify; }#wz-section-wzs127 { height:306.6px;--section-height:306.6px; }#wze573 { top:346.8px;left:15px;bottom:auto;right:auto;width:438px;height:288px;z-index:1000;text-align:justify; }#wz-section-wzs130 { height:698.8px;--section-height:698.8px; }#wze576 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:593.8px;display:block;z-index:1000;order:2; }.wzc315-bg { background:;background-color:rgba(255, 255, 255, 0); }#wze541 { top:29px;left:32.5px;bottom:auto;right:auto;width:403px;height:39.2px;display:block;z-index:1000;text-align:center; }#wze549 { top:85.2px;left:15px;bottom:auto;right:auto;width:438px;height:392px;display:block;z-index:1000;text-align:justify; }#wze590 { top:496.4px;left:94px;bottom:auto;right:auto;width:280px;height:70px;z-index:1000; }.wzc325  .wz-social-media-list { gap:35px; }.wzc325  .wz-social-media-icon { width:70px; }#wze577 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:686.6px;display:block;z-index:1000;order:1; }.wzc309-bg { background:;background-color:rgba(236, 226, 222, 1);background-size:auto;background-repeat:no-repeat;background-position:left center; }#wze526 { top:30px;left:32.5px;bottom:auto;right:auto;width:403px;height:45.6px;display:block;z-index:1000;text-align:center; }#wze527 { top:99.4px;left:82px;bottom:auto;right:auto;width:304px;height:542px;display:block;z-index:1000; }#wz-section-wzs187 { height:1200.4px;--section-height:1200.4px; }.wzc-section-wzs187 { background:;background-color:rgba(255, 255, 255, 1);--column-space:0px;padding:0px; }.wzc-section-wzs187-full { padding:0px; }#wze579 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:641px;display:block;z-index:1000;order:1; }.wzc316-bg { background:;background-color:rgba(236, 226, 222, 0); }#wze592 { top:32px;left:32.5px;bottom:auto;right:auto;width:403px;height:45.6px;display:block;z-index:1000;text-align:center; }#wze602 { top:92.6px;left:46px;bottom:auto;right:auto;width:376px;height:519.4px;z-index:1000; }#wze602 .wz-shop-product { width: calc(100% - 30px )}#wze580 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:478.483px;display:block;z-index:1000;order:2; }.wzc314-bg { background:;background-color:rgba(255, 255, 255, 1); }#wze536 { top:26px;left:32.5px;bottom:auto;right:auto;width:403px;height:45.6px;display:block;z-index:1000;text-align:center; }#wze603 { top:86.6px;left:9px;bottom:auto;right:auto;width:450px;height:359.6px;z-index:1000; }#wze603 .wz-shop-product { width: calc(50% - 30px )}#wz-section-wzs190 { height:1119.48px;--section-height:1119.48px; }.wzc-section-wzs190 { background:;background-color:rgb(236, 226, 222); }#wz-section-wzs208 { height:30px;--section-height:30px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze336 { top:4.6px;left:548.583px;bottom:auto;right:auto;width:154px;height:69px;display:block;z-index:1000; }#wze583 { top:20.9px;left:12px;bottom:auto;right:auto;width:50px;height:32.4px;display:block;z-index:1000; }#wze611 { top:13.1px;left:702.6px;bottom:auto;right:auto;width:53px;height:50px;display:block;z-index:1000; }#wze612 { top:28.3px;left:280.517px;bottom:auto;right:auto;width:135.083px;height:21.6px;display:block;z-index:1000; }#wze614 { top:520.483px;left:15px;bottom:auto;right:auto;width:738px;height:3.73333px;display:none;z-index:1000; }#wz-section-header { height:73.600006103516px;--section-height:73.600006103516px; }.wzc-section-header { background:;background-color:rgb(242, 107, 52); }#wz-section-allPage { height:0px;--section-height:0px; }#wze201 { top:22px;left:109px;bottom:auto;right:auto;width:550px;height:4720px;z-index:1000; }#wz-section-wzs58 { height:4758.2px;--section-height:4758.2px; }.wzc-section-wzs58 { background:;background-color:rgb(255, 255, 255); }#wze615 { top:15px;left:149.5px;bottom:auto;right:auto;width:469px;height:28.8px;display:block;z-index:1000;text-align:center; }#wz-section-footer { height:58.8px;--section-height:58.8px; }.wzc-section-footer { background:;background-color:rgb(242, 107, 52); }.wzc-section-footer-full { background-size:contain;background-repeat:no-repeat; }#wze209 { top:28px;left:109px;bottom:auto;right:auto;width:550px;height:1611.6px;display:block;z-index:1000; }#wz-section-wzs57 { height:1666.6px;--section-height:1666.6px; }#wze425 { top:26.9px;left:15px;bottom:auto;right:auto;width:738px;height:190.2px;display:block;z-index:1000; }#wz-section-wzs135 { height:244px;--section-height:244px; }#wze426 { top:26px;left:134px;bottom:auto;right:auto;width:500px;height:496.4px;display:block;z-index:1000; }#wz-section-wzs136 { height:536.4px;--section-height:536.4px; }#wz-section-wzs98 { height:15px;--section-height:15px; }#wze330 { top:25px;left:15px;bottom:auto;right:auto;width:738px;height:404.6px;display:block;z-index:1000; }#wze335 { top:237px;left:15px;bottom:auto;right:auto;width:738px;height:222.967px;display:none;z-index:1000; }#wz-section-wzs93 { height:464.6px;--section-height:464.6px; }#wze331 { top:22px;left:15px;bottom:auto;right:auto;width:738px;height:652px;display:block;z-index:1000; }#wz-section-wzs94 { height:699.967px;--section-height:699.967px; }#wze332 { top:29px;left:15px;bottom:auto;right:auto;width:738px;height:384.2px;display:block;z-index:1000; }#wz-section-wzs95 { height:450.2px;--section-height:450.2px; }#wze333 { top:26px;left:15px;bottom:auto;right:auto;width:738px;height:371.6px;display:block;z-index:1000; }#wz-section-wzs96 { height:425.567px;--section-height:425.567px; }#wze334 { top:21px;left:15px;bottom:auto;right:auto;width:738px;height:925px;display:block;z-index:1000; }#wz-section-wzs97 { height:985.967px;--section-height:985.967px; }#wze343 { top:8px;left:15px;bottom:auto;right:auto;width:738px;height:524.8px;display:block;z-index:1000; }#wze343 .wz-shop-product { width: calc(50% - 10px )}#wze344 { top:10px;left:0px;bottom:auto;right:auto;width:242px;height:0px;display:block;z-index:1000; }#wz-section-wzs101 { height:588.8px;--section-height:588.8px; }#wze345 { top:29px;left:15px;bottom:auto;right:auto;width:738px;height:6310.1px;display:block;z-index:1000; }#wz-section-wzs100 { height:6382.1px;--section-height:6382.1px; }#wze342 { top:19px;left:15px;bottom:auto;right:auto;width:738px;height:185px;display:block;z-index:1000; }#wz-section-wzs102 { height:230px;--section-height:230px; }#wze381 { top:29px;left:197.5px;bottom:auto;right:auto;width:373px;height:254.517px;display:block;z-index:1000; }#wze382 { top:31.5333px;left:160.5px;bottom:auto;right:auto;width:53px;height:53px;display:block;z-index:1000; }#wze383 { top:169px;left:21px;bottom:auto;right:auto;width:331px;height:40px;display:block;z-index:1000;text-align:center; }#wze384 { top:99.6333px;left:67px;bottom:auto;right:auto;width:239px;height:40.8px;display:block;z-index:1000;text-align:center; }#wze385 { top:298.517px;left:197.5px;bottom:auto;right:auto;width:373px;height:254.633px;display:block;z-index:1000; }#wze386 { top:31.5333px;left:160.5px;bottom:auto;right:auto;width:52px;height:52px;display:block;z-index:1000; }#wze387 { top:168.833px;left:67px;bottom:auto;right:auto;width:239px;height:43.2px;display:block;z-index:1000;text-align:center; }#wze388 { top:99.3833px;left:67px;bottom:auto;right:auto;width:239px;height:40.8px;display:block;z-index:1000;text-align:center; }#wze389 { top:568.15px;left:197.5px;bottom:auto;right:auto;width:373px;height:253.35px;display:block;z-index:1000; }#wze390 { top:31.5333px;left:160.5px;bottom:auto;right:auto;width:52px;height:52px;display:block;z-index:1000; }#wze391 { top:170.35px;left:68.45px;bottom:auto;right:auto;width:239px;height:40px;display:block;z-index:1000;text-align:center; }#wze392 { top:99.3833px;left:67px;bottom:auto;right:auto;width:239px;height:40.8px;display:block;z-index:1000;text-align:center; }#wz-section-wzs122 { height:855.1px;--section-height:855.1px; }#wze575 { top:29px;left:15px;bottom:auto;right:auto;width:738px;height:152px;z-index:1000;text-align:justify; }#wz-section-wzs127 { height:210px;--section-height:210px; }#wze573 { top:18.5px;left:15px;bottom:auto;right:auto;width:738px;height:218.4px;z-index:1000;text-align:justify; }#wz-section-wzs130 { height:255.4px;--section-height:255.4px; }#wze576 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:693.4px;display:block;z-index:1000;order:2; }#wze541 { top:34.1667px;left:182.5px;bottom:auto;right:auto;width:403px;height:50.4px;display:block;z-index:1000;text-align:center; }#wze549 { top:128.95px;left:21.5px;bottom:auto;right:auto;width:725px;height:352px;display:block;z-index:1000;text-align:justify; }#wze590 { top:536.767px;left:209px;bottom:auto;right:auto;width:350px;height:100px;display:block;z-index:1000; }#wze577 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:869.033px;display:block;z-index:1000;order:1; }#wze526 { top:34.1833px;left:182.5px;bottom:auto;right:auto;width:403px;height:50.4px;display:block;z-index:1000;text-align:center; }#wze527 { top:128.85px;left:192px;bottom:auto;right:auto;width:384px;height:687px;display:block;z-index:1000; }#wz-section-wzs187 { height:1562.43px;--section-height:1562.43px; }.wzc-section-wzs187 { background:;background-color:rgba(255, 255, 255, 1); }#wze579 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:798.4px;z-index:1000;order:1; }#wze592 { top:44px;left:182.5px;bottom:auto;right:auto;width:403px;height:56px;z-index:1000;text-align:center; }#wze602 { top:127px;left:146.5px;bottom:auto;right:auto;width:475px;height:618.4px;z-index:1000; }#wze602 .wz-shop-product { width: calc(100% - 30px )}#wze580 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:628.4px;z-index:1000;order:2; }#wze536 { top:44px;left:141px;bottom:auto;right:auto;width:486px;height:50.4px;display:block;z-index:1000;text-align:center; }#wze603 { top:110.4px;left:32.5px;bottom:auto;right:auto;width:703px;height:486.1px;z-index:1000; }#wze603 .wz-shop-product { width: calc(50% - 30px )}#wz-section-wzs190 { height:1426.8px;--section-height:1426.8px; }#wz-section-wzs208 { height:52px;--section-height:52px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 1170px) {#wze335 { display:none; }#wze343 .wz-shop-product { width: calc(25% - 10px )}#wze343 .wz-shop-top-bar { margin-right: 257px }#wze602 .wz-shop-product { width: calc(100% - 30px )}#wze603 .wz-shop-product { width: calc(50% - 30px )}}