.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:255, 255, 255;--color_1_2:232, 230, 230;--color_1_3:199, 199, 199;--color_1_4:117, 117, 117;--color_1_5:0, 0, 0;--color_2_1:232, 170, 169;--color_2_2:210, 125, 124;--color_2_3:187, 36, 35;--color_2_4:125, 24, 23;--color_2_5:62, 12, 12;--color_3_1:255, 196, 228;--color_3_2:254, 166, 215;--color_3_3:254, 77, 175;--color_3_4:169, 51, 117;--color_3_5:85, 26, 58;--color_4_1:209, 192, 226;--color_4_2:175, 152, 196;--color_4_3:130, 92, 167;--color_4_4:87, 61, 111;--color_4_5:43, 31, 56;--color_5_1:254, 228, 179;--color_5_2:252, 214, 140;--color_5_3:251, 175, 28;--color_5_4:167, 117, 19;--color_5_5:84, 58, 9;}
                          .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;
                            }
                        #wze244 { top:1.0062px;left:112.293px;width:75px;height:77.4px;z-index:1000; }.wzc74-container .wzc74-container-icon { fill:rgb(139, 0, 0); }.wzc74-container .wzc74-container-count { color:#fff;font-size:17px;font-family:yekan, tahoma, serif; }.wzc74-container .wzc74-container-bubble { background-color:rgb(139, 0, 0); }.wzc74-container {  }.wzc74-text { color:rgb(139, 0, 0);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: rgb(138, 11, 26) }.wz-shop-mini-cart-container .wz-shop-mini-cart > header { background: #000 }#wze251 { top:16.463px;left:198.75px;width:741px;height:44px;z-index:1001; }.wzc83-form .wzc83-form-input { background-color:rgba(245, 245, 220, 0.57);border-style:solid;border-color:rgba(255, 248, 220, 1);border-width:2px;box-shadow:1px 1px 4px 0px #000 ;color:rgba(138, 11, 26, 0.72);font-size:21px;font-family:yekan;border-radius:40px; }.wzc83-form .wzc83-form-submit {  }.wzc83-form { height:100%; }.wzc86:hover .wzc86-bg { background-color:rgba(255, 217, 213, 0);border-radius:50px; }.wzc86:hover .wzc86-content { color:#E74C3C; }.wzc86:hover {  }.wzc86-bg:after {  }.wzc86-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 217, 213, 0);border-radius:20px; }.wzc86-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:rgba(231, 76, 60, 0); }#wze256 { top:83.9625px;left:304.255px;width:649px;height:40px;z-index:1002; }.wzc90 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc90  .wz-menu.wz-classic-menu > li .sub-menu { min-width:100%;background-color:#E74C3C; }.wzc90  .wz-menu li > a { padding:0px 15px;font-family:yekan, tahoma, serif;font-size:15px;color:rgb(138, 11, 26); }.wzc90 .wz-menu.wz-mega-menu li > a:hover,.wzc90  .wz-menu.wz-classic-menu li:hover > a { color:#fff; }.wzc90  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(138, 11, 26); }.wzc90 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc90  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:#fff; }.wzc90  .wz-menu > li > a { z-index:1; }.wzc90  .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; }.wzc90 .wz-menu.wz-mega-menu > li > a:hover:before { background-color:#E74C3C;color:#fff; }.wzc90  .wz-menu.wz-classic-menu > li:hover > a:before { background-color:#E74C3C;color:#fff; }.wzc90  .wz-menu > li.active > a { color:#fff; }.wzc90  .wz-menu > li.active > a:before { background-color:#E74C3C;color:#fff; }.wzc90  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:#fff; }.wzc90  .wz-menu .sub-menu li > a { padding:5px 15px;color:#fff; }.wzc90 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc90  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:#BD3E31; }.wzc90  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:#fff; }.wzc90  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc90  .wz-menu.wz-classic-menu > li { position:relative; }.wzc90 {  }.wzc90-list { overflow:visible;border-bottom-style:solid;border-color:#E74C3C;border-width:3px; }.wzc90-mobile { background-color:rgb(138, 11, 26); }#wze365 { top:86.9735px;left:57.7933px;width:165px;height:25.6px;z-index:1003; }.wzc141  .wz-member-arrow {  }.wzc141  .wz-member-welcome {  }.wzc141 {  }.wzc141-links  .wz-member-link:hover { color:rgb(226, 28, 33); }.wzc141-links { font-size:15px;color:rgb(139, 0, 0);font-family:yekan_fa; }.wzc141-actions  li:hover { color:rgb(226, 28, 33); }.wzc141-actions { font-size:13px;color:rgb(90, 58, 46);font-family:yekan_fa;background-color:rgb(255, 248, 220);border-color:rgb(138, 11, 26);border-width:2px;border-style:solid;border-radius:5px; }#wz-section-header { height:123.963px;--section-height:123.963px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full { background-color:rgba(251, 175, 28, 0.38);background-image:url(../../uploads/d1ffd2868d4d4b01b60f2e4569b9a0b7.png) ;background-size:cover;background-repeat:no-repeat;background:; }.wzc-section-header-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze274 { top:6.75px;left:288px;width:594px;height:67.2px;z-index:1000;text-align:center; }.wzc7 { height:auto; }.wzc7-text { width:100%;height:auto; }#wz-section-wzs51 { height:86.9375px;--section-height:86.9375px; }.wzc-section-wzs51 { background:;background-color:rgba(232, 170, 169, 0); }.wzc-section-wzs51-full { background:;background-color:rgb(138, 11, 26); }.wzc-section-wzs51-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze254 { top:-1.3999px;left:59.527px;width:395.013px;height:334px;z-index:1001; }.wzc88-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;box-shadow:none; }.wzc88-img .wzc88-img-inner { width:100%;height:100%;float:left; }.wzc88-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze254 .wzc88-img-inner { object-fit:cover; }#wze258 { top:245.212px;left:58.536px;width:263px;height:32.8px;z-index:1001;text-align:left; }#wze259 { top:-1.0875px;left:53.551px;width:9px;height:250px;z-index:1002; }.wzc94-bg { top:0px;bottom:22px;left:0px;right:0;position:absolute;background-color:rgb(139, 0, 0);border-color:#795548; }.wzc94-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc94-triangle { position:absolute;right:0;bottom:-18px;border:solid transparent;border-width:18px 0 23px 23px;border-top-color:#795548; }.wzc94-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; }#wze320 { top:38.812px;left:635.588px;width:395.725px;height:256px;z-index:1002; }.wzc122-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:0px;border-color:#FF7043; }.wzc122-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc122-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; }#wze113 { top:181.307px;left:77.725px;width:249px;height:25px;z-index:1000; }.wzc95-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc95-img .wzc95-img-inner { width:100%;height:100%;float:left; }.wzc95-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc95 .wzc95-img .wzc95-img-inner { filter:contrast(100%) brightness(100%) saturate(1) blur(0px); }.wzc95 .wzc95-img { background-color:unset; }.wzc95 {  }#wze113 .wzc95-img-inner { object-fit:cover; }#wze114 { top:-14.818px;left:35.4379px;width:333.594px;height:45px;z-index:1001; }#wze114 .wzc95-img-inner { object-fit:cover; }#wze257 { top:30.812px;left:31.725px;width:341px;height:152px;z-index:1000;text-align:center; }#wz-section-wzs17 { height:332.61249542236px;--section-height:332.61249542236px; }.wzc-section-wzs17 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs17-full { background-image:;background-attachment:fixed;background:;background-color:rgb(255, 248, 220);box-shadow:none; }.wzc-section-wzs17-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze247 { top:6px;left:72.013px;width:1063px;height:406.55px;min-height:401.75px;z-index:1000; }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListItemImageBoxParent .wzc79-wzListContainer-wzListItemContainer-wzListItemImageBoxParent-wzListItemImageBox .wzc79-wzListContainer-wzListItemContainer-wzListItemImageBoxParent-wzListItemImageBox-wzListItemImage {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListItemImageBoxParent .wzc79-wzListContainer-wzListItemContainer-wzListItemImageBoxParent-wzListItemImageBox {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListItemImageBoxParent .wzc79-wzListContainer-wzListItemContainer-wzListItemImageBoxParent-wzListItemImageBadgeBox .wzc79-wzListContainer-wzListItemContainer-wzListItemImageBoxParent-wzListItemImageBadgeBox-wzListItemImageBadge {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListItemImageBoxParent .wzc79-wzListContainer-wzListItemContainer-wzListItemImageBoxParent-wzListItemImageBadgeBox {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListItemImageBoxParent {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemTitleBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemTitleBox-wzListItemTitle {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemTitleBox {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemIntroduceBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemIntroduceBox-wzListItemIntroduce {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemIntroduceBox {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemCounterBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemCounterBox-wzListItemCounter {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemCounterBox {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemDescriptionBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemDescriptionBox-wzListItemDescription {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemDescriptionBox {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemSocialContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemSocialContainer-wzListItemSocialTwitter {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemSocialContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemSocialContainer-wzListItemSocialin {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemSocialContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemSocialContainer-wzListItemSocialInstagram {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemSocialContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemSocialContainer-wzListItemSocialTelegram {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemSocialContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemSocialContainer-wzListItemSocialWhatsapp {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemSocialContainer {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemRateBox {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemButtonMainBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemButtonMainBox-wzListItemButtonBox {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox-wzListItemButtonMainBox {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer .wzc79-wzListContainer-wzListItemContainer-wzListPropertiesBox {  }.wzc79-wzListContainer .wzc79-wzListContainer-wzListItemContainer {  }.wzc79-wzListContainer {  }.wzc79  .wz-list-root { background:none;width:calc(33% - 20px);height:calc(100% - 20px);margin:10px; }.wzc79  .wz-list-item-container { background-color:rgb(251, 175, 28);font-family:iransans_fa;transition:all ease-in-out .3s;padding:0;border-style:solid;direction:rtl;height:100%;overflow:hidden;box-shadow:4px 6px 4px 0px rgba(139, 0, 0, 0.61) ;border-radius:30px; }.wzc79  .wz-list-item-container:hover { background-color:rgb(251, 175, 28);border-width:1px;border-style:solid; }.wzc79  .wz-list-item-image-box-parent { width:100%;height:43%;text-align:center;order:0;padding:0;position:relative; }.wzc79  .wz-list-item-image-box { width:100%;height:100%;margin:auto;display:inline-block;border-width:0;border-style:solid;border-color:rgb(0, 0, 0);border-radius:0;overflow:hidden; }.wzc79  .wz-list-item-image-box img { width:100%;height:100%;aspect-ratio:1;object-fit:cover; }.wzc79  .wz-list-item-image-badge-box { width:33%;background-color:#fff;border-width:0;border-style:solid;border-color:rgb(0, 0, 0);border-radius:55px;box-shadow:0px 6px 5px 0px rgba(0, 0, 0, 0.04);padding:22px; }.wzc79  .wz-list-item-image-badge-box img { object-fit:cover; }.wzc79  .wz-list-item-properties-box { width:100%;display:flex;flex-flow:column;justify-content:space-evenly;align-items:center;padding:10px; }.wzc79  .wz-list-item-title-box { order:1;padding:0; }.wzc79  .wz-list-item-title-box p { font-size:20px;direction:rtl;font-weight:bold; }.wzc79  .wz-list-item-introduce-box { order:2;padding:0;width:100%; }.wzc79  .wz-list-item-introduce-box p { font-size:12px;direction:rtl;text-align:center;color:#a1a1a1; }.wzc79  .wz-list-item-counter-box { width:100%;text-align:center;order:2;padding:0.5rem 0; }.wzc79  .wz-list-item-counter-box p { font-size:18px;direction:rtl;color:#000; }.wzc79  .wz-list-item-description-box { order:3;padding:0; }.wzc79  .wz-list-item-description-box p { font-size:12px;direction:rtl; }.wzc79  .wz-list-item-rate-box { order:4;padding:0; }.wzc79  .wz-list-item-social-container { width:100%;display:flex;justify-content:center;align-items:center;padding:0;order:5; }.wzc79  .wz-list-item-social-link { width:40px;max-width:15%;display:flex;justify-content:center;align-items:center;margin:0 5px; }.wzc79  .wz-list-item-social-link svg { width:30px;height:30px;max-width:100%;transition:all 0.85s; }.wzc79  .wz-list-item-social-link svg:hover { -webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);transform:rotate(360deg); }.wzc79  .wz-list-item-social-telegram svg { fill:#000; }.wzc79  .wz-list-item-social-whatsapp svg { fill:#000; }.wzc79  .wz-list-item-social-twitter svg { fill:#000; }.wzc79  .wz-list-item-social-in svg { fill:#000; }.wzc79  .wz-list-item-social-instagram svg { fill:#000; }.wzc79  .wz-list-item-button-main-box { width:100%;text-align:center;order:3;padding:0; }.wzc79  .wz-list-item-button-box { text-align:center;padding:7px;width:125px;max-width:100%; }.wzc79  .wz-list-item-button-box .wz-partial-template { padding:5px; }.wzc79 {  }.wzc97:hover .wzc97-bg { background-color:#E74C3C; }.wzc97:hover .wzc97-content { font-size:11px;color:#fff; }.wzc97:hover {  }.wzc97-bg:after {  }.wzc97-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc97-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:15px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C;overflow:hidden; }#wze247 .wz-list-item-title-box { order:0; }#wze247 .wz-list-item-introduce-box { order:1; }#wze247 .wz-list-item-counter-box { order:2; }#wze247 .wz-list-item-description-box { order:3; }#wze247 .wz-list-item-social-container { order:4; }#wze247 .wz-list-item-rate-box { order:5; }#wze247 .wz-list-item-button-main-box { order:6; }#wz-section-wzs49 { height:418.638px;--section-height:418.638px; }.wzc-section-wzs49 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs49-full { background-image:;background-size:auto;background-repeat:repeat;background-attachment:none;background:;background-color:rgba(254, 228, 179, 1); }.wzc-section-wzs49-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-wzs49-full:after { background:;background-color:rgba(232, 170, 169, 0.64); }#wze130 { top:0.674898px;left:562.314px;width:1250px;height:445px;z-index:1000; }.wzc45-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(187, 36, 35); }.wzc45-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc45-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; }#wze132 { top:44.2385px;left:5.512px;width:555px;height:363.125px;z-index:1001; }.wzc46-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(62, 12, 12, 0); }.wzc46-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze131 { top:-2.98999px;left:144.999px;width:243px;height:52px;z-index:1000;text-align:center; }#wze133 { top:65.6555px;left:153.004px;width:249px;height:25px;z-index:1001; }.wzc40-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc40-img .wzc40-img-inner { width:100%;height:100%;float:left; }.wzc40-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze133 .wzc40-img-inner { object-fit:cover; }#wze134 { top:116.698px;left:37.0099px;width:481px;height:190.4px;z-index:1002;text-align:right; }#wze135 { top:315.139px;left:167.507px;width:220px;height:48px;z-index:1000; }.wzc131:hover .wzc131-bg { background-color:#B72B1C; }.wzc131:hover .wzc131-content {  }.wzc131:hover {  }.wzc131-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#E74C3C;border-style:solid;border-width:2px;border-color:#B72B1C;border-radius:25px; }.wzc131-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size: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; }#wze383 { top:4.75px;left:84.475px;width:406px;height:438px;z-index:1000; }.wzc150-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;pointer-events:none;z-index:1; }.wzc150-container { width:100%;height:100%;position:relative;overflow:hidden;border-style:double;border-width:10px; }#wz-section-wzs21 { height:448.6px;--section-height:448.6px; }.wzc-section-wzs21 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs21-full { background-image:;background-attachment:fixed;background:;background-color:rgba(138, 11, 26, 0.6); }.wzc-section-wzs21-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze330 { top:7.3375px;left:151.5px;width:867px;height:746.4px;z-index:1003; }.wzc151  .dropdown.dropdown-accordion.dropdown-rtl .dropdown-select::before { left:0px;right:0; }.wzc151  .dropdown.dropdown-accordion.dropdown-ltr.open {  }.wzc151 {  }.wzc151-container .wzc151-container-header .wzc151-container-header-title .wzc151-container-header-title-content { color:rgb(138, 11, 26);font-size:23px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;font-family:iransansdn; }.wzc151-container .wzc151-container-header .wzc151-container-header-title { width:100%;text-align:center; }.wzc151-container .wzc151-container-header { width:100%;height:50px;display:flex;justify-content:space-between;align-items:flex-start; }.wzc151-container .wzc151-container-questionAnswerArea .wzc151-container-questionAnswerArea-item .wzc151-container-questionAnswerArea-item-question { color:rgb(138, 11, 26);font-size:20px !important;padding-top:15px !important;padding-bottom:15px !important;background-color:transparent;min-height:50px;display:flex;align-items:center;cursor:pointer;position:relative;margin:0;width:100%;line-height:1.2em;font-family:yekan_fa; }.wzc151-container .wzc151-container-questionAnswerArea .wzc151-container-questionAnswerArea-item .wzc151-container-questionAnswerArea-item-answer { color:rgb(90, 58, 46) !important;font-size:17px !important;min-height:60px;overflow:hidden;padding:0 0 30px 0 !important;background-color:transparent !important;line-height:1.5em;margin-left:auto;font-family:yekan_fa; }.wzc151-container .wzc151-container-questionAnswerArea .wzc151-container-questionAnswerArea-item { overflow:hidden;position:relative;margin-bottom:0px;background-color:transparent;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:rgb(153, 153, 153);transition:all 0.3s; }.wzc151-container .wzc151-container-questionAnswerArea { flex:1;width:100%;height:calc(100% - 50px);display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch; }.wzc151-container { direction:rtl;padding:30px 20px 20px;width:100%;height:100%;background-color:rgba(245, 245, 220, 0);display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch;transition:all 0.3s ease-in-out 0.15s; }#wz-section-wzs56 { height:753.737px;--section-height:753.737px; }.wzc-section-wzs56 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs56-full { background:;background-color:rgba(162, 145, 96, 0);background-image:url(../../uploads/e1075ab52ecf4aeb8f2e8ec215f40c63.png) ;background-size:cover;background-repeat:no-repeat;background-attachment:none; }.wzc-section-wzs56-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze148 { top:90.411px;left:590.51px;width:520px;height:68px;z-index:1001;text-align:center; }#wze249 { top:41.601px;left:62.958px;width:150px;height:30px;z-index:1001; }.wzc80  .wz-social-media-list { flex-flow:row-reverse nowrap;gap:10px; }.wzc80  .wz-social-media-icon { width:30px; }.wzc80  .wz-social-media-portal { flex-flow:column;gap:10px; }.wzc80  .wz-social-media-portal img { width:59px; }.wzc80  .wz-social-media-portal p { font-family:iransans_fa, sans-serif;font-size:13px;text-align:center;color:#313131; }.wzc80 {  }.wzc80-root .wzc80-root-list .wzc80-root-list-item .wzc80-root-list-item-link .wzc80-root-list-item-link-icon {  }.wzc80-root .wzc80-root-list .wzc80-root-list-item .wzc80-root-list-item-link {  }.wzc80-root .wzc80-root-list .wzc80-root-list-item {  }.wzc80-root .wzc80-root-list {  }.wzc80-root .wzc80-root-portal .wzc80-root-portal-portalIcon {  }.wzc80-root .wzc80-root-portal .wzc80-root-portal-portalText {  }.wzc80-root .wzc80-root-portal {  }.wzc80-root {  }#wze282 { top:auto;left:auto;bottom:10px;right:10px;width:50px;height:50px;z-index:9999999; }.wzc116-container .wzc116-container-icon {  }.wzc116-container {  }.wzc116-chat .wzc116-chat-header .wzc116-chat-header-image {  }.wzc116-chat .wzc116-chat-header .wzc116-chat-header-text .wzc116-chat-header-text-title {  }.wzc116-chat .wzc116-chat-header .wzc116-chat-header-text .wzc116-chat-header-text-description {  }.wzc116-chat .wzc116-chat-header .wzc116-chat-header-text {  }.wzc116-chat .wzc116-chat-header .wzc116-chat-header-close {  }.wzc116-chat .wzc116-chat-header {  }.wzc116-chat .wzc116-chat-staff .wzc116-chat-staff-delay .wzc116-chat-staff-delay-text {  }.wzc116-chat .wzc116-chat-staff .wzc116-chat-staff-delay {  }.wzc116-chat .wzc116-chat-staff .wzc116-chat-staff-persons .wzc116-chat-staff-persons-person .wzc116-chat-staff-persons-person-link .wzc116-chat-staff-persons-person-link-box .wzc116-chat-staff-persons-person-link-box-image {  }.wzc116-chat .wzc116-chat-staff .wzc116-chat-staff-persons .wzc116-chat-staff-persons-person .wzc116-chat-staff-persons-person-link .wzc116-chat-staff-persons-person-link-box {  }.wzc116-chat .wzc116-chat-staff .wzc116-chat-staff-persons .wzc116-chat-staff-persons-person .wzc116-chat-staff-persons-person-link .wzc116-chat-staff-persons-person-link-information .wzc116-chat-staff-persons-person-link-information-name {  }.wzc116-chat .wzc116-chat-staff .wzc116-chat-staff-persons .wzc116-chat-staff-persons-person .wzc116-chat-staff-persons-person-link .wzc116-chat-staff-persons-person-link-information .wzc116-chat-staff-persons-person-link-information-title {  }.wzc116-chat .wzc116-chat-staff .wzc116-chat-staff-persons .wzc116-chat-staff-persons-person .wzc116-chat-staff-persons-person-link .wzc116-chat-staff-persons-person-link-information .wzc116-chat-staff-persons-person-link-information-description {  }.wzc116-chat .wzc116-chat-staff .wzc116-chat-staff-persons .wzc116-chat-staff-persons-person .wzc116-chat-staff-persons-person-link .wzc116-chat-staff-persons-person-link-information {  }.wzc116-chat .wzc116-chat-staff .wzc116-chat-staff-persons .wzc116-chat-staff-persons-person .wzc116-chat-staff-persons-person-link {  }.wzc116-chat .wzc116-chat-staff .wzc116-chat-staff-persons .wzc116-chat-staff-persons-person {  }.wzc116-chat .wzc116-chat-staff .wzc116-chat-staff-persons {  }.wzc116-chat .wzc116-chat-staff {  }.wzc116-chat {  }.wzc116  .wz-social-chat-icon-container { background:#14d040;border-width:0px;border-style:solid;border-color:#fff; }.wzc116  .wz-social-chat-icon-container img { width:75%;height:75%; }.wzc116  .wz-social-chat-chat-box { width:350px;min-height:350px;height:max-content;background-color:white;border-width:2px;border-style:solid;border-color:rgb(245, 245, 245);border-radius:8px;font-family:iransans_fa, sans-serif; }.wzc116  .wz-social-chat-chat-box:hover {  }.wzc116  .wz-social-chat-chat-box-header { padding:15px 20px;background:#14d040;border-bottom-width:0;border-bottom-style:solid;border-bottom-color:#fff;gap:15px;direction:rtl; }.wzc116  .wz-social-chat-chat-box-header-text-box { gap:0px; }.wzc116  .wz-social-chat-chat-box-header-img-box {  }.wzc116  .wz-social-chat-chat-box-header-text-box p:first-child { font-size:18px;font-weight:bold;color:white; }.wzc116  .wz-social-chat-chat-box-header-text-box p:last-child { font-size:12px;color:white;margin:0; }.wzc116  .wz-social-chat-persons-container { direction:rtl; }.wzc116  .wz-social-chat-chat-box-account { border-right-width:2px;border-right-style:solid;border-right-color:#14d040;border-radius:8px 0 0 8px;background-color:#f5f7f9;margin-bottom:15px; }.wzc116  .wz-social-chat-chat-box-account:hover {  }.wzc116  .wz-social-chat-chat-box-account a { gap:15px;direction:rtl; }.wzc116  .wz-social-chat-chat-box-account-img { width:50px;min-width:30px;border-width:2px;border-style:solid;border-radius:55px;border-color:#14d040; }.wzc116  .wz-social-chat-chat-box-account-text { gap:0; }.wzc116  .wz-social-chat-chat-box-account-text p:first-child { font-weight:bold;font-size:14px;color:rgba(0,0,0,0.7); }.wzc116  .wz-social-chat-chat-box-account-text p { color:rgba(0,0,0,0.6);font-size:10px; }.wzc116  .wz-social-chat-chat-box-account-text span { background-color:#14d040;font-size:10px;color:white; }.wzc116  .wz-social-chat-waiting-text { font-size:11px;font-weight:bold;color:#a5abb7; }.wzc116 {  }#wze308 { top:8.49299px;left:158.876px;width:425px;height:238.3125px;z-index:1004; }#wze280 { top:6.67501px;left:0px;width:395px;height:152px;z-index:1002;text-align:right; }#wze314 { top:163.625px;left:8.48749px;width:390px;height:74.69651px;z-index:1005; }#wze310 { top:11.5875px;left:84.7px;width:60.25px;height:56.2px;z-index:1003; }#wze310 .wzc40-img-inner { object-fit:cover; }#wze311 { top:11.5875px;left:159.475px;width:60.25px;height:56.2px;z-index:1004; }#wze311 .wzc40-img-inner { object-fit:fill; }#wze312 { top:11.5875px;left:239.275px;width:60.25px;height:56.2px;z-index:1003; }#wze312 .wzc40-img-inner { object-fit:fill; }#wze313 { top:7.19951px;left:301.225px;width:74px;height:65px;z-index:1004; }#wze313 .wzc40-img-inner { object-fit:fill; }#wze319 { top:92.5119px;left:62.9625px;width:80px;height:80px;z-index:1003;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);rotate:180; }#wze319  > div:not(.wz-element) .wz-element-container { -webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg);rotate:-180; }.wzc124 { overflow:hidden; }.wzc124-shape { width:100%;height:100%;stroke-width:9px;stroke:rgb(138, 11, 26);fill:rgb(184, 134, 11); }#wze329 { top:auto;left:auto;bottom:10px;right:10px;width:55px;height:55px;z-index:9999999; }.wzc129-container .wzc129-container-icon {  }.wzc129-container {  }.wzc129-chat .wzc129-chat-header .wzc129-chat-header-image {  }.wzc129-chat .wzc129-chat-header .wzc129-chat-header-text .wzc129-chat-header-text-title {  }.wzc129-chat .wzc129-chat-header .wzc129-chat-header-text .wzc129-chat-header-text-description {  }.wzc129-chat .wzc129-chat-header .wzc129-chat-header-text {  }.wzc129-chat .wzc129-chat-header .wzc129-chat-header-close {  }.wzc129-chat .wzc129-chat-header {  }.wzc129-chat .wzc129-chat-staff .wzc129-chat-staff-delay .wzc129-chat-staff-delay-text {  }.wzc129-chat .wzc129-chat-staff .wzc129-chat-staff-delay {  }.wzc129-chat .wzc129-chat-staff .wzc129-chat-staff-persons .wzc129-chat-staff-persons-person .wzc129-chat-staff-persons-person-link .wzc129-chat-staff-persons-person-link-box .wzc129-chat-staff-persons-person-link-box-image {  }.wzc129-chat .wzc129-chat-staff .wzc129-chat-staff-persons .wzc129-chat-staff-persons-person .wzc129-chat-staff-persons-person-link .wzc129-chat-staff-persons-person-link-box {  }.wzc129-chat .wzc129-chat-staff .wzc129-chat-staff-persons .wzc129-chat-staff-persons-person .wzc129-chat-staff-persons-person-link .wzc129-chat-staff-persons-person-link-information .wzc129-chat-staff-persons-person-link-information-name {  }.wzc129-chat .wzc129-chat-staff .wzc129-chat-staff-persons .wzc129-chat-staff-persons-person .wzc129-chat-staff-persons-person-link .wzc129-chat-staff-persons-person-link-information .wzc129-chat-staff-persons-person-link-information-title {  }.wzc129-chat .wzc129-chat-staff .wzc129-chat-staff-persons .wzc129-chat-staff-persons-person .wzc129-chat-staff-persons-person-link .wzc129-chat-staff-persons-person-link-information .wzc129-chat-staff-persons-person-link-information-description {  }.wzc129-chat .wzc129-chat-staff .wzc129-chat-staff-persons .wzc129-chat-staff-persons-person .wzc129-chat-staff-persons-person-link .wzc129-chat-staff-persons-person-link-information {  }.wzc129-chat .wzc129-chat-staff .wzc129-chat-staff-persons .wzc129-chat-staff-persons-person .wzc129-chat-staff-persons-person-link {  }.wzc129-chat .wzc129-chat-staff .wzc129-chat-staff-persons .wzc129-chat-staff-persons-person {  }.wzc129-chat .wzc129-chat-staff .wzc129-chat-staff-persons {  }.wzc129-chat .wzc129-chat-staff {  }.wzc129-chat {  }.wzc129  .wz-social-chat-icon-container { background:linear-gradient(to right, #2f3f7a, #46d5a9);border-width:0px;border-style:solid;border-color:#fff; }.wzc129  .wz-social-chat-icon-container img { width:75%;height:75%; }.wzc129  .wz-social-chat-chat-box { width:350px;min-height:350px;height:max-content;background-color:white;border-width:2px;border-style:solid;border-color:rgb(245, 245, 245);border-radius:10px;font-family:iransans_fa, sans-serif; }.wzc129  .wz-social-chat-chat-box:hover {  }.wzc129  .wz-social-chat-chat-box-header { padding:15px 20px;background:linear-gradient(to right, #2f3f7a, #46d5a9);border-bottom-width:0;border-bottom-style:solid;border-bottom-color:#fff;gap:15px;direction:rtl; }.wzc129  .wz-social-chat-chat-box-header-text-box { gap:0px; }.wzc129  .wz-social-chat-chat-box-header-img-box {  }.wzc129  .wz-social-chat-chat-box-header-text-box p:first-child { font-size:18px;font-weight:bold;color:white; }.wzc129  .wz-social-chat-chat-box-header-text-box p:last-child { font-size:12px;color:white;margin:0; }.wzc129  .wz-social-chat-persons-container { direction:rtl; }.wzc129  .wz-social-chat-chat-box-account { border-right-width:2px;border-right-style:solid;border-right-color:#0aca9b;border-radius:10px;background-color:#f5f7f9;margin-bottom:15px; }.wzc129  .wz-social-chat-chat-box-account:hover {  }.wzc129  .wz-social-chat-chat-box-account a { gap:15px;direction:rtl; }.wzc129  .wz-social-chat-chat-box-account-img { width:55px;min-width:30px;border-width:2px;border-style:solid;border-radius:55px;border-color:#0aca9b; }.wzc129  .wz-social-chat-chat-box-account-text { gap:5px; }.wzc129  .wz-social-chat-chat-box-account-text p:first-child { font-weight:bold;font-size:14px;color:rgba(0,0,0,0.7); }.wzc129  .wz-social-chat-chat-box-account-text p { color:rgba(0,0,0,0.6);font-size:10px; }.wzc129  .wz-social-chat-chat-box-account-text span { background-color:#0aca9b;font-size:10px;color:white; }.wzc129  .wz-social-chat-waiting-text { font-size:11px;font-weight:bold;color:#a5abb7; }.wzc129 {  }#wze386 { top:226.128px;left:595.924px;width:180px;height:30.4px;z-index:1004;text-align:right; }#wz-section-footer { height:266.79998779297px;--section-height:266.79998779297px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background-color:rgb(255, 248, 220);background:;background-image:url(../../uploads/d1ffd2868d4d4b01b60f2e4569b9a0b7.png) ;background-attachment:none;background-size:cover;background-repeat:no-repeat; }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze151 { top:185.406px;left:45.1px;width:757px;height:204.8px;z-index:1000;text-align:justify; }#wze285 { top:83.012px;left:853.255px;width:250px;height:333.9222614840989px;z-index:1001; }.wzc100-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:50px 0px 50px 0px ;box-shadow:2px 3px 10px 0px rgb(106, 168, 79) ; }.wzc100-img .wzc100-img-inner { width:100%;height:100%;float:left; }.wzc100-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:50px 0px 50px 0px ; }#wze285 .wzc100-img-inner { object-fit:cover; }#wze287 { top:69.612px;left:44.925px;width:408px;height:48.8px;z-index:1001;text-align:left; }#wze288 { top:109.312px;left:429.1px;width:373px;height:48px;z-index:1001;text-align:right; }#wze289 { top:388.211px;left:45.312px;width:296px;height:369.138px;z-index:1001; }.wzc117-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:0px 50px 0px 50px ;box-shadow:2px 3px 10px 0px rgb(168, 79, 132) ; }.wzc117-img .wzc117-img-inner { width:100%;height:100%;float:left; }.wzc117-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:0px 50px 0px 50px ; }#wze289 .wzc117-img-inner { object-fit:cover; }#wze290 { top:478.112px;left:411.049px;width:707px;height:204.8px;z-index:1000;text-align:justify; }#wze291 { top:797.012px;left:34.784px;width:769px;height:332.8px;z-index:1000;text-align:justify; }#wze292 { top:788.069px;left:845.81px;width:292px;height:373.138px;z-index:1001; }#wze292 .wzc100-img-inner { object-fit:cover; }#wze293 { top:1193.21px;left:314.511px;width:541px;height:75.2px;z-index:1001;text-align:center; }#wze303 { top:1180.4px;left:97.331px;width:218px;height:101px;z-index:1001;-webkit-transform:rotate(11deg);-moz-transform:rotate(11deg);-ms-transform:rotate(11deg);-o-transform:rotate(11deg);transform:rotate(11deg);rotate:11; }#wze303  > div:not(.wz-element) .wz-element-container { -webkit-transform:rotate(-11deg);-moz-transform:rotate(-11deg);-ms-transform:rotate(-11deg);-o-transform:rotate(-11deg);transform:rotate(-11deg);rotate:-11; }#wze303  > div:not(.wz-element) .wz-element-container { -webkit-transform:rotate(2deg);-moz-transform:rotate(2deg);-ms-transform:rotate(2deg);-o-transform:rotate(2deg);transform:rotate(2deg);rotate:2; }#wze303 .wzc40-img-inner { object-fit:cover; }#wz-section-wzs24 { height:1323.74px;--section-height:1323.74px; }.wzc-section-wzs24 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs24-full { background-image:;background-size:auto;background-repeat:no-repeat;background:;background-color:rgb(255, 248, 220); }.wzc-section-wzs24-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze224 { top:204.602px;left:583.822px;width:554px;height:554.312px;z-index:1000; }#wze225 { top:5.60998px;left:30.2515px;width:493px;height:40px;z-index:1000;text-align:center; }#wze227 { top:58.936px;left:10.01px;width:534px;height:445.987px;z-index:1000; }.wzc49-contactForm .wzc49-contactForm-sections .wzc49-contactForm-sections-section1 .wzc49-contactForm-sections-section1-formRow .wzc49-contactForm-sections-section1-formRow-label {  }.wzc49-contactForm .wzc49-contactForm-sections .wzc49-contactForm-sections-section1 .wzc49-contactForm-sections-section1-formRow .wzc49-contactForm-sections-section1-formRow-input {  }.wzc49-contactForm .wzc49-contactForm-sections .wzc49-contactForm-sections-section1 .wzc49-contactForm-sections-section1-formRow {  }.wzc49-contactForm .wzc49-contactForm-sections .wzc49-contactForm-sections-section1 {  }.wzc49-contactForm .wzc49-contactForm-sections .wzc49-contactForm-sections-section2 .wzc49-contactForm-sections-section2-messageRow .wzc49-contactForm-sections-section2-messageRow-messageLabel {  }.wzc49-contactForm .wzc49-contactForm-sections .wzc49-contactForm-sections-section2 .wzc49-contactForm-sections-section2-messageRow .wzc49-contactForm-sections-section2-messageRow-message { height:140px; }.wzc49-contactForm .wzc49-contactForm-sections .wzc49-contactForm-sections-section2 .wzc49-contactForm-sections-section2-messageRow {  }.wzc49-contactForm .wzc49-contactForm-sections .wzc49-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc49-contactForm .wzc49-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc49-contactForm .wzc49-contactForm-footer .wzc49-contactForm-footer-submit .wzc49-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc49-contactForm .wzc49-contactForm-footer .wzc49-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:50px;width:500px;cursor:pointer;max-width:100%; }.wzc49-contactForm .wzc49-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc49-contactForm .wzc49-contactForm-resultSection .wzc49-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:yekan, tahoma, serif; }.wzc49-contactForm .wzc49-contactForm-resultSection { height:40px;padding-top:5px; }.wzc49-contactForm  .wzc49-contactForm-resultSection .form-result-show { opacity:1; }.wzc49-contactForm  .wzc49-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc49-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc49-contactForm input,.wzc49-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:rgb(138, 11, 26);color:#000;font-size:13px;background-color:rgb(232, 230, 230);border-radius:20px;box-shadow:1px 1px 15px 0px rgb(184, 134, 11) ; }.wzc49-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc49-contactForm  *::-webkit-input-placeholder { color:#fff; }.wzc49-contactForm  *::-moz-placeholder { color:#fff; }.wzc49-contactForm  *:-ms-input-placeholder { color:#fff; }.wzc49-contactForm  *:-moz-placeholder { color:#fff; }.wzc49-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc49-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:rgb(130, 92, 167); }.wzc49-contactForm { direction:rtl; }.wzc104:hover .wzc104-bg {  }.wzc104:hover .wzc104-content {  }.wzc104:hover {  }.wzc104-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px;background-color:#E74C3C;border-style:solid;border-color:#BD3E31;border-bottom-width:5px; }.wzc104-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;line-height:1em;text-shadow:0px -2px #BD3E31; }.wzc104:active .wzc104-bg { border-bottom-width:1px; }.wzc104:active .wzc104-content { -webkit-transform:translateY(-40%);-moz-transform:translateY(-40%);-ms-transform:translateY(-40%);-o-transform:translateY(-40%);transform:translateY(-40%);transform:translateY(-40%); }.wzc104:active { -webkit-transform:translate(0px,5px);-moz-transform:translate(0px,5px);-ms-transform:translate(0px,5px);-o-transform:translate(0px,5px);transform:translate(0px,5px);transform:translate(0px,5px); }#wze228 { top:313.012px;left:52.838px;width:481.263px;height:291.675px;z-index:1000; }.wzc121-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 248, 220);border-radius:50px 0px 50px 0px ;box-shadow:none; }.wzc121-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:50px 0px 50px 0px ; }.wzc121-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; }#wze232 { top:205.287px;left:16.2625px;width:443px;height:86.4px;z-index:1002;text-align:center; }#wze233 { top:171.307px;left:20.162px;width:478.188px;height:375px;z-index:1003; }#wze233 .wzc100-img-inner { object-fit:cover; }#wze299 { top:53.537px;left:160.775px;width:68px;height:61px;z-index:1003; }#wze299 .wzc40-img-inner { object-fit:fill; }#wze300 { top:110.812px;left:54.15px;width:71px;height:65px;z-index:1004; }#wze300 .wzc40-img-inner { object-fit:fill; }#wze301 { top:51.15px;left:346.625px;width:71px;height:65.8px;z-index:1003; }#wze301 .wzc40-img-inner { object-fit:fill; }#wze315 { top:108.775px;left:247.65px;width:82px;height:75px;z-index:1004; }#wze315 .wzc40-img-inner { object-fit:fill; }#wze294 { top:0.79998px;height:189px;z-index:1004; }.wzc120-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;box-shadow:none;border-radius:0px; }.wzc120-img .wzc120-img-inner { width:100%;height:100%;float:left; }.wzc120-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:0px; }#wze294 .wzc120-img-inner { object-fit:cover; }#wze318 { top:633.3px;left:133.496px;width:236px;height:180px;z-index:1003; }#wze318 .wzc40-img-inner { object-fit:cover; }#wze325 { top:204.512px;left:15.012px;width:562.8px;height:90px;z-index:1007; }.wzc127-bg { top:0px;bottom:10px;left:0px;right:0;position:absolute;background-color:rgb(138, 11, 26);border-color:rgb(139, 0, 0);border-radius:20px; }.wzc127-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:20px; }.wzc127-triangle { bottom:0;left:50%;margin-left:-10px;position:absolute;border:solid transparent;border-width:10px 10px 0 10px;border-top-color:rgb(139, 0, 0); }.wzc127-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; }#wze324 { top:6.67503px;left:1.8px;width:561px;height:56px;z-index:1001;text-align:center; }#wz-section-wzs38 { height:813.225px;--section-height:813.225px; }.wzc-section-wzs38 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs38-full { background:;background-color:rgb(255, 248, 220); }.wzc-section-wzs38-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs38-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(254, 228, 179)' class='wz-shape-divider-svg' preserveAspectRatio='xMidYMin slice' viewBox='-0.858 239.96 1920.959 60.067' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1919.937 256.972v-17.008h-8.817v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.8v-8.505h-8.807v-8.498h-8.806v8.498h-8.806v-8.504h-8.807v8.498h-8.807v8.51h-8.807v-17.008h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.817v17.008h-17.613v-8.51h-8.807v-8.499h-8.807v-8.498h8.807v8.498h8.807v8.499h8.807v-8.499h8.806v-8.51h-8.806v-8.498h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.805v8.51h-8.807v-17.008h-8.807v8.498h-8.806v-8.493h-8.807v8.51h8.806v16.991h-8.807v8.51h-8.807v-8.51h8.807V248.46h-8.807v8.51h-8.807v17.008h-17.624v-8.51h-8.807v-8.499h-8.807v-8.498h8.807v8.498h8.807v8.499h8.817v-8.499h8.807v-8.51h-8.807v-8.499h-8.817v8.499h-8.807v-8.499h-8.807v8.499h-8.807v8.51h-8.807v-17.008h-8.807v8.499h-8.804v-8.492h-8.807v8.492h-8.807v8.51h-8.806v-8.503h-8.807v-8.498h-8.807v8.498h-8.807v8.51h8.807v8.499h8.807v-8.499h8.806v17.001h-17.613v-8.51h-8.807v-8.499h-8.807v-8.498h8.796v-8.51h-8.806v8.498h-8.807v8.51h-8.805v-17.008h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.807v17.008h-17.613v-8.51h-8.807v-8.499h-8.805v-8.498h8.807v8.498h8.807v8.499h8.807v-8.499h8.807v-8.51h-8.807v-8.498h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.817V239.96h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.805v-8.502h-8.807v-8.498h-8.806v8.498h-8.807v-8.498h-8.807v8.49h-8.807v8.51h-8.807V239.96h-8.807v8.498h-8.807v17.008h-8.816v8.51h-8.807v-8.51h8.807v-16.988h8.806v-8.51h-8.806v8.49h-8.807v8.51h-8.806v-8.501h-8.807v-8.498h-8.807v8.498h-8.807v-8.498h-8.806v8.489h-8.212v-8.489h-10.22v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.807v17.008h-17.613v-8.51h-8.807v-8.499h-8.807v-8.499h8.807v8.499h8.807v8.499h8.807v-8.499h8.807v-8.51h-8.807v-8.498h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.807v-17.008h-8.807v8.498h-8.807v17.008h-8.817v8.51h-8.807v-8.51h8.807v-16.998h8.807v-8.51h-8.807v8.498h-8.807v8.51h-8.807v17.008h-17.613v-8.51h-8.807v-8.499h-8.807v-8.498h8.807v8.498h8.807v8.499h8.807v-8.499h8.807v-8.51h-8.807v-8.498h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.807v-17.008h-8.807v8.498h-8.804v-8.496h-8.807v8.51h8.804v16.995h-8.807v8.51h-8.817v-8.51h8.817v-17.008h-8.817v8.51h-8.804v-8.508h-8.807v-8.498h-8.806v8.498h-8.807v-8.498h-8.807v8.51h8.807v8.499h8.807v8.499h8.806v-8.499h8.804v17.006h-17.613v-8.51h-8.807v-8.499h-8.807v-8.51h-8.807v8.51h-8.807v-17.008h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.803v-8.507h-8.806v-8.498h-8.818v8.498h-8.806v8.51h8.806v8.499h8.818v-8.499h8.802v17.005h-17.624v-8.51h-8.807v-8.499h-8.807v-8.51h-8.807v8.51h-8.807v-17.008h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.801v-8.506h-8.807v-8.498h-8.806v8.498h-8.807v-8.498h-8.806v8.51h8.806v8.499h8.807v8.499h8.806v-8.499h8.801v17.005h-17.613v-8.51h-8.807v-8.499h-8.817v-8.51h-8.796v8.51h-8.817v-17.008h-8.807v8.499h-8.807v-8.499h-8.807v8.499h-8.807v8.51h-8.801v-8.506h-8.807v-8.498h-8.807v8.498h-8.806v8.51h8.806v8.499h8.807v-8.499h8.801v17.004h-17.613v-8.51h-8.807v-8.499h-8.807v-8.51h-8.807v8.51h-8.807v-17.008h-8.817v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.8v-8.505h-8.807v-8.498h-8.806v8.498h-8.806v-8.504h-8.807v8.498h-8.807v8.51h-8.807v-17.008h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.817v17.008H509.96v-8.51h-8.807v-8.499h-8.807v-8.498h8.807v8.498h8.807v8.499h8.807v-8.499h8.807v-8.51h-8.807v-8.498h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.805v8.51h-8.807v-17.008h-8.807v8.498h-8.806v-8.493h-8.807v8.51h8.806v16.991h-8.807v8.51h-8.807v-8.51h8.807v-17.008h-8.807v8.51h-8.807v17.008h-17.624v-8.51h-8.807v-8.499h-8.807v-8.498h8.807v8.498h8.807v8.499h8.817v-8.499h8.807v-8.51h-8.807v-8.499h-8.817v8.499h-8.807v-8.499h-8.807v8.499h-8.807v8.51h-8.807v-17.008h-8.807v8.499h-8.804v-8.492h-8.807v8.492h-8.807v8.51h-8.806v-8.503h-8.807v-8.498h-8.807v8.498h-8.807v8.51h8.807v8.499h8.807v-8.499h8.806v17.001h-17.613v-8.51H307.4v-8.499h-8.807v-8.498h8.796v-8.51h-8.807v8.498h-8.807v8.51h-8.805v-17.008h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.807v17.008h-17.613v-8.51h-8.807v-8.499h-8.805v-8.498h8.807v8.498h8.807v8.499h8.807v-8.499h8.807v-8.51h-8.807v-8.498h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.817v-17.008h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.805v-8.502h-8.807v-8.498h-8.806v8.498h-8.807v-8.498h-8.807v8.49h-8.807v8.51h-8.807v-17.01h-8.807v8.498h-8.807v17.008h-8.816v8.51h-8.807v-8.51h8.807v-16.988h8.807v-8.51h-8.807v8.49h-8.807v8.51h-8.806v-8.501h-8.807v-8.498h-8.807v8.498h-8.807v-8.498H-.858v60.058h1920.959v-43.055h-.164zM7.949 248.478h8.806v8.489H7.949v-8.489zm8.806 8.499h8.807v8.49h-8.807v-8.49zm26.42 16.999H25.562v-8.5h8.807v-8.499h8.807v16.999zm61.656-25.498h8.807v8.49h-8.807v-8.49zm8.807 8.499h8.807v8.491h-8.807v-8.491zm26.419 17h-17.613v-8.501h8.806v-8.499h8.807v17zm26.42-8.501h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm96.881 0h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm88.073 8.502h-8.804v-8.51h8.804v8.51zm8.806-8.509h-8.804v-16.99h8.804v16.99zm193.767.007h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm70.451 8.504h-17.613v-8.51h-8.807v-8.499h-8.805v-8.498h8.806v8.504h8.807v8.499h8.806v-8.499h8.807v17.003zm26.42-8.504h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm96.882 0h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm96.882 0h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm96.882 0h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm290.634 0h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm27.239-16.998h8.806v8.489h-8.806v-8.489zm8.806 8.499h8.807v8.49h-8.807v-8.49zm26.42 16.999h-17.613v-8.5h8.807v-8.499h8.807v16.999zm61.656-25.498h8.807v8.49h-8.807v-8.49zm8.807 8.499h8.807v8.491h-8.807v-8.491zm26.419 17h-17.613v-8.501h8.806v-8.499h8.807v17zm26.42-8.501h-8.807v8.51h-8.806v-8.51h8.806v-16.998h8.807v16.998zm96.881 0h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm88.073 8.502h-8.804v-8.51h8.804v8.51zm8.806-8.509h-8.804v-16.99h8.804v16.99zm193.767.007h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm70.451 8.504h-17.613v-8.51h-8.807v-8.499h-8.805v-8.498h8.806v8.504h8.807v8.499h8.806v-8.499h8.807v17.003zm26.42-8.504h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998z'/%3E%3C/svg%3E");width:100%;height:150px;background-repeat:repeat-x;background-size:100% 100%;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-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-wzs44 { height:200px;--section-height:200px; }#wze234 { top:30px;left:15px;width:848px;height:523px;z-index:1000; }.wzc51-root .wzc51-root-container .wzc51-root-container-header .wzc51-root-container-header-title {  }.wzc51-root .wzc51-root-container .wzc51-root-container-header {  }.wzc51-root .wzc51-root-container .wzc51-root-container-submitBox .wzc51-root-container-submitBox-submitButton {  }.wzc51-root .wzc51-root-container .wzc51-root-container-submitBox {  }.wzc51-root .wzc51-root-container {  }.wzc51-root .wzc51-root-accountContainer .wzc51-root-accountContainer-accountItem .wzc51-root-accountContainer-accountItem-accountItemLabel {  }.wzc51-root .wzc51-root-accountContainer .wzc51-root-accountContainer-accountItem .wzc51-root-accountContainer-accountItem-accountItemInputBox .wzc51-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc51-root .wzc51-root-accountContainer .wzc51-root-accountContainer-accountItem .wzc51-root-accountContainer-accountItem-accountItemInputBox .wzc51-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc51-root .wzc51-root-accountContainer .wzc51-root-accountContainer-accountItem .wzc51-root-accountContainer-accountItem-accountItemInputBox {  }.wzc51-root .wzc51-root-accountContainer .wzc51-root-accountContainer-accountItem {  }.wzc51-root .wzc51-root-accountContainer {  }.wzc51-root .wzc51-root-companyHeaderContainer .wzc51-root-companyHeaderContainer-companyHeader .wzc51-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc51-root .wzc51-root-companyHeaderContainer .wzc51-root-companyHeaderContainer-companyHeader {  }.wzc51-root .wzc51-root-companyHeaderContainer {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyInfoCheck .wzc51-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyInfoCheck .wzc51-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc51-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyInfoCheck .wzc51-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc51-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyInfoCheck .wzc51-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc51-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyInfoCheck .wzc51-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc51-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyInfoCheck .wzc51-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyInfoCheck {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyItemBox .wzc51-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyItemBox .wzc51-root-companyInfo-companyItemBox-companyInputBox .wzc51-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyItemBox .wzc51-root-companyInfo-companyItemBox-companyInputBox .wzc51-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyItemBox .wzc51-root-companyInfo-companyItemBox-companyInputBox {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyItemBox {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyInfoCancelLabel .wzc51-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyInfoCancelLabel .wzc51-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyInfoCancelLabel .wzc51-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyInfoCancelLabel .wzc51-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc51-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc51-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyInfoCancelLabel .wzc51-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc51-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyInfoCancelLabel .wzc51-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc51-root .wzc51-root-companyInfo .wzc51-root-companyInfo-companyInfoCancelLabel {  }.wzc51-root .wzc51-root-companyInfo {  }.wzc51-root .wzc51-root-submitBox .wzc51-root-submitBox-submitButton {  }.wzc51-root .wzc51-root-submitBox {  }.wzc51-root {  }.wzc51  .wz-profile-account-root { text-align:right; }.wzc51  .wz-profile-account-header-container { margin-bottom:20px; }.wzc51  .wz-profile-account-header p { font-family:yekan_fa;font-size:20px;font-weight:500;color:rgb(138, 11, 26); }.wzc51  .wz-profile-account-container { border-style:solid;border-width:2px;border-color:rgb(138, 11, 26);background-color:rgb(255, 248, 220);border-radius:25px;direction:rtl;row-gap:15px;padding:35px; }.wzc51  .wz-profile-account-container:hover { border-radius:25px; }.wzc51  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc51  .wz-profile-account-input-container label { color:rgb(138, 11, 26);font-family:yekan_fa;font-size:15px; }.wzc51  .wz-profile-account-input-container input { width:100%;border-style:solid;border-width:1px;border-color:#d5d5d5;border-radius:50px;font-family:iransansdn_fa;font-size:13px;background-color:rgba(255,255,255);color:rgb(90, 58, 46); }.wzc51  .wz-profile-account-input-container input:hover { border-radius:50px; }.wzc51  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc51  .wz-profile-account-submit { width:120px;height:40px;position:relative;display:inline-block; }.wzc51  .wz-profile-account-company-info-button p { font-family:yekan_fa;font-size:15px;color:rgb(138, 11, 26); }.wzc51  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc51  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc51  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc51  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc51  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc51 {  }.wzc142:hover .wzc142-bg { background-color:#f4f4f4; }.wzc142:hover .wzc142-content { color:rgb(117,117,117); }.wzc142:hover {  }.wzc142-bg:after {  }.wzc142-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#f4f4f4;border-radius:25px; }.wzc142-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(117,117,117); }#wze239 { top:5px;left:893px;width:250px;height:470.4px;z-index:1000; }.wzc64-root .wzc64-root-infoBox .wzc64-root-infoBox-userImageBox .wzc64-root-infoBox-userImageBox-userImage {  }.wzc64-root .wzc64-root-infoBox .wzc64-root-infoBox-userImageBox {  }.wzc64-root .wzc64-root-infoBox .wzc64-root-infoBox-userInfo .wzc64-root-infoBox-userInfo-userName {  }.wzc64-root .wzc64-root-infoBox .wzc64-root-infoBox-userInfo .wzc64-root-infoBox-userInfo-userEmail {  }.wzc64-root .wzc64-root-infoBox .wzc64-root-infoBox-userInfo .wzc64-root-infoBox-userInfo-editInfo .wzc64-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc64-root .wzc64-root-infoBox .wzc64-root-infoBox-userInfo .wzc64-root-infoBox-userInfo-editInfo .wzc64-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc64-root .wzc64-root-infoBox .wzc64-root-infoBox-userInfo .wzc64-root-infoBox-userInfo-editInfo {  }.wzc64-root .wzc64-root-infoBox .wzc64-root-infoBox-userInfo {  }.wzc64-root .wzc64-root-infoBox {  }.wzc64-root .wzc64-root-items .wzc64-root-items-item .wzc64-root-items-item-itemBox .wzc64-root-items-item-itemBox-itemIcon {  }.wzc64-root .wzc64-root-items .wzc64-root-items-item .wzc64-root-items-item-itemBox .wzc64-root-items-item-itemBox-itemName {  }.wzc64-root .wzc64-root-items .wzc64-root-items-item .wzc64-root-items-item-itemBox {  }.wzc64-root .wzc64-root-items .wzc64-root-items-item {  }.wzc64-root .wzc64-root-items .wzc64-root-items-more {  }.wzc64-root .wzc64-root-items {  }.wzc64-root .wzc64-root-logoutBox .wzc64-root-logoutBox-logout .wzc64-root-logoutBox-logout-logoutLabel {  }.wzc64-root .wzc64-root-logoutBox .wzc64-root-logoutBox-logout {  }.wzc64-root .wzc64-root-logoutBox {  }.wzc64-root {  }.wzc64  .wz-profile-menu-user-info { gap:2px; }.wzc64  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc64  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:10px;background-color:rgb(255, 248, 220);direction:rtl; }.wzc64  .wz-profile-menu-info-box:hover {  }.wzc64  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc64  .wz-profile-menu-user-name { font-family:yekan_fa;font-size:18px;font-weight:bold;color:rgb(138, 11, 26); }.wzc64  .wz-profile-menu-user-name:hover {  }.wzc64  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:13px;color:#a1a1a1; }.wzc64  .wz-profile-menu-user-email:hover {  }.wzc64  .wz-profile-menu-edit-info { font-family:yekan_fa;font-size:12px;color:#808080; }.wzc64  .wz-profile-menu-edit-info:hover {  }.wzc64  .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); }.wzc64  .wz-profile-menu-items { height:fit-content;border-style:solid;border-width:2px;border-color:#efefef;border-radius:10px;background-color:rgb(255, 248, 220);margin-top:10px; }.wzc64  .wz-profile-menu-items:hover {  }.wzc64  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc64  .wz-profile-menu-item:hover { background-color:rgba(226, 28, 33, 0.36); }.wzc64  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc64  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc64  .wz-profile-menu-item-box:hover {  }.wzc64  .wz-profile-menu-item p { font-family:iransans_fa, sans-serif;font-size:15px;font-weight:500;color:rgb(138, 11, 26);margin-right:5%;margin-left:5%; }.wzc64  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc64  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:10px;background-color:rgb(255, 248, 220);margin-top:10px; }.wzc64  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:rgb(226, 28, 33); }.wzc64  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:15px;font-weight:500;color:rgb(138, 11, 26);text-align:center; }.wzc64  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc64  .wz-profile-menu-more:after { color:#808080; }.wzc64 {  }#wz-section-wzs39 { height:591px;--section-height:591px; }.wzc-section-wzs39 { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs39-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs39-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze235 { top:30px;left:15px;width:848px;height:368.2px;z-index:1000; }.wzc55-header .wzc55-header-title {  }.wzc55-header .wzc55-header-removeButton {  }.wzc55-header .wzc55-header-addToCartButton {  }.wzc55-header {  }.wzc55-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; }.wzc55-pagination .wzc55-pagination-paginationButton {  }.wzc55-pagination {  }.wzc55  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc55  .wz-profile-favorites-header-text:hover {  }.wzc55  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc55  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc55  .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; }.wzc55  .wz-profile-favorite-item:hover {  }.wzc55  .wz-profile-favorite-item-image { object-fit:contain; }.wzc55  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc55  .wz-profile-favorite-item-title:hover {  }.wzc55  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc55  .wz-profile-favorite-item-price:hover {  }.wzc55  .wz-profile-favorite-item-add { height:30px; }.wzc55  .wz-profile-favorite-item-remove { height:30px; }.wzc55  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc55  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc55  .wz-profile-favorites-no-results-first-text:hover {  }.wzc55  .wz-profile-favorites-no-results-second-text:hover {  }.wzc55 {  }.wzc52:hover .wzc52-bg { background-color:#E74C3C; }.wzc52:hover .wzc52-content { font-size:10px;color:#fff; }.wzc52:hover {  }.wzc52-bg:after {  }.wzc52-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc52-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; }.wzc53:hover .wzc53-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc53:hover .wzc53-content { font-size:10px;color:#fff; }.wzc53:hover {  }.wzc53-bg:after {  }.wzc53-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc53-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; }.wzc54:hover .wzc54-bg:after { width:90%;opacity:1; }.wzc54:hover .wzc54-bg {  }.wzc54:hover .wzc54-content { color:#fff; }.wzc54:hover {  }.wzc54-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%); }.wzc54-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; }.wzc54-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-wzs40 { height:500px;--section-height:500px; }#wze236 { top:3px;left:154px;width:1000px;height:398.6px;z-index:1000; }.wzc56-root .wzc56-root-header .wzc56-root-header-title {  }.wzc56-root .wzc56-root-header .wzc56-root-header-options .wzc56-root-header-options-optionsList .wzc56-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc56-root .wzc56-root-header .wzc56-root-header-options .wzc56-root-header-options-optionsList {  }.wzc56-root .wzc56-root-header .wzc56-root-header-options {  }.wzc56-root .wzc56-root-header {  }.wzc56-root .wzc56-root-orders .wzc56-root-orders-ordersHeader .wzc56-root-orders-ordersHeader-ordersHeaderItem .wzc56-root-orders-ordersHeader-ordersHeaderItem-ordersHeaderItem{{ item.id }} {  }.wzc56-root .wzc56-root-orders .wzc56-root-orders-ordersHeader .wzc56-root-orders-ordersHeader-ordersHeaderItem {  }.wzc56-root .wzc56-root-orders .wzc56-root-orders-ordersHeader {  }.wzc56-root .wzc56-root-orders {  }.wzc56-root .wzc56-root-pagination .wzc56-root-pagination-paginationButton {  }.wzc56-root .wzc56-root-pagination {  }.wzc56-root {  }.wzc56  .wz-profile-orders-header p { font-size:20px;font-family:iransans_fa;font-weight:bold;color:rgb(138, 11, 26); }.wzc56  .wz-profile-orders-header-option { font-size:15px;font-family:yekan_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc56  .wz-profile-orders-header-option:hover { background-color:rgb(255, 189, 0);color:#fff;cursor:pointer; }.wzc56  .wz-profile-orders-header-options ul [data-active=true] { background-color:rgb(255, 189, 0);color:#fff; }.wzc56  .wz-profile-orders-order-items-root {  }.wzc56  .wz-profile-orders-order-items-container:first-child { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc56  .wz-profile-orders-header { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc56  .wz-profile-orders-order-items-header { width:70%; }.wzc56  .wz-profile-orders-order-items-header p { width:20%;font-size:15px;font-family:iransans_fa;font-weight:500;text-align:center;color:rgb(138, 11, 26); }.wzc56  .wz-profile-orders-order-details { width:70%; }.wzc56  .wz-profile-orders-order-buttons { width:30%; }.wzc56  .wz-profile-orders-order-details p { width:20%;font-size:15px;font-family:yekan_fa;font-weight:bold;text-align:center;color:rgb(90, 58, 46); }.wzc56  .wz-profile-orders-order-data { border-width:2px;border-style:solid;border-color:#e1e1e1;border-radius:8px;background-color:rgb(255,255,255); }.wzc56  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc56  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc56  .wz-profile-orders-no-results-root { gap:10px;border-width:0px;border-style:solid;border-color:unset;border-radius:0;margin-top:20px;padding:70px 30px;background-color:unset; }.wzc56  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc56  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(138, 11, 26);padding:5px 20px;border-radius:6px;border-width:2px;border-style:solid;border-color:#e1e1e1; }.wzc56  .wz-profile-orders-no-results-second-text { font-size:14px;font-weight:bold;font-family:iransans_fa;color:rgb(138, 11, 26); }.wzc56 {  }#wze326 { top:20.512px;left:32.4625px;width:60px;height:60px;z-index:1004; }#wze326 .wzc40-img-inner { object-fit:fill; }#wz-section-wzs41 { height:414.375px;--section-height:414.375px; }#wze237 { top:30px;left:161px;width:848px;height:558.8px;z-index:1000; }.wzc59-root .wzc59-root-header .wzc59-root-header-title {  }.wzc59-root .wzc59-root-header .wzc59-root-header-headerButtons .wzc59-root-header-headerButtons-reorderButton {  }.wzc59-root .wzc59-root-header .wzc59-root-header-headerButtons .wzc59-root-header-headerButtons-receiptButton {  }.wzc59-root .wzc59-root-header .wzc59-root-header-headerButtons {  }.wzc59-root .wzc59-root-header {  }.wzc59-root .wzc59-root-body .wzc59-root-body-information .wzc59-root-body-information-mainInformation .wzc59-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc59-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc59-root .wzc59-root-body .wzc59-root-body-information .wzc59-root-body-information-mainInformation .wzc59-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc59-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc59-root .wzc59-root-body .wzc59-root-body-information .wzc59-root-body-information-mainInformation .wzc59-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc59-root .wzc59-root-body .wzc59-root-body-information .wzc59-root-body-information-mainInformation {  }.wzc59-root .wzc59-root-body .wzc59-root-body-information .wzc59-root-body-information-userInformation .wzc59-root-body-information-userInformation-userInformation{{ item.name }} .wzc59-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc59-root .wzc59-root-body .wzc59-root-body-information .wzc59-root-body-information-userInformation .wzc59-root-body-information-userInformation-userInformation{{ item.name }} .wzc59-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc59-root .wzc59-root-body .wzc59-root-body-information .wzc59-root-body-information-userInformation .wzc59-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc59-root .wzc59-root-body .wzc59-root-body-information .wzc59-root-body-information-userInformation {  }.wzc59-root .wzc59-root-body .wzc59-root-body-information .wzc59-root-body-information-paymentInformation .wzc59-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc59-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc59-root .wzc59-root-body .wzc59-root-body-information .wzc59-root-body-information-paymentInformation .wzc59-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc59-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc59-root .wzc59-root-body .wzc59-root-body-information .wzc59-root-body-information-paymentInformation .wzc59-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc59-root .wzc59-root-body .wzc59-root-body-information .wzc59-root-body-information-paymentInformation {  }.wzc59-root .wzc59-root-body .wzc59-root-body-information {  }.wzc59-root .wzc59-root-body .wzc59-root-body-orderInformation .wzc59-root-body-orderInformation-orderInformationHeader .wzc59-root-body-orderInformation-orderInformationHeader-orderName .wzc59-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc59-root .wzc59-root-body .wzc59-root-body-orderInformation .wzc59-root-body-orderInformation-orderInformationHeader .wzc59-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc59-root .wzc59-root-body .wzc59-root-body-orderInformation .wzc59-root-body-orderInformation-orderInformationHeader .wzc59-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc59-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc59-root .wzc59-root-body .wzc59-root-body-orderInformation .wzc59-root-body-orderInformation-orderInformationHeader .wzc59-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc59-root .wzc59-root-body .wzc59-root-body-orderInformation .wzc59-root-body-orderInformation-orderInformationHeader .wzc59-root-body-orderInformation-orderInformationHeader-orderCount .wzc59-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc59-root .wzc59-root-body .wzc59-root-body-orderInformation .wzc59-root-body-orderInformation-orderInformationHeader .wzc59-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc59-root .wzc59-root-body .wzc59-root-body-orderInformation .wzc59-root-body-orderInformation-orderInformationHeader .wzc59-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc59-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc59-root .wzc59-root-body .wzc59-root-body-orderInformation .wzc59-root-body-orderInformation-orderInformationHeader .wzc59-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc59-root .wzc59-root-body .wzc59-root-body-orderInformation .wzc59-root-body-orderInformation-orderInformationHeader .wzc59-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc59-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc59-root .wzc59-root-body .wzc59-root-body-orderInformation .wzc59-root-body-orderInformation-orderInformationHeader .wzc59-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc59-root .wzc59-root-body .wzc59-root-body-orderInformation .wzc59-root-body-orderInformation-orderInformationHeader {  }.wzc59-root .wzc59-root-body .wzc59-root-body-orderInformation {  }.wzc59-root .wzc59-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc59-root .wzc59-root-support .wzc59-root-support-supportImage {  }.wzc59-root .wzc59-root-support .wzc59-root-support-supportTextBox .wzc59-root-support-supportTextBox-supportQuestion {  }.wzc59-root .wzc59-root-support .wzc59-root-support-supportTextBox .wzc59-root-support-supportTextBox-supportMessage {  }.wzc59-root .wzc59-root-support .wzc59-root-support-supportTextBox {  }.wzc59-root .wzc59-root-support {  }.wzc59-root {  }.wzc59  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc59  .wz-profile-order-details-header { padding-bottom:20px; }.wzc59  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc59  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc59  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc59  .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; }.wzc59  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc59  .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); }.wzc59  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc59  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc59  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc59  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc59  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc59  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc59  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc59  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc59  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc59  .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); }.wzc59  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc59  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc59  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc59  .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; }.wzc59  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc59  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc59  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc59  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc59  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc59  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc59  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc59  .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); }.wzc59  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc59  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc59  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc59  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc59 {  }.wzc57:hover .wzc57-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc57:hover .wzc57-content { color:#E74C3C; }.wzc57:hover {  }.wzc57-bg:after {  }.wzc57-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); }.wzc57-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; }.wzc58:hover .wzc58-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc58:hover .wzc58-content { color:rgb(117,117,117); }.wzc58:hover {  }.wzc58-bg:after {  }.wzc58-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); }.wzc58-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-wzs42 { height:588.8px;--section-height:588.8px; }#wze238 { top:30px;left:15px;width:848px;height:540px;z-index:1000; }.wzc63-header .wzc63-header-title {  }.wzc63-header .wzc63-header-headerButton {  }.wzc63-header .wzc63-header-editButton {  }.wzc63-header .wzc63-header-removeButton {  }.wzc63-header {  }.wzc63-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; }.wzc63-pagination .wzc63-pagination-paginationButton {  }.wzc63-pagination {  }.wzc63  .wz-profile-addresses-header { margin-bottom:30px; }.wzc63  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc63  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc63  .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; }.wzc63  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc63  .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); }.wzc63  .wz-profile-address-item:hover { border-radius:20px; }.wzc63  .wz-profile-address-location { width:100%;height:200px; }.wzc63  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc63  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc63  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc63  .wz-profile-address-full:hover {  }.wzc63  .wz-profile-address-summary { justify-content:start; }.wzc63  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc63  .wz-profile-address-summary-location p:hover {  }.wzc63  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc63  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc63  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc63  .wz-profile-address-summary-postal-code p:hover {  }.wzc63  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc63  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc63  .wz-profile-address-transferee { text-align:right; }.wzc63  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc63  .wz-profile-address-transferee p:hover {  }.wzc63  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc63  .wz-profile-address-remove-button { height:30px; }.wzc63  .wz-profile-address-edit-button { height:30px; }.wzc63  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc63  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc63  .wz-profile-addresses-no-results-first-text:hover {  }.wzc63  .wz-profile-addresses-no-results-second-text:hover {  }.wzc63 {  }.wzc60:hover .wzc60-bg { background-color:#E74C3C; }.wzc60:hover .wzc60-content { font-size:12px;color:#ffd9d5; }.wzc60:hover {  }.wzc60-bg:after {  }.wzc60-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc60-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; }.wzc61:hover .wzc61-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc61:hover .wzc61-content { font-size:11px;color:#a1a1a1; }.wzc61:hover {  }.wzc61-bg:after {  }.wzc61-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc61-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; }.wzc62:hover .wzc62-bg { background-color:#E74C3C; }.wzc62:hover .wzc62-content { font-size:11px;color:#fff; }.wzc62:hover {  }.wzc62-bg:after {  }.wzc62-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc62-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-wzs43 { height:600px;--section-height:600px; }#wze241 { top:-8.4px;left:0px;width:1170px;height:576.8px;z-index:1000; }.wzc70  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:rgb(138, 11, 26); }.wzc70  .wz-shop-product { margin:15px;padding:0px;text-align:right; }.wzc70  .wz-shop-product .wz-shop-product-section { padding:5px; }.wzc70  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:rgb(138, 11, 26); }.wzc70  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px;color:rgb(90, 58, 46); }.wzc70  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc70  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc70  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc70  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc70  .wz-shop-product .wz-shop-product-add-cart { width:200px; }.wzc70  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(226, 28, 33);color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc70  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc70  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc70 {  }.wzc70-breadcrumb {  }.wzc70-filter { margin-right:15px;margin-left:15px; }.wzc70-topBar .wzc70-topBar-sort {  }.wzc70-topBar .wzc70-topBar-perPage {  }.wzc70-topBar .dropdown.dropdown-list .dropdown-select,.wzc70-topBar  .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc70-topBar .dropdown.dropdown-list .dropdown-select,.wzc70-topBar  .dropdown.dropdown-list .dropdown-menu,.wzc70-topBar  .dropdown.dropdown-list .dropdown-select::before { border-color:#878787; }.wzc70-topBar  .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc70-topBar { margin:10px;margin-bottom:20px;color:rgb(138, 11, 26);font-size:13px;font-family:yekan, tahoma, serif; }.wzc70-products {  }#wze241 .wz-shop-product .wz-shop-product-image { padding-top: 133.33333% }#wze241 .wz-shop-top-bar { margin-right: 15px }.wzc77:hover .wzc77-bg:after { width:90%;opacity:1; }.wzc77:hover .wzc77-bg {  }.wzc77:hover .wzc77-content { color:#fff; }.wzc77:hover {  }.wzc77-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:rgb(183,26,7);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%); }.wzc77-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#fff;border-width:1px;overflow:hidden; }.wzc77-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; }.wzc68-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc68-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wz-section-wzs46 { height:578.4px;--section-height:578.4px; }.wzc-section-wzs46 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs46-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs46-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs46-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(254, 228, 179)' class='wz-shape-divider-svg' preserveAspectRatio='xMidYMin slice' viewBox='-0.858 239.96 1920.959 60.067' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1919.937 256.972v-17.008h-8.817v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.8v-8.505h-8.807v-8.498h-8.806v8.498h-8.806v-8.504h-8.807v8.498h-8.807v8.51h-8.807v-17.008h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.817v17.008h-17.613v-8.51h-8.807v-8.499h-8.807v-8.498h8.807v8.498h8.807v8.499h8.807v-8.499h8.806v-8.51h-8.806v-8.498h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.805v8.51h-8.807v-17.008h-8.807v8.498h-8.806v-8.493h-8.807v8.51h8.806v16.991h-8.807v8.51h-8.807v-8.51h8.807V248.46h-8.807v8.51h-8.807v17.008h-17.624v-8.51h-8.807v-8.499h-8.807v-8.498h8.807v8.498h8.807v8.499h8.817v-8.499h8.807v-8.51h-8.807v-8.499h-8.817v8.499h-8.807v-8.499h-8.807v8.499h-8.807v8.51h-8.807v-17.008h-8.807v8.499h-8.804v-8.492h-8.807v8.492h-8.807v8.51h-8.806v-8.503h-8.807v-8.498h-8.807v8.498h-8.807v8.51h8.807v8.499h8.807v-8.499h8.806v17.001h-17.613v-8.51h-8.807v-8.499h-8.807v-8.498h8.796v-8.51h-8.806v8.498h-8.807v8.51h-8.805v-17.008h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.807v17.008h-17.613v-8.51h-8.807v-8.499h-8.805v-8.498h8.807v8.498h8.807v8.499h8.807v-8.499h8.807v-8.51h-8.807v-8.498h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.817V239.96h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.805v-8.502h-8.807v-8.498h-8.806v8.498h-8.807v-8.498h-8.807v8.49h-8.807v8.51h-8.807V239.96h-8.807v8.498h-8.807v17.008h-8.816v8.51h-8.807v-8.51h8.807v-16.988h8.806v-8.51h-8.806v8.49h-8.807v8.51h-8.806v-8.501h-8.807v-8.498h-8.807v8.498h-8.807v-8.498h-8.806v8.489h-8.212v-8.489h-10.22v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.807v17.008h-17.613v-8.51h-8.807v-8.499h-8.807v-8.499h8.807v8.499h8.807v8.499h8.807v-8.499h8.807v-8.51h-8.807v-8.498h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.807v-17.008h-8.807v8.498h-8.807v17.008h-8.817v8.51h-8.807v-8.51h8.807v-16.998h8.807v-8.51h-8.807v8.498h-8.807v8.51h-8.807v17.008h-17.613v-8.51h-8.807v-8.499h-8.807v-8.498h8.807v8.498h8.807v8.499h8.807v-8.499h8.807v-8.51h-8.807v-8.498h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.807v-17.008h-8.807v8.498h-8.804v-8.496h-8.807v8.51h8.804v16.995h-8.807v8.51h-8.817v-8.51h8.817v-17.008h-8.817v8.51h-8.804v-8.508h-8.807v-8.498h-8.806v8.498h-8.807v-8.498h-8.807v8.51h8.807v8.499h8.807v8.499h8.806v-8.499h8.804v17.006h-17.613v-8.51h-8.807v-8.499h-8.807v-8.51h-8.807v8.51h-8.807v-17.008h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.803v-8.507h-8.806v-8.498h-8.818v8.498h-8.806v8.51h8.806v8.499h8.818v-8.499h8.802v17.005h-17.624v-8.51h-8.807v-8.499h-8.807v-8.51h-8.807v8.51h-8.807v-17.008h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.801v-8.506h-8.807v-8.498h-8.806v8.498h-8.807v-8.498h-8.806v8.51h8.806v8.499h8.807v8.499h8.806v-8.499h8.801v17.005h-17.613v-8.51h-8.807v-8.499h-8.817v-8.51h-8.796v8.51h-8.817v-17.008h-8.807v8.499h-8.807v-8.499h-8.807v8.499h-8.807v8.51h-8.801v-8.506h-8.807v-8.498h-8.807v8.498h-8.806v8.51h8.806v8.499h8.807v-8.499h8.801v17.004h-17.613v-8.51h-8.807v-8.499h-8.807v-8.51h-8.807v8.51h-8.807v-17.008h-8.817v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.8v-8.505h-8.807v-8.498h-8.806v8.498h-8.806v-8.504h-8.807v8.498h-8.807v8.51h-8.807v-17.008h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.817v17.008H509.96v-8.51h-8.807v-8.499h-8.807v-8.498h8.807v8.498h8.807v8.499h8.807v-8.499h8.807v-8.51h-8.807v-8.498h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.805v8.51h-8.807v-17.008h-8.807v8.498h-8.806v-8.493h-8.807v8.51h8.806v16.991h-8.807v8.51h-8.807v-8.51h8.807v-17.008h-8.807v8.51h-8.807v17.008h-17.624v-8.51h-8.807v-8.499h-8.807v-8.498h8.807v8.498h8.807v8.499h8.817v-8.499h8.807v-8.51h-8.807v-8.499h-8.817v8.499h-8.807v-8.499h-8.807v8.499h-8.807v8.51h-8.807v-17.008h-8.807v8.499h-8.804v-8.492h-8.807v8.492h-8.807v8.51h-8.806v-8.503h-8.807v-8.498h-8.807v8.498h-8.807v8.51h8.807v8.499h8.807v-8.499h8.806v17.001h-17.613v-8.51H307.4v-8.499h-8.807v-8.498h8.796v-8.51h-8.807v8.498h-8.807v8.51h-8.805v-17.008h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.807v17.008h-17.613v-8.51h-8.807v-8.499h-8.805v-8.498h8.807v8.498h8.807v8.499h8.807v-8.499h8.807v-8.51h-8.807v-8.498h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.817v-17.008h-8.807v8.498h-8.807v-8.498h-8.807v8.498h-8.807v8.51h-8.805v-8.502h-8.807v-8.498h-8.806v8.498h-8.807v-8.498h-8.807v8.49h-8.807v8.51h-8.807v-17.01h-8.807v8.498h-8.807v17.008h-8.816v8.51h-8.807v-8.51h8.807v-16.988h8.807v-8.51h-8.807v8.49h-8.807v8.51h-8.806v-8.501h-8.807v-8.498h-8.807v8.498h-8.807v-8.498H-.858v60.058h1920.959v-43.055h-.164zM7.949 248.478h8.806v8.489H7.949v-8.489zm8.806 8.499h8.807v8.49h-8.807v-8.49zm26.42 16.999H25.562v-8.5h8.807v-8.499h8.807v16.999zm61.656-25.498h8.807v8.49h-8.807v-8.49zm8.807 8.499h8.807v8.491h-8.807v-8.491zm26.419 17h-17.613v-8.501h8.806v-8.499h8.807v17zm26.42-8.501h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm96.881 0h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm88.073 8.502h-8.804v-8.51h8.804v8.51zm8.806-8.509h-8.804v-16.99h8.804v16.99zm193.767.007h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm70.451 8.504h-17.613v-8.51h-8.807v-8.499h-8.805v-8.498h8.806v8.504h8.807v8.499h8.806v-8.499h8.807v17.003zm26.42-8.504h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm96.882 0h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm96.882 0h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm96.882 0h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm290.634 0h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm27.239-16.998h8.806v8.489h-8.806v-8.489zm8.806 8.499h8.807v8.49h-8.807v-8.49zm26.42 16.999h-17.613v-8.5h8.807v-8.499h8.807v16.999zm61.656-25.498h8.807v8.49h-8.807v-8.49zm8.807 8.499h8.807v8.491h-8.807v-8.491zm26.419 17h-17.613v-8.501h8.806v-8.499h8.807v17zm26.42-8.501h-8.807v8.51h-8.806v-8.51h8.806v-16.998h8.807v16.998zm96.881 0h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm88.073 8.502h-8.804v-8.51h8.804v8.51zm8.806-8.509h-8.804v-16.99h8.804v16.99zm193.767.007h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998zm70.451 8.504h-17.613v-8.51h-8.807v-8.499h-8.805v-8.498h8.806v8.504h8.807v8.499h8.806v-8.499h8.807v17.003zm26.42-8.504h-8.807v8.51h-8.807v-8.51h8.807v-16.998h8.807v16.998z'/%3E%3C/svg%3E");width:100%;height:150px;background-repeat:repeat-x;background-size:100% 100%;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }#wze243 { top:10px;left:0px;width:1170px;height:838px;z-index:1000; }.wzc73  .wz-shop-breadcrumb-container   .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:rgb(138, 11, 26); }.wzc73  .wz-shop-product-page .wz-shop-product-add-cart { width:200px; }.wzc73  .wz-shop-product-page .wz-shop-product-options .wz-shop-option-title { font-size:17px;color:#878787;font-family:yekan; }.wzc73  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-option { width:700px; }.wzc73  .wz-shop-product-page .wz-shop-product-options .dropdown { width:700px; }.wzc73  .wz-shop-product-page .wz-shop-product-options.wz-radio-button-list .regular-checkbox-item,.wzc73  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select,.wzc73  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc73  .wz-shop-product-page .wz-shop-product-options.dropdown.dropdown-list .dropdown-select,.wzc73  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu,.wzc73  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select::before { border-color:rgba(0,0,0,0.15); }.wzc73  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc73  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li { padding-top:2px; }.wzc73  .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; }.wzc73  .wz-shop-product-page .wz-shop-product-title { font-family:aviny;font-size:45px;color:rgb(138, 11, 26); }.wzc73  .wz-shop-product-page .wz-shop-product-description { font-family:yekan;font-size:25px;color:rgb(90, 58, 46); }.wzc73  .wz-shop-product-page .wz-shop-product-sku { font-family:yekan, tahoma, serif;font-size:12px;color:#b3abab; }.wzc73  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:21px;color:#f14639; }.wzc73  .wz-shop-product-page .wz-shop-product-price { font-family:dana_fa;font-size:20px;color:rgb(90, 58, 46); }.wzc73  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639;font-size:21px; }.wzc73  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:16px; }.wzc73  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider  img.wz-gallery-image { object-fit:contain;width:100%;float:none; }.wzc73 .wz-shop-product-info-sections-simple .wz-shop-product-info+.wz-shop-product-info,.wzc73  .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); }.wzc73  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-title { font-family:yekan_fa;font-size:19px;color:rgb(138, 11, 26);border-style:solid;border-width:1px;border-color:rgb(139, 0, 0);background-color:rgba(48, 120, 190, 0); }.wzc73  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-content { font-family:yekan_fa;font-size:15px;color:rgb(90, 58, 46); }.wzc73  .wz-shop-product-page .wz-shop-product-info-sections .wz-tab-content { border-style:solid;border-width:3px;border-color:rgb(138, 11, 26);background-color:rgba(0, 0, 0, 0); }.wzc73  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li { margin:5px; }.wzc73  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open { border-style:solid;border-width:3px;border-color:rgb(138, 11, 26);background-color:rgba(255, 248, 220, 0.54);color:rgb(90, 58, 46); }.wzc73  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open:after { height:3px;bottom:-3px;background-color:value; }.wzc73  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel .flex-active-slide:after { border-color:#ccc; }.wzc73  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery { width:50%; }.wzc73  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section { width:calc(50% - 30px); }.wzc73  .extra-button-list { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a;--text-color:rgb(226, 28, 33); }.wzc73 {  }.wzc73-breadcrumb {  }.wzc73-product { text-align:right; }.wzc73-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; }#wze243  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider .wz-image-ratio { padding-top: 75% }.wzc72 .wz-gallery > li > figure,.wzc72  .wz-gallery-slider .slides > li > .wz-slider-item { border-width:1px;border-style:solid;border-color:rgb(184, 134, 11);border-radius:50px; }.wzc72 .wz-gallery > li > figure,.wzc72  .wz-gallery > li > figure:before,.wzc72  .wz-gallery > li > figure:after,.wzc72  .wz-gallery > li > figure > figcaption,.wzc72  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc72  .wz-gallery-caption { text-align:center; }.wzc72  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc72  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc72  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc72 {  }.wzc72-slider .wzc72-slider-items {  }.wzc72-slider  .flex-direction-nav a:before { color:#999; }.wzc72-slider {  }.wzc72-carousel .wzc72-carousel-list {  }.wzc72-carousel {  }.wzc126-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 248, 220); }.wzc126-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc125:hover .wzc125-bg { border-radius:10px; }.wzc125:hover .wzc125-content {  }.wzc125:hover {  }.wzc125-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px;background-color:#E74C3C;border-style:solid;border-color:#BD3E31;border-bottom-width:5px; }.wzc125-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:14px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;line-height:1em;text-shadow:0px -2px #BD3E31; }.wzc125:active .wzc125-bg { border-bottom-width:1px; }.wzc125:active .wzc125-content { -webkit-transform:translateY(-40%);-moz-transform:translateY(-40%);-ms-transform:translateY(-40%);-o-transform:translateY(-40%);transform:translateY(-40%);transform:translateY(-40%); }.wzc125:active { -webkit-transform:translate(0px,5px);-moz-transform:translate(0px,5px);-ms-transform:translate(0px,5px);-o-transform:translate(0px,5px);transform:translate(0px,5px);transform:translate(0px,5px); }#wze272 { top:-1.0007px;left:0.46401px;width:281px;height:139px;z-index:1001; }#wze272 .wzc40-img-inner { object-fit:fill; }#wz-section-wzs45 { height:887.675px;--section-height:887.675px; }.wzc-section-wzs45 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs45-full { background:;background-color:rgb(255, 248, 220); }.wzc-section-wzs45-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze240 { top:10px;left:15px;width:1140px;height:185px;z-index:1000; }.wzc67-container { font-size:10px;font-family:yekan_fa; }#wze240 .wz-cart-color-primary { color: #565656 }#wze240 .wz-cart-primary-color { color: #565656 }#wze240 .wz-cart-second-color { color: rgba(139, 0, 0, 1) }#wze240 .wz-cart-second-border-color { border-color: rgba(139, 0, 0, 1) }#wz-section-wzs47 { height:205px;--section-height:205px; }.wzc-section-wzs47 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs47-full { background:;background-color:rgb(255, 248, 220); }.wzc-section-wzs47-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze355 { top:-0.0034999px;left:149.333px;width:840.35px;height:300px;z-index:1000; }.wzc136-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(187, 36, 35);border-radius:0px 200px 0px 200px ; }.wzc136-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px 200px 0px 200px ; }.wzc136-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; }#wze362 { top:86.0755px;left:69.462px;width:404px;height:128px;z-index:1001; }.wzc123-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:1px;border-color:#FF7043;border-radius:0px 50px 0px 50px ; }.wzc123-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px 50px 0px 50px ; }.wzc123-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze357 { top:0.399985px;left:0.0249938px;width:387.95px;height:80px;z-index:1000;text-align:right; }#wze363 { top:87.9px;left:48.4875px;width:291px;height:32.8px;z-index:1002;text-align:left; }#wze364 { top:32.0124px;left:510.338px;width:250px;height:260.15801354401805px;z-index:1002; }.wzc140-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:0px 50px 0px 50px ; }.wzc140-img .wzc140-img-inner { width:100%;height:100%;float:left; }.wzc140-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:0px 50px 0px 50px ; }#wze364 .wzc140-img-inner { object-fit:fill; }#wz-section-wzs59 { height:300px;--section-height:300px; }.wzc-section-wzs59 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs59-style {  }.wzc-section-wzs59-full { background:;background-color:rgb(245, 245, 220); }.wzc-section-wzs59-full-style {  }.wzc-section-wzs59-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze385 { top:10.03px;left:164.662px;width:867px;height:746.4px;z-index:1003; }.wzc152  .dropdown.dropdown-accordion.dropdown-rtl .dropdown-select::before { left:0px;right:0; }.wzc152  .dropdown.dropdown-accordion.dropdown-ltr.open {  }.wzc152 {  }.wzc152-container .wzc152-container-header .wzc152-container-header-title .wzc152-container-header-title-content { color:rgb(138, 11, 26);font-size:23px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;font-family:iransansdn; }.wzc152-container .wzc152-container-header .wzc152-container-header-title { width:100%;text-align:center; }.wzc152-container .wzc152-container-header { width:100%;height:50px;display:flex;justify-content:space-between;align-items:flex-start; }.wzc152-container .wzc152-container-questionAnswerArea .wzc152-container-questionAnswerArea-item .wzc152-container-questionAnswerArea-item-question { color:rgb(138, 11, 26);font-size:20px !important;padding-top:15px !important;padding-bottom:15px !important;background-color:transparent;min-height:50px;display:flex;align-items:center;cursor:pointer;position:relative;margin:0;width:100%;line-height:1.2em;font-family:yekan_fa; }.wzc152-container .wzc152-container-questionAnswerArea .wzc152-container-questionAnswerArea-item .wzc152-container-questionAnswerArea-item-answer { color:rgb(90, 58, 46) !important;font-size:17px !important;min-height:60px;overflow:hidden;padding:0 0 30px 0 !important;background-color:transparent !important;line-height:1.5em;margin-left:auto;font-family:yekan_fa; }.wzc152-container .wzc152-container-questionAnswerArea .wzc152-container-questionAnswerArea-item { overflow:hidden;position:relative;margin-bottom:0px;background-color:transparent;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:rgb(153, 153, 153);transition:all 0.3s; }.wzc152-container .wzc152-container-questionAnswerArea { flex:1;width:100%;height:calc(100% - 50px);display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch; }.wzc152-container { direction:rtl;padding:30px 20px 20px;width:100%;height:100%;background-color:rgba(245, 245, 220, 1);display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch;transition:all 0.3s ease-in-out 0.15s; }#wz-section-wzs57 { height:770.662px;--section-height:770.662px; }.wzc-section-wzs57 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs57-style {  }.wzc-section-wzs57-full { background:;background-color:rgb(187, 36, 35); }.wzc-section-wzs57-full-style {  }.wzc-section-wzs57-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze366 { top:10px;left:308px;width:847px;height:265px;z-index:1000; }.wzc143  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:23px;color:#000; }.wzc143  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-content { font-family:yekan, tahoma, serif;font-size:13px; }.wzc143  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail { width:300px; }.wzc143  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc143  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:#000;width:13px;height:13px; }.wzc143 .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-section,.wzc143  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title,.wzc143  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { padding-left:10px;padding-right:10px; }.wzc143  .wz-blog-recent-posts .wz-blog-post-item { padding:10px 0; }.wzc143  .wz-blog-recent-posts .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc143  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more { width:100px;height:30px;margin-top:10px; }.wzc143 {  }.wzc143-posts {  }.wzc4:hover .wzc4-bg:after { width:90%;opacity:1; }.wzc4:hover .wzc4-bg {  }.wzc4:hover .wzc4-content { color:#fff; }.wzc4:hover {  }.wzc4-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%); }.wzc4-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; }.wzc4-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; }#wze367 { top:10px;left:15px;width:263px;height:271px;z-index:1000; }#wze368 { top:10px;left:10px;width:242px;height:28px;z-index:1000;text-align:right; }#wze369 { top:43px;left:10px;width:242px;height:4px;z-index:1000; }.wzc109-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#000; }.wzc109-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze370 { top:53px;left:10px;width:242px;height:40px;z-index:1000; }.wzc144  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc144  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc144  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc144  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc144  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc144 {  }.wzc144-posts {  }#wze371 { top:113px;left:10px;width:242px;height:28px;z-index:1000;text-align:right; }#wze372 { top:146px;left:10px;width:242px;height:4px;z-index:1000; }#wze373 { top:156px;left:10px;width:242px;height:100px;z-index:1000; }.wzc146  .wz-blog-archive > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc146  .wz-blog-archive .sub-list > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc146 {  }.wzc146-list { direction:rtl; }#wz-section-wzs61 { height:291px;--section-height:291px; }#wze374 { top:10px;left:308px;width:847px;height:200px;z-index:1000; }.wzc147  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:23px; }.wzc147  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-content { font-family:yekan, tahoma, serif;font-size:13px; }.wzc147  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc147  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:#000;width:13px;height:13px; }.wzc147 .wz-blog-single-post .wz-blog-post-item .wz-blog-post-section,.wzc147  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title,.wzc147  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { padding-left:10px;padding-right:10px; }.wzc147  .wz-blog-single-post .wz-blog-post-item { padding:10px 0; }.wzc147 {  }.wzc147-posts {  }#wze375 { top:220px;left:308px;width:847px;height:200px;z-index:1000; }.wzc149  .wz-blog-comment { padding:10px; }.wzc149  .wz-blog-comment+.wz-blog-comment { margin-top:10px; }.wzc149  .wz-blog-comment .wz-blog-comment-author { font-family:yekan, tahoma, serif;font-size:14px;color:#757070; }.wzc149  .wz-blog-comment .wz-blog-comment-message { font-family:yekan, tahoma, serif;font-size:14px;color:#999999; }.wzc149  .wz-blog-comment-from { width:500px; }.wzc149 {  }.wzc149-container .wzc149-container-comments {  }.wzc149-container .wzc149-container-form { max-width:100%;height:auto; }.wzc149-container {  }.wzc12-contactForm .wzc12-contactForm-sections .wzc12-contactForm-sections-section1 .wzc12-contactForm-sections-section1-formRow .wzc12-contactForm-sections-section1-formRow-input {  }.wzc12-contactForm .wzc12-contactForm-sections .wzc12-contactForm-sections-section1 .wzc12-contactForm-sections-section1-formRow {  }.wzc12-contactForm .wzc12-contactForm-sections .wzc12-contactForm-sections-section1 {  }.wzc12-contactForm .wzc12-contactForm-sections .wzc12-contactForm-sections-section2 .wzc12-contactForm-sections-section2-messageRow .wzc12-contactForm-sections-section2-messageRow-message { height:120px; }.wzc12-contactForm .wzc12-contactForm-sections .wzc12-contactForm-sections-section2 .wzc12-contactForm-sections-section2-messageRow {  }.wzc12-contactForm .wzc12-contactForm-sections .wzc12-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc12-contactForm .wzc12-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc12-contactForm .wzc12-contactForm-footer .wzc12-contactForm-footer-submit .wzc12-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc12-contactForm .wzc12-contactForm-footer .wzc12-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc12-contactForm .wzc12-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc12-contactForm .wzc12-contactForm-resultSection .wzc12-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:yekan, tahoma, serif; }.wzc12-contactForm .wzc12-contactForm-resultSection { height:40px;padding-top:5px; }.wzc12-contactForm  .wzc12-contactForm-resultSection .form-result-show { opacity:1; }.wzc12-contactForm  .wzc12-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc12-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc12-contactForm input,.wzc12-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; }.wzc12-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc12-contactForm  *::-webkit-input-placeholder { color:#999999; }.wzc12-contactForm  *::-moz-placeholder { color:#999999; }.wzc12-contactForm  *:-ms-input-placeholder { color:#999999; }.wzc12-contactForm  *:-moz-placeholder { color:#999999; }.wzc12-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc12-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:#000; }.wzc12-contactForm { direction:rtl; }.wzc148-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:1px;border-color:#999999; }.wzc148-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze376 { top:10px;left:15px;width:263px;height:625px;z-index:1000; }#wze377 { top:10px;left:10px;width:242px;height:25px;z-index:1000;text-align:right; }#wze378 { top:40px;left:10px;width:242px;height:4px;z-index:1000; }#wze379 { top:50px;left:10px;width:242px;height:400px;z-index:1000; }#wze380 { top:470px;left:10px;width:242px;height:25px;z-index:1000;text-align:right; }#wze381 { top:500px;left:10px;width:242px;height:4px;z-index:1000; }#wze382 { top:510px;left:10px;width:242px;height:100px;z-index:1000; }#wz-section-wzs60 { height:430px;--section-height:430px; }#wz-section-wzs-default { height:200px;--section-height:200px; }[data-page=p10] #wz-root-background { background-color:rgb(245, 245, 220); }@media only screen and (max-width : 768px) {#wze244 { top:5.4047px;left:5.00302px;bottom:auto;right:auto;width:50px;height:52.4px;z-index:1000; }#wze251 { top:18.9307px;left:11.5px;bottom:auto;right:auto;width:387px;height:41.3625px;z-index:1000; }#wze256 { top:14.1125px;left:407.877px;bottom:auto;right:auto;width:50px;height:49px;z-index:1000; }#wze365 { top:62.1073px;left:110.385px;bottom:auto;right:auto;width:170px;height:30px;z-index:1000; }#wz-section-header { height:93.4px;--section-height:93.4px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze274 { top:2.69999px;left:6.99998px;bottom:auto;right:auto;width:460px;height:46.4px;display:block;z-index:1000;text-align:center; }#wz-section-wzs51 { height:57.8px;--section-height:57.8px; }#wze254 { top:5.0109px;left:1.1217px;bottom:auto;right:auto;width:181px;height:155px;z-index:1000; }#wze258 { top:156.001px;left:11px;bottom:auto;right:auto;width:211px;height:22.4px;z-index:1000;text-align:left; }#wze259 { top:1.49929px;left:14.001px;bottom:auto;right:auto;width:9px;height:174px;display:none;z-index:1000; }#wze320 { top:10.6012px;left:197px;bottom:auto;right:auto;width:271.15px;height:184.2px;z-index:1000; }#wze113 { top:146.2px;left:30.4563px;bottom:auto;right:auto;width:206px;height:25px;display:block;z-index:1000; }#wze114 { top:-7px;left:21.6687px;bottom:auto;right:auto;width:223.575px;height:45px;display:block;z-index:1000; }#wze257 { top:52px;left:2.96875px;bottom:auto;right:auto;width:261px;height:91.2px;z-index:1000;text-align:center; }#wz-section-wzs17 { height:194.80000610352px;--section-height:194.80000610352px; }#wze247 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:770px;display:block;z-index:1000; }#wze247 .wz-list-root { width:calc( 50% - ( 2 * 15px ) );margin:15px; }#wz-section-wzs49 { height:785px;--section-height:785px; }#wze130 { top:7.833px;left:15px;bottom:auto;right:auto;width:438px;height:345.2px;display:block;z-index:1000; }#wze132 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:334.15px;display:block;z-index:1000; }#wze131 { top:0px;left:15px;bottom:auto;right:auto;width:378px;height:46.4px;display:block;z-index:1000;text-align:center; }#wze133 { top:46.5248px;left:79.5px;bottom:auto;right:auto;width:249px;height:25px;display:block;z-index:1000; }#wze134 { top:80.523px;left:15px;bottom:auto;right:auto;width:378px;height:173.6px;display:block;z-index:1000;text-align:justify; }#wze135 { top:269.827px;left:96px;bottom:auto;right:auto;width:216px;height:46px;display:block;z-index:1000; }#wze383 { top:360.802px;left:36px;bottom:auto;right:auto;width:406px;height:438px;z-index:1000; }#wz-section-wzs21 { height:800.138px;--section-height:800.138px; }#wze330 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:792.888px;display:block;z-index:1000; }#wz-section-wzs56 { height:807.888px;--section-height:807.888px; }#wze148 { top:295.604px;left:0.100304px;bottom:auto;right:auto;width:459px;height:53.6px;z-index:1000;text-align:center; }#wze249 { top:429.845px;left:108.5px;bottom:auto;right:auto;width:251px;height:30px;display:none;z-index:1000; }#wze282 { top:auto;left:auto;bottom:10px;right:10px;width:50px;height:50px;display:none;z-index:9999999; }#wze308 { top:6.802px;left:15px;bottom:auto;right:auto;width:438px;height:289.4px;z-index:1000; }#wze280 { top:11px;left:21.5px;bottom:auto;right:auto;width:395px;height:164.8px;z-index:1000;text-align:right; }#wze314 { top:190.8px;left:57px;bottom:auto;right:auto;width:353.275px;height:80.6px;z-index:1000; }#wze310 { top:5.89999px;left:26.25px;bottom:auto;right:auto;width:60.25px;height:56.2px;z-index:1000; }#wze311 { top:5.89999px;left:116.737px;bottom:auto;right:auto;width:60.25px;height:56.2px;z-index:1000; }#wze312 { top:5.89999px;left:205.125px;bottom:auto;right:auto;width:60.25px;height:56.2px;z-index:1000; }#wze313 { top:1.48749px;left:279.275px;bottom:auto;right:auto;width:74px;height:65px;z-index:1000; }#wze319 { top:195.112px;left:7.127px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);rotate:180; }#wze329 { top:auto;left:auto;bottom:10px;right:10px;width:50px;height:50px;z-index:9999999; }#wze386 { top:588.2px;left:144px;bottom:auto;right:auto;width:180px;height:30.4px;z-index:1000;text-align:right; }#wz-section-footer { height:618.6px;--section-height:618.6px; }.wzc-section-footer-full { background-size:cover;background-repeat:no-repeat; }#wze151 { top:435.513px;left:15px;bottom:auto;right:auto;width:438px;height:332.8px;display:block;z-index:1000;text-align:justify; }#wze285 { top:89.803px;left:104.6px;bottom:auto;right:auto;width:250px;height:333.913px;display:block;z-index:1000; }#wze287 { top:55.5px;left:24.9813px;bottom:auto;right:auto;width:297px;height:33.6px;display:block;z-index:1000;text-align:left; }#wze288 { top:4.301px;left:136.726px;bottom:auto;right:auto;width:298px;height:48px;display:block;z-index:1000;text-align:right; }#wze289 { top:765.313px;left:86px;bottom:auto;right:auto;width:296px;height:369.138px;display:block;z-index:1000; }#wze290 { top:1149.45px;left:15px;bottom:auto;right:auto;width:438px;height:358.4px;display:block;z-index:1000;text-align:justify; }#wze291 { top:1919.99px;left:15px;bottom:auto;right:auto;width:438px;height:460.8px;display:block;z-index:1000;text-align:justify; }#wze292 { top:1526.85px;left:88px;bottom:auto;right:auto;width:292px;height:373.138px;display:block;z-index:1000; }#wze293 { top:2415.6px;left:22.6px;bottom:auto;right:auto;width:438px;height:60.8px;display:block;z-index:1000;text-align:center; }#wze303 { top:2488.39px;left:70.75px;bottom:auto;right:auto;width:178px;height:83px;display:block;z-index:1000;-webkit-transform:rotate(-2deg);-moz-transform:rotate(-2deg);-ms-transform:rotate(-2deg);-o-transform:rotate(-2deg);transform:rotate(-2deg);rotate:-2; }#wz-section-wzs24 { height:2585.59px;--section-height:2585.59px; }#wze224 { top:214.2px;left:10.6px;bottom:auto;right:auto;width:441px;height:500.062px;display:block;z-index:1000; }#wze225 { top:25.3px;left:33px;bottom:auto;right:auto;width:408px;height:25.6px;display:none;z-index:1000;text-align:center; }#wze227 { top:17.863px;left:20.8219px;bottom:auto;right:auto;width:417.979px;height:445.987px;display:block;z-index:1000; }#wze228 { top:152.605px;left:15px;bottom:auto;right:auto;width:438px;height:619.675px;display:none;z-index:1000; }#wze232 { top:340.4px;left:13.0002px;bottom:auto;right:auto;width:392px;height:76.8px;display:block;z-index:1000;text-align:center; }#wze233 { top:434.6px;left:20.0002px;bottom:auto;right:auto;width:408px;height:185.075px;display:block;z-index:1000; }#wze299 { top:338.3063px;left:138.276px;bottom:auto;right:auto;width:68px;height:61px;display:none;z-index:1000; }#wze300 { top:13.1062px;left:45.651px;bottom:auto;right:auto;width:71px;height:65px;display:none;z-index:1000; }#wze301 { top:15px;left:183.5px;bottom:auto;right:auto;width:71px;height:65.8px;z-index:1000; }#wze315 { top:8.1063px;left:331.751px;bottom:auto;right:auto;width:82px;height:75px;display:none;z-index:1000; }#wze294 { top:-1.11721px;bottom:auto;right:auto;height:138.575px;z-index:1000; }#wze318 { top:642.743px;left:21.225px;bottom:auto;right:auto;width:107px;height:73px;z-index:1000; }#wze325 { top:146.805px;left:15px;bottom:auto;right:auto;width:438px;height:85px;z-index:1000; }#wze324 { top:12px;left:-5.79374px;bottom:auto;right:auto;width:434.4px;height:49.6px;z-index:1000;text-align:center; }#wz-section-wzs38 { height:722.612px;--section-height:722.612px; }#wz-section-wzs44 { height:15px;--section-height:15px; }#wze234 { top:9.82402px;left:16.6px;bottom:auto;right:auto;width:438px;height:522.987px;display:block;z-index:1000; }#wze239 { top:0px;bottom:auto;right:auto;width:438px;height:202.375px;display:none;z-index:1000; }#wz-section-wzs39 { height:549.35px;--section-height:549.35px; }#wze235 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs40 { height:672px;--section-height:672px; }#wze236 { top:8.81227px;left:15px;bottom:auto;right:auto;width:438px;height:459px;display:block;z-index:1000; }.wzc56  .wz-profile-orders-header p { font-size:16px; }.wzc56  .wz-profile-orders-header-option { font-size:10px; }.wzc56  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc56  .wz-profile-orders-order-details p { font-size:10px; }#wze326 { top:11.1px;left:15.0041px;bottom:auto;right:auto;width:60px;height:60px;z-index:1000; }#wz-section-wzs41 { height:467.80000305176px;--section-height:467.80000305176px; }#wze237 { top:9.31199px;left:15px;bottom:auto;right:auto;width:438px;height:639.6px;display:block;z-index:1000; }.wzc59  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc59  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc59  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc59  [data-name=total_include_tax] { padding:10px; }.wzc59  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc59  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc59  .wz-profile-order-details-order-detail { font-size:10px; }.wzc59  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc59  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc59  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs42 { height:648.9px;--section-height:648.9px; }#wze238 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.425px;display:block;z-index:1000; }#wz-section-wzs43 { height:513.425px;--section-height:513.425px; }#wze241 { top:14px;left:15px;bottom:auto;right:auto;width:438px;height:917.575px;display:block;z-index:1000; }#wze241 .wz-shop-product { width: calc(50% - 30px )}#wz-section-wzs46 { height:1086px;--section-height:1086px; }.wzc-section-wzs46 { background:;background-color:rgb(255, 248, 220); }#wze243 { top:69px;left:15px;bottom:auto;right:auto;width:438px;height:1379.6px;display:block;z-index:1000; }#wze272 { top:-1.18754px;left:0.0003344px;bottom:auto;right:auto;width:281px;height:139px;display:block;z-index:1000; }#wz-section-wzs45 { height:1448.6px;--section-height:1448.6px; }#wze240 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:107.575px;display:block;z-index:1000; }#wz-section-wzs47 { height:137.575px;--section-height:137.575px; }#wze355 { top:2px;left:30px;bottom:auto;right:auto;width:438px;height:286.15px;display:block;z-index:1000; }#wze362 { top:9.40001px;left:9px;bottom:auto;right:auto;width:283.5px;height:82.4px;display:block;z-index:1000; }.wzc123-bg { border-color:rgba(0, 0, 0, 0); }#wze357 { top:0px;left:3.5px;bottom:auto;right:auto;width:273px;height:56px;display:block;z-index:1000;text-align:right; }#wze363 { top:54px;left:11px;bottom:auto;right:auto;width:258px;height:26.4px;display:block;z-index:1000;text-align:left; }#wze364 { top:94.237px;left:234.751px;bottom:auto;right:auto;width:170px;height:190px;z-index:1000; }#wz-section-wzs59 { height:294.575px;--section-height:294.575px; }#wze385 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:792.9px;display:block;z-index:1000; }#wz-section-wzs57 { height:822.9px;--section-height:822.9px; }#wze366 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:137.025px;display:block;z-index:1000; }#wze367 { top:167.025px;left:15px;bottom:auto;right:auto;width:438px;height:271px;display:block;z-index:1000; }#wze368 { top:10px;left:97.5px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze369 { top:43px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze370 { top:53px;left:97.5px;bottom:auto;right:auto;width:242px;height:40px;display:block;z-index:1000; }#wze371 { top:113px;left:97.5px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze372 { top:146px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze373 { top:156px;left:97.5px;bottom:auto;right:auto;width:242px;height:100px;display:block;z-index:1000; }#wz-section-wzs61 { height:453.02499389648px;--section-height:453.02499389648px; }#wze374 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:103.412px;display:block;z-index:1000; }#wze375 { top:773.4px;left:15px;bottom:auto;right:auto;width:438px;height:103.412px;display:block;z-index:1000; }#wze376 { top:133.4px;left:15px;bottom:auto;right:auto;width:438px;height:625px;display:block;z-index:1000; }#wze377 { top:10px;left:97.5px;bottom:auto;right:auto;width:242px;height:25px;display:block;z-index:1000;text-align:right; }#wze378 { top:40px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze379 { top:50px;left:97.5px;bottom:auto;right:auto;width:242px;height:400px;display:block;z-index:1000; }#wze380 { top:470px;left:97.5px;bottom:auto;right:auto;width:242px;height:25px;display:block;z-index:1000;text-align:right; }#wze381 { top:500px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze382 { top:510px;left:97.5px;bottom:auto;right:auto;width:242px;height:100px;display:block;z-index:1000; }#wz-section-wzs60 { height:891.80002441406px;--section-height:891.80002441406px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze244 { top:1290.6px;left:357.5px;bottom:auto;right:auto;width:53px;height:55.4px;z-index:1000; }#wze251 { top:1361px;left:18.5px;bottom:auto;right:auto;width:731px;height:44px;z-index:1000; }#wze256 { top:1420px;left:708px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wze365 { top:1589.4px;left:293.369px;bottom:auto;right:auto;width:181.25px;height:31.2px;z-index:1000; }#wz-section-header { height:1620.6px;--section-height:1620.6px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze274 { top:15px;left:87px;bottom:auto;right:auto;width:594px;height:67.2px;display:block;z-index:1000;text-align:center; }#wz-section-wzs51 { height:97.2px;--section-height:97.2px; }#wze254 { top:246px;left:198.493px;bottom:auto;right:auto;width:371.013px;height:326px;z-index:1000; }#wze258 { top:754px;left:252.5px;bottom:auto;right:auto;width:263px;height:32.8px;z-index:1000;text-align:right; }#wze259 { top:801.8px;left:379.5px;bottom:auto;right:auto;width:9px;height:250px;z-index:1000; }#wze320 { top:1066.8px;left:15px;bottom:auto;right:auto;width:738px;height:282px;z-index:1000; }#wze113 { top:242px;left:244.5px;bottom:auto;right:auto;width:249px;height:25px;display:block;z-index:1000; }#wze114 { top:15px;left:202.203px;bottom:auto;right:auto;width:333.587px;height:45px;display:block;z-index:1000; }#wze257 { top:75px;left:198.5px;bottom:auto;right:auto;width:341px;height:152px;z-index:1000;text-align:center; }#wz-section-wzs17 { height:1770.407047619px;--section-height:1770.407047619px; }#wze247 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:1626.2px;display:block;z-index:1000; }#wze247 .wz-list-root { width:calc( 100% - ( 2 * 15px ) );margin:15px; }#wz-section-wzs49 { height:1656.2px;--section-height:1656.2px; }#wze130 { top:45.0054px;left:15px;bottom:auto;right:auto;width:738px;height:362.135px;display:block;z-index:1000; }#wze132 { top:15px;left:15px;bottom:auto;right:auto;width:708px;height:332.125px;display:block;z-index:1000; }#wze131 { top:0.00434675px;left:136.505px;bottom:auto;right:auto;width:435px;height:39.3125px;display:block;z-index:1000;text-align:center; }#wze133 { top:72.9297px;left:229.504px;bottom:auto;right:auto;width:249px;height:25px;display:block;z-index:1000; }#wze134 { top:123.971px;left:113.51px;bottom:auto;right:auto;width:481px;height:126.667px;display:block;z-index:1000;text-align:center; }#wze135 { top:269.175px;left:244.007px;bottom:auto;right:auto;width:220px;height:48px;display:block;z-index:1000; }#wze383 { top:437.14px;left:181px;bottom:auto;right:auto;width:406px;height:438px;z-index:1000; }#wz-section-wzs21 { height:920.135px;--section-height:920.135px; }#wze330 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:635.338px;display:block;z-index:1000; }#wz-section-wzs56 { height:665.338px;--section-height:665.338px; }#wze148 { top:423.312px;left:124px;bottom:auto;right:auto;width:520px;height:68px;display:block;z-index:1000;text-align:center; }#wze249 { top:283.312px;left:309px;bottom:auto;right:auto;width:150px;height:30px;display:block;z-index:1000; }#wze282 { top:auto;left:auto;bottom:10px;right:10px;width:50px;height:50px;z-index:9999999; }#wze308 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:253.3125px;display:block;z-index:1000; }#wze280 { top:6.67476px;left:156.5px;bottom:auto;right:auto;width:395px;height:152px;display:block;z-index:1000;text-align:right; }#wze314 { top:163.625px;left:164.987px;bottom:auto;right:auto;width:390px;height:74.6875px;display:block;z-index:1000; }#wze310 { top:11.5875px;left:84.7px;bottom:auto;right:auto;width:60.25px;height:56.2px;display:block;z-index:1000; }#wze311 { top:11.5875px;left:159.475px;bottom:auto;right:auto;width:60.25px;height:56.2px;display:block;z-index:1000; }#wze312 { top:11.5875px;left:239.275px;bottom:auto;right:auto;width:60.25px;height:56.2px;display:block;z-index:1000; }#wze313 { top:7.19951px;left:301.225px;bottom:auto;right:auto;width:74px;height:65px;display:block;z-index:1000; }#wze319 { top:328.312px;left:344px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze329 { top:auto;left:auto;bottom:10px;right:10px;width:50px;height:50px;z-index:9999999; }#wze386 { top:506.312px;left:294px;bottom:auto;right:auto;width:180px;height:30.4px;display:block;z-index:1000;text-align:right; }#wz-section-footer { height:708.20001220703px;--section-height:708.20001220703px; }#wze151 { top:157.5px;left:196.501px;bottom:auto;right:auto;width:375px;height:358.4px;display:block;z-index:1000;text-align:center; }#wze285 { top:557.4px;left:259px;bottom:auto;right:auto;width:250px;height:333.913px;z-index:1000; }#wze287 { top:906.313px;left:180px;bottom:auto;right:auto;width:408px;height:48.8px;z-index:1000;text-align:left; }#wze288 { top:970.113px;left:246px;bottom:auto;right:auto;width:276px;height:96px;z-index:1000;text-align:right; }#wze289 { top:1081.11px;left:236px;bottom:auto;right:auto;width:296px;height:369.138px;z-index:1000; }#wze290 { top:1465.25px;left:30.5px;bottom:auto;right:auto;width:707px;height:204.8px;z-index:1000;text-align:right; }#wze291 { top:1685.05px;left:15px;bottom:auto;right:auto;width:738px;height:332.8px;z-index:1000;text-align:justify; }#wze292 { top:2032.85px;left:238px;bottom:auto;right:auto;width:292px;height:373.138px;z-index:1000; }#wze293 { top:2420.99px;left:15px;bottom:auto;right:auto;width:738px;height:68.8px;z-index:1000;text-align:right; }#wze303 { top:2504.79px;left:275px;bottom:auto;right:auto;width:218px;height:101px;z-index:1000; }#wz-section-wzs24 { height:2754.79px;--section-height:2754.79px; }#wze224 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:533.323px;display:block;z-index:1000; }#wze225 { top:0.01px;left:122.501px;bottom:auto;right:auto;width:493px;height:39.3229px;display:block;z-index:1000;text-align:center; }#wze227 { top:82.669px;left:102.01px;bottom:auto;right:auto;width:534px;height:435.667px;display:block;z-index:1000; }#wze228 { top:588.333px;left:15px;bottom:auto;right:auto;width:738px;height:813.79px;display:block;z-index:1000; }#wze232 { top:480.633px;left:173.01px;bottom:auto;right:auto;width:392px;height:62.6667px;display:block;z-index:1000;text-align:center; }#wze233 { top:601.807px;left:151.902px;bottom:auto;right:auto;width:434.198px;height:197px;display:block;z-index:1000; }#wze299 { top:175.8px;left:335px;bottom:auto;right:auto;width:68px;height:61px;z-index:1000; }#wze300 { top:95.8px;left:333.5px;bottom:auto;right:auto;width:71px;height:65px;z-index:1000; }#wze301 { top:15px;left:333.5px;bottom:auto;right:auto;width:71px;height:65.8px;z-index:1000; }#wze315 { top:251.8px;left:328px;bottom:auto;right:auto;width:82px;height:75px;z-index:1000; }#wze294 { top:1085.32px;bottom:auto;right:auto;height:233.512px;z-index:1000; }#wze318 { top:1427.03px;left:266px;bottom:auto;right:auto;width:236px;height:180px;z-index:1000; }#wze325 { top:1637.0333596838px;left:15px;bottom:auto;right:auto;width:738px;height:217px;z-index:1000; }#wze324 { top:15px;left:88.5px;bottom:auto;right:auto;width:561px;height:56px;z-index:1000;text-align:center; }#wz-section-wzs38 { height:2532.8402063629px;--section-height:2532.8402063629px; }#wz-section-wzs44 { height:15px;--section-height:15px; }#wze234 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:445.225px;display:block;z-index:1000; }#wze239 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs39 { height:712.225px;--section-height:712.225px; }#wze235 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs40 { height:1005px;--section-height:1005px; }#wze236 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:294.163px;display:block;z-index:1000; }#wze326 { top:561.163px;left:354px;bottom:auto;right:auto;width:60px;height:60px;display:block;z-index:1000; }#wz-section-wzs41 { height:636.16247558594px;--section-height:636.16247558594px; }#wze237 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.938px;display:block;z-index:1000; }#wz-section-wzs42 { height:830.938px;--section-height:830.938px; }#wze238 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.812px;display:block;z-index:1000; }#wz-section-wzs43 { height:737.8px;--section-height:737.8px; }#wze241 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:362.812px;display:block;z-index:1000; }#wze241 .wz-shop-product { width: calc(50% - 30px )}#wz-section-wzs46 { height:392.8px;--section-height:392.8px; }#wze243 { top:169px;left:15px;bottom:auto;right:auto;width:738px;height:528.575px;display:block;z-index:1000; }#wze272 { top:15px;left:243.5px;bottom:auto;right:auto;width:281px;height:139px;display:block;z-index:1000; }#wz-section-wzs45 { height:712.575px;--section-height:712.575px; }#wze240 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:181.262px;display:block;z-index:1000; }#wz-section-wzs47 { height:211.25px;--section-height:211.25px; }#wze355 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:433.15002441406px;display:block;z-index:1000; }#wze362 { top:290.15px;left:15px;bottom:auto;right:auto;width:708px;height:128px;display:block;z-index:1000; }#wze357 { top:0.399985px;left:152.025px;bottom:auto;right:auto;width:387.95px;height:80px;display:block;z-index:1000;text-align:right; }#wze363 { top:87.9px;left:200.488px;bottom:auto;right:auto;width:291px;height:32.8px;display:block;z-index:1000;text-align:left; }#wze364 { top:15px;left:244px;bottom:auto;right:auto;width:250px;height:260.15px;display:block;z-index:1000; }#wz-section-wzs59 { height:463.15px;--section-height:463.15px; }#wze385 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:635.338px;display:block;z-index:1000; }#wz-section-wzs57 { height:665.338px;--section-height:665.338px; }#wze366 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:230.887px;display:block;z-index:1000; }#wze367 { top:260.875px;left:252.5px;bottom:auto;right:auto;width:263px;height:271px;display:block;z-index:1000; }#wze368 { top:10px;left:10px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze369 { top:43px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze370 { top:53px;left:10px;bottom:auto;right:auto;width:242px;height:40px;display:block;z-index:1000; }#wze371 { top:113px;left:10px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze372 { top:146px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze373 { top:156px;left:10px;bottom:auto;right:auto;width:242px;height:100px;display:block;z-index:1000; }#wz-section-wzs61 { height:546.875px;--section-height:546.875px; }#wze374 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:174.25px;display:block;z-index:1000; }#wze375 { top:844.25px;left:15px;bottom:auto;right:auto;width:738px;height:174.25px;display:block;z-index:1000; }#wze376 { top:204.25px;left:252.5px;bottom:auto;right:auto;width:263px;height:625px;display:block;z-index:1000; }#wze377 { top:10px;left:10px;bottom:auto;right:auto;width:242px;height:25px;display:block;z-index:1000;text-align:right; }#wze378 { top:40px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze379 { top:50px;left:10px;bottom:auto;right:auto;width:242px;height:400px;display:block;z-index:1000; }#wze380 { top:470px;left:10px;bottom:auto;right:auto;width:242px;height:25px;display:block;z-index:1000;text-align:right; }#wze381 { top:500px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze382 { top:510px;left:10px;bottom:auto;right:auto;width:242px;height:100px;display:block;z-index:1000; }#wz-section-wzs60 { height:1033.5001220703px;--section-height:1033.5001220703px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 1170px) {#wze247 .wz-list-root { width:calc( 25% - ( 2 * 15px ) );margin:15px; }#wze249 { display:none; }#wze282 { display:none; }#wze233 { display:none; }#wze239 { display:none; }#wze241 .wz-shop-product { width: calc(25% - 30px )}#wze366 .wz-blog-post-thumbnail+.wz-blog-post-content { margin-left: 320px }#wze370 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze379 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }}