.wz-font-h1 { font-size:29px;font-family:yekan,tahoma, serif; }.wz-font-h2 { font-size:19px;font-family:yekan,tahoma, serif; }.wz-font-h3 { font-size:70px;font-family:yekan,tahoma, serif; }.wz-font-h4 { font-size:40px;font-family:yekan,tahoma, serif; }.wz-font-h5 { font-size:23px;font-family:yekan,tahoma, serif; }.wz-font-h6 { font-size:19px;font-family:yekan,tahoma, serif; }.wz-font-p { font-size:11px;font-family:yekan,tahoma, serif; }.wz-font-p2 { font-size:13px;font-family:yekan,tahoma, serif; }.wz-font-p3 { font-size:15px;font-family:yekan,tahoma, serif; }:root {--color_1_1:246, 249, 245;--color_1_2:197, 199, 196;--color_1_3:148, 149, 147;--color_1_4:98, 100, 98;--color_1_5:9, 20, 5;--color_2_1:125, 170, 185;--color_2_2:77, 132, 149;--color_2_3:3, 87, 114;--color_2_4:3, 68, 89;--color_2_5:1, 16, 20;--color_3_1:245, 254, 184;--color_3_2:239, 254, 149;--color_3_3:224, 253, 44;--color_3_4:149, 169, 29;--color_3_5:75, 84, 15;--color_4_1:250, 225, 227;--color_4_2:240, 206, 209;--color_4_3:246, 160, 169;--color_4_4:179, 116, 123;--color_4_5:92, 60, 62;--color_5_1:224, 167, 197;--color_5_2:192, 119, 158;--color_5_3:161, 39, 103;--color_5_4:107, 26, 69;--color_5_5:54, 13, 34;}
                          .wz-loading-default {
                            width: 150px;
                            height: 150px;
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            margin: auto;
                          }
                          
                          .wz-loading-default div {
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            left: 0;
                            top: 0;
                          }
                          
                          .wz-loading-default div:before {
                            content: '';
                            display: block;
                            margin: 0 auto;
                            width: 15%;
                            aspect-ratio: 1;
                            background-color: #c9c9c9;
                            border-radius: 100%;
                            -webkit-animation: loading-default 1.2s infinite ease-in-out both;
                            animation: loading-default 1.2s infinite ease-in-out both;
                          }
                          
                          @keyframes loading-default {
                              0%, 100%, 80% {
                                -webkit-transform: scale(0);
                                transform: scale(0);
                              }
                              
                              40% {
                                -webkit-transform: scale(1);
                                transform: scale(1);
                              }
                          }
                        
                            .wz-loading-default div:nth-of-type(2) {
                                -webkit-transform: rotate(30deg);
                                -ms-transform: rotate(30deg);
                                transform: rotate(30deg);
                            }
                            .wz-loading-default div:nth-of-type(2):before {
                                -webkit-animation-delay: -1.1s;
                                animation-delay: -1.1s;
                            }
                        
                            .wz-loading-default div:nth-of-type(3) {
                                -webkit-transform: rotate(60deg);
                                -ms-transform: rotate(60deg);
                                transform: rotate(60deg);
                            }
                            .wz-loading-default div:nth-of-type(3):before {
                                -webkit-animation-delay: -1s;
                                animation-delay: -1s;
                            }
                        
                            .wz-loading-default div:nth-of-type(4) {
                                -webkit-transform: rotate(90deg);
                                -ms-transform: rotate(90deg);
                                transform: rotate(90deg);
                            }
                            .wz-loading-default div:nth-of-type(4):before {
                                -webkit-animation-delay: -0.9s;
                                animation-delay: -0.9s;
                            }
                        
                            .wz-loading-default div:nth-of-type(5) {
                                -webkit-transform: rotate(120deg);
                                -ms-transform: rotate(120deg);
                                transform: rotate(120deg);
                            }
                            .wz-loading-default div:nth-of-type(5):before {
                                -webkit-animation-delay: -0.8s;
                                animation-delay: -0.8s;
                            }
                        
                            .wz-loading-default div:nth-of-type(6) {
                                -webkit-transform: rotate(150deg);
                                -ms-transform: rotate(150deg);
                                transform: rotate(150deg);
                            }
                            .wz-loading-default div:nth-of-type(6):before {
                                -webkit-animation-delay: -0.7s;
                                animation-delay: -0.7s;
                            }
                        
                            .wz-loading-default div:nth-of-type(7) {
                                -webkit-transform: rotate(180deg);
                                -ms-transform: rotate(180deg);
                                transform: rotate(180deg);
                            }
                            .wz-loading-default div:nth-of-type(7):before {
                                -webkit-animation-delay: -0.6s;
                                animation-delay: -0.6s;
                            }
                        
                            .wz-loading-default div:nth-of-type(8) {
                                -webkit-transform: rotate(210deg);
                                -ms-transform: rotate(210deg);
                                transform: rotate(210deg);
                            }
                            .wz-loading-default div:nth-of-type(8):before {
                                -webkit-animation-delay: -0.5s;
                                animation-delay: -0.5s;
                            }
                        
                            .wz-loading-default div:nth-of-type(9) {
                                -webkit-transform: rotate(240deg);
                                -ms-transform: rotate(240deg);
                                transform: rotate(240deg);
                            }
                            .wz-loading-default div:nth-of-type(9):before {
                                -webkit-animation-delay: -0.4s;
                                animation-delay: -0.4s;
                            }
                        
                            .wz-loading-default div:nth-of-type(10) {
                                -webkit-transform: rotate(270deg);
                                -ms-transform: rotate(270deg);
                                transform: rotate(270deg);
                            }
                            .wz-loading-default div:nth-of-type(10):before {
                                -webkit-animation-delay: -0.30000000000000004s;
                                animation-delay: -0.30000000000000004s;
                            }
                        
                            .wz-loading-default div:nth-of-type(11) {
                                -webkit-transform: rotate(300deg);
                                -ms-transform: rotate(300deg);
                                transform: rotate(300deg);
                            }
                            .wz-loading-default div:nth-of-type(11):before {
                                -webkit-animation-delay: -0.19999999999999996s;
                                animation-delay: -0.19999999999999996s;
                            }
                        
                            .wz-loading-default div:nth-of-type(12) {
                                -webkit-transform: rotate(330deg);
                                -ms-transform: rotate(330deg);
                                transform: rotate(330deg);
                            }
                            .wz-loading-default div:nth-of-type(12):before {
                                -webkit-animation-delay: -0.09999999999999987s;
                                animation-delay: -0.09999999999999987s;
                            }
                        #wze767 { top:312.448px;left:557.013px;width:65.9943px;height:41.9875px;z-index:1000; }.wzc401-container .wzc401-container-icon { fill:rgb(255, 0, 67); }.wzc401-container .wzc401-container-count { color:#fff;font-size:19px;font-family:yekan, tahoma, serif; }.wzc401-container .wzc401-container-bubble { background-color:rgb(255, 0, 67); }.wzc401-container {  }.wzc401-text { color:#999999;font-size:15px;font-family:yekan, tahoma, serif; }.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: #758996 }.wz-shop-mini-cart-container .wz-shop-mini-cart > header { background: #000 }#wze771 { top:411.002px;left:944.841px;width:125.25px;height:16px;z-index:1000; }.wzc404  .wz-member-arrow {  }.wzc404  .wz-member-welcome {  }.wzc404 {  }.wzc404-links  .wz-member-link:hover { color:#000; }.wzc404-links { font-size:14px;color:rgb(226, 28, 33);font-family:pelak; }.wzc404-actions  li:hover { color:rgba(98, 175, 101, 0.98); }.wzc404-actions { font-size:13px;color:rgb(98, 175, 101);font-family:yekan, tahoma, serif;background-color:rgb(0, 0, 0);border-color:rgb(98, 175, 101);border-width:1px;border-style:solid;border-radius:5px; }#wze773 { top:382.987px;left:287.079px;width:605.852px;height:55.9375px;z-index:1000; }.wzc406-form .wzc406-form-input { background-color:rgba(0, 96, 255, 0.16);border-style:solid;border-color:rgb(153, 153, 153);border-width:1px;box-shadow:none;color:#000;font-size:13px;font-family:yekan, tahoma, serif; }.wzc406-form .wzc406-form-submit {  }.wzc406-form { height:100%; }.wzc352:hover .wzc352-bg { background-color:#5fa061; }.wzc352:hover .wzc352-content {  }.wzc352:hover {  }.wzc352-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#62af65;border-radius:0px; }.wzc352-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; }#wze776 { top:546.237px;left:9.00724px;width:1162px;height:541.938px;z-index:1000; }.wzc409 .wz-gallery > li > figure,.wzc409  .wz-gallery > li > figure:before,.wzc409  .wz-gallery > li > figure:after,.wzc409  .wz-gallery > li > figure > figcaption,.wzc409  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc409  .wz-gallery-caption { text-align:center; }.wzc409  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc409  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc409  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:cover; }.wzc409 {  }.wzc409-slider .wzc409-slider-items {  }.wzc409-slider  .flex-direction-nav a:before { color:#999; }.wzc409-slider {  }#wze932 { top:466.684px;left:-26.5159px;width:1215px;height:60px;z-index:1000; }.wzc340 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc340  .wz-menu.wz-classic-menu > li .sub-menu { min-width:100%;background-color:#E74C3C; }.wzc340  .wz-menu li > a { padding:0px 15px;font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc340 .wz-menu.wz-mega-menu li > a:hover,.wzc340  .wz-menu.wz-classic-menu li:hover > a { color:#fff; }.wzc340  .wz-menu li.wz-menu-has-children a:after { border-color:#000; }.wzc340 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc340  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:#fff; }.wzc340  .wz-menu > li > a { z-index:1; }.wzc340  .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; }.wzc340 .wz-menu.wz-mega-menu > li > a:hover:before { background-color:#E74C3C;color:#fff; }.wzc340  .wz-menu.wz-classic-menu > li:hover > a:before { background-color:#E74C3C;color:#fff; }.wzc340  .wz-menu > li.active > a { color:#fff; }.wzc340  .wz-menu > li.active > a:before { background-color:#E74C3C;color:#fff; }.wzc340  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:#fff; }.wzc340  .wz-menu .sub-menu li > a { padding:5px 15px;color:#fff; }.wzc340 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc340  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:#BD3E31; }.wzc340  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:#fff; }.wzc340  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc340  .wz-menu.wz-classic-menu > li { position:relative; }.wzc340 {  }.wzc340-list { overflow:visible;border-bottom-style:solid;border-color:#E74C3C;border-width:3px; }.wzc340-mobile {  }#wze948 { top:381.009px;left:53.9548px;width:187px;height:59px;z-index:1000; }.wzc501  .wz-social-media-list { flex-flow:row-reverse nowrap;gap:5px; }.wzc501  .wz-social-media-icon { width:59px; }.wzc501  .wz-social-media-portal { flex-flow:column;gap:10px; }.wzc501  .wz-social-media-portal img { width:59px; }.wzc501  .wz-social-media-portal p { font-family:iransans_fa, sans-serif;font-size:13px;text-align:center;color:#313131; }.wzc501 {  }.wzc501-root .wzc501-root-list .wzc501-root-list-item .wzc501-root-list-item-link .wzc501-root-list-item-link-icon {  }.wzc501-root .wzc501-root-list .wzc501-root-list-item .wzc501-root-list-item-link {  }.wzc501-root .wzc501-root-list .wzc501-root-list-item {  }.wzc501-root .wzc501-root-list {  }.wzc501-root .wzc501-root-portal .wzc501-root-portal-portalIcon {  }.wzc501-root .wzc501-root-portal .wzc501-root-portal-portalText {  }.wzc501-root .wzc501-root-portal {  }.wzc501-root {  }#wze1021 { top:326px;left:711.808px;width:180px;height:40px;z-index:1001; }.wzc542:hover .wzc542-bg { background-color:#5fa061; }.wzc542:hover .wzc542-content {  }.wzc542:hover {  }.wzc542-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(98, 175, 101, 0);border-radius:0px; }.wzc542-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(255, 0, 67); }#wz-section-header { height:1147.5px;--section-height:1147.5px; }.wzc-section-header { background-color:rgb(246, 249, 245);background:;box-shadow:1px 1px 4px 0px #000 ; }.wzc-section-header-full { background-image:;background-color:rgb(255, 255, 255);background-size:contain;background-repeat:no-repeat;background-attachment:fixed;box-shadow:-1px 1px 4px 0px rgb(246, 249, 245) ;background:; }.wzc-section-header-full:after { background:;background-color:rgb(255, 255, 255); }.wzc-section-header-full-top { background-image:fill='rgb(226, 28, 33)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:0px;-webkit-transform:translateY(0) scale(-1);-moz-transform:translateY(0) scale(-1);-ms-transform:translateY(0) scale(-1);-o-transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);position:absolute;z-index:10; }.wzc-section-header-full-bottom { background-image:fill='rgb(226, 28, 33)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }#wz-section-allPage { height:0px;--section-height:0px; }#wz-section-wzs86 { height:200px;--section-height:200px; }#wze728 { top:43.5106px;left:437.622px;width:276px;height:230px;z-index:1000; }.wzc369-code .wzc369-code-default { position:absolute;left:0px;top:0px;width:100%;height:100%;background-color:#ccc; }.wzc369-code { position:absolute;left:0px;top:0px;width:100%;height:100%; }#wze993 { top:150.401px;left:7.66959px;width:161px;height:23.2px;z-index:1000;text-align:right; }.wzc4 { height:auto; }.wzc4-text { width:100%;height:auto; }#wze994 { top:124.001px;left:-7.57428px;width:180px;height:26.4px;z-index:1000;text-align:right; }#wze995 { top:366.002px;left:184.116px;width:829px;height:23.2px;z-index:1001;text-align:right; }#wze996 { top:399.2px;left:396.991px;width:368px;height:23.2px;z-index:1000;text-align:right; }#wze1033 { top:65.01px;left:946.193px;width:187px;height:59px;z-index:1000; }#wz-section-footer { height:448.888px;--section-height:448.888px; }.wzc-section-footer { background-color:rgb(255, 255, 255);background:; }.wzc-section-footer-full { background-color:rgba(139, 0, 0, 0);background:;box-shadow:none;background-size:contain;background-repeat:no-repeat;background-attachment:fixed; }.wzc-section-footer-full:after { background:;background-color:rgba(197, 199, 196, 1); }.wzc-section-footer-full-bottom { background-image:fill='rgb(0,0,0)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }.wzc-section-footer-full-top { background-image:fill='rgb(0,0,0)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:0px;-webkit-transform:translateY(0) scale(-1);-moz-transform:translateY(0) scale(-1);-ms-transform:translateY(0) scale(-1);-o-transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);position:absolute;z-index:10; }#wz-section-wzs74 { height:300px;--section-height:300px; }.wzc-section-wzs74-full { background-color:rgba(0, 0, 0, 0.8); }#wze689 { top:30px;left:15px;width:848px;height:499px;z-index:1000; }.wzc325-root .wzc325-root-container .wzc325-root-container-header .wzc325-root-container-header-title {  }.wzc325-root .wzc325-root-container .wzc325-root-container-header {  }.wzc325-root .wzc325-root-container .wzc325-root-container-submitBoxHeader .wzc325-root-container-submitBoxHeader-submitButtonHeader {  }.wzc325-root .wzc325-root-container .wzc325-root-container-submitBoxHeader {  }.wzc325-root .wzc325-root-container {  }.wzc325-root .wzc325-root-accountContainer .wzc325-root-accountContainer-accountItem .wzc325-root-accountContainer-accountItem-accountItemLabel {  }.wzc325-root .wzc325-root-accountContainer .wzc325-root-accountContainer-accountItem .wzc325-root-accountContainer-accountItem-accountItemInputBox .wzc325-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc325-root .wzc325-root-accountContainer .wzc325-root-accountContainer-accountItem .wzc325-root-accountContainer-accountItem-accountItemInputBox .wzc325-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc325-root .wzc325-root-accountContainer .wzc325-root-accountContainer-accountItem .wzc325-root-accountContainer-accountItem-accountItemInputBox {  }.wzc325-root .wzc325-root-accountContainer .wzc325-root-accountContainer-accountItem {  }.wzc325-root .wzc325-root-accountContainer {  }.wzc325-root .wzc325-root-companyHeaderContainer .wzc325-root-companyHeaderContainer-companyHeader .wzc325-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc325-root .wzc325-root-companyHeaderContainer .wzc325-root-companyHeaderContainer-companyHeader {  }.wzc325-root .wzc325-root-companyHeaderContainer {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyInfoCheck .wzc325-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyInfoCheck .wzc325-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc325-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyInfoCheck .wzc325-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc325-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyInfoCheck .wzc325-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc325-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyInfoCheck .wzc325-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc325-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyInfoCheck .wzc325-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyInfoCheck {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyItemBox .wzc325-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyItemBox .wzc325-root-companyInfo-companyItemBox-companyInputBox .wzc325-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyItemBox .wzc325-root-companyInfo-companyItemBox-companyInputBox .wzc325-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyItemBox .wzc325-root-companyInfo-companyItemBox-companyInputBox {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyItemBox {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyInfoCancelLabel .wzc325-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyInfoCancelLabel .wzc325-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyInfoCancelLabel .wzc325-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyInfoCancelLabel .wzc325-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc325-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc325-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyInfoCancelLabel .wzc325-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc325-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyInfoCancelLabel .wzc325-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc325-root .wzc325-root-companyInfo .wzc325-root-companyInfo-companyInfoCancelLabel {  }.wzc325-root .wzc325-root-companyInfo {  }.wzc325-root .wzc325-root-submitBoxFooter .wzc325-root-submitBoxFooter-submitButtonFooter {  }.wzc325-root .wzc325-root-submitBoxFooter {  }.wzc325-root {  }.wzc325  .wz-profile-account-root { text-align:right; }.wzc325  .wz-profile-account-header-container { margin-bottom:20px; }.wzc325  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc325  .wz-profile-account-container { border-style:solid;border-width:1px;border-color:#efefef;background-color:#f4f4f4;border-radius:20px;direction:rtl;row-gap:15px;padding:35px; }.wzc325  .wz-profile-account-container:hover { border-radius:20px; }.wzc325  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc325  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc325  .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; }.wzc325  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc325  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc325  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc325  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc325  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc325  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc325  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc325  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc325  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc325 {  }.wzc324:hover .wzc324-bg { background-color:#ffd9d5; }.wzc324:hover .wzc324-content { color:#E74C3C; }.wzc324:hover {  }.wzc324-bg:after {  }.wzc324-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc324-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; }#wze694 { top:30px;left:893px;width:262px;height:440px;z-index:1000; }.wzc338-root .wzc338-root-infoBox .wzc338-root-infoBox-userImageBox .wzc338-root-infoBox-userImageBox-userImage {  }.wzc338-root .wzc338-root-infoBox .wzc338-root-infoBox-userImageBox {  }.wzc338-root .wzc338-root-infoBox .wzc338-root-infoBox-userInfo .wzc338-root-infoBox-userInfo-userName {  }.wzc338-root .wzc338-root-infoBox .wzc338-root-infoBox-userInfo .wzc338-root-infoBox-userInfo-userEmail {  }.wzc338-root .wzc338-root-infoBox .wzc338-root-infoBox-userInfo .wzc338-root-infoBox-userInfo-editInfo .wzc338-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc338-root .wzc338-root-infoBox .wzc338-root-infoBox-userInfo .wzc338-root-infoBox-userInfo-editInfo .wzc338-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc338-root .wzc338-root-infoBox .wzc338-root-infoBox-userInfo .wzc338-root-infoBox-userInfo-editInfo {  }.wzc338-root .wzc338-root-infoBox .wzc338-root-infoBox-userInfo {  }.wzc338-root .wzc338-root-infoBox {  }.wzc338-root .wzc338-root-items .wzc338-root-items-item .wzc338-root-items-item-itemBox .wzc338-root-items-item-itemBox-itemIcon {  }.wzc338-root .wzc338-root-items .wzc338-root-items-item .wzc338-root-items-item-itemBox .wzc338-root-items-item-itemBox-itemName {  }.wzc338-root .wzc338-root-items .wzc338-root-items-item .wzc338-root-items-item-itemBox {  }.wzc338-root .wzc338-root-items .wzc338-root-items-item {  }.wzc338-root .wzc338-root-items .wzc338-root-items-more {  }.wzc338-root .wzc338-root-items {  }.wzc338-root .wzc338-root-logoutBox .wzc338-root-logoutBox-logout .wzc338-root-logoutBox-logout-logoutLabel {  }.wzc338-root .wzc338-root-logoutBox .wzc338-root-logoutBox-logout {  }.wzc338-root .wzc338-root-logoutBox {  }.wzc338-root {  }.wzc338  .wz-profile-menu-user-info { gap:2px; }.wzc338  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc338  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc338  .wz-profile-menu-info-box:hover {  }.wzc338  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc338  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc338  .wz-profile-menu-user-name:hover {  }.wzc338  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc338  .wz-profile-menu-user-email:hover {  }.wzc338  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc338  .wz-profile-menu-edit-info:hover {  }.wzc338  .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); }.wzc338  .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; }.wzc338  .wz-profile-menu-items:hover {  }.wzc338  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc338  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc338  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc338  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc338  .wz-profile-menu-item-box:hover {  }.wzc338  .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%; }.wzc338  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc338  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc338  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc338  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc338  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc338  .wz-profile-menu-more:after { color:#808080; }.wzc338 {  }#wz-section-wzs81 { height:625px;--section-height:625px; }#wze690 { top:30px;left:15px;width:848px;height:368.2px;z-index:1000; }.wzc329-header .wzc329-header-title {  }.wzc329-header .wzc329-header-removeButton {  }.wzc329-header .wzc329-header-addToCartButton {  }.wzc329-header {  }.wzc329-favorites { --desktop-columns:3;--desktop-gap:20px;--tablet-columns:2;--tablet-gap:20px;--mobile-columns:1;--mobile-gap:20px;--image-order:0;--title-order:1;--price-order:2;--buttons-order:3; }.wzc329-pagination .wzc329-pagination-paginationButton {  }.wzc329-pagination {  }.wzc329  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc329  .wz-profile-favorites-header-text:hover {  }.wzc329  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc329  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc329  .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; }.wzc329  .wz-profile-favorite-item:hover {  }.wzc329  .wz-profile-favorite-item-image { object-fit:contain; }.wzc329  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc329  .wz-profile-favorite-item-title:hover {  }.wzc329  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc329  .wz-profile-favorite-item-price:hover {  }.wzc329  .wz-profile-favorite-item-add { height:30px; }.wzc329  .wz-profile-favorite-item-remove { height:30px; }.wzc329  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc329  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc329  .wz-profile-favorites-no-results-first-text:hover {  }.wzc329  .wz-profile-favorites-no-results-second-text:hover {  }.wzc329 {  }.wzc326:hover .wzc326-bg { background-color:#E74C3C; }.wzc326:hover .wzc326-content { font-size:10px;color:#fff; }.wzc326:hover {  }.wzc326-bg:after {  }.wzc326-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc326-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; }.wzc327:hover .wzc327-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc327:hover .wzc327-content { font-size:10px;color:#fff; }.wzc327:hover {  }.wzc327-bg:after {  }.wzc327-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc327-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; }.wzc328:hover .wzc328-bg:after { width:90%;opacity:1; }.wzc328:hover .wzc328-bg {  }.wzc328:hover .wzc328-content { color:#fff; }.wzc328:hover {  }.wzc328-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%); }.wzc328-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; }.wzc328-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-wzs82 { height:500px;--section-height:500px; }#wze691 { top:30px;left:15px;width:848px;height:341px;z-index:1000; }.wzc330-root .wzc330-root-header .wzc330-root-header-title {  }.wzc330-root .wzc330-root-header .wzc330-root-header-options .wzc330-root-header-options-optionsList .wzc330-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc330-root .wzc330-root-header .wzc330-root-header-options .wzc330-root-header-options-optionsList {  }.wzc330-root .wzc330-root-header .wzc330-root-header-options {  }.wzc330-root .wzc330-root-header {  }.wzc330-root .wzc330-root-orders .wzc330-root-orders-ordersHeader .wzc330-root-orders-ordersHeader-ordersHeaderItem .wzc330-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc330-root .wzc330-root-orders .wzc330-root-orders-ordersHeader .wzc330-root-orders-ordersHeader-ordersHeaderItem {  }.wzc330-root .wzc330-root-orders .wzc330-root-orders-ordersHeader {  }.wzc330-root .wzc330-root-orders {  }.wzc330-root .wzc330-root-pagination .wzc330-root-pagination-paginationButton {  }.wzc330-root .wzc330-root-pagination {  }.wzc330-root {  }.wzc330  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc330  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc330  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc330  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc330  .wz-profile-orders-order-items-header { width:80%; }.wzc330  .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); }.wzc330  .wz-profile-orders-order-details { width:80%; }.wzc330  .wz-profile-orders-order-buttons { width:20%; }.wzc330  .wz-profile-orders-order-details p { width:20%;font-size:12px;font-family:iransans_fa;font-weight:500;text-align:center;color:rgb(117,117,117); }.wzc330  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc330  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc330  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc330  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc330  .wz-profile-orders-no-results-root { gap:10px;border-width:0px;border-style:solid;border-color:#efefef;border-radius:16px;margin-top:20px;padding:70px 30px;background-color:#f4f4f4; }.wzc330  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc330  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc330  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc330 {  }#wz-section-wzs83 { height:503px;--section-height:503px; }#wze692 { top:30px;left:15px;width:848px;height:648px;z-index:1000; }.wzc333-root .wzc333-root-header .wzc333-root-header-title {  }.wzc333-root .wzc333-root-header .wzc333-root-header-headerButtons .wzc333-root-header-headerButtons-reorderButton {  }.wzc333-root .wzc333-root-header .wzc333-root-header-headerButtons .wzc333-root-header-headerButtons-receiptButton {  }.wzc333-root .wzc333-root-header .wzc333-root-header-headerButtons {  }.wzc333-root .wzc333-root-header {  }.wzc333-root .wzc333-root-body .wzc333-root-body-information .wzc333-root-body-information-mainInformation .wzc333-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc333-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc333-root .wzc333-root-body .wzc333-root-body-information .wzc333-root-body-information-mainInformation .wzc333-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc333-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc333-root .wzc333-root-body .wzc333-root-body-information .wzc333-root-body-information-mainInformation .wzc333-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc333-root .wzc333-root-body .wzc333-root-body-information .wzc333-root-body-information-mainInformation {  }.wzc333-root .wzc333-root-body .wzc333-root-body-information .wzc333-root-body-information-userInformation .wzc333-root-body-information-userInformation-userInformation{{ item.name }} .wzc333-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc333-root .wzc333-root-body .wzc333-root-body-information .wzc333-root-body-information-userInformation .wzc333-root-body-information-userInformation-userInformation{{ item.name }} .wzc333-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc333-root .wzc333-root-body .wzc333-root-body-information .wzc333-root-body-information-userInformation .wzc333-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc333-root .wzc333-root-body .wzc333-root-body-information .wzc333-root-body-information-userInformation {  }.wzc333-root .wzc333-root-body .wzc333-root-body-information .wzc333-root-body-information-paymentInformation .wzc333-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc333-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc333-root .wzc333-root-body .wzc333-root-body-information .wzc333-root-body-information-paymentInformation .wzc333-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc333-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc333-root .wzc333-root-body .wzc333-root-body-information .wzc333-root-body-information-paymentInformation .wzc333-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc333-root .wzc333-root-body .wzc333-root-body-information .wzc333-root-body-information-paymentInformation {  }.wzc333-root .wzc333-root-body .wzc333-root-body-information {  }.wzc333-root .wzc333-root-body .wzc333-root-body-orderInformation .wzc333-root-body-orderInformation-orderInformationHeader .wzc333-root-body-orderInformation-orderInformationHeader-orderName .wzc333-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc333-root .wzc333-root-body .wzc333-root-body-orderInformation .wzc333-root-body-orderInformation-orderInformationHeader .wzc333-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc333-root .wzc333-root-body .wzc333-root-body-orderInformation .wzc333-root-body-orderInformation-orderInformationHeader .wzc333-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc333-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc333-root .wzc333-root-body .wzc333-root-body-orderInformation .wzc333-root-body-orderInformation-orderInformationHeader .wzc333-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc333-root .wzc333-root-body .wzc333-root-body-orderInformation .wzc333-root-body-orderInformation-orderInformationHeader .wzc333-root-body-orderInformation-orderInformationHeader-orderCount .wzc333-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc333-root .wzc333-root-body .wzc333-root-body-orderInformation .wzc333-root-body-orderInformation-orderInformationHeader .wzc333-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc333-root .wzc333-root-body .wzc333-root-body-orderInformation .wzc333-root-body-orderInformation-orderInformationHeader .wzc333-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc333-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc333-root .wzc333-root-body .wzc333-root-body-orderInformation .wzc333-root-body-orderInformation-orderInformationHeader .wzc333-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc333-root .wzc333-root-body .wzc333-root-body-orderInformation .wzc333-root-body-orderInformation-orderInformationHeader .wzc333-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc333-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc333-root .wzc333-root-body .wzc333-root-body-orderInformation .wzc333-root-body-orderInformation-orderInformationHeader .wzc333-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc333-root .wzc333-root-body .wzc333-root-body-orderInformation .wzc333-root-body-orderInformation-orderInformationHeader {  }.wzc333-root .wzc333-root-body .wzc333-root-body-orderInformation {  }.wzc333-root .wzc333-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc333-root .wzc333-root-support .wzc333-root-support-supportImage {  }.wzc333-root .wzc333-root-support .wzc333-root-support-supportTextBox .wzc333-root-support-supportTextBox-supportQuestion {  }.wzc333-root .wzc333-root-support .wzc333-root-support-supportTextBox .wzc333-root-support-supportTextBox-supportMessage {  }.wzc333-root .wzc333-root-support .wzc333-root-support-supportTextBox {  }.wzc333-root .wzc333-root-support {  }.wzc333-root {  }.wzc333  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc333  .wz-profile-order-details-header { padding-bottom:20px; }.wzc333  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc333  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc333  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc333  .wz-profile-order-details-body { background-color:rgb(245, 245, 245);padding:15px 0 25px 0;border-radius:10px;border-style:solid;border-width:0;border-color:#000; }.wzc333  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc333  .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); }.wzc333  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc333  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc333  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc333  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc333  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc333  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc333  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc333  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc333  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc333  .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); }.wzc333  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc333  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc333  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc333  .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; }.wzc333  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc333  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc333  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc333  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc333  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc333  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc333  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc333  .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); }.wzc333  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc333  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc333  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc333  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc333 {  }.wzc331:hover .wzc331-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc331:hover .wzc331-content { color:#E74C3C; }.wzc331:hover {  }.wzc331-bg:after {  }.wzc331-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); }.wzc331-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; }.wzc332:hover .wzc332-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc332:hover .wzc332-content { color:rgb(117,117,117); }.wzc332:hover {  }.wzc332-bg:after {  }.wzc332-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); }.wzc332-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-wzs84 { height:708px;--section-height:708px; }#wze693 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc337-header .wzc337-header-title {  }.wzc337-header .wzc337-header-headerButton {  }.wzc337-header .wzc337-header-editButton {  }.wzc337-header .wzc337-header-removeButton {  }.wzc337-header {  }.wzc337-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; }.wzc337-pagination .wzc337-pagination-paginationButton {  }.wzc337-pagination {  }.wzc337  .wz-profile-addresses-header { margin-bottom:30px; }.wzc337  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc337  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc337  .wz-profile-addresses-container { border-style:solid;border-width:0px;border-color:#000;background-color:#f7f7f7;border-radius:20px;padding:40px;gap:30px;direction:rtl; }.wzc337  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc337  .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); }.wzc337  .wz-profile-address-item:hover { border-radius:20px; }.wzc337  .wz-profile-address-location { width:100%;height:200px; }.wzc337  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc337  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc337  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc337  .wz-profile-address-full:hover {  }.wzc337  .wz-profile-address-summary { justify-content:start; }.wzc337  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc337  .wz-profile-address-summary-location p:hover {  }.wzc337  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc337  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc337  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc337  .wz-profile-address-summary-postal-code p:hover {  }.wzc337  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc337  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc337  .wz-profile-address-transferee { text-align:right; }.wzc337  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc337  .wz-profile-address-transferee p:hover {  }.wzc337  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc337  .wz-profile-address-remove-button { height:30px; }.wzc337  .wz-profile-address-edit-button { height:30px; }.wzc337  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc337  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc337  .wz-profile-addresses-no-results-first-text:hover {  }.wzc337  .wz-profile-addresses-no-results-second-text:hover {  }.wzc337 {  }.wzc334:hover .wzc334-bg { background-color:#E74C3C; }.wzc334:hover .wzc334-content { font-size:12px;color:#ffd9d5; }.wzc334:hover {  }.wzc334-bg:after {  }.wzc334-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc334-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; }.wzc335:hover .wzc335-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc335:hover .wzc335-content { font-size:11px;color:#a1a1a1; }.wzc335:hover {  }.wzc335-bg:after {  }.wzc335-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc335-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; }.wzc336:hover .wzc336-bg { background-color:#E74C3C; }.wzc336:hover .wzc336-content { font-size:11px;color:#fff; }.wzc336:hover {  }.wzc336-bg:after {  }.wzc336-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc336-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-wzs85 { height:601px;--section-height:601px; }#wze1026 { top:56px;left:754.36px;width:305px;height:310px;z-index:1001; }.wzc546-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:0px;border-color:rgba(153, 153, 153, 1); }.wzc546-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc546-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/1ca80177a97a4530b2df2b91a5a033c4.jpg) ; }#wze1027 { top:53.5px;left:113.638px;width:305px;height:310px;z-index:1001; }.wzc547-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:0px;border-color:rgba(153, 153, 153, 1); }.wzc547-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc547-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/e25f8dd6475f4f6688f8d67d3547980f.jpg) ; }#wze1028 { top:375px;left:807.731px;width:180px;height:39.2px;z-index:1000;text-align:right; }#wze1029 { top:375px;left:142.74px;width:180px;height:39.2px;z-index:1000;text-align:right; }#wz-section-wzs137 { height:438.2px;--section-height:438.2px; }.wzc-section-wzs137 { background:;background-color:rgb(246, 249, 245); }.wzc-section-wzs137-full { background:;background-color:rgb(246, 249, 245); }.wzc-section-wzs137-full:after { background:;background-color:rgba(255, 255, 255, 1); }#wze966 { top:15.015px;left:1025.99px;width:131px;height:206px;z-index:1001; }.wzc508-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:0px;border-color:rgba(153, 153, 153, 1); }.wzc508-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc508-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/6f0050d4d2a94d818974fe26b4211c46.jpg) ; }#wze978 { top:267.015px;left:1043.57px;width:92px;height:22.4px;z-index:1000;text-align:right; }#wze979 { top:267.015px;left:651.432px;width:93px;height:22.4px;z-index:1000;text-align:right; }#wze981 { top:267.015px;left:260.759px;width:83px;height:24px;z-index:1000;text-align:right; }#wze982 { top:267.015px;left:466.613px;width:58px;height:22.4px;z-index:1002;text-align:right; }#wze983 { top:267.015px;left:848.188px;width:98px;height:22.4px;z-index:1002;text-align:right; }#wze988 { top:267.015px;left:59.8669px;width:90px;height:22.4px;z-index:1002;text-align:right; }#wze1002 { top:15.0046px;left:832.229px;width:131px;height:206px;z-index:1001; }.wzc524-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:0px;border-color:rgba(153, 153, 153, 1); }.wzc524-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc524-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/4232ae8386844218bf712a511fb3709c.jpg) ; }#wze1003 { top:15.005px;left:629.458px;width:131px;height:206px;z-index:1001; }.wzc525-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:0px;border-color:rgba(153, 153, 153, 1); }.wzc525-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc525-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/64a9c2dd07eb40d98cd9607b78048127.jpg) ; }#wze1004 { top:15.0046px;left:437.622px;width:131px;height:206px;z-index:1001; }.wzc526-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:0px;border-color:rgba(153, 153, 153, 1); }.wzc526-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc526-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/8fd0052fe98547558544210058050019.jpg) ; }#wze1005 { top:16.005px;left:236.755px;width:131px;height:206px;z-index:1001; }.wzc527-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:0px;border-color:rgba(153, 153, 153, 1); }.wzc527-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc527-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/6e0e9b91c7964260b15dca390a8a16ce.jpg) ; }#wze1006 { top:15.0047px;left:34.9893px;width:131px;height:206px;z-index:1001; }.wzc528-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:0px;border-color:rgba(153, 153, 153, 1); }.wzc528-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc528-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/2a65e7eb36f54327af4397cba56789f5.jpg) ; }#wz-section-wzs103 { height:310px;--section-height:310px; }.wzc-section-wzs103 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs103-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs103-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs103-full-top { background-image:fill='rgb(255, 0, 67)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:0px;-webkit-transform:translateY(0) scale(-1);-moz-transform:translateY(0) scale(-1);-ms-transform:translateY(0) scale(-1);-o-transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);position:absolute;z-index:10; }.wzc-section-wzs103-full-bottom { background-image:fill='rgb(226, 28, 33)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }#wze1016 { top:108.646px;left:61px;width:1055px;height:441px;z-index:1000; }.wzc538-breadcrumb {  }.wzc538  .flex-direction-nav a:before { color:rgb(255, 0, 67); }.wzc538  .wz-shop-product { padding:0px;text-align:center; }.wzc538  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc538  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc538  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px; }.wzc538  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc538  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc538  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:#f14639; }.wzc538  .wz-shop-product .wz-shop-product-image img { object-fit:fill;width:100%;float:left; }.wzc538  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc538  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc538  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc538  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc538  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc538 {  }.wzc538-container {  }.wzc538-topBar {  }.wzc538-filter {  }#wze1016 .wz-shop-product .wz-shop-product-image { padding-top: 100% }.wzc35-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc35-img .wzc35-img-inner { width:100%;height:100%;float:left; }.wzc35-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc305-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc305-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc71:hover .wzc71-bg:after { width:90%;opacity:1; }.wzc71:hover .wzc71-bg {  }.wzc71:hover .wzc71-content { color:#fff; }.wzc71:hover {  }.wzc71-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%); }.wzc71-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; }.wzc71-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family: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; }#wze1017 { top:42px;left:1018px;width:139px;height:29.6px;z-index:1001;text-align:right; }#wz-section-wzs134 { height:619.588px;--section-height:619.588px; }.wzc-section-wzs134 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs134-full { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs134-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1010 { top:29.0151px;left:56.984px;width:959px;height:780.469px;z-index:1003; }.wzc533-breadcrumb {  }.wzc533  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc533  .wz-shop-product { margin:15px;padding:0px;text-align:center; }.wzc533  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc533  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc533  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px; }.wzc533  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc533  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc533  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc533  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc533  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc533  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc533  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc533  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc533 {  }.wzc533-products {  }.wzc533-topBar {  }.wzc533-filter {  }#wze1010 .wz-shop-product .wz-shop-product-image { padding-top: 75% }#wze1010 .wz-shop-top-bar { margin-right: 15px }.wzc19:hover .wzc19-bg:after { width:90%;opacity:1; }.wzc19:hover .wzc19-bg {  }.wzc19:hover .wzc19-content { color:#fff; }.wzc19:hover {  }.wzc19-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%); }.wzc19-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; }.wzc19-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; }#wze1013 { top:15px;left:1042.11px;width:112px;height:29.6px;z-index:1004;text-align:right; }#wz-section-wzs132 { height:809.463px;--section-height:809.463px; }.wzc-section-wzs132 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs132-full { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs132-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1031 { top:13.515px;left:954px;width:203px;height:29.6px;z-index:1000;text-align:right; }#wze1032 { top:64.6146px;left:65.0858px;width:1005px;height:348.212px;z-index:1000; }.wzc548-breadcrumb {  }.wzc548  .flex-direction-nav a:before { color:rgb(0, 0, 0); }.wzc548  .wz-shop-product { padding:0px;text-align:center; }.wzc548  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc548  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc548  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px; }.wzc548  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc548  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc548  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:#f14639; }.wzc548  .wz-shop-product .wz-shop-product-image img { object-fit:cover; }.wzc548  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc548  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc548  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc548  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc548  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc548 {  }.wzc548-container {  }.wzc548-topBar {  }.wzc548-filter {  }#wze1032 .wz-shop-product .wz-shop-product-image { padding-top: 75% }#wz-section-wzs138 { height:428.85px;--section-height:428.85px; }.wzc-section-wzs138 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs138-full { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs138-full:after { background:;background-color:rgba(255, 255, 255, 1); }#wze1034 { top:77.6139px;left:29.984px;width:1107px;height:333.712px;z-index:1000; }.wzc549-breadcrumb {  }.wzc549  .flex-direction-nav a:before { color:#999; }.wzc549  .wz-shop-product { padding:0px;text-align:center; }.wzc549  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc549  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc549  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px; }.wzc549  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc549  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc549  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:#f14639; }.wzc549  .wz-shop-product .wz-shop-product-image img { object-fit:cover;width:100%;float:left; }.wzc549  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc549  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc549  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc549  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc549  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc549 {  }.wzc549-container {  }.wzc549-topBar {  }.wzc549-filter {  }#wze1034 .wz-shop-product .wz-shop-product-image { padding-top: 75% }#wze1035 { top:12.015px;left:1056.58px;width:103px;height:29.6px;z-index:1001;text-align:right; }#wz-section-wzs139 { height:433.3px;--section-height:433.3px; }.wzc-section-wzs139 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs139-full { background:;background-color:rgba(255, 255, 255, 1); }.wzc-section-wzs139-full:after { background:;background-color:rgba(255, 255, 255, 1); }#wze764 { top:33.982px;left:-4.02469px;width:1170px;height:781.047px;z-index:1000; }.wzc398  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc398  .wz-shop-product { margin:15px;padding:0px;text-align:center; }.wzc398  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc398  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc398  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px; }.wzc398  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc398  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc398  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc398  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc398  .wz-shop-product .wz-shop-product-add-cart { width:194px; }.wzc398  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc398  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc398  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc398 {  }.wzc398-breadcrumb {  }.wzc398-filter { margin-right:15px;margin-left:15px; }.wzc398-topBar .wzc398-topBar-sort {  }.wzc398-topBar .wzc398-topBar-perPage {  }.wzc398-topBar .dropdown.dropdown-list .dropdown-select,.wzc398-topBar  .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc398-topBar .dropdown.dropdown-list .dropdown-select,.wzc398-topBar  .dropdown.dropdown-list .dropdown-menu,.wzc398-topBar  .dropdown.dropdown-list .dropdown-select::before { border-color:#878787; }.wzc398-topBar  .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc398-topBar { margin:10px;margin-bottom:20px;color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc398-products {  }#wze764 .wz-shop-product .wz-shop-product-image { padding-top: 42.85% }#wze765 { top:10px;left:10px;width:242px;height:200px;z-index:1000; }.wzc399  .wz-shop-archive > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc399  .wz-shop-archive .sub-list > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc399 {  }.wzc399-list  .wz-shop-filter-title { font-size:18px;color:rgb(226, 28, 33);font-family:yekan, tahoma, serif; }.wzc399-list .wz-shop-filter-item .irs-min,.wzc399-list  .wz-shop-filter-item .irs-max { background-color:rgba(0,0,0,0.1);color:#999; }.wzc399-list  .wz-shop-filter-item .wz-shop-price-slider .irs-slider { background:#5c6165; }.wzc399-list .wz-shop-filter-item .irs-line-mid,.wzc399-list  .wz-shop-filter-item  .irs-line-left,.wzc399-list  .wz-shop-filter-item  .irs-line-right,.wzc399-list  .wz-shop-filter-item  .irs-bar,.wzc399-list  .wz-shop-filter-item  .irs-bar-edge { background:#424649; }.wzc399-list  .wz-shop-sort-option-color { padding-top:2px; }.wzc399-list  .wz-shop-filter-item .regular-checkbox:checked+label.regular-checkbox-color:after { border-style:solid;border-color:rgb(0, 255, 72);border-width:2px;top:-3px;left:-3px; }.wzc399-list  .wz-shop-filter-item+.wz-shop-filter-item { border-top-style:solid;border-top-width:1px;border-top-color:rgb(0, 255, 84); }.wzc399-list { font-size:13px;color:rgb(1, 0, 255);font-family:yekan, tahoma, serif; }#wz-section-wzs114 { height:918.969px;--section-height:918.969px; }#wze766 { top:10px;left:0px;width:1170px;height:766px;z-index:1000; }.wzc400  .wz-shop-breadcrumb-container   .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc400  .wz-shop-product-page .wz-shop-product-add-cart { width:300px; }.wzc400  .wz-shop-product-page .wz-shop-product-options .wz-shop-option-title { font-size:17px;color:#878787;font-family:yekan, tahoma, serif; }.wzc400  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-option { width:300px; }.wzc400  .wz-shop-product-page .wz-shop-product-options .dropdown { width:300px; }.wzc400  .wz-shop-product-page .wz-shop-product-options.wz-radio-button-list .regular-checkbox-item,.wzc400  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select,.wzc400  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc400  .wz-shop-product-page .wz-shop-product-options.dropdown.dropdown-list .dropdown-select,.wzc400  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu,.wzc400  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select::before { border-color:rgba(0,0,0,0.15); }.wzc400  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc400  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li { padding-top:2px; }.wzc400  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li .regular-checkbox:checked+label.regular-checkbox-color:after { border-style:solid;border-color:#c9c9c9;border-width:2px; }.wzc400  .wz-shop-product-page .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:26px;color:#000; }.wzc400  .wz-shop-product-page .wz-shop-product-description { font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc400  .wz-shop-product-page .wz-shop-product-sku { font-family:yekan, tahoma, serif;font-size:12px;color:#b3abab; }.wzc400  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:21px;color:#f14639; }.wzc400  .wz-shop-product-page .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:21px;color:#000; }.wzc400  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639;font-size:21px; }.wzc400  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:16px; }.wzc400  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider  img.wz-gallery-image { object-fit:cover;width:100%;float:left; }.wzc400 .wz-shop-product-info-sections-simple .wz-shop-product-info+.wz-shop-product-info,.wzc400  .wz-shop-product-info-sections-accordion .wz-shop-product-info+.wz-shop-product-info { border-top-style:solid;border-top-width:1px;border-top-color:rgba(0,0,0,0.15); }.wzc400  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-title { font-family:yekan, tahoma, serif;font-size:19px;color:#000; }.wzc400  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-content { font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc400  .wz-shop-product-page .wz-shop-product-info-sections .wz-tab-content { border-style:solid;border-width:1px;border-color:#ededed; }.wzc400  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li {  }.wzc400  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open { border-style:solid;border-width:1px;border-color:#ededed;background-color:#fff;color:#000; }.wzc400  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open:after { height:1px;bottom:-1px;background-color:#fff; }.wzc400  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel .flex-active-slide:after { border-color:#ccc; }.wzc400  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery { width:50%; }.wzc400  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section { width:calc(50% - 30px); }.wzc400 {  }.wzc400-breadcrumb {  }.wzc400-product {  }#wze766  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider .wz-image-ratio { padding-top: 75% }.wzc357 .wz-gallery > li > figure,.wzc357  .wz-gallery > li > figure:before,.wzc357  .wz-gallery > li > figure:after,.wzc357  .wz-gallery > li > figure > figcaption,.wzc357  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc357  .wz-gallery-caption { text-align:center; }.wzc357  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc357  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc357  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc357 {  }.wzc357-slider .wzc357-slider-items {  }.wzc357-slider  .flex-direction-nav a:before { color:#999; }.wzc357-slider {  }.wzc357-carousel .wzc357-carousel-list {  }.wzc357-carousel {  }#wz-section-wzs113 { height:786px;--section-height:786px; }#wze763 { top:10px;left:15px;width:1140px;height:280px;z-index:1000; }.wzc397-container { font-size:10px;font-family:yekan; }#wze763 .wz-cart-color-primary { color: #565656 }#wze763 .wz-cart-primary-color { color: #565656 }#wze763 .wz-cart-second-color { color: #565656 }#wze763 .wz-cart-second-border-color { border-color: #565656 }.wzc353:hover .wzc353-bg { background-color:#999; }.wzc353:hover .wzc353-content {  }.wzc353:hover {  }.wzc353-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#b4b4b4;border-radius:0px; }.wzc353-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs115 { height:300px;--section-height:300px; }#wze878 { top:10px;left:308px;width:847px;height:265px;z-index:1000; }.wzc472  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:23px;color:#000; }.wzc472  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-content { font-family:yekan, tahoma, serif;font-size:13px; }.wzc472  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail { width:300px; }.wzc472  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc472  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:#000;width:13px;height:13px; }.wzc472 .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-section,.wzc472  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title,.wzc472  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { padding-left:10px;padding-right:10px; }.wzc472  .wz-blog-recent-posts .wz-blog-post-item { padding:10px 0; }.wzc472  .wz-blog-recent-posts .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc472  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more { width:100px;height:30px;margin-top:10px; }.wzc472 {  }.wzc472-posts {  }#wze879 { top:10px;left:15px;width:263px;height:271px;z-index:1000; }#wze880 { top:10px;left:10px;width:242px;height:28px;z-index:1000;text-align:right; }#wze881 { top:43px;left:10px;width:242px;height:4px;z-index:1000; }.wzc473-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#000; }.wzc473-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze882 { top:53px;left:10px;width:242px;height:40px;z-index:1000; }.wzc474  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc474  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc474  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc474  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc474  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc474 {  }.wzc474-posts {  }#wze883 { top:113px;left:10px;width:242px;height:28px;z-index:1000;text-align:right; }#wze884 { top:146px;left:10px;width:242px;height:4px;z-index:1000; }#wze885 { top:156px;left:10px;width:242px;height:100px;z-index:1000; }.wzc476  .wz-blog-archive > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc476  .wz-blog-archive .sub-list > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc476 {  }.wzc476-list { direction:rtl; }#wz-section-wzs126 { height:291px;--section-height:291px; }#wze886 { top:10px;left:308px;width:847px;height:200px;z-index:1000; }.wzc477  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:23px; }.wzc477  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-content { font-family:yekan, tahoma, serif;font-size:13px; }.wzc477  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc477  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:#000;width:13px;height:13px; }.wzc477 .wz-blog-single-post .wz-blog-post-item .wz-blog-post-section,.wzc477  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title,.wzc477  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { padding-left:10px;padding-right:10px; }.wzc477  .wz-blog-single-post .wz-blog-post-item { padding:10px 0; }.wzc477 {  }.wzc477-posts {  }#wze887 { top:220px;left:308px;width:847px;height:200px;z-index:1000; }.wzc479  .wz-blog-comment { padding:10px; }.wzc479  .wz-blog-comment+.wz-blog-comment { margin-top:10px; }.wzc479  .wz-blog-comment .wz-blog-comment-author { font-family:yekan, tahoma, serif;font-size:14px;color:#757070; }.wzc479  .wz-blog-comment .wz-blog-comment-message { font-family:yekan, tahoma, serif;font-size:14px;color:#999999; }.wzc479  .wz-blog-comment-from { width:500px; }.wzc479 {  }.wzc479-container .wzc479-container-comments {  }.wzc479-container .wzc479-container-form { max-width:100%;height:auto; }.wzc479-container {  }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section1 .wzc26-contactForm-sections-section1-formRow .wzc26-contactForm-sections-section1-formRow-input {  }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section1 .wzc26-contactForm-sections-section1-formRow {  }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section1 {  }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section2 .wzc26-contactForm-sections-section2-messageRow .wzc26-contactForm-sections-section2-messageRow-message { height:120px; }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section2 .wzc26-contactForm-sections-section2-messageRow {  }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc26-contactForm .wzc26-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc26-contactForm .wzc26-contactForm-footer .wzc26-contactForm-footer-submit .wzc26-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc26-contactForm .wzc26-contactForm-footer .wzc26-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc26-contactForm .wzc26-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc26-contactForm .wzc26-contactForm-resultSection .wzc26-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:yekan, tahoma, serif; }.wzc26-contactForm .wzc26-contactForm-resultSection { height:40px;padding-top:5px; }.wzc26-contactForm  .wzc26-contactForm-resultSection .form-result-show { opacity:1; }.wzc26-contactForm  .wzc26-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc26-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc26-contactForm input,.wzc26-contactForm  textarea { width:100%;box-sizing:border-box;font-family:yekan, tahoma, serif;padding:5px;outline:0;resize:none;border-width:1px;border-style:solid;border-color:#999999;color:#999999;font-size:13px;background-color:transparent; }.wzc26-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc26-contactForm  *::-webkit-input-placeholder { color:#999999; }.wzc26-contactForm  *::-moz-placeholder { color:#999999; }.wzc26-contactForm  *:-ms-input-placeholder { color:#999999; }.wzc26-contactForm  *:-moz-placeholder { color:#999999; }.wzc26-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc26-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:#000; }.wzc26-contactForm { direction:rtl; }.wzc478-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:1px;border-color:#999999; }.wzc478-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc478-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; }#wze888 { top:10px;left:15px;width:263px;height:625px;z-index:1000; }#wze889 { top:10px;left:10px;width:242px;height:25px;z-index:1000;text-align:right; }#wze890 { top:40px;left:10px;width:242px;height:4px;z-index:1000; }#wze891 { top:50px;left:10px;width:242px;height:400px;z-index:1000; }#wze892 { top:470px;left:10px;width:242px;height:25px;z-index:1000;text-align:right; }#wze893 { top:500px;left:10px;width:242px;height:4px;z-index:1000; }#wze894 { top:510px;left:10px;width:242px;height:100px;z-index:1000; }#wz-section-wzs125 { height:430px;--section-height:430px; }[data-page=p22] #wz-root-background { background-color:rgb(197, 199, 196);background-position:bottom;background-attachment:fixed; }[data-page=p23] #wz-root-background { background-color:rgb(197, 199, 196);background-position:bottom;background-attachment:fixed; }[data-page=p24] #wz-root-background { background-color:rgb(197, 199, 196);background-position:bottom;background-attachment:fixed; }[data-page=p25] #wz-root-background { background-color:rgb(197, 199, 196);background-position:bottom;background-attachment:fixed; }[data-page=p26] #wz-root-background { background-color:rgb(197, 199, 196);background-position:bottom;background-attachment:fixed; }[data-page=p27] #wz-root-background { background-color:rgb(197, 199, 196);background-position:bottom;background-attachment:fixed; }[data-page=p31] #wz-root-background { background-color:rgb(197, 199, 196);background-position:bottom;background-attachment:fixed; }[data-page=p44] #wz-root-background { background-color:rgb(246, 249, 245); }@media only screen and (max-width : 768px) {#wze767 { top:23.5196px;left:220.513px;bottom:auto;right:auto;width:60px;height:38.6667px;display:block;z-index:1000; }#wze771 { top:34.0216px;left:308.321px;bottom:auto;right:auto;width:134px;height:23.9844px;display:block;z-index:1000; }#wze773 { top:88.4626px;left:75.8125px;bottom:auto;right:auto;width:300px;height:34.125px;display:block;z-index:1000; }#wze776 { top:182.026px;left:-2.00084px;bottom:auto;right:auto;width:463.991px;height:294.969px;display:block;z-index:1000; }#wze776 .wz-gallery.wz-gallery-grid li { width:154px;height:98px;padding:10px; }#wze932 { top:79.0276px;left:407.885px;bottom:auto;right:auto;width:61.9744px;height:38.0625px;z-index:1000; }#wze948 { top:37.01px;left:15px;bottom:auto;right:auto;width:120px;height:27px;z-index:1000; }.wzc501  .wz-social-media-list { gap:4px; }.wzc501  .wz-social-media-icon { width:27px; }#wze1021 { top:137.003px;left:286.639px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }#wz-section-header { height:496.014px;--section-height:496.014px; }.wzc-section-header { background-color:rgba(246, 249, 245, 0.46);background:; }#wz-section-allPage { height:0px;--section-height:0px; }#wz-section-wzs86 { height:15px;--section-height:15px; }#wze728 { top:23.3249px;left:158.997px;bottom:auto;right:auto;width:160px;height:160px;z-index:1000; }#wze993 { top:51.0115px;left:15px;bottom:auto;right:auto;width:122px;height:15.5556px;z-index:1000;text-align:right; }#wze994 { top:92.0676px;left:31.251px;bottom:auto;right:auto;width:96px;height:15.5556px;z-index:1000;text-align:right; }#wze995 { top:206.938px;left:39.0625px;bottom:auto;right:auto;width:427px;height:11.1042px;z-index:1000;text-align:center; }#wze996 { top:235.993px;left:133.875px;bottom:auto;right:auto;width:265px;height:15.5556px;z-index:1000;text-align:right; }#wze1033 { top:51.014px;left:268.001px;bottom:auto;right:auto;width:187px;height:27px;z-index:1000; }#wz-section-footer { height:307.111px;--section-height:307.111px; }#wz-section-wzs74 { height:30px;--section-height:30px; }#wze689 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:257.737px;display:block;z-index:1000; }#wze694 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs81 { height:491.725px;--section-height:491.725px; }#wze690 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs82 { height:672px;--section-height:672px; }#wze691 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.125px;display:block;z-index:1000; }.wzc330  .wz-profile-orders-header p { font-size:16px; }.wzc330  .wz-profile-orders-header-option { font-size:10px; }.wzc330  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc330  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs83 { height:410.125px;--section-height:410.125px; }#wze692 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.688px;display:block;z-index:1000; }.wzc333  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc333  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc333  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc333  [data-name=total_include_tax] { padding:10px; }.wzc333  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc333  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc333  .wz-profile-order-details-order-detail { font-size:10px; }.wzc333  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc333  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc333  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs84 { height:568.688px;--section-height:568.688px; }#wze693 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.425px;display:block;z-index:1000; }#wz-section-wzs85 { height:513.425px;--section-height:513.425px; }#wze1026 { top:15px;left:275.001px;bottom:auto;right:auto;width:180px;height:141px;display:block;z-index:1000; }#wze1027 { top:15px;left:17.375px;bottom:auto;right:auto;width:166px;height:145px;display:block;z-index:1000; }.wzc547-bg { background-color:rgba(0, 0, 0, 0);border-color:rgba(0, 0, 0, 1); }#wze1028 { top:165.5px;left:307.938px;bottom:auto;right:auto;width:124px;height:35.5556px;display:block;z-index:1000;text-align:right; }#wze1029 { top:164px;left:39.0625px;bottom:auto;right:auto;width:129px;height:31.5556px;display:block;z-index:1000;text-align:right; }#wz-section-wzs137 { height:264.556px;--section-height:264.556px; }#wze966 { top:3.5px;left:334px;bottom:auto;right:auto;width:121px;height:203px;z-index:1000; }#wze978 { top:236px;left:353.39px;bottom:auto;right:auto;width:90px;height:22.2153px;z-index:1000;text-align:right; }#wze979 { top:236px;left:192.501px;bottom:auto;right:auto;width:93px;height:22.2153px;z-index:1000;text-align:right; }#wze981 { top:531.222px;left:197.501px;bottom:auto;right:auto;width:83px;height:24px;z-index:1000;text-align:right; }#wze982 { top:534.722px;left:360.25px;bottom:auto;right:auto;width:58px;height:22.2153px;z-index:1000;text-align:right; }#wze983 { top:236px;left:21.626px;bottom:auto;right:auto;width:98px;height:22.2153px;z-index:1000;text-align:right; }#wze988 { top:534.722px;left:37.2645px;bottom:auto;right:auto;width:90px;height:22.2153px;z-index:1000;text-align:right; }#wze1002 { top:3px;left:15.0145px;bottom:auto;right:auto;width:131px;height:206px;z-index:1000; }#wze1003 { top:3px;left:173.501px;bottom:auto;right:auto;width:131px;height:206px;z-index:1000; }#wze1004 { top:298.722px;left:324.001px;bottom:auto;right:auto;width:131px;height:206px;z-index:1000; }#wze1005 { top:298.722px;left:171.625px;bottom:auto;right:auto;width:124px;height:210px;z-index:1000; }#wze1006 { top:304.222px;left:15.015px;bottom:auto;right:auto;width:131px;height:206px;z-index:1000; }#wz-section-wzs103 { height:577.424px;--section-height:577.424px; }#wze1016 { top:59.3333px;left:15px;bottom:auto;right:auto;width:438px;height:298.556px;display:block;z-index:1000; }#wze1017 { top:5px;left:316px;bottom:auto;right:auto;width:139px;height:29.3264px;display:block;z-index:1000;text-align:right; }#wz-section-wzs134 { height:372.882px;--section-height:372.882px; }#wze1010 { top:47.6731px;left:17px;bottom:auto;right:auto;width:438px;height:1023.92px;z-index:1000; }#wze1010 .wz-shop-product { width: calc(50% - 30px )}#wze1013 { top:15px;left:349px;bottom:auto;right:auto;width:106px;height:26.6667px;z-index:1000;text-align:right; }#wz-section-wzs132 { height:1086.6px;--section-height:1086.6px; }.wzc-section-wzs132 { background:;background-color:rgba(255, 255, 255, 0); }#wze1031 { top:15px;left:132.5px;bottom:auto;right:auto;width:203px;height:29.3264px;display:block;z-index:1000;text-align:right; }#wze1032 { top:59.3333px;left:15px;bottom:auto;right:auto;width:438px;height:400.549px;display:block;z-index:1000; }#wz-section-wzs138 { height:474.875px;--section-height:474.875px; }#wze1034 { top:59.3333px;left:15px;bottom:auto;right:auto;width:438px;height:361.549px;display:block;z-index:1000; }#wze1035 { top:15px;left:182.5px;bottom:auto;right:auto;width:103px;height:29.3264px;display:block;z-index:1000;text-align:right; }#wz-section-wzs139 { height:435.875px;--section-height:435.875px; }#wze764 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:1529.25px;display:block;z-index:1000; }#wze764 .wz-shop-product { width: calc(100% - 30px )}#wze765 { top:10px;left:0px;bottom:auto;right:auto;width:242px;height:0px;display:block;z-index:1000; }#wz-section-wzs114 { height:1559.25px;--section-height:1559.25px; }#wze766 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:741.219px;display:block;z-index:1000; }#wz-section-wzs113 { height:771.219px;--section-height:771.219px; }#wze763 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:107.578px;display:block;z-index:1000; }#wz-section-wzs115 { height:137.562px;--section-height:137.562px; }#wze878 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:137.031px;display:block;z-index:1000; }#wze879 { top:167.016px;left:15px;bottom:auto;right:auto;width:438px;height:271px;display:block;z-index:1000; }#wze880 { top:10px;left:97.5px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze881 { top:43px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze882 { top:53px;left:97.5px;bottom:auto;right:auto;width:242px;height:40px;display:block;z-index:1000; }#wze883 { top:113px;left:97.5px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze884 { top:146px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze885 { top:156px;left:97.5px;bottom:auto;right:auto;width:242px;height:100px;display:block;z-index:1000; }#wz-section-wzs126 { height:453.015625px;--section-height:453.015625px; }#wze886 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:103.422px;display:block;z-index:1000; }#wze887 { top:773.422px;left:15px;bottom:auto;right:auto;width:438px;height:103.422px;display:block;z-index:1000; }#wze888 { top:133.422px;left:15px;bottom:auto;right:auto;width:438px;height:625px;display:block;z-index:1000; }#wze889 { top:10px;left:97.5px;bottom:auto;right:auto;width:242px;height:25px;display:block;z-index:1000;text-align:right; }#wze890 { top:40px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze891 { top:50px;left:97.5px;bottom:auto;right:auto;width:242px;height:400px;display:block;z-index:1000; }#wze892 { top:470px;left:97.5px;bottom:auto;right:auto;width:242px;height:25px;display:block;z-index:1000;text-align:right; }#wze893 { top:500px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze894 { top:510px;left:97.5px;bottom:auto;right:auto;width:242px;height:100px;display:block;z-index:1000; }#wz-section-wzs125 { height:891.843875px;--section-height:891.843875px; }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze767 { top:87.5033px;left:320.781px;bottom:auto;right:auto;width:59px;height:37.375px;z-index:1000; }#wze771 { top:94.283px;left:605.409px;bottom:auto;right:auto;width:134px;height:23.9844px;z-index:1000; }#wze773 { top:181.168px;left:35.2847px;bottom:auto;right:auto;width:619px;height:40.9375px;z-index:1000; }#wze776 { top:261.107px;left:7.5px;bottom:auto;right:auto;width:763px;height:285px;z-index:1000; }#wze776 .wz-gallery.wz-gallery-grid li { width:254px;height:95px;padding:10px; }#wze932 { top:173.002px;left:692.577px;bottom:auto;right:auto;width:51px;height:48px;z-index:1000; }#wze948 { top:80.01px;left:21.203px;bottom:auto;right:auto;width:140px;height:40px;z-index:1000; }.wzc501  .wz-social-media-icon { width:40px; }#wze1021 { top:561.107px;left:294px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }#wz-section-header { height:634.406px;--section-height:634.406px; }.wzc-section-header { background-color:rgb(246, 249, 245); }#wz-section-allPage { height:0px;--section-height:0px; }#wz-section-wzs86 { height:15px;--section-height:15px; }#wze728 { top:51.8547px;left:299.801px;bottom:auto;right:auto;width:160px;height:160px;z-index:1000; }#wze993 { top:226.855px;left:208px;bottom:auto;right:auto;width:352px;height:23px;z-index:1000;text-align:right; }#wze994 { top:264.855px;left:294px;bottom:auto;right:auto;width:180px;height:26px;z-index:1000;text-align:right; }#wze995 { top:305.855px;left:15px;bottom:auto;right:auto;width:738px;height:45px;z-index:1000;text-align:right; }#wze996 { top:365.855px;left:200px;bottom:auto;right:auto;width:368px;height:23px;z-index:1000;text-align:right; }#wze1033 { top:403.855px;left:290.5px;bottom:auto;right:auto;width:187px;height:59px;z-index:1000; }#wz-section-footer { height:523.391px;--section-height:523.391px; }#wz-section-wzs74 { height:30px;--section-height:30px; }#wze689 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.263px;display:block;z-index:1000; }#wze694 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs81 { height:701.263px;--section-height:701.263px; }#wze690 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs82 { height:1005px;--section-height:1005px; }#wze691 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.763px;display:block;z-index:1000; }#wz-section-wzs83 { height:563.763px;--section-height:563.763px; }#wze692 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.938px;display:block;z-index:1000; }#wz-section-wzs84 { height:830.938px;--section-height:830.938px; }#wze693 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.812px;display:block;z-index:1000; }#wz-section-wzs85 { height:737.8px;--section-height:737.8px; }#wze1026 { top:15px;left:71.5px;bottom:auto;right:auto;width:305px;height:310px;display:block;z-index:1000; }#wze1027 { top:15px;left:391.5px;bottom:auto;right:auto;width:305px;height:310px;display:block;z-index:1000; }#wze1028 { top:340px;left:391.5px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000;text-align:right; }#wze1029 { top:340px;left:196.5px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000;text-align:right; }#wz-section-wzs137 { height:395px;--section-height:395px; }#wze966 { top:15px;left:605.969px;bottom:auto;right:auto;width:149px;height:206px;z-index:1000; }#wze978 { top:236px;left:646.077px;bottom:auto;right:auto;width:92px;height:22px;z-index:1000;text-align:right; }#wze979 { top:245px;left:342.513px;bottom:auto;right:auto;width:93px;height:22px;z-index:1000;text-align:right; }#wze981 { top:546px;left:347.5px;bottom:auto;right:auto;width:83px;height:24px;z-index:1000;text-align:right; }#wze982 { top:543.5px;left:649.001px;bottom:auto;right:auto;width:58px;height:22px;z-index:1000;text-align:right; }#wze983 { top:255.5px;left:77.4208px;bottom:auto;right:auto;width:98px;height:22px;z-index:1000;text-align:right; }#wze988 { top:557.5px;left:77.4215px;bottom:auto;right:auto;width:90px;height:22px;z-index:1000;text-align:right; }#wze1002 { top:19.5px;left:68.42px;bottom:auto;right:auto;width:131px;height:206px;z-index:1000; }#wze1003 { top:16px;left:327.093px;bottom:auto;right:auto;width:131px;height:206px;z-index:1000; }#wze1004 { top:317px;left:569.656px;bottom:auto;right:auto;width:138px;height:213px;z-index:1000; }#wze1005 { top:313px;left:320.921px;bottom:auto;right:auto;width:131px;height:206px;z-index:1000; }#wze1006 { top:317px;left:58.3125px;bottom:auto;right:auto;width:144px;height:219px;z-index:1000; }#wz-section-wzs103 { height:596.219px;--section-height:596.219px; }#wze1016 { top:60px;left:15px;bottom:auto;right:auto;width:738px;height:441px;display:block;z-index:1000; }#wze1017 { top:15px;left:314.5px;bottom:auto;right:auto;width:139px;height:30px;display:block;z-index:1000;text-align:right; }#wz-section-wzs134 { height:516px;--section-height:516px; }#wze1010 { top:60px;left:15px;bottom:auto;right:auto;width:738px;height:602.141px;display:block;z-index:1000; }#wze1010 .wz-shop-product { width: calc(50% - 30px )}#wze1013 { top:15px;left:328px;bottom:auto;right:auto;width:112px;height:30px;display:block;z-index:1000;text-align:right; }#wz-section-wzs132 { height:677.141px;--section-height:677.141px; }#wze1031 { top:15px;left:282.5px;bottom:auto;right:auto;width:203px;height:30px;display:block;z-index:1000;text-align:right; }#wze1032 { top:60px;left:15px;bottom:auto;right:auto;width:738px;height:348.219px;display:block;z-index:1000; }#wz-section-wzs138 { height:423.219px;--section-height:423.219px; }#wze1034 { top:60px;left:15px;bottom:auto;right:auto;width:738px;height:334.719px;display:block;z-index:1000; }#wze1035 { top:15px;left:332.5px;bottom:auto;right:auto;width:103px;height:30px;display:block;z-index:1000;text-align:right; }#wz-section-wzs139 { height:409.719px;--section-height:409.719px; }#wze764 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:492.656px;display:block;z-index:1000; }#wze764 .wz-shop-product { width: calc(50% - 30px )}#wze765 { top:10px;left:0px;bottom:auto;right:auto;width:242px;height:0px;display:block;z-index:1000; }#wz-section-wzs114 { height:522.641px;--section-height:522.641px; }#wze766 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:1248.92px;display:block;z-index:1000; }#wz-section-wzs113 { height:1278.91px;--section-height:1278.91px; }#wze763 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:181.25px;display:block;z-index:1000; }#wz-section-wzs115 { height:211.25px;--section-height:211.25px; }#wze878 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:230.891px;display:block;z-index:1000; }#wze879 { top:260.891px;left:252.5px;bottom:auto;right:auto;width:263px;height:271px;display:block;z-index:1000; }#wze880 { top:10px;left:10px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze881 { top:43px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze882 { top:53px;left:10px;bottom:auto;right:auto;width:242px;height:40px;display:block;z-index:1000; }#wze883 { top:113px;left:10px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze884 { top:146px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze885 { top:156px;left:10px;bottom:auto;right:auto;width:242px;height:100px;display:block;z-index:1000; }#wz-section-wzs126 { height:546.890625px;--section-height:546.890625px; }#wze886 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:174.25px;display:block;z-index:1000; }#wze887 { top:844.25px;left:15px;bottom:auto;right:auto;width:738px;height:174.25px;display:block;z-index:1000; }#wze888 { top:204.25px;left:252.5px;bottom:auto;right:auto;width:263px;height:625px;display:block;z-index:1000; }#wze889 { top:10px;left:10px;bottom:auto;right:auto;width:242px;height:25px;display:block;z-index:1000;text-align:right; }#wze890 { top:40px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze891 { top:50px;left:10px;bottom:auto;right:auto;width:242px;height:400px;display:block;z-index:1000; }#wze892 { top:470px;left:10px;bottom:auto;right:auto;width:242px;height:25px;display:block;z-index:1000;text-align:right; }#wze893 { top:500px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze894 { top:510px;left:10px;bottom:auto;right:auto;width:242px;height:100px;display:block;z-index:1000; }#wz-section-wzs125 { height:1033.5px;--section-height:1033.5px; }}@media only screen and (min-width : 1170px) {#wze776 .wz-gallery.wz-gallery-grid li { width:387px;height:180px;padding:10px; }#wze1010 .wz-shop-product { width: calc(33.333333333333% - 30px )}#wze764 .wz-shop-product { width: calc(50% - 30px )}#wze764 .wz-shop-top-bar { margin-right: 287px }#wze878 .wz-blog-post-thumbnail+.wz-blog-post-content { margin-left: 320px }#wze882 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze891 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }}