.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:238, 238, 238;--color_1_3:204, 204, 204;--color_1_4:187, 179, 179;--color_1_5:179, 171, 171;--color_2_1:102, 102, 102;--color_2_2:68, 68, 68;--color_2_3:37, 37, 37;--color_2_4:26, 26, 26;--color_2_5:0, 0, 0;--color_3_1:3, 178, 107;--color_3_2:0, 121, 107;--color_3_3:0, 177, 106;--color_3_4:3, 88, 80;--color_3_5:2, 76, 69;--color_4_1:134, 172, 180;--color_4_2:120, 163, 172;--color_4_3:69, 129, 142;--color_4_4:105, 153, 163;--color_4_5:88, 142, 153;--color_5_1:194, 216, 219;--color_5_2:187, 212, 215;--color_5_3:162, 196, 201;--color_5_4:179, 207, 211;--color_5_5:171, 202, 206;}
                          .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;
                            }
                        #wze1769 { top:-2.125px;height:37.8819px;z-index:999; }.wzc378-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(67, 99, 103);border-radius:0px 0px 0px 0px ;box-shadow:0px 0px 9px 0px rgba(68, 68, 68, 0.45) ;border-width:0px;border-style:solid;border-color:rgb(179, 171, 171); }.wzc378-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px 0px 0px 0px ; }.wzc378-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; }#wze464 { top:10.3437px;left:247.031px;width:110.016px;height:22.2049px;z-index:1000;text-align:left; }.wzc7 { height:auto; }.wzc7-text { width:100%;height:auto; }#wze1388 { top:13.6091px;left:225.696px;width:15.5px;height:15.46875px;z-index:1000; }.wzc292 { overflow:hidden; }.wzc292-shape { width:100%;height:100%;stroke-width:0px;stroke:rgb(255, 255, 255);fill:rgb(255, 255, 255); }#wze1438 { top:4.0625px;left:5.0253px;width:189.891px;height:31.1979px;z-index:1000;text-align:left; }#wze1439 { top:10.3438px;left:405.011px;width:153.016px;height:22.2049px;z-index:1000;text-align:left; }#wze1440 { top:13.6094px;left:384.179px;width:15.5px;height:15.46875px;z-index:1000; }#wze1857 { top:43.5783px;left:0.5006px;width:1169px;height:30px;z-index:1001; }.wzc368 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc368  .wz-menu.wz-classic-menu > li .sub-menu { background-color:rgba(67, 99, 103, 0.78); }.wzc368  .wz-menu li > a { padding:0px 15px;font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc368 .wz-menu.wz-mega-menu li > a:hover,.wzc368  .wz-menu.wz-classic-menu li:hover > a { color:rgb(255, 255, 255); }.wzc368  .wz-menu li.wz-menu-has-children a:after { border-color:#000; }.wzc368 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc368  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(255, 255, 255); }.wzc368 .wz-menu.wz-mega-menu > li > a:hover,.wzc368  .wz-menu.wz-classic-menu > li:hover > a { background-color:#436367; }.wzc368  .wz-menu > li.active > a { background-color:#436367;color:#fff; }.wzc368  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:#fff; }.wzc368  .wz-menu .sub-menu li > a { padding:5px 15px;color:#fff; }.wzc368 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc368  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:rgb(67, 99, 103); }.wzc368  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:#fff; }.wzc368 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc368  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(255, 255, 255); }.wzc368  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc368 {  }.wzc368-list { border-top-style:solid;border-bottom-style:solid;border-color:#436367;border-width:2px; }.wzc368-mobile { background-color:rgb(67, 99, 103); }#wz-section-header { height:76.5799px;--section-height:76.5799px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full { background-color:rgb(255, 255, 255);background:;box-shadow:none; }.wzc-section-header-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-header-full-top { background-image:fill='rgb(13, 61, 56)' none;width:100%;height:96px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:0px;-webkit-transform:translateY(0) scale(-1);-moz-transform:translateY(0) scale(-1);-ms-transform:translateY(0) scale(-1);-o-transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);position:absolute;z-index:10; }.wzc-section-header-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze1941 { top:4.91489px;height:611.91px;z-index:999; }.wzc2-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc2-img .wzc2-img-inner { width:100%;height:100%;float:left; }.wzc2-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze1941 .wzc2-img-inner { object-fit:cover; }#wze1942 { top:77.328px;left:613.267px;width:529px;height:31.0938px;z-index:1001;text-align:right; }#wze1948 { top:193.221px;left:908.94px;width:220px;height:40px;z-index:1000; }.wzc394:hover .wzc394-bg { background-color:rgb(102, 102, 102);border-width:0px;border-color:rgb(67, 99, 103); }.wzc394:hover .wzc394-content { color:rgb(255, 255, 255); }.wzc394:hover {  }.wzc394-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(67, 99, 103);border-radius:50px;border-style:solid; }.wzc394-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze1949 { top:193.22px;left:718.5px;width:220px;height:40px;z-index:1001; }.wzc390:hover .wzc390-bg { background-color:rgb(68, 68, 68); }.wzc390:hover .wzc390-content { color:rgb(255, 255, 255); }.wzc390:hover {  }.wzc390-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:50px;border-width:2px;border-style:solid;border-color:rgb(67, 99, 103); }.wzc390-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(67, 99, 103); }#wze1951 { top:260.221px;left:908.94px;width:220px;height:40px;z-index:1002; }.wzc393:hover .wzc393-bg { background-color:rgb(68, 68, 68);border-width:0px;border-color:rgb(67, 99, 103); }.wzc393:hover .wzc393-content { color:rgb(255, 255, 255); }.wzc393:hover {  }.wzc393-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(67, 99, 103);border-radius:50px;border-style:solid; }.wzc393-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze1952 { top:260.22px;left:718.5px;width:220px;height:40px;z-index:1003; }.wzc389:hover .wzc389-bg { background-color:rgb(68, 68, 68);border-width:0px; }.wzc389:hover .wzc389-content { color:rgb(255, 255, 255); }.wzc389:hover {  }.wzc389-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:50px;border-width:2px;border-style:solid;border-color:rgb(67, 99, 103); }.wzc389-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(67, 99, 103); }#wz-section-wzs162 { height:616.892px;--section-height:616.892px; }.wzc-section-wzs162-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs162-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1757 { top:13.4072px;left:-54.0172px;width:1278.02px;height:436.753px;z-index:999; }.wzc343-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-width:2px;border-style:dashed;border-color:rgb(67, 99, 103); }.wzc343-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc343-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; }#wze475 { top:14.125px;left:68.0687px;width:1141.91px;height:31.0938px;z-index:1000;text-align:center; }#wze476 { top:56.2194px;left:81.7556px;width:1114.52px;height:47.5868px;z-index:1000;text-align:center; }#wze1443 { top:124.408px;left:24.5185px;width:1231px;height:292.986px;min-height:293px;z-index:1000; }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemImageBoxParent .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemImageBoxParent-wzListItemImageBox .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemImageBoxParent-wzListItemImageBox-wzListItemImage {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemImageBoxParent .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemImageBoxParent-wzListItemImageBox {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemImageBoxParent {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemTitleBox .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemTitleBox-wzListItemTitle {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemTitleBox {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemIntroduceBox .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemIntroduceBox-wzListItemIntroduce {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemIntroduceBox {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemDescriptionBox .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemDescriptionBox-wzListItemDescription {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemDescriptionBox .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemDescriptionBox-wzListItemDescriptionIcon {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemDescriptionBox {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemSocialContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemSocialContainer-wzListItemSocialTwitter {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemSocialContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemSocialContainer-wzListItemSocialin {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemSocialContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemSocialContainer-wzListItemSocialInstagram {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemSocialContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemSocialContainer-wzListItemSocialTelegram {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemSocialContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemSocialContainer-wzListItemSocialWhatsapp {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemSocialContainer {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemRateBox {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemButtonMainBox .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemButtonMainBox-wzListItemButtonBox {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer-wzListItemButtonMainBox {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem .wzc285-wzListMainBox-wzListItems-wzListItem-wzListItemContainer {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems .wzc285-wzListMainBox-wzListItems-wzListItem {  }.wzc285-wzListMainBox .wzc285-wzListMainBox-wzListItems { display:flex;flex-flow:row nowrap; }.wzc285-wzListMainBox {  }.wzc285  .wz-list-root { background:none;width:calc(33% - 20px);height:calc(100% - 20px);margin:0 12px 0 0 !important; }.wzc285  .wz-list-item-container { background-color:rgb(255, 255, 255);font-family:iransans_fa;transition:all ease-in-out .3s;padding:7px;border-style:solid;direction:rtl;height:100%;overflow:hidden;border-color:rgb(187, 179, 179);border-width:2px;border-radius:0px; }.wzc285  .wz-list-item-container:hover { background-color:rgb(238, 238, 238); }.wzc285  .wz-list-item-image-box-parent { width:100%;text-align:center;order:0;padding:0.5rem 0; }.wzc285  .wz-list-item-image-box { width:40%;display:inline-block;border-style:solid;overflow:hidden;border-radius:55px; }.wzc285  .wz-list-item-image-box img { object-fit:cover;width:100%;height:100%;aspect-ratio:1;margin-bottom:-5px;border-style:solid; }.wzc285  .wz-list-item-title-box { order:1;padding:0.5rem 0; }.wzc285  .wz-list-item-title-box p { font-size:16px;direction:rtl;font-family:yekan;color:rgb(0, 0, 0);font-weight:bold; }.wzc285  .wz-list-item-introduce-box { order:2;padding:0.5rem 0;width:100%; }.wzc285  .wz-list-item-introduce-box p { font-size:14px;direction:rtl;text-align:center;color:rgb(67, 99, 103);font-family:yekan;font-weight:bold;font-style:normal; }.wzc285  .wz-list-item-description-box { font-size:12px;direction:rtl;order:2;padding:0.5rem 1rem;position:relative;border-width:1px;border-style:solid;border-color:rgba(0, 0, 0, 0.94);margin:10px 0; }.wzc285  .wz-list-item-description-box p { font-size:11px;direction:rtl;text-align:right;font-family:yekan;font-weight:normal;color:rgba(0, 0, 0, 1); }.wzc285  .wz-list-item-description-box svg { width:20px;height:20px;position:absolute;left:-5px;top:-12px;fill:rgba(0, 0, 0, 0.94); }.wzc285  .wz-list-item-rate-box { width:100%;order:4;padding:0.5rem 0;text-align:center; }.wzc285  .wz-list-item-social-container { width:100%;display:flex;justify-content:center;align-items:center;padding:0.5rem 0;order:5; }.wzc285  .wz-list-item-social-link { width:40px;max-width:15%;display:flex;justify-content:center;align-items:center;margin:0 5px; }.wzc285  .wz-list-item-social-link svg { width:30px;height:30px;max-width:100%;transition:all 0.85s; }.wzc285  .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); }.wzc285  .wz-list-item-social-telegram svg { fill:#000; }.wzc285  .wz-list-item-social-whatsapp svg { fill:#000; }.wzc285  .wz-list-item-social-twitter svg { fill:#000; }.wzc285  .wz-list-item-social-in svg { fill:#000; }.wzc285  .wz-list-item-social-instagram svg { fill:#000; }.wzc285  .wz-list-item-button-main-box { width:100%;text-align:center;order:3;padding:0.5rem 0; }.wzc285  .wz-list-item-button-box { text-align:center;padding:1px 7px;width:138px;max-width:100%; }.wzc285  .wz-list-item-button-box .wz-partial-template { padding:5px; }.wzc285 {  }.wzc283:hover .wzc283-bg { background-color:rgb(87, 129, 134); }.wzc283:hover .wzc283-content {  }.wzc283:hover {  }.wzc283-bg:after { content:'';position:absolute;width:100%;height:50%;top:0px;left:0px;background-color:rgb(87, 129, 134); }.wzc283-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(67, 99, 103);overflow:hidden;border-radius:0px; }.wzc283-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:#fff; }#wze1443 .wz-list-item-image-box-parent { order:0; }#wze1443 .wz-list-item-title-box { order:1; }#wze1443 .wz-list-item-introduce-box { order:2; }#wze1443 .wz-list-item-description-box { order:3; }#wze1443 .wz-list-item-social-container { order:4; }#wze1443 .wz-list-item-rate-box { order:5; }#wze1443 .wz-list-item-button-main-box { order:6; }#wz-section-wzs165 { height:456.875px;--section-height:456.875px; }.wzc-section-wzs165 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs165-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-wzs165-full { background:;background-color:rgba(255, 255, 255, 0);box-shadow:1px 1px 4px 0px #000 ; }.wzc-section-wzs165-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1258 { top:36.3677px;left:600.5px;width:506.219px;height:199.34px;z-index:1000; }.wzc183-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:0px 0px 0px 0px ;box-shadow:0px 0px 9px 0px rgba(68, 68, 68, 0.45) ;border-width:0px;border-style:solid;border-color:rgb(179, 171, 171); }.wzc183-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px 0px 0px 0px ; }.wzc183-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; }#wze1261 { top:27.9844px;left:159.946px;width:214.922px;height:24.4271px;z-index:1000;text-align:right; }#wze1262 { top:68.3684px;left:23.906px;width:340.969px;height:101.094px;z-index:1000;text-align:justify; }#wze1306 { top:36.8075px;left:20.7188px;width:568.969px;height:191.128px;z-index:999; }.wzc83-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(231, 76, 60, 0); }.wzc83-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc83-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; }#wze1307 { top:4.00002px;left:201px;width:361px;height:21.0938px;z-index:1000;text-align:right; }#wze1309 { top:37.3131px;left:5.00025px;width:557px;height:72.2049px;z-index:1000;text-align:justify; }#wze1310 { top:122.632px;left:201px;width:361px;height:21.0938px;z-index:1000;text-align:right; }#wze1311 { top:27.11px;left:480px;width:82px;height:1.875px;z-index:1002; }.wzc395-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(67, 99, 103);border-radius:0px 0px 0px 0px ; }.wzc395-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px 0px 0px 0px ; }.wzc395-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; }#wze1312 { top:155.837px;left:5.00025px;width:557px;height:36.6493px;z-index:1000;text-align:justify; }#wze1484 { top:145.65px;left:480px;width:82px;height:1.96181px;z-index:1002; }#wze1444 { top:10.3741px;left:984.065px;width:185.375px;height:200.938px;z-index:1003; }#wze1444 .wzc2-img-inner { object-fit:cover; }#wz-section-wzs144 { height:318.542px;--section-height:318.542px; }.wzc-section-wzs144-full { background-color:rgb(255, 255, 255); }#wze669 { top:169.562px;height:416.979px;z-index:1001; }.wzc112-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(0, 0, 0, 0.85); }.wzc112-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc112-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; }#wze670 { top:345.978px;left:0.0166874px;width:1170px;height:2.8125px;z-index:1001; }.wzc91-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(102, 102, 102); }.wzc91-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc91-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; }#wze681 { top:353.236px;left:20.5px;width:1128.97px;height:37.7604px;z-index:1000;text-align:center; }#wze1491 { top:33.5933px;left:841.669px;width:312.91px;height:144.722px;z-index:999; }#wze1494 { top:57.8561px;left:-0.03125px;width:310.891px;height:17.7604px;z-index:1000;text-align:justify; }#wze1495 { top:41.6373px;left:165.914px;width:145px;height:0.9375px;z-index:1002; }.wzc291-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:0px 0px 0px 0px ; }.wzc291-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px 0px 0px 0px ; }.wzc291-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; }#wze1496 { top:1.98438px;left:1.93266px;width:308.938px;height:17.7604px;z-index:1000;text-align:right; }#wze1497 { top:92.2809px;left:-0.0351562px;width:310.938px;height:18.8715px;z-index:1000;text-align:justify; }#wze1498 { top:33.5933px;left:410.679px;width:312.90322px;height:162.847px;z-index:1003; }#wze1499 { top:57.1685px;left:-0.03125px;width:310.891px;height:17.7604px;z-index:1000;text-align:justify; }#wze1500 { top:92.3417px;left:-0.0351562px;width:310.938px;height:17.7604px;z-index:1000;text-align:justify; }#wze1501 { top:40.9498px;left:165.914px;width:145px;height:0.9375px;z-index:1002; }#wze1502 { top:1.98438px;left:1.93266px;width:308.938px;height:17.7604px;z-index:1000;text-align:right; }#wze1503 { top:129.857px;left:1.96522px;width:310.938px;height:17.7604px;z-index:1000;text-align:justify; }#wze1519 { top:179.424px;left:28.9555px;width:408.969px;height:139.531px;z-index:1002; }.wzc294-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(0, 0, 0, 0.42); }.wzc294-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc294-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; }#wze648 { top:105.165px;left:16.5156px;width:16.9922px;height:16.9792px;z-index:1000; }.wzc114 { overflow:hidden; }.wzc114-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(255, 255, 255); }#wze1486 { top:56.9465px;left:16.5px;width:17px;height:16.9965px;z-index:1000; }#wze1487 { top:79.8055px;left:16.5156px;width:16.9922px;height:16.9792px;z-index:1000; }#wze1488 { top:14.1724px;left:12.5156px;width:322.875px;height:27.4306px;z-index:1002;text-align:left; }#wze1489 { top:55.9465px;left:40.9844px;width:229.594px;height:22.2049px;z-index:1000;text-align:left; }#wze1490 { top:79.0783px;left:41.0079px;width:229.547px;height:23.316px;z-index:1000;text-align:justify; }#wze1520 { top:103.788px;left:40.9844px;width:229.594px;height:22.2049px;z-index:1000;text-align:left; }#wze678 { top:566.261px;left:619.492px;width:15px;height:15px;z-index:1000; }#wze1955 { top:27.9981px;left:296.264px;width:577.5px;height:99px;z-index:1000; }.wzc396-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0); }.wzc396-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc396-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/f6170abe434f44c580c01e47cd82359b.png) ; }#wze1966 { top:124.082px;left:290.629px;width:120px;height:35.5556px;z-index:1004;text-align:center; }#wze1967 { top:124.078px;left:445.849px;width:120px;height:35.5556px;z-index:1004;text-align:center; }#wze1968 { top:124.079px;left:601.052px;width:120px;height:35.5556px;z-index:1004;text-align:center; }#wze1969 { top:123.593px;left:760.271px;width:120px;height:36.6493px;z-index:1004;text-align:center; }#wz-section-footer { height:586.424px;--section-height:586.424px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background-color:rgba(0, 0, 0, 0);background-image:;background:; }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full-bottom { background-image:fill='rgb(0,0,0)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }.wzc-section-footer-full-top { background-image:fill='rgb(67, 99, 103)' none;width:100%;height:35px;background-repeat:repeat-x;background-size:undefined;background-position:-225px;top:0px;-webkit-transform:translateY(0) scale(-1);-moz-transform:translateY(0) scale(-1);-ms-transform:translateY(0) scale(-1);-o-transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);position:absolute;z-index:10; }#wze816 { top:22px;left:0px;width:1170px;height:1017.73px;z-index:1000; }.wzc128-breadcrumb {  }.wzc128  .wz-shop-product { margin:15px;padding:4px;text-align:right; }.wzc128  .wz-shop-product .wz-shop-product-section { padding:15px; }.wzc128  .wz-shop-product .wz-shop-product-title { font-family:iransans_fa;font-size:16px;color:rgb(255, 255, 255);background-color:rgb(69, 129, 142); }.wzc128  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:14px;background-color:rgba(255, 255, 255, 0);color:rgb(0, 177, 106); }.wzc128  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:rgb(0, 177, 106); }.wzc128  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(255, 0, 0);font-size:14px; }.wzc128  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:rgb(0, 177, 106); }.wzc128  .wz-shop-product .wz-shop-product-image img { object-fit:cover; }.wzc128  .wz-shop-product .wz-shop-product-add-cart { width:700px; }.wzc128  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(0, 0, 0);color:#fff;font-family:iransans_fa;font-size:13px; }.wzc128  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc128  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:11px;color:#000;background-color:rgba(238, 238, 238, 0); }.wzc128  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:iransharp;font-size:13px;color:rgb(255, 255, 255); }.wzc128 {  }.wzc128-filter { margin-right:15px;margin-left:15px; }.wzc128-topBar .wzc128-topBar-sort {  }.wzc128-topBar .wzc128-topBar-perPage {  }.wzc128-topBar .dropdown.dropdown-list .dropdown-select,.wzc128-topBar  .dropdown.dropdown-list .dropdown-menu a { color:rgb(68, 68, 68);font-size:13px;font-family:iransans; }.wzc128-topBar .dropdown.dropdown-list .dropdown-select,.wzc128-topBar  .dropdown.dropdown-list .dropdown-menu,.wzc128-topBar  .dropdown.dropdown-list .dropdown-select::before { border-color:rgb(102, 102, 102); }.wzc128-topBar  .dropdown.dropdown-list .dropdown-menu .selected { background-color:rgb(255, 255, 255);color:rgb(68, 68, 68); }.wzc128-topBar { margin:10px;margin-bottom:20px;color:rgb(255, 255, 255);font-size:13px;font-family:iransharp_fa; }.wzc128-products {  }#wze816 .wz-shop-product .wz-shop-product-image { padding-top: 75% }#wze816 .wz-shop-top-bar { margin-right: 15px }.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; }.wzc193-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:10px 10px 10px 10px ;box-shadow:0px 0px 9px 0px rgba(68, 68, 68, 0.45) ;border-width:4px;border-style:dashed;border-color:rgb(0, 150, 136); }.wzc193-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px 10px 10px 10px ; }.wzc145:hover .wzc145-bg { background-color:rgb(0, 0, 0); }.wzc145:hover .wzc145-content { color:rgb(255, 255, 255); }.wzc145:hover {  }.wzc145-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(0, 177, 106);border-radius:50px; }.wzc145-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs88 { height:1098.25px;--section-height:1098.25px; }.wzc-section-wzs88-full { background-color:rgb(5, 113, 103); }#wze818 { top:0px;left:1px;width:1170px;height:975.062px;z-index:1000; }.wzc131-breadcrumb {  }.wzc131  .wz-shop-product-page .wz-shop-product-add-cart { width:300px; }.wzc131  .wz-shop-product-page .wz-shop-product-options .wz-shop-option-title { font-size:15px;color:#878787;font-family:iransans_fa; }.wzc131  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-option { width:540px; }.wzc131  .wz-shop-product-page .wz-shop-product-options .dropdown { width:540px; }.wzc131  .wz-shop-product-page .wz-shop-product-options.wz-radio-button-list .regular-checkbox-item,.wzc131  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select,.wzc131  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:iransans; }.wzc131  .wz-shop-product-page .wz-shop-product-options.dropdown.dropdown-list .dropdown-select,.wzc131  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu,.wzc131  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select::before { border-color:rgba(0,0,0,0.15); }.wzc131  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc131  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li { padding-top:2px; }.wzc131  .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; }.wzc131  .wz-shop-product-page .wz-shop-product-title { font-family:iransans_fa;font-size:20px;color:#000; }.wzc131  .wz-shop-product-page .wz-shop-product-description { font-family:iransans_fa;font-size:13px;color:rgb(68, 68, 68); }.wzc131  .wz-shop-product-page .wz-shop-product-sku { font-family:iransans;font-size:12px;color:#b3abab; }.wzc131  .wz-shop-product-out-stock { font-family:iransans;font-size:18px;color:rgb(0, 177, 106); }.wzc131  .wz-shop-product-page .wz-shop-product-price { font-family:iransans_fa;font-size:18px;color:rgb(0, 177, 106); }.wzc131  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-sale-price { color:rgb(0, 177, 106);font-size:21px; }.wzc131  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-old-price { color:rgb(179, 171, 171);font-size:15px; }.wzc131  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider  img.wz-gallery-image { object-fit:contain;width:100%;float:none; }.wzc131 .wz-shop-product-info-sections-simple .wz-shop-product-info+.wz-shop-product-info,.wzc131  .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); }.wzc131  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-title { font-family:iransans;font-size:24px;color:rgb(3, 178, 107); }.wzc131  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-content { font-family:iransans_fa;font-size:14px;color:rgb(0, 0, 0); }.wzc131  .wz-shop-product-page .wz-shop-product-info-sections .wz-tab-content { border-style:solid;border-width:1px;border-color:#ededed; }.wzc131  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li {  }.wzc131  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open { border-style:solid;border-width:1px;border-color:#ededed;background-color:#fff;color:#000; }.wzc131  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open:after { height:1px;bottom:-1px;background-color:#fff; }.wzc131  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel .flex-active-slide:after { border-color:#ccc; }.wzc131  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery { width:62%; }.wzc131  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section { width:calc( 38% - 30px); }.wzc131  .wz-shop-breadcrumb-container   .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc131 {  }.wzc131-product {  }#wze818  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider .wz-image-ratio { padding-top: 75% }.wzc130 .wz-gallery > li > figure,.wzc130  .wz-gallery > li > figure:before,.wzc130  .wz-gallery > li > figure:after,.wzc130  .wz-gallery > li > figure > figcaption,.wzc130  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc130  .wz-gallery-caption { text-align:center; }.wzc130  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc130  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc130  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc130 {  }.wzc130-slider .wzc130-slider-items {  }.wzc130-slider  .flex-direction-nav a:before { color:#999; }.wzc130-slider {  }.wzc130-carousel .wzc130-carousel-list {  }.wzc130-carousel {  }.wzc68-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(0, 0, 0, 0); }.wzc68-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc81:hover .wzc81-bg { background-color:rgb(0, 0, 0); }.wzc81:hover .wzc81-content { color:rgb(255, 255, 255); }.wzc81:hover {  }.wzc81-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(0, 177, 106);border-radius:50px; }.wzc81-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs87 { height:995.984px;--section-height:995.984px; }#wze815 { top:10px;left:15px;width:1140px;height:165px;z-index:996; }.wzc126-container { font-size:10px;font-family:iransans; }#wze815 .wz-cart-color-primary { color: #565656 }#wze815 .wz-cart-primary-color { color: #565656 }#wze815 .wz-cart-second-color { color: #565656 }#wze815 .wz-cart-second-border-color { border-color: #565656 }.wzc102:hover .wzc102-bg { background-color:rgb(0, 177, 106); }.wzc102:hover .wzc102-content {  }.wzc102:hover {  }.wzc102-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(0, 0, 0);border-radius:0px; }.wzc102-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:#fff; }#wz-section-wzs89 { height:185px;--section-height:185px; }#wze1326 { top:51.7344px;left:330.5px;width:808px;height:31px;z-index:1000;text-align:right; }#wze1327 { top:114.96px;left:330.5px;width:808px;height:27px;z-index:1000;text-align:right; }#wze1328 { top:150.561px;left:33.0223px;width:1105px;height:197.406px;z-index:1000;text-align:justify; }#wz-section-wzs149 { height:370.844px;--section-height:370.844px; }#wze1335 { top:26.3752px;left:330.5px;width:808px;height:31px;z-index:1000;text-align:right; }#wze1336 { top:89.6004px;left:330.5px;width:808px;height:27px;z-index:1000;text-align:right; }#wze1337 { top:125.201px;left:33.0223px;width:1105px;height:141.016px;z-index:1000;text-align:justify; }#wz-section-wzs156 { height:345.797px;--section-height:345.797px; }#wze1338 { top:17.6104px;left:328.5px;width:808px;height:31px;z-index:1000;text-align:right; }#wze1339 { top:80.8355px;left:328.5px;width:808px;height:27px;z-index:1000;text-align:right; }#wze1340 { top:116.435px;left:31.0223px;width:1105px;height:112.797px;z-index:1000;text-align:justify; }#wz-section-wzs157 { height:299.547px;--section-height:299.547px; }#wz-section-wzs155 { height:200px;--section-height:200px; }#wze1329 { top:30px;left:15px;width:848px;height:499px;z-index:1000; }.wzc216-root .wzc216-root-container .wzc216-root-container-header .wzc216-root-container-header-title {  }.wzc216-root .wzc216-root-container .wzc216-root-container-header {  }.wzc216-root .wzc216-root-container .wzc216-root-container-submitBoxHeader .wzc216-root-container-submitBoxHeader-submitButtonHeader {  }.wzc216-root .wzc216-root-container .wzc216-root-container-submitBoxHeader {  }.wzc216-root .wzc216-root-container {  }.wzc216-root .wzc216-root-accountContainer .wzc216-root-accountContainer-accountItem .wzc216-root-accountContainer-accountItem-accountItemLabel {  }.wzc216-root .wzc216-root-accountContainer .wzc216-root-accountContainer-accountItem .wzc216-root-accountContainer-accountItem-accountItemInputBox .wzc216-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc216-root .wzc216-root-accountContainer .wzc216-root-accountContainer-accountItem .wzc216-root-accountContainer-accountItem-accountItemInputBox .wzc216-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc216-root .wzc216-root-accountContainer .wzc216-root-accountContainer-accountItem .wzc216-root-accountContainer-accountItem-accountItemInputBox {  }.wzc216-root .wzc216-root-accountContainer .wzc216-root-accountContainer-accountItem {  }.wzc216-root .wzc216-root-accountContainer {  }.wzc216-root .wzc216-root-companyHeaderContainer .wzc216-root-companyHeaderContainer-companyHeader .wzc216-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc216-root .wzc216-root-companyHeaderContainer .wzc216-root-companyHeaderContainer-companyHeader {  }.wzc216-root .wzc216-root-companyHeaderContainer {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyInfoCheck .wzc216-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyInfoCheck .wzc216-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc216-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyInfoCheck .wzc216-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc216-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyInfoCheck .wzc216-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc216-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyInfoCheck .wzc216-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc216-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyInfoCheck .wzc216-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyInfoCheck {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyItemBox .wzc216-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyItemBox .wzc216-root-companyInfo-companyItemBox-companyInputBox .wzc216-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyItemBox .wzc216-root-companyInfo-companyItemBox-companyInputBox .wzc216-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyItemBox .wzc216-root-companyInfo-companyItemBox-companyInputBox {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyItemBox {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyInfoCancelLabel .wzc216-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyInfoCancelLabel .wzc216-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyInfoCancelLabel .wzc216-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyInfoCancelLabel .wzc216-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc216-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc216-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyInfoCancelLabel .wzc216-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc216-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyInfoCancelLabel .wzc216-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc216-root .wzc216-root-companyInfo .wzc216-root-companyInfo-companyInfoCancelLabel {  }.wzc216-root .wzc216-root-companyInfo {  }.wzc216-root .wzc216-root-submitBoxFooter .wzc216-root-submitBoxFooter-submitButtonFooter {  }.wzc216-root .wzc216-root-submitBoxFooter {  }.wzc216-root {  }.wzc216  .wz-profile-account-root { text-align:right; }.wzc216  .wz-profile-account-header-container { margin-bottom:20px; }.wzc216  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc216  .wz-profile-account-container { border-style:solid;border-width:1px;border-color:#efefef;background-color:#f4f4f4;border-radius:20px;direction:rtl;row-gap:15px;padding:35px; }.wzc216  .wz-profile-account-container:hover { border-radius:20px; }.wzc216  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc216  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc216  .wz-profile-account-input-container input { width:100%;border-style:solid;border-width:1px;border-color:#d5d5d5;border-radius:4px;font-family:iransans_fa;font-size:13px;background-color:rgba(0,0,0,0);color:#7e7e7e; }.wzc216  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc216  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc216  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc216  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc216  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc216  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc216  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc216  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc216  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc216 {  }.wzc215:hover .wzc215-bg { background-color:#ffd9d5; }.wzc215:hover .wzc215-content { color:#E74C3C; }.wzc215:hover {  }.wzc215-bg:after {  }.wzc215-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc215-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C; }#wze1334 { top:30px;left:893px;width:262px;height:472.378px;z-index:1000; }.wzc229-root .wzc229-root-infoBox .wzc229-root-infoBox-userImageBox .wzc229-root-infoBox-userImageBox-userImage {  }.wzc229-root .wzc229-root-infoBox .wzc229-root-infoBox-userImageBox {  }.wzc229-root .wzc229-root-infoBox .wzc229-root-infoBox-userInfo .wzc229-root-infoBox-userInfo-userName {  }.wzc229-root .wzc229-root-infoBox .wzc229-root-infoBox-userInfo .wzc229-root-infoBox-userInfo-userEmail {  }.wzc229-root .wzc229-root-infoBox .wzc229-root-infoBox-userInfo .wzc229-root-infoBox-userInfo-editInfo .wzc229-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc229-root .wzc229-root-infoBox .wzc229-root-infoBox-userInfo .wzc229-root-infoBox-userInfo-editInfo .wzc229-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc229-root .wzc229-root-infoBox .wzc229-root-infoBox-userInfo .wzc229-root-infoBox-userInfo-editInfo {  }.wzc229-root .wzc229-root-infoBox .wzc229-root-infoBox-userInfo {  }.wzc229-root .wzc229-root-infoBox {  }.wzc229-root .wzc229-root-items .wzc229-root-items-item .wzc229-root-items-item-itemBox .wzc229-root-items-item-itemBox-itemIcon {  }.wzc229-root .wzc229-root-items .wzc229-root-items-item .wzc229-root-items-item-itemBox .wzc229-root-items-item-itemBox-itemName {  }.wzc229-root .wzc229-root-items .wzc229-root-items-item .wzc229-root-items-item-itemBox {  }.wzc229-root .wzc229-root-items .wzc229-root-items-item {  }.wzc229-root .wzc229-root-items .wzc229-root-items-more {  }.wzc229-root .wzc229-root-items {  }.wzc229-root .wzc229-root-logoutBox .wzc229-root-logoutBox-logout .wzc229-root-logoutBox-logout-logoutLabel {  }.wzc229-root .wzc229-root-logoutBox .wzc229-root-logoutBox-logout {  }.wzc229-root .wzc229-root-logoutBox {  }.wzc229-root {  }.wzc229  .wz-profile-menu-user-info { gap:2px; }.wzc229  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc229  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc229  .wz-profile-menu-info-box:hover {  }.wzc229  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc229  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc229  .wz-profile-menu-user-name:hover {  }.wzc229  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc229  .wz-profile-menu-user-email:hover {  }.wzc229  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc229  .wz-profile-menu-edit-info:hover {  }.wzc229  .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); }.wzc229  .wz-profile-menu-items { height:fit-content;border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc229  .wz-profile-menu-items:hover {  }.wzc229  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc229  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc229  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc229  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc229  .wz-profile-menu-item-box:hover {  }.wzc229  .wz-profile-menu-item p { font-family:iransans_fa, sans-serif;font-size:12px;font-weight:500;color:#808080;margin-right:5%;margin-left:5%; }.wzc229  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc229  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc229  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc229  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc229  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc229  .wz-profile-menu-more:after { color:#808080; }.wzc229 {  }#wz-section-wzs150 { height:625px;--section-height:625px; }#wze1330 { top:30px;left:15px;width:848px;height:368.316px;z-index:1000; }.wzc220-header .wzc220-header-title {  }.wzc220-header .wzc220-header-removeButton {  }.wzc220-header .wzc220-header-addToCartButton {  }.wzc220-header {  }.wzc220-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; }.wzc220-pagination .wzc220-pagination-paginationButton {  }.wzc220-pagination {  }.wzc220  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc220  .wz-profile-favorites-header-text:hover {  }.wzc220  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc220  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc220  .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; }.wzc220  .wz-profile-favorite-item:hover {  }.wzc220  .wz-profile-favorite-item-image { object-fit:contain; }.wzc220  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc220  .wz-profile-favorite-item-title:hover {  }.wzc220  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc220  .wz-profile-favorite-item-price:hover {  }.wzc220  .wz-profile-favorite-item-add { height:30px; }.wzc220  .wz-profile-favorite-item-remove { height:30px; }.wzc220  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc220  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc220  .wz-profile-favorites-no-results-first-text:hover {  }.wzc220  .wz-profile-favorites-no-results-second-text:hover {  }.wzc220 {  }.wzc217:hover .wzc217-bg { background-color:#E74C3C; }.wzc217:hover .wzc217-content { font-size:10px;color:#fff; }.wzc217:hover {  }.wzc217-bg:after {  }.wzc217-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc217-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; }.wzc218:hover .wzc218-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc218:hover .wzc218-content { font-size:10px;color:#fff; }.wzc218:hover {  }.wzc218-bg:after {  }.wzc218-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc218-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; }.wzc219:hover .wzc219-bg:after { width:90%;opacity:1; }.wzc219:hover .wzc219-bg {  }.wzc219:hover .wzc219-content { color:#fff; }.wzc219:hover {  }.wzc219-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%); }.wzc219-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; }.wzc219-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-wzs151 { height:538.993px;--section-height:538.993px; }#wze1331 { top:30px;left:15px;width:848px;height:340.538px;z-index:1000; }.wzc221-root .wzc221-root-header .wzc221-root-header-title {  }.wzc221-root .wzc221-root-header .wzc221-root-header-options .wzc221-root-header-options-optionsList .wzc221-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc221-root .wzc221-root-header .wzc221-root-header-options .wzc221-root-header-options-optionsList {  }.wzc221-root .wzc221-root-header .wzc221-root-header-options {  }.wzc221-root .wzc221-root-header {  }.wzc221-root .wzc221-root-orders .wzc221-root-orders-ordersHeader .wzc221-root-orders-ordersHeader-ordersHeaderItem .wzc221-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc221-root .wzc221-root-orders .wzc221-root-orders-ordersHeader .wzc221-root-orders-ordersHeader-ordersHeaderItem {  }.wzc221-root .wzc221-root-orders .wzc221-root-orders-ordersHeader {  }.wzc221-root .wzc221-root-orders {  }.wzc221-root .wzc221-root-pagination .wzc221-root-pagination-paginationButton {  }.wzc221-root .wzc221-root-pagination {  }.wzc221-root {  }.wzc221  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc221  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc221  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc221  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc221  .wz-profile-orders-order-items-header { width:80%; }.wzc221  .wz-profile-orders-order-items-header p { width:20%;font-size:12px;font-family:iransans_fa;font-weight:500;text-align:center;color:rgb(117,117,117); }.wzc221  .wz-profile-orders-order-details { width:80%; }.wzc221  .wz-profile-orders-order-buttons { width:20%; }.wzc221  .wz-profile-orders-order-details p { width:20%;font-size:12px;font-family:iransans_fa;font-weight:500;text-align:center;color:rgb(117,117,117); }.wzc221  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc221  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc221  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc221  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc221  .wz-profile-orders-no-results-root { gap:10px;border-width:0px;border-style:solid;border-color:#efefef;border-radius:16px;margin-top:20px;padding:70px 30px;background-color:#f4f4f4; }.wzc221  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc221  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc221  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc221 {  }#wz-section-wzs152 { height:496.354px;--section-height:496.354px; }#wze1332 { top:30px;left:15px;width:848px;height:563.316px;z-index:1000; }.wzc224-root .wzc224-root-header .wzc224-root-header-title {  }.wzc224-root .wzc224-root-header .wzc224-root-header-headerButtons .wzc224-root-header-headerButtons-reorderButton {  }.wzc224-root .wzc224-root-header .wzc224-root-header-headerButtons .wzc224-root-header-headerButtons-receiptButton {  }.wzc224-root .wzc224-root-header .wzc224-root-header-headerButtons {  }.wzc224-root .wzc224-root-header {  }.wzc224-root .wzc224-root-body .wzc224-root-body-information .wzc224-root-body-information-mainInformation .wzc224-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc224-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc224-root .wzc224-root-body .wzc224-root-body-information .wzc224-root-body-information-mainInformation .wzc224-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc224-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc224-root .wzc224-root-body .wzc224-root-body-information .wzc224-root-body-information-mainInformation .wzc224-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc224-root .wzc224-root-body .wzc224-root-body-information .wzc224-root-body-information-mainInformation {  }.wzc224-root .wzc224-root-body .wzc224-root-body-information .wzc224-root-body-information-userInformation .wzc224-root-body-information-userInformation-userInformation{{ item.name }} .wzc224-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc224-root .wzc224-root-body .wzc224-root-body-information .wzc224-root-body-information-userInformation .wzc224-root-body-information-userInformation-userInformation{{ item.name }} .wzc224-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc224-root .wzc224-root-body .wzc224-root-body-information .wzc224-root-body-information-userInformation .wzc224-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc224-root .wzc224-root-body .wzc224-root-body-information .wzc224-root-body-information-userInformation {  }.wzc224-root .wzc224-root-body .wzc224-root-body-information .wzc224-root-body-information-paymentInformation .wzc224-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc224-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc224-root .wzc224-root-body .wzc224-root-body-information .wzc224-root-body-information-paymentInformation .wzc224-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc224-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc224-root .wzc224-root-body .wzc224-root-body-information .wzc224-root-body-information-paymentInformation .wzc224-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc224-root .wzc224-root-body .wzc224-root-body-information .wzc224-root-body-information-paymentInformation {  }.wzc224-root .wzc224-root-body .wzc224-root-body-information {  }.wzc224-root .wzc224-root-body .wzc224-root-body-orderInformation .wzc224-root-body-orderInformation-orderInformationHeader .wzc224-root-body-orderInformation-orderInformationHeader-orderName .wzc224-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc224-root .wzc224-root-body .wzc224-root-body-orderInformation .wzc224-root-body-orderInformation-orderInformationHeader .wzc224-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc224-root .wzc224-root-body .wzc224-root-body-orderInformation .wzc224-root-body-orderInformation-orderInformationHeader .wzc224-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc224-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc224-root .wzc224-root-body .wzc224-root-body-orderInformation .wzc224-root-body-orderInformation-orderInformationHeader .wzc224-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc224-root .wzc224-root-body .wzc224-root-body-orderInformation .wzc224-root-body-orderInformation-orderInformationHeader .wzc224-root-body-orderInformation-orderInformationHeader-orderCount .wzc224-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc224-root .wzc224-root-body .wzc224-root-body-orderInformation .wzc224-root-body-orderInformation-orderInformationHeader .wzc224-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc224-root .wzc224-root-body .wzc224-root-body-orderInformation .wzc224-root-body-orderInformation-orderInformationHeader .wzc224-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc224-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc224-root .wzc224-root-body .wzc224-root-body-orderInformation .wzc224-root-body-orderInformation-orderInformationHeader .wzc224-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc224-root .wzc224-root-body .wzc224-root-body-orderInformation .wzc224-root-body-orderInformation-orderInformationHeader .wzc224-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc224-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc224-root .wzc224-root-body .wzc224-root-body-orderInformation .wzc224-root-body-orderInformation-orderInformationHeader .wzc224-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc224-root .wzc224-root-body .wzc224-root-body-orderInformation .wzc224-root-body-orderInformation-orderInformationHeader {  }.wzc224-root .wzc224-root-body .wzc224-root-body-orderInformation {  }.wzc224-root .wzc224-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc224-root .wzc224-root-support .wzc224-root-support-supportImage {  }.wzc224-root .wzc224-root-support .wzc224-root-support-supportTextBox .wzc224-root-support-supportTextBox-supportQuestion {  }.wzc224-root .wzc224-root-support .wzc224-root-support-supportTextBox .wzc224-root-support-supportTextBox-supportMessage {  }.wzc224-root .wzc224-root-support .wzc224-root-support-supportTextBox {  }.wzc224-root .wzc224-root-support {  }.wzc224-root {  }.wzc224  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc224  .wz-profile-order-details-header { padding-bottom:20px; }.wzc224  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc224  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc224  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc224  .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; }.wzc224  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc224  .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); }.wzc224  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc224  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc224  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc224  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc224  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc224  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc224  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc224  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc224  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc224  .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); }.wzc224  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc224  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc224  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc224  .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; }.wzc224  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc224  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc224  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc224  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc224  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc224  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc224  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc224  .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); }.wzc224  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc224  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc224  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc224  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc224 {  }.wzc222:hover .wzc222-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc222:hover .wzc222-content { color:#E74C3C; }.wzc222:hover {  }.wzc222-bg:after {  }.wzc222-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); }.wzc222-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; }.wzc223:hover .wzc223-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc223:hover .wzc223-content { color:rgb(117,117,117); }.wzc223:hover {  }.wzc223-bg:after {  }.wzc223-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); }.wzc223-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-wzs153 { height:623.299px;--section-height:623.299px; }#wze1333 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc228-header .wzc228-header-title {  }.wzc228-header .wzc228-header-headerButton {  }.wzc228-header .wzc228-header-editButton {  }.wzc228-header .wzc228-header-removeButton {  }.wzc228-header {  }.wzc228-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; }.wzc228-pagination .wzc228-pagination-paginationButton {  }.wzc228-pagination {  }.wzc228  .wz-profile-addresses-header { margin-bottom:30px; }.wzc228  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc228  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc228  .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; }.wzc228  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc228  .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); }.wzc228  .wz-profile-address-item:hover { border-radius:20px; }.wzc228  .wz-profile-address-location { width:100%;height:200px; }.wzc228  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc228  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc228  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc228  .wz-profile-address-full:hover {  }.wzc228  .wz-profile-address-summary { justify-content:start; }.wzc228  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc228  .wz-profile-address-summary-location p:hover {  }.wzc228  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc228  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc228  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc228  .wz-profile-address-summary-postal-code p:hover {  }.wzc228  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc228  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc228  .wz-profile-address-transferee { text-align:right; }.wzc228  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc228  .wz-profile-address-transferee p:hover {  }.wzc228  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc228  .wz-profile-address-remove-button { height:30px; }.wzc228  .wz-profile-address-edit-button { height:30px; }.wzc228  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc228  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc228  .wz-profile-addresses-no-results-first-text:hover {  }.wzc228  .wz-profile-addresses-no-results-second-text:hover {  }.wzc228 {  }.wzc225:hover .wzc225-bg { background-color:#E74C3C; }.wzc225:hover .wzc225-content { font-size:12px;color:#ffd9d5; }.wzc225:hover {  }.wzc225-bg:after {  }.wzc225-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc225-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; }.wzc226:hover .wzc226-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc226:hover .wzc226-content { font-size:11px;color:#a1a1a1; }.wzc226:hover {  }.wzc226-bg:after {  }.wzc226-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc226-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, 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; }.wzc227:hover .wzc227-bg { background-color:#E74C3C; }.wzc227:hover .wzc227-content { font-size:11px;color:#fff; }.wzc227:hover {  }.wzc227-bg:after {  }.wzc227-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc227-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-wzs154 { height:601px;--section-height:601px; }#wze1586 { top:121.955px;left:69.9534px;width:543.5074px;height:415.469px;z-index:1000; }.wzc313-content {  }.wzc313 {  }#wze1587 { top:-9.3154650659955E-16px;left:-4.2778280917588E-15px;width:489.281px;height:347px;z-index:1000; }.wzc315-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:10px; }.wzc315-img .wzc315-img-inner { width:100%;height:100%;float:left; }.wzc315-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:10px; }#wze1587 .wzc315-img-inner { object-fit:cover; }#wze1588 { top:285.468px;left:387.523px;width:155.9844px;height:130.234px;z-index:1001; }.wzc397-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(212, 175, 55);border-radius:10px;box-shadow:1px 1px 4px 0px #000 ; }.wzc397-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc397-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; }#wze1589 { top:81.8067px;left:17.9846px;width:122px;height:18px;z-index:1000;text-align:center; }#wze1590 { top:8.05408px;left:42.2656px;width:100px;height:100px;z-index:1000; }.wzc328 {  }.wzc328-container .wzc328-container-number { background-color:transparent;font-size:42px;font-family:yekan;line-height:100px;color:rgb(67, 99, 103);left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc328-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:rgba(255, 255, 255, 0);border-radius:0;text-align:center;vertical-align:middle;border-style:solid;border-width:0;border-color:#888888;box-sizing:border-box; }#wze1591 { top:27.4999px;left:25.9846px;width:45px;height:57px;z-index:1000;text-align:center; }#wze1595 { top:147.708px;left:655.117px;width:492.969px;height:281.625px;z-index:1000;text-align:justify; }#wze1681 { top:68.75px;left:644.646px;width:509.922px;height:76px;z-index:1000;text-align:right; }#wze1685 { top:434.755px;left:56.9872px;width:1095.94px;height:31px;z-index:1000;text-align:justify; }#wze1686 { top:473.584px;left:57.0235px;width:1095.94px;height:249.828px;z-index:1000;text-align:justify; }#wze1687 { top:736.499px;left:57.0235px;width:1095.94px;height:155.609px;z-index:1000;text-align:justify; }#wze1688 { top:904.808px;left:57.0287px;width:1095.94px;height:159.609px;z-index:1000;text-align:justify; }#wze1689 { top:1100.51px;left:56.02px;width:1095.95px;height:26px;z-index:1000;text-align:justify; }#wze1690 { top:1134.31px;left:56.0235px;width:1095.94px;height:152.016px;z-index:1000;text-align:justify; }#wze1691 { top:1318.96px;left:56.0287px;width:1095.95px;height:26px;z-index:1000;text-align:justify; }#wze1692 { top:1356.74px;left:56.0166px;width:1095.97px;height:121.609px;z-index:1000;text-align:justify; }#wze1973 { top:37.9015px;height:8.90625px;z-index:999; }.wzc376-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(212, 175, 55);border-radius:0px 0px 0px 0px ;box-shadow:0px 0px 9px 0px rgba(68, 68, 68, 0.45) ;border-width:0px;border-style:solid;border-color:rgb(179, 171, 171); }.wzc376-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px 0px 0px 0px ; }.wzc376-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; }#wze1974 { top:4.51947px;height:33.375px;z-index:1001; }#wze1975 { top:4.67188px;left:134.204px;width:1030.8px;height:22px;z-index:998;text-align:right; }#wz-section-wzs174 { height:1520.56px;--section-height:1520.56px; }.wzc-section-wzs174-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs174-full-style {  }.wzc-section-wzs174-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1892 { top:46.973px;left:81.469px;width:381.50739999999996px;height:415.531px;z-index:1000; }#wze1893 { top:285.451px;left:225.523px;width:155.9844px;height:130.453px;z-index:1001; }.wzc326-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(37, 37, 37);border-radius:10px; }.wzc326-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc326-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; }#wze1894 { top:82.5897px;left:17.9846px;width:121.997px;height:18px;z-index:1000;text-align:center; }#wze1895 { top:9.15078px;left:42.2656px;width:100px;height:100px;z-index:1000; }.wzc373 {  }.wzc373-container .wzc373-container-number { background-color:transparent;font-size:42px;font-family:yekan;line-height:100px;color:rgb(255, 255, 255);left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc373-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:rgba(255, 255, 255, 0);border-radius:0;text-align:center;vertical-align:middle;border-style:solid;border-width:0;border-color:#888888;box-sizing:border-box; }#wze1896 { top:27.4999px;left:25.9846px;width:45px;height:57px;z-index:1000;text-align:center; }#wze1897 { top:1.32984E-14px;left:-4.27783E-15px;width:288.403px;height:413.958px;z-index:1000; }#wze1897 .wzc315-img-inner { object-fit:cover; }#wze1898 { top:156.046px;left:564.01px;width:588.924px;height:241.406px;z-index:1000;text-align:justify; }#wze1899 { top:36.75px;left:643.04px;width:509.931px;height:76px;z-index:1000;text-align:right; }#wze1900 { top:471.334px;left:57.0219px;width:1095.94px;height:31px;z-index:1000;text-align:justify; }#wze1901 { top:503.908px;left:57.0235px;width:1095.94px;height:91.2031px;z-index:1000;text-align:justify; }#wze1902 { top:617.642px;left:57.0235px;width:1095.94px;height:31px;z-index:1000;text-align:justify; }#wze1903 { top:651.228px;left:57.0287px;width:1095.94px;height:182.438px;z-index:1000;text-align:justify; }#wze1904 { top:856.048px;left:57.0269px;width:1095.94px;height:31px;z-index:1000;text-align:justify; }#wze1905 { top:889.509px;left:57.0304px;width:1095.94px;height:273.641px;z-index:1000;text-align:justify; }#wze1906 { top:1185.8px;left:57.0183px;width:1095.94px;height:31px;z-index:1000;text-align:justify; }#wze1907 { top:1219.28px;left:57.0235px;width:1095.94px;height:121.609px;z-index:1000;text-align:justify; }#wze1908 { top:1363.46px;left:57.0183px;width:1095.94px;height:31px;z-index:1000;text-align:justify; }#wze1909 { top:1396.93px;left:57.0235px;width:1095.94px;height:30.3906px;z-index:1000;text-align:justify; }#wze1910 { top:1457.31px;left:57.0305px;width:1095.94px;height:205.203px;z-index:1000;text-align:justify; }#wz-section-wzs212 { height:1661.84px;--section-height:1661.84px; }.wzc-section-wzs212-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs212-full-style {  }.wzc-section-wzs212-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1923 { top:415.943px;left:69.5902px;width:1030.81px;height:25px;z-index:1000;text-align:justify; }#wze1924 { top:482.889px;left:69.5953px;width:1030.8268888889px;height:425.688px;z-index:1000;text-align:justify; }#wze1925 { top:944.532px;left:69.5973px;width:1030.81px;height:25px;z-index:1000;text-align:justify; }#wze1926 { top:1011.24px;left:69.5872px;width:1030.8268888889px;height:395.266px;z-index:1000;text-align:justify; }#wze1929 { top:1443.3px;left:69.5953px;width:1030.8268888889px;height:239.406px;z-index:1000;text-align:justify; }#wze1937 { top:39.5886px;height:8.90625px;z-index:999; }#wze1938 { top:0.0029399px;height:39.375px;z-index:1001; }#wze1918 { top:9.68747px;left:139.204px;width:1030.8px;height:21px;z-index:998;text-align:right; }#wze1970 { top:151.323px;height:8.90625px;z-index:999; }#wze1971 { top:111.737px;height:39.375px;z-index:1001; }#wze1972 { top:9.68747px;left:139.204px;width:1030.8px;height:21px;z-index:998;text-align:right; }#wz-section-wzs213 { height:1996.53px;--section-height:1996.53px; }.wzc-section-wzs213-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs213-full-style {  }.wzc-section-wzs213-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1976 { top:92.955px;left:1.9534px;width:543.5074px;height:415.702px;z-index:1000; }#wze1977 { top:285.468px;left:387.523px;width:155.9844px;height:130.234px;z-index:1001; }#wze1978 { top:81.8067px;left:5.98425px;width:146px;height:24px;z-index:1000;text-align:center; }#wze1979 { top:8.05408px;left:42.2656px;width:100px;height:100px;z-index:1000; }.wzc398 {  }.wzc398-container .wzc398-container-number { background-color:transparent;font-size:42px;font-family:yekan;line-height:100px;color:rgb(67, 99, 103);left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc398-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:rgba(255, 255, 255, 0);border-radius:0;text-align:center;vertical-align:middle;border-style:solid;border-width:0;border-color:#888888;box-sizing:border-box; }#wze1980 { top:27.4999px;left:25.9846px;width:45px;height:57px;z-index:1000;text-align:center; }#wze1981 { top:-9.3154650659955E-16px;left:-5.8980598183211E-17px;width:489.281px;height:347px;z-index:1000; }#wze1981 .wzc315-img-inner { object-fit:cover; }#wze1997 { top:52.0009px;left:264.592px;width:180px;height:42px;z-index:1002;text-align:center; }#wze1992 { top:37.9015px;height:8.90625px;z-index:999; }#wze1993 { top:4.51947px;height:33.375px;z-index:1001; }#wze1994 { top:2.67188px;left:138.204px;width:1030.8px;height:27px;z-index:998;text-align:right; }#wze1995 { top:109.954px;left:601.003px;width:568px;height:28px;z-index:1001;text-align:right; }#wze1996 { top:148.954px;left:601.005px;width:568px;height:300px;z-index:1001;text-align:justify; }#wz-section-wzs215 { height:535.766px;--section-height:535.766px; }.wzc-section-wzs215-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs215-full-style {  }.wzc-section-wzs215-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze2001 { top:3.00037px;left:600.008px;width:568px;height:27px;z-index:1001;text-align:right; }#wze2002 { top:42.0024px;left:352px;width:816px;height:400px;z-index:1001;text-align:justify; }#wze2003 { top:74px;left:1.96341px;width:250px;height:383px;z-index:1002; }.wzc401-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(187, 179, 179);border-radius:10px;box-shadow:0px 0px 9px 0px rgba(68, 68, 68, 0.45) ;border-width:0px;border-style:solid;border-color:rgb(179, 171, 171); }.wzc401-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc401-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wz-section-wzs217 { height:494px;--section-height:494px; }#wze2004 { top:16.188px;left:601.003px;width:568px;height:27px;z-index:1001;text-align:right; }#wze2005 { top:55.1844px;left:2px;width:1167px;height:247px;z-index:1001;text-align:justify; }#wz-section-wzs218 { height:402px;--section-height:402px; }#wz-section-wzs216 { height:300px;--section-height:300px; }#wz-section-wzs-default { height:200px;--section-height:200px; }[data-page=p10] #wz-root-background { background-attachment:fixed;background-color:rgb(255, 255, 255); }[data-page=p37] #wz-root-background { background-attachment:fixed;background-size:cover;background-repeat:no-repeat;background-color:rgb(255, 255, 255); }@media only screen and (max-width : 768px) {#wze1769 { top:0.0069px;bottom:auto;right:auto;height:36.7656px;z-index:1000; }#wze464 { top:3.04688px;left:220.387px;bottom:auto;right:auto;width:110.016px;height:20px;display:block;z-index:1001;text-align:left; }#wze1388 { top:4.3125px;left:194.501px;bottom:auto;right:auto;width:15.5px;height:15.4688px;display:block;z-index:992; }#wze1438 { top:5px;left:7.05217px;bottom:auto;right:auto;width:189.891px;height:28.0781px;display:block;z-index:994;text-align:left; }#wze1439 { top:16.1377px;left:219.502px;bottom:auto;right:auto;width:153.016px;height:18px;display:block;z-index:997;text-align:left; }#wze1440 { top:19.8917px;left:193.767px;bottom:auto;right:auto;width:15.5px;height:15.4688px;display:block;z-index:999; }#wze1857 { top:0.5217px;left:417.001px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wz-section-header { height:50.0156px;--section-height:50.0156px; }.wzc-section-header { background-color:rgba(255, 255, 255, 0);background:; }#wz-section-allPage { height:0px;--section-height:0px; }#wze1941 { top:-3.8126px;bottom:auto;right:auto;height:233.172px;z-index:998; }#wze1942 { top:29.25px;left:291.188px;bottom:auto;right:auto;width:168px;height:44px;z-index:1000;text-align:right; }#wze1948 { top:94.288px;left:323.29px;bottom:auto;right:auto;width:140px;height:29.9688px;z-index:1001; }.wzc394-content { font-size:11px;text-align:right;margin:auto 9px auto auto;position:absolute; }#wze1949 { top:94.282px;left:218.514px;bottom:auto;right:auto;width:130px;height:30px;z-index:1002; }.wzc390-content { font-size:11px; }#wze1951 { top:132.43px;left:323.315px;bottom:auto;right:auto;width:140px;height:29.9688px;z-index:1000; }.wzc393-content { font-size:11px; }#wze1952 { top:132.423px;left:218.524px;bottom:auto;right:auto;width:130px;height:30px;z-index:1001; }.wzc389-content { font-size:11px; }#wz-section-wzs162 { height:229.234px;--section-height:229.234px; }#wze1757 { top:15px;left:1.367px;bottom:auto;right:auto;width:465.266px;height:286.688px;display:block;z-index:1000; }#wze475 { top:7.9688px;left:28.641px;bottom:auto;right:auto;width:408px;height:19px;display:block;z-index:1000;text-align:center; }#wze476 { top:30.2969px;left:28.641px;bottom:auto;right:auto;width:408px;height:28.5625px;display:block;z-index:1000;text-align:center; }#wze1443 { top:67.2812px;left:5.22649px;bottom:auto;right:auto;width:454.844px;height:184px;min-height:184px;display:block;z-index:1000; }.wzc285  .wz-list-item-container { padding:3px; }.wzc285  .wz-list-item-title-box p { font-size:13px; }.wzc285  .wz-list-item-introduce-box p { font-size:8px; }.wzc285  .wz-list-item-description-box p { font-size:7px; }#wze1443 .wz-list-root { width:calc( 33.333333333333% - ( 2 * 10px ) );margin:10px; }#wz-section-wzs165 { height:319.438px;--section-height:319.438px; }.wzc-section-wzs165 { background:;background-color:rgba(255, 255, 255, 0); }#wze1258 { top:24.2979px;left:19px;bottom:auto;right:auto;width:380px;height:123.25px;display:block;z-index:998; }#wze1261 { top:10.0468px;left:37px;bottom:auto;right:auto;width:268px;height:18px;display:block;z-index:998;text-align:right; }#wze1262 { top:33.8391px;left:33px;bottom:auto;right:auto;width:259px;height:66px;display:block;z-index:998;text-align:justify; }#wze1306 { top:161.564px;left:16px;bottom:auto;right:auto;width:441.5px;height:190.625px;z-index:1000; }#wze1307 { top:2px;left:80.5px;bottom:auto;right:auto;width:361px;height:19px;display:block;z-index:1000;text-align:right; }#wze1309 { top:28.5838px;left:3.5px;bottom:auto;right:auto;width:438px;height:81px;display:block;z-index:1000;text-align:justify; }#wze1310 { top:124.035px;left:80.5px;bottom:auto;right:auto;width:361px;height:19px;z-index:1000;text-align:right; }#wze1311 { top:144.43px;left:364.5px;bottom:auto;right:auto;width:77px;height:2.0625px;z-index:1000; }#wze1312 { top:150.586px;left:4.5px;bottom:auto;right:auto;width:437px;height:33px;z-index:1000;text-align:justify; }#wze1484 { top:23.115px;left:364.5px;bottom:auto;right:auto;width:77px;height:2.0625px;z-index:1000; }#wze1444 { top:9.0004px;left:329.312px;bottom:auto;right:auto;width:118.844px;height:128.719px;z-index:1000; }#wz-section-wzs144 { height:353.047px;--section-height:353.047px; }#wze669 { top:114.463px;bottom:auto;right:auto;height:286.969px;display:block;z-index:1000; }#wze670 { top:232.555px;left:18.0089px;bottom:auto;right:auto;width:437.988px;height:0.9375px;display:block;z-index:1000; }#wze681 { top:236.716px;left:15px;bottom:auto;right:auto;width:443.977px;height:26px;display:block;z-index:1000;text-align:center; }#wze1491 { top:15.9943px;left:261.005px;bottom:auto;right:auto;width:191.989px;height:74px;z-index:997; }#wze1494 { top:28.5241px;left:73.9778px;bottom:auto;right:auto;width:118px;height:13px;display:block;z-index:1000;text-align:justify; }#wze1495 { top:18.1343px;left:116.975px;bottom:auto;right:auto;width:75px;height:0.9375px;z-index:1000; }#wze1496 { top:-0.319595px;left:46.9747px;bottom:auto;right:auto;width:145px;height:13px;display:block;z-index:1000;text-align:right; }#wze1497 { top:47.3231px;left:0.0567084px;bottom:auto;right:auto;width:191.932px;height:13px;z-index:1000;text-align:justify; }#wze1498 { top:15.9844px;left:16px;bottom:auto;right:auto;width:227.519px;height:85.1875px;z-index:997; }#wze1499 { top:28.5214px;left:0.511px;bottom:auto;right:auto;width:227px;height:13px;display:block;z-index:1000;text-align:justify; }#wze1500 { top:47.8234px;left:63.5764px;bottom:auto;right:auto;width:163.938px;height:13px;z-index:1000;text-align:justify; }#wze1501 { top:18.1409px;left:152.5px;bottom:auto;right:auto;width:75px;height:0.9375px;z-index:1000; }#wze1502 { top:-0.309675px;left:55.511px;bottom:auto;right:auto;width:172px;height:13px;display:block;z-index:1000;text-align:right; }#wze1503 { top:67.2812px;left:107.581px;bottom:auto;right:auto;width:119.938px;height:13px;z-index:1000;text-align:justify; }#wze1519 { top:116.737px;left:19.0365px;bottom:auto;right:auto;width:279.361px;height:86.1562px;z-index:1000; }#wze648 { top:68.2117px;left:13.9602px;bottom:auto;right:auto;width:12.9972px;height:12.9844px;display:block;z-index:1000; }#wze1486 { top:37.7544px;left:13.9602px;bottom:auto;right:auto;width:12.9972px;height:12.9844px;z-index:1000; }#wze1487 { top:52.9844px;left:13.9602px;bottom:auto;right:auto;width:12.9972px;height:12.9844px;z-index:1000; }#wze1488 { top:11.9716px;left:9.53409px;bottom:auto;right:auto;width:232.852px;height:17.625px;z-index:1000;text-align:left; }#wze1489 { top:36.7146px;left:33.1222px;bottom:auto;right:auto;width:164.134px;height:15px;z-index:1000;text-align:left; }#wze1490 { top:46.0544px;left:33.1222px;bottom:auto;right:auto;width:164.134px;height:17px;z-index:1000;text-align:justify; }#wze1520 { top:58.197px;left:33.1222px;bottom:auto;right:auto;width:164.134px;height:15px;z-index:1000;text-align:left; }#wze678 { top:4.4527px;left:277.5px;bottom:auto;right:auto;width:15px;height:15px;display:none;z-index:1000; }#wze1955 { top:22.9212px;left:73.3636px;bottom:auto;right:auto;width:321.297px;height:56px;z-index:1000; }#wze1966 { top:78.1829px;left:58.0034px;bottom:auto;right:auto;width:80px;height:26px;z-index:1000;text-align:center; }#wze1967 { top:78.1814px;left:148.661px;bottom:auto;right:auto;width:80px;height:26px;z-index:1000;text-align:center; }#wze1968 { top:78.1758px;left:239.323px;bottom:auto;right:auto;width:80px;height:26px;z-index:1000;text-align:center; }#wze1969 { top:78.1818px;left:329.969px;bottom:auto;right:auto;width:80px;height:26px;z-index:1000;text-align:center; }#wz-section-footer { height:401.422125px;--section-height:401.422125px; }#wze816 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:2923.98px;display:block;z-index:1000; }#wze816 .wz-shop-product { width: calc(100% - 30px )}#wz-section-wzs88 { height:2953.98px;--section-height:2953.98px; }#wze818 { top:15px;left:0px;bottom:auto;right:auto;width:468px;height:1303.38px;display:block;z-index:1000; }#wz-section-wzs87 { height:1333.38px;--section-height:1333.38px; }#wze815 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:184.984px;display:block;z-index:1000; }#wz-section-wzs89 { height:214.984px;--section-height:214.984px; }#wze1326 { top:15px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:61.8182px;display:block;z-index:1000;text-align:right; }#wze1327 { top:91.8182px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:27.2585px;display:block;z-index:1000;text-align:right; }#wze1328 { top:134.062px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:435.213px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs149 { height:584.2615px;--section-height:584.2615px; }#wze1335 { top:15px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:61.8182px;display:block;z-index:1000;text-align:right; }#wze1336 { top:91.8182px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:27.2585px;display:block;z-index:1000;text-align:right; }#wze1337 { top:134.062px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:272.003px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs156 { height:421.06546948242px;--section-height:421.06546948242px; }#wze1338 { top:15px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:61.8182px;display:block;z-index:1000;text-align:right; }#wze1339 { top:91.8182px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:27.2585px;display:block;z-index:1000;text-align:right; }#wze1340 { top:134.062px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:244.801px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs157 { height:393.8495px;--section-height:393.8495px; }#wz-section-wzs155 { height:15px;--section-height:15px; }#wze1329 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:257.734px;display:block;z-index:1000; }#wze1334 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs150 { height:491.719px;--section-height:491.719px; }#wze1330 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs151 { height:672px;--section-height:672px; }#wze1331 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.125px;display:block;z-index:1000; }.wzc221  .wz-profile-orders-header p { font-size:16px; }.wzc221  .wz-profile-orders-header-option { font-size:10px; }.wzc221  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc221  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs152 { height:410.125px;--section-height:410.125px; }#wze1332 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.688px;display:block;z-index:1000; }.wzc224  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc224  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc224  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc224  [data-name=total_include_tax] { padding:10px; }.wzc224  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc224  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc224  .wz-profile-order-details-order-detail { font-size:10px; }.wzc224  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc224  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc224  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs153 { height:568.688px;--section-height:568.688px; }#wze1333 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.422px;display:block;z-index:1000; }#wz-section-wzs154 { height:513.422px;--section-height:513.422px; }#wze1586 { top:115.762px;left:24.0074px;bottom:auto;right:auto;width:326.963px;height:228.859px;display:block;z-index:1000; }#wze1587 { top:-0.3389px;left:0px;bottom:auto;right:auto;width:244.253px;height:229.219px;display:block;z-index:1000; }#wze1588 { top:125.536px;left:203.013px;bottom:auto;right:auto;width:123.95px;height:88.125px;display:block;z-index:1001; }#wze1589 { top:56.3597px;left:0px;bottom:auto;right:auto;width:123.958px;height:18px;display:block;z-index:1000;text-align:center; }#wze1590 { top:-13.4966px;left:22.2625px;bottom:auto;right:auto;width:92.4306px;height:73.9688px;display:block;z-index:1000; }#wze1591 { top:15.4445px;left:13.9875px;bottom:auto;right:auto;width:45px;height:45px;display:block;z-index:1000;text-align:center; }#wze1595 { top:398.844px;left:15.013px;bottom:auto;right:auto;width:437.986px;height:255.234px;display:block;z-index:1000;text-align:right; }#wze1681 { top:15px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:60.8125px;display:block;z-index:1000;text-align:right; }#wze1685 { top:667.299px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:28px;display:block;z-index:1000;text-align:justify; }#wze1686 { top:710.449px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:335.953px;display:block;z-index:1000;text-align:justify; }#wze1687 { top:1061.63px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:304.547px;display:block;z-index:1000;text-align:justify; }#wze1688 { top:1381.35px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:252.359px;display:block;z-index:1000;text-align:justify; }#wze1689 { top:1648.88px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:23px;display:block;z-index:1000;text-align:justify; }#wze1690 { top:1686.95px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:273.594px;display:block;z-index:1000;text-align:justify; }#wze1691 { top:1975.7px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:23px;display:block;z-index:1000;text-align:justify; }#wze1692 { top:2013.74px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:136.781px;display:block;z-index:1000;text-align:justify; }#wze1973 { top:2171.28px;bottom:auto;right:auto;height:8.90625px;z-index:1000; }#wze1974 { top:2189.47px;bottom:auto;right:auto;height:41.375px;z-index:1000; }#wze1975 { top:15.0156px;left:28.5732px;bottom:auto;right:auto;width:437.969px;height:21px;display:block;z-index:1000;text-align:right; }#wz-section-wzs174 { height:2238.59px;--section-height:2238.59px; }#wze1892 { top:74.7575px;left:24.0074px;bottom:auto;right:auto;width:326.963px;height:353.229px;display:block;z-index:1000; }#wze1893 { top:250.081px;left:203.013px;bottom:auto;right:auto;width:123.95px;height:88.4722px;display:block;z-index:1001; }#wze1894 { top:56.8997px;left:0px;bottom:auto;right:auto;width:123.958px;height:17.7604px;display:block;z-index:1000;text-align:center; }#wze1895 { top:-12.9566px;left:22.2625px;bottom:auto;right:auto;width:92.4306px;height:73.9757px;display:block;z-index:1000; }#wze1896 { top:15.4445px;left:13.9875px;bottom:auto;right:auto;width:45px;height:45.5556px;display:block;z-index:1000;text-align:center; }#wze1897 { top:0.0173999px;left:0px;bottom:auto;right:auto;width:250.208px;height:353.212px;display:block;z-index:1000; }#wze1898 { top:433.127px;left:15.013px;bottom:auto;right:auto;width:437.986px;height:221.094px;display:block;z-index:1000;text-align:right; }#wze1899 { top:15px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:68.4028px;display:block;z-index:1000;text-align:right; }#wze1900 { top:682.144px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:24.4271px;display:block;z-index:1000;text-align:justify; }#wze1901 { top:708.495px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:121.597px;display:block;z-index:1000;text-align:justify; }#wze1902 { top:858.028px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:45.5556px;display:block;z-index:1000;text-align:justify; }#wze1903 { top:905.504px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:145.92px;display:block;z-index:1000;text-align:justify; }#wze1904 { top:1079.35px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:44.4271px;display:block;z-index:1000;text-align:justify; }#wze1905 { top:1125.72px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:243.212px;display:block;z-index:1000;text-align:justify; }#wze1906 { top:1396.86px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:24.4271px;display:block;z-index:1000;text-align:justify; }#wze1907 { top:1423.22px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:97.2743px;display:block;z-index:1000;text-align:justify; }#wze1908 { top:1548.41px;left:15px;bottom:auto;right:auto;width:437.986px;height:27.7778px;z-index:1000;text-align:justify; }#wze1909 { top:1578.12px;left:15px;bottom:auto;right:auto;width:437.986px;height:27.3438px;z-index:1000;text-align:justify; }#wze1910 { top:1620.4px;left:15px;bottom:auto;right:auto;width:437.986px;height:246.25px;z-index:1000;text-align:justify; }#wz-section-wzs212 { height:1868.59px;--section-height:1868.59px; }#wze1923 { top:520.756px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:20px;display:block;z-index:1000;text-align:justify; }#wze1924 { top:542.715px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:364.688px;display:block;z-index:1000;text-align:justify; }#wze1925 { top:935.347px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:20px;display:block;z-index:1000;text-align:justify; }#wze1926 { top:957.296px;left:15.0155px;bottom:auto;right:auto;width:437.986px;height:316.047px;display:block;z-index:1000;text-align:justify; }#wze1929 { top:1318.22px;left:15px;bottom:auto;right:auto;width:437.986px;height:274.594px;z-index:1000;text-align:justify; }#wze1937 { top:560.857px;bottom:auto;right:auto;height:8.90625px;z-index:1000; }#wze1938 { top:520.751px;bottom:auto;right:auto;height:49px;z-index:1000; }#wze1918 { top:15.0156px;left:28.5732px;bottom:auto;right:auto;width:437.969px;height:19px;display:block;z-index:1000;text-align:right; }#wze1970 { top:1607.81px;bottom:auto;right:auto;height:8.90625px;z-index:1000; }#wze1971 { top:1631.72px;bottom:auto;right:auto;height:39.375px;z-index:1000; }#wze1972 { top:15.0156px;left:28.5732px;bottom:auto;right:auto;width:437.969px;height:19px;display:block;z-index:1000;text-align:right; }#wz-section-wzs213 { height:1805.84125px;--section-height:1805.84125px; }#wze1976 { top:54.9495px;left:24.0074px;bottom:auto;right:auto;width:326.963px;height:300.88px;display:block;z-index:1000; }#wze1977 { top:125.536px;left:203.013px;bottom:auto;right:auto;width:123.95px;height:88.125px;display:block;z-index:1001; }#wze1978 { top:56.3597px;left:0px;bottom:auto;right:auto;width:123.958px;height:18px;display:block;z-index:1000;text-align:center; }#wze1979 { top:-13.4966px;left:22.2625px;bottom:auto;right:auto;width:92.4306px;height:73.9688px;display:block;z-index:1000; }#wze1980 { top:15.4445px;left:13.9875px;bottom:auto;right:auto;width:45px;height:45px;display:block;z-index:1000;text-align:center; }#wze1981 { top:-0.3389px;left:0px;bottom:auto;right:auto;width:244.253px;height:229.219px;display:block;z-index:1000; }#wze1997 { top:243.88px;left:73.4815px;bottom:auto;right:auto;width:180px;height:42px;z-index:1000;text-align:center; }#wze1992 { top:493.0205px;bottom:auto;right:auto;height:8.90625px;z-index:1000; }#wze1993 { top:511.2105px;bottom:auto;right:auto;height:41.375px;z-index:1000; }#wze1994 { top:15.0156px;left:28.5732px;bottom:auto;right:auto;width:437.969px;height:21px;display:block;z-index:1000;text-align:right; }#wze1995 { top:567.586px;left:15px;bottom:auto;right:auto;width:438px;height:27px;z-index:1000;text-align:right; }#wze1996 { top:609.586px;left:15px;bottom:auto;right:auto;width:438px;height:400px;z-index:1000;text-align:justify; }#wz-section-wzs215 { height:1074.3305px;--section-height:1074.3305px; }#wze2001 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:27px;display:block;z-index:1000;text-align:right; }#wze2002 { top:57px;left:15px;bottom:auto;right:auto;width:438px;height:675px;display:block;z-index:1000;text-align:justify; }#wze2003 { top:747px;left:109px;bottom:auto;right:auto;width:250px;height:383px;display:block;z-index:1000; }#wz-section-wzs217 { height:1145px;--section-height:1145px; }#wze2004 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:27px;display:block;z-index:1000;text-align:right; }#wze2005 { top:57px;left:2px;bottom:auto;right:auto;width:464px;height:382px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs218 { height:454px;--section-height:454px; }#wz-section-wzs216 { height:15px;--section-height:15px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze1769 { top:2.58162px;bottom:auto;right:auto;height:45.125px;z-index:1000; }#wze464 { top:15.8594px;left:271.007px;bottom:auto;right:auto;width:110.016px;height:22px;z-index:1000;text-align:left; }#wze1388 { top:15.8594px;left:244.997px;bottom:auto;right:auto;width:15.5px;height:15.4688px;z-index:1000; }#wze1438 { top:7px;left:16.0062px;bottom:auto;right:auto;width:189.891px;height:33.1875px;z-index:1000;text-align:left; }#wze1439 { top:12.5938px;left:466.616px;bottom:auto;right:auto;width:153.016px;height:22px;z-index:1000;text-align:left; }#wze1440 { top:15.8594px;left:434.516px;bottom:auto;right:auto;width:15.5px;height:15.4688px;z-index:1000; }#wze1857 { top:3.52346px;left:718px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wz-section-header { height:52.3906px;--section-height:52.3906px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze1941 { top:6.0582px;bottom:auto;right:auto;height:382.75px;z-index:1000; }#wze1942 { top:55.774px;left:230.015px;bottom:auto;right:auto;width:529px;height:28px;z-index:1000;text-align:right; }#wze1948 { top:151.325px;left:571px;bottom:auto;right:auto;width:180px;height:40px;z-index:1001; }.wzc394-content { font-size:14px; }#wze1949 { top:151.325px;left:421px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }.wzc390-content { font-size:14px;text-align:center;margin:0 0 0 0; }#wze1951 { top:206.325px;left:571px;bottom:auto;right:auto;width:180px;height:40px;z-index:1001; }.wzc393-content { font-size:14px; }#wze1952 { top:206.325px;left:421px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }.wzc389-content { font-size:14px; }#wz-section-wzs162 { height:389.406px;--section-height:389.406px; }#wze1757 { top:15px;left:-26.1875px;bottom:auto;right:auto;width:820.375px;height:331.9515px;display:block;z-index:1000; }#wze475 { top:12px;left:56.1875px;bottom:auto;right:auto;width:708px;height:25px;display:block;z-index:1000;text-align:center; }#wze476 { top:41.0442px;left:56.1875px;bottom:auto;right:auto;width:708px;height:42.8438px;display:block;z-index:1000;text-align:center; }#wze1443 { top:98.9825px;left:-2.8125px;bottom:auto;right:auto;width:826px;height:232.969px;min-height:232.969px;display:block;z-index:1000; }.wzc285  .wz-list-item-container { padding:7px; }.wzc285  .wz-list-item-title-box p { font-size:13px; }.wzc285  .wz-list-item-introduce-box p { font-size:8px; }.wzc285  .wz-list-item-description-box p { font-size:6px; }#wze1443 .wz-list-root { width:calc( 16.666666666667% - ( 2 * 10px ) );margin:10px; }#wz-section-wzs165 { height:368.719px;--section-height:368.719px; }.wzc-section-wzs165 { background:;background-color:rgba(255, 255, 255, 0); }#wze1258 { top:32.0006px;left:127.014px;bottom:auto;right:auto;width:438.976px;height:168.938px;display:block;z-index:1000; }#wze1261 { top:26.9688px;left:101px;bottom:auto;right:auto;width:268px;height:21px;display:block;z-index:1000;text-align:right; }#wze1262 { top:58.7009px;left:29.0171px;bottom:auto;right:auto;width:323.976px;height:91px;display:block;z-index:1000;text-align:justify; }#wze1306 { top:219.108px;left:13.5px;bottom:auto;right:auto;width:741px;height:171.766px;display:block;z-index:999; }#wze1307 { top:0px;left:628.25px;bottom:auto;right:auto;width:112px;height:21px;display:block;z-index:997;text-align:right; }#wze1309 { top:29.9896px;left:10.25px;bottom:auto;right:auto;width:730px;height:55px;display:block;z-index:997;text-align:justify; }#wze1310 { top:97.6717px;left:607.25px;bottom:auto;right:auto;width:133px;height:21px;display:block;z-index:997;text-align:right; }#wze1311 { top:122.256px;left:645.25px;bottom:auto;right:auto;width:95px;height:1.875px;display:block;z-index:997; }#wze1312 { top:127.694px;left:9.48076px;bottom:auto;right:auto;width:730px;height:37px;display:block;z-index:1000;text-align:justify; }#wze1484 { top:24.0465px;left:644.483px;bottom:auto;right:auto;width:95px;height:1.96875px;z-index:1000; }#wze1444 { top:10.0742px;left:508.312px;bottom:auto;right:auto;width:180.734px;height:195.875px;z-index:1001; }#wz-section-wzs144 { height:398.266px;--section-height:398.266px; }#wze669 { top:131.763px;bottom:auto;right:auto;height:411.547px;display:block;z-index:999; }#wze670 { top:341.652px;left:15.0035px;bottom:auto;right:auto;width:738px;height:0.9375px;display:block;z-index:1000; }#wze681 { top:352.573px;left:23.0128px;bottom:auto;right:auto;width:722px;height:38px;display:block;z-index:1000;text-align:center; }#wze1491 { top:24.5156px;left:434.545px;bottom:auto;right:auto;width:315px;height:85.0625px;z-index:998; }#wze1494 { top:33.8929px;left:224px;bottom:auto;right:auto;width:91px;height:18px;display:block;z-index:998;text-align:justify; }#wze1495 { top:20.6508px;left:240px;bottom:auto;right:auto;width:75px;height:2.8125px;display:block;z-index:998; }#wze1496 { top:-3.25px;left:176.015px;bottom:auto;right:auto;width:139px;height:18px;display:block;z-index:998;text-align:right; }#wze1497 { top:57.0615px;left:32.109px;bottom:auto;right:auto;width:282.891px;height:19px;z-index:998;text-align:justify; }#wze1498 { top:24.5312px;left:41.548px;bottom:auto;right:auto;width:327.4688px;height:115.219px;z-index:998; }#wze1499 { top:41.3774px;left:67.4688px;bottom:auto;right:auto;width:260px;height:18px;display:block;z-index:998;text-align:justify; }#wze1500 { top:65.0304px;left:44.5778px;bottom:auto;right:auto;width:282.891px;height:18px;z-index:998;text-align:justify; }#wze1501 { top:28.1352px;left:252.469px;bottom:auto;right:auto;width:75px;height:2.8125px;display:block;z-index:1000; }#wze1502 { top:4.25px;left:62.4842px;bottom:auto;right:auto;width:265px;height:18px;display:block;z-index:998;text-align:right; }#wze1503 { top:89.43px;left:18.5272px;bottom:auto;right:auto;width:308.945px;height:18px;z-index:998;text-align:justify; }#wze1519 { top:157.886px;left:29px;bottom:auto;right:auto;width:490.438px;height:150.406px;z-index:998; }#wze648 { top:118.72px;left:32.984px;bottom:auto;right:auto;width:20px;height:20px;display:block;z-index:1000; }#wze1486 { top:56.8782px;left:32.984px;bottom:auto;right:auto;width:20px;height:20px;z-index:998; }#wze1487 { top:87.8001px;left:32.984px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wze1488 { top:14px;left:32.9688px;bottom:auto;right:auto;width:322.871px;height:27.1875px;z-index:998;text-align:left; }#wze1489 { top:54.5344px;left:62.516px;bottom:auto;right:auto;width:222.797px;height:23px;z-index:998;text-align:left; }#wze1490 { top:82.8051px;left:62.5156px;bottom:auto;right:auto;width:222.797px;height:24px;z-index:998;text-align:justify; }#wze1520 { top:111.883px;left:62.5161px;bottom:auto;right:auto;width:222.797px;height:23px;z-index:1000;text-align:left; }#wze678 { top:13.56895px;left:412.5px;bottom:auto;right:auto;width:15px;height:15px;display:none;z-index:1000; }#wze1955 { top:9.0068px;left:170.666px;bottom:auto;right:auto;width:426.688px;height:69.875px;z-index:1000; }#wze1966 { top:80.8764px;left:149.391px;bottom:auto;right:auto;width:102px;height:32px;z-index:1000;text-align:center; }#wze1967 { top:80.8788px;left:275.933px;bottom:auto;right:auto;width:102px;height:32px;z-index:1000;text-align:center; }#wze1968 { top:80.8776px;left:398.478px;bottom:auto;right:auto;width:102px;height:32px;z-index:1000;text-align:center; }#wze1969 { top:80.3755px;left:513.019px;bottom:auto;right:auto;width:102px;height:33px;z-index:1000;text-align:center; }#wz-section-footer { height:543.297px;--section-height:543.297px; }#wze816 { top:15px;left:0px;bottom:auto;right:auto;width:768px;height:1381.5px;display:block;z-index:1000; }#wze816 .wz-shop-product { width: calc(50% - 30px )}#wz-section-wzs88 { height:1411.5px;--section-height:1411.5px; }#wze818 { top:15px;left:0px;bottom:auto;right:auto;width:768px;height:1364.13px;display:block;z-index:1000; }#wz-section-wzs87 { height:1394.13px;--section-height:1394.13px; }#wze815 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:185px;display:block;z-index:1000; }#wz-section-wzs89 { height:215px;--section-height:215px; }#wze1326 { top:15px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:30.9091px;display:block;z-index:1000;text-align:right; }#wze1327 { top:60.9091px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:27.2585px;display:block;z-index:1000;text-align:right; }#wze1328 { top:103.153px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:272.003px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs149 { height:390.14228222656px;--section-height:390.14228222656px; }#wze1335 { top:15px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:30.9091px;display:block;z-index:1000;text-align:right; }#wze1336 { top:60.9091px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:27.2585px;display:block;z-index:1000;text-align:right; }#wze1337 { top:103.153px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:190.412px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs156 { height:308.55116015625px;--section-height:308.55116015625px; }#wze1338 { top:15px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:30.9091px;display:block;z-index:1000;text-align:right; }#wze1339 { top:60.9091px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:27.2585px;display:block;z-index:1000;text-align:right; }#wze1340 { top:103.153px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:136.009px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs157 { height:254.14819067383px;--section-height:254.14819067383px; }#wz-section-wzs155 { height:15px;--section-height:15px; }#wze1329 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.266px;display:block;z-index:1000; }#wze1334 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs150 { height:701.266px;--section-height:701.266px; }#wze1330 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs151 { height:1005px;--section-height:1005px; }#wze1331 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.766px;display:block;z-index:1000; }#wz-section-wzs152 { height:563.766px;--section-height:563.766px; }#wze1332 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.938px;display:block;z-index:1000; }#wz-section-wzs153 { height:830.938px;--section-height:830.938px; }#wze1333 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.812px;display:block;z-index:1000; }#wz-section-wzs154 { height:737.797px;--section-height:737.797px; }#wze1586 { top:101.461px;left:27.2395px;bottom:auto;right:auto;width:386.49px;height:356.719px;display:block;z-index:1000; }#wze1587 { top:-3.55271e-15px;left:0px;bottom:auto;right:auto;width:360.694px;height:288.976px;display:block;z-index:1000; }#wze1588 { top:261.485px;left:257.521px;bottom:auto;right:auto;width:128.969px;height:96.3125px;display:block;z-index:1001; }#wze1589 { top:62.356px;left:0.96875px;bottom:auto;right:auto;width:125.969px;height:18px;display:block;z-index:1000;text-align:center; }#wze1590 { top:-13px;left:29.25px;bottom:auto;right:auto;width:92.4219px;height:34.9844px;display:block;z-index:1000; }#wze1591 { top:7.5px;left:14px;bottom:auto;right:auto;width:45px;height:57px;display:block;z-index:1000;text-align:center; }#wze1595 { top:101.455px;left:415.964px;bottom:auto;right:auto;width:326.024px;height:318.797px;display:block;z-index:1000;text-align:justify; }#wze1681 { top:16.9969px;left:268.057px;bottom:auto;right:auto;width:473.958px;height:68.375px;display:block;z-index:1000;text-align:right; }#wze1685 { top:472.436px;left:31.0008px;bottom:auto;right:auto;width:710.99px;height:28px;display:block;z-index:1000;text-align:justify; }#wze1686 { top:505.768px;left:31.0008px;bottom:auto;right:auto;width:710.99px;height:244.781px;display:block;z-index:1000;text-align:justify; }#wze1687 { top:764.974px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:213.391px;display:block;z-index:1000;text-align:justify; }#wze1688 { top:992.768px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:157.766px;display:block;z-index:1000;text-align:justify; }#wze1689 { top:1173.94px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:23px;display:block;z-index:1000;text-align:justify; }#wze1690 { top:1202.32px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:136.781px;display:block;z-index:1000;text-align:justify; }#wze1691 { top:1363.54px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:23px;display:block;z-index:1000;text-align:justify; }#wze1692 { top:1390.92px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:109.438px;display:block;z-index:1000;text-align:justify; }#wze1973 { top:1520.02px;bottom:auto;right:auto;height:8.90625px;z-index:1000; }#wze1974 { top:1539.14px;bottom:auto;right:auto;height:41.375px;z-index:1000; }#wze1975 { top:15px;left:15px;bottom:auto;right:auto;width:737.969px;height:21px;display:block;z-index:1000;text-align:right; }#wz-section-wzs174 { height:1599.98px;--section-height:1599.98px; }#wze1892 { top:94.5155px;left:27.2395px;bottom:auto;right:auto;width:386.49px;height:356.062px;display:block;z-index:1000; }#wze1893 { top:261.485px;left:257.521px;bottom:auto;right:auto;width:128.969px;height:94.625px;display:block;z-index:1001; }#wze1894 { top:61.323px;left:0.96875px;bottom:auto;right:auto;width:125.969px;height:17.3125px;display:block;z-index:1000;text-align:center; }#wze1895 { top:-13px;left:29.25px;bottom:auto;right:auto;width:92.4219px;height:34.9844px;display:block;z-index:1000; }#wze1896 { top:7.5px;left:14px;bottom:auto;right:auto;width:45px;height:56px;display:block;z-index:1000;text-align:center; }#wze1897 { top:-3.55271e-15px;left:0px;bottom:auto;right:auto;width:360.694px;height:288.976px;display:block;z-index:1000; }#wze1898 { top:94.5101px;left:415.964px;bottom:auto;right:auto;width:326.024px;height:303.938px;display:block;z-index:1000;text-align:justify; }#wze1899 { top:16.9969px;left:268.057px;bottom:auto;right:auto;width:473.958px;height:61.5417px;display:block;z-index:1000;text-align:right; }#wze1900 { top:465.975px;left:31.0008px;bottom:auto;right:auto;width:710.99px;height:26.6667px;display:block;z-index:1000;text-align:justify; }#wze1901 { top:497.958px;left:31.0008px;bottom:auto;right:auto;width:710.99px;height:261.188px;display:block;z-index:1000;text-align:justify; }#wze1902 { top:773.49px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:226.229px;display:block;z-index:1000;text-align:justify; }#wze1903 { top:1014.09px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:155px;display:block;z-index:1000;text-align:justify; }#wze1904 { top:1192.41px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:21.3125px;display:block;z-index:1000;text-align:justify; }#wze1905 { top:1219.06px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:145.292px;display:block;z-index:1000;text-align:justify; }#wze1906 { top:1388.71px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:21.3125px;display:block;z-index:1000;text-align:justify; }#wze1907 { top:1414.37px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:116.25px;display:block;z-index:1000;text-align:justify; }#wze1908 { top:1545.62px;left:15px;bottom:auto;right:auto;width:737.986px;height:31.0938px;z-index:1000;text-align:justify; }#wze1909 { top:1591.71px;left:15px;bottom:auto;right:auto;width:737.986px;height:30.3819px;z-index:1000;text-align:justify; }#wze1910 { top:1637.09px;left:15px;bottom:auto;right:auto;width:737.986px;height:246.059px;z-index:1000;text-align:justify; }#wz-section-wzs212 { height:1902.8764px;--section-height:1902.8764px; }#wze1923 { top:219.388px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:22px;display:block;z-index:1000;text-align:justify; }#wze1924 { top:246.725px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:383.016px;display:block;z-index:1000;text-align:justify; }#wze1925 { top:654.114px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:22px;display:block;z-index:1000;text-align:justify; }#wze1926 { top:680.461px;left:31.0565px;bottom:auto;right:auto;width:710.938px;height:355.672px;display:block;z-index:1000;text-align:justify; }#wze1929 { top:1081.13px;left:15px;bottom:auto;right:auto;width:737.986px;height:342.016px;z-index:1000;text-align:justify; }#wze1937 { top:1438.16px;bottom:auto;right:auto;height:8.90625px;z-index:1000; }#wze1938 { top:1462.06px;bottom:auto;right:auto;height:48.9844px;z-index:1000; }#wze1918 { top:15px;left:15px;bottom:auto;right:auto;width:737.969px;height:18.9844px;display:block;z-index:1000;text-align:right; }#wze1970 { top:1526.04px;bottom:auto;right:auto;height:8.90625px;z-index:1000; }#wze1971 { top:1549.95px;bottom:auto;right:auto;height:39.375px;z-index:1000; }#wze1972 { top:15px;left:15px;bottom:auto;right:auto;width:737.969px;height:18.9844px;display:block;z-index:1000;text-align:right; }#wz-section-wzs213 { height:1654.00125px;--section-height:1654.00125px; }#wze1976 { top:33.1014px;left:27.2395px;bottom:auto;right:auto;width:386.49px;height:413.719px;display:block;z-index:1000; }#wze1977 { top:261.485px;left:257.521px;bottom:auto;right:auto;width:128.969px;height:96.3125px;display:block;z-index:1001; }#wze1978 { top:62.356px;left:0.96875px;bottom:auto;right:auto;width:125.969px;height:18px;display:block;z-index:1000;text-align:center; }#wze1979 { top:-13px;left:29.25px;bottom:auto;right:auto;width:92.4219px;height:34.9844px;display:block;z-index:1000; }#wze1980 { top:7.5px;left:14px;bottom:auto;right:auto;width:45px;height:57px;display:block;z-index:1000;text-align:center; }#wze1981 { top:-3.55271e-15px;left:0px;bottom:auto;right:auto;width:360.694px;height:288.976px;display:block;z-index:1000; }#wze1997 { top:303.976px;left:103.245px;bottom:auto;right:auto;width:180px;height:42px;z-index:1000;text-align:center; }#wze1992 { top:595.8324px;bottom:auto;right:auto;height:8.90625px;z-index:1000; }#wze1993 { top:614.9524px;bottom:auto;right:auto;height:41.375px;z-index:1000; }#wze1994 { top:15px;left:15px;bottom:auto;right:auto;width:737.969px;height:21px;display:block;z-index:1000;text-align:right; }#wze1995 { top:671.327px;left:100px;bottom:auto;right:auto;width:568px;height:27px;z-index:1000;text-align:right; }#wze1996 { top:713.327px;left:100px;bottom:auto;right:auto;width:568px;height:300px;z-index:1000;text-align:justify; }#wz-section-wzs215 { height:1089.8624px;--section-height:1089.8624px; }#wze2001 { top:15px;left:100px;bottom:auto;right:auto;width:568px;height:27px;display:block;z-index:1000;text-align:right; }#wze2002 { top:57px;left:15px;bottom:auto;right:auto;width:738px;height:425px;display:block;z-index:1000;text-align:justify; }#wze2003 { top:497px;left:259px;bottom:auto;right:auto;width:250px;height:383px;display:block;z-index:1000; }#wz-section-wzs217 { height:895px;--section-height:895px; }#wze2004 { top:15px;left:100px;bottom:auto;right:auto;width:568px;height:27px;display:block;z-index:1000;text-align:right; }#wze2005 { top:57px;left:2px;bottom:auto;right:auto;width:764px;height:282px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs218 { height:354px;--section-height:354px; }#wz-section-wzs216 { height:15px;--section-height:15px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 1170px) {#wze1443 .wz-list-root { width:calc( 16.666666666667% - ( 2 * 10px ) );margin:10px; }#wze816 .wz-shop-product { width: calc(25% - 30px )}}