
@font-face {
    font-family: Vazir;
    font-weight: 400;
    src: url(../fonts/DanaFaNum-Bold.woff)
}

@font-face {
    font-family: Vazir;
    font-weight: 700;
    src: url(../fonts/DanaFaNum-Bold.woff)
}

.audiojs {
    width: 100%
}

.audiojs * {
    box-sizing: initial
}

.wz-audio ol {
    padding: 0;
    margin: 0;
    list-style: decimal-leading-zero inside;
    color: #242424;
    width: 100%;
    border-top: 1px solid #ccc;
    font-size: .9em;
    font-family: iransans_fa,tahoma,serif
}

.wz-audio ol li {
    position: relative;
    margin: 0;
    padding: 9px 2px 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer
}

.wz-audio ol li a {
    display: block;
    text-indent: -3.3ex;
    padding: 0 0 0 20px
}

.wz-audio li.playing {
    color: #aaa;
    text-shadow: 1px 1px 0 rgba(255,255,255,.3)
}

.wz-audio li.playing a {
    color: #000
}

.wz-audio li.playing:before {
    content: 'â™¬';
    width: 14px;
    height: 14px;
    padding: 3px;
    line-height: 14px;
    margin: 0;
    position: absolute;
    left: -24px;
    top: 9px;
    color: #000;
    font-size: 13px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2)
}

[data-widget=wz-audio] .wz-template .audiojs {
    box-sizing: border-box!important;
    width: 100%;
    border: 0;
    background: 0 0;
    box-shadow: none
}

[data-widget=wz-audio] .wz-template .audiojs .play-pause {
    padding-right: 30px
}

.audiojs .time {
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 0 0 6px;
    padding: 0 6px 0 12px;
    color: #ddd;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),not all,not all,not all,not all {
    .audiojs .error,.audiojs .loading,.audiojs .pause,.audiojs .play {
        background-image:url(../images/player-graphics.gif)
    }
}

.wz-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    background: 0 0
}

.wz-gallery .cover-label:after,.wz-gallery .cover-label:before {
    pointer-events: none
}

.wz-gallery+.more-image.show {
    display: inline-block!important
}

.wz-gallery.wz-gallery-masonry {
    column-count: 3;
    column-gap: 0;
    overflow: hidden
}

.wz-gallery.wz-gallery-masonry li {
    break-inside: avoid
}

.wz-gallery.wz-gallery-grid {
    overflow: hidden
}

.wz-gallery.wz-gallery-grid li {
    float: right;
    padding: 5px
}

.wz-gallery.wz-gallery-grid li img {
    width: 100%;
    height: 100%
}

.wz-gallery.wz-gallery-grid li.hide {
    display: none
}

.wz-gallery.wz-gallery-grid .cover-label .wz-gallery-caption .wz-gallery-caption-content {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0
}

.wz-gallery.wz-gallery-grid[data-layout=layout1] {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.wz-gallery.wz-gallery-grid[data-layout=layout1] li {
    width: auto!important
}

.wz-gallery.wz-gallery-grid[data-layout=layout1] li:nth-child(6n+1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%
}

.wz-gallery.wz-gallery-grid[data-layout=layout1] li:nth-child(6n+2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%
}

.wz-gallery.wz-gallery-grid[data-layout=layout1] li:nth-child(6n+3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%
}

.wz-gallery.wz-gallery-grid[data-layout=layout1] li:nth-child(6n+4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%
}

.wz-gallery.wz-gallery-grid[data-layout=layout1] li:nth-child(6n+5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%
}

.wz-gallery.wz-gallery-grid[data-layout=layout1] li:nth-child(6n+6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%
}

.wz-gallery.wz-gallery-grid[data-layout=layout2] {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.wz-gallery.wz-gallery-grid[data-layout=layout2] li {
    width: auto!important
}

.wz-gallery.wz-gallery-grid[data-layout=layout2] li:nth-child(5n+1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3)
}

.wz-gallery.wz-gallery-grid[data-layout=layout2] li:nth-child(5n+2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3)
}

.wz-gallery.wz-gallery-grid[data-layout=layout2] li:nth-child(5n+3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3)
}

.wz-gallery.wz-gallery-grid[data-layout=layout2] li:nth-child(5n+4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%
}

.wz-gallery.wz-gallery-grid[data-layout=layout2] li:nth-child(5n+5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%
}

.wz-gallery.wz-gallery-grid[data-layout=layout3] {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.wz-gallery.wz-gallery-grid[data-layout=layout3] li {
    width: auto!important
}

.wz-gallery.wz-gallery-grid[data-layout=layout3] li:nth-child(6n+1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%
}

.wz-gallery.wz-gallery-grid[data-layout=layout3] li:nth-child(6n+2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%
}

.wz-gallery.wz-gallery-grid[data-layout=layout3] li:nth-child(6n+3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%
}

.wz-gallery.wz-gallery-grid[data-layout=layout3] li:nth-child(6n+4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%
}

.wz-gallery.wz-gallery-grid[data-layout=layout3] li:nth-child(6n+5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%
}

.wz-gallery.wz-gallery-grid[data-layout=layout3] li:nth-child(6n+6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%
}

.wz-gallery.wz-gallery-grid[data-layout=layout4] {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.wz-gallery.wz-gallery-grid[data-layout=layout4] li {
    width: auto!important
}

.wz-gallery.wz-gallery-grid[data-layout=layout4] li:nth-child(4n+1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%
}

.wz-gallery.wz-gallery-grid[data-layout=layout4] li:nth-child(4n+2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%
}

.wz-gallery.wz-gallery-grid[data-layout=layout4] li:nth-child(4n+3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%
}

.wz-gallery.wz-gallery-grid[data-layout=layout4] li:nth-child(4n+4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%
}

.wz-gallery.wz-gallery-grid[data-layout=layout5] {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 50% %50 50%
}

.wz-gallery.wz-gallery-grid[data-layout=layout5] li {
    width: auto!important;
    height: auto!important
}

.wz-gallery.wz-gallery-grid[data-layout=layout5] li:nth-child(4n+1) {
    grid-column: 1/span 2
}

.wz-gallery.wz-gallery-grid[data-layout=layout5] li:nth-child(4n+2) {
    grid-column: 3;
    grid-row: 1/span 2
}

.wz-gallery.wz-gallery-grid[data-layout=layout5] li:nth-child(4n+3) {
    grid-column: 1;
    grid-row: 2
}

.wz-gallery.wz-gallery-grid[data-layout=layout5] li:nth-child(4n+4) {
    grid-column: 2;
    grid-row: 2
}

.wz-gallery.wz-gallery-grid li,.wz-gallery.wz-gallery-masonry li {
    padding: 5px;
    cursor: pointer
}

.wz-gallery.wz-gallery-grid li>a,.wz-gallery.wz-gallery-masonry li>a {
    cursor: pointer;
    width: 100%;
    height: 100%
}

.wz-gallery.wz-gallery-grid li figure,.wz-gallery.wz-gallery-masonry li figure {
    width: 100%;
    height: 100%;
    background: 0 0;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.wz-gallery.wz-gallery-grid li figure figcaption,.wz-gallery.wz-gallery-masonry li figure figcaption {
    display: block
}

.wz-gallery.wz-gallery-grid li figure figcaption h3,.wz-gallery.wz-gallery-masonry li figure figcaption h3 {
    padding: 0;
    margin: 0
}

.wz-gallery.wz-gallery-grid li figure figcaption p,.wz-gallery.wz-gallery-masonry li figure figcaption p {
    padding: 0;
    margin: 10px 0 0
}

.wz-gallery.wz-gallery-grid li figure a,.wz-gallery.wz-gallery-masonry li figure a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.wz-gallery.wz-gallery-grid li img,.wz-gallery.wz-gallery-masonry li img {
    width: 100%;
    height: 100%;
    display: block
}

.wz-gallery.wz-gallery-grid li .wz-gallery-title,.wz-gallery.wz-gallery-masonry li .wz-gallery-title {
    width: 100%;
    padding: 7px 0;
    position: absolute;
    bottom: 0
}

.wz-gallery.wz-gallery-slider {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    opacity: .99
}

.wz-gallery.wz-gallery-slider .flex-viewport {
    height: 100%
}

.wz-gallery.wz-gallery-slider .flex-viewport .slides {
    height: 100%
}

.wz-gallery.wz-gallery-slider .flex-viewport .slides li {
    height: 100%;
    position: relative
}

.wz-gallery.wz-gallery-slider .flex-viewport .slides li .wz-slider-item {
    height: 100%;
    position: relative;
    overflow: hidden;
    opacity: .99
}

.wz-gallery.wz-gallery-slider .flex-viewport .slides li .wz-slider-item>a {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.wz-gallery.wz-gallery-slider .flex-viewport .slides li img {
    height: 100%;
    display: block;
    margin: 0 auto
}

.wz-gallery.wz-gallery-slider .flex-viewport .slides li .wz-gallery-caption {
    width: 100%;
    position: absolute;
    padding: 10px;
    bottom: 0
}

.wz-gallery.wz-gallery-slider .flex-control-nav {
    position: absolute;
    bottom: 0
}

.wz-gallery.wz-gallery-slider.wz-gallery-slider-control-nav .flex-viewport {
    max-height: calc(100% - 25px)
}

.shop-product-list .wz-gallery.wz-gallery-slider .flex-viewport .slides {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.shop-product-list .wz-gallery.wz-gallery-slider .flex-viewport .slides li {
    height: auto
}

.shop-product-list .wz-gallery.wz-gallery-slider .flex-viewport .slides li .wz-shop-product {
    height: 100%
}

.wz-gallery-carousel {
    position: relative;
    padding: 0;
    border: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    background: 0 0
}

.wz-gallery-carousel.flex-centered .flex-viewport {
    width: auto!important;
    display: table
}

.wz-gallery-carousel.flex-centered .slides {
    text-align: center;
    -webkit-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
    -webkit-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    -o-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important
}

.wz-gallery-carousel.flex-centered .flex-direction-nav {
    display: none
}

.wz-gallery-carousel .flex-viewport {
    width: calc(100% - 60px);
    margin: 0 auto -5px
}

.wz-gallery-carousel .flex-direction-nav a {
    opacity: 1!important;
    outline: 0;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    cursor: pointer
}

.wz-gallery-carousel .flex-direction-nav a:before {
    font-size: 30px
}

.wz-gallery-carousel .flex-direction-nav a.flex-prev {
    left: 0!important
}

.wz-gallery-carousel .flex-direction-nav a.flex-next {
    right: 0!important
}

.flex-direction-nav a {
    text-shadow: none
}

.flex-direction-nav a:before {
    text-shadow: none
}

.wz-gallery-caption .wz-gallery-caption-content {
    padding: 0 10px
}

.wz-gallery-slider-thumbnail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 10px 0 0
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel li {
    cursor: pointer
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel li .wz-image-ratio img {
    height: 100%
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel .flex-active-slide {
    position: relative
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel .flex-active-slide:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    pointer-events: none;
    box-sizing: border-box
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel .flex-viewport {
    width: calc(100% - 40px)
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel .flex-direction-nav a {
    width: 16px;
    height: 16px;
    margin-top: -8px
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel .flex-direction-nav a:before {
    font-size: 16px
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-reverse {
    order: -1;
    margin: 0 0 10px
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-reverse.flex-centered {
    margin: 0 0 7px
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-vertical {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 10px
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-vertical .flex-viewport {
    width: auto;
    height: calc(100% - 40px)!important;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-vertical .slides {
    width: 100%!important
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-vertical .slides li {
    float: none!important;
    clear: both;
    display: block;
    margin-left: 0!important;
    margin-right: 0!important;
    width: 60px!important
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-vertical .flex-direction-nav a {
    margin-top: auto;
    top: 0;
    left: 50%!important;
    margin-left: -8px
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-vertical .flex-direction-nav a.flex-prev {
    top: 0
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-vertical .flex-direction-nav a.flex-prev:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-vertical .flex-direction-nav a.flex-next {
    bottom: 0
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-vertical .flex-direction-nav a.flex-next:before {
    content: "\f005"
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-vertical.flex-vertical-centered .flex-viewport {
    height: auto!important
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-vertical.flex-vertical-centered .flex-viewport .slides {
    -webkit-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
    -webkit-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    -o-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-vertical.flex-vertical-centered .flex-direction-nav a {
    display: none;
    z-index: -1;
    opacity: 0!important
}

.wz-gallery-slider-thumbnail+.wz-gallery-carousel.wz-gallery-carousel-vertical.wz-gallery-carousel-reverse {
    margin: 0 10px 0 0
}

.wz-section-lightBox-full {
    position: fixed!important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: none
}

.wz-section-lightBox-full .wz-section {
    height: 100vh!important;
    width: 100vw!important;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

body.show-light-box .wz-section-lightBox-full {
    display: block
}

.wz-section-lightBox-full[background=clickable] {
    pointer-events: none
}

.wz-section-lightBox-full[background=clickable] .wz-element {
    pointer-events: all
}

.wz-section.wz-section-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section.wz-section-row {
        -webkit-box-direction:normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: auto!important;
        padding-right: 0!important;
        padding-left: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section.wz-section-row,body:not(.wz-production)[data-device=tablet] .wz-section.wz-section-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto!important;
    padding-right: 0!important;
    padding-left: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section.wz-section-row {
        -webkit-box-direction:normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: auto!important;
        padding-right: 0!important;
        padding-left: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section.wz-section-row,body:not(.wz-production)[data-device=tablet] .wz-section.wz-section-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto!important;
    padding-right: 0!important;
    padding-left: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section.wz-section-row {
        -webkit-box-direction:normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: auto!important;
        padding-right: 0!important;
        padding-left: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section.wz-section-row,body:not(.wz-production)[data-device=tablet] .wz-section.wz-section-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto!important;
    padding-right: 0!important;
    padding-left: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section.wz-section-row {
        -webkit-box-direction:normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: auto!important;
        padding-right: 0!important;
        padding-left: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section.wz-section-row,body:not(.wz-production)[data-device=tablet] .wz-section.wz-section-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto!important;
    padding-right: 0!important;
    padding-left: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section.wz-section-row {
        -webkit-box-direction:normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: auto!important;
        padding-right: 0!important;
        padding-left: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section.wz-section-row,body:not(.wz-production)[data-device=tablet] .wz-section.wz-section-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto!important;
    padding-right: 0!important;
    padding-left: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section.wz-section-row {
        -webkit-box-direction:normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: auto!important;
        padding-right: 0!important;
        padding-left: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section.wz-section-row,body:not(.wz-production)[data-device=tablet] .wz-section.wz-section-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto!important;
    padding-right: 0!important;
    padding-left: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section.wz-section-row {
        -webkit-box-direction:normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: auto!important;
        padding-right: 0!important;
        padding-left: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section.wz-section-row,body:not(.wz-production)[data-device=tablet] .wz-section.wz-section-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto!important;
    padding-right: 0!important;
    padding-left: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section.wz-section-row {
        -webkit-box-direction:normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: auto!important;
        padding-right: 0!important;
        padding-left: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section.wz-section-row,body:not(.wz-production)[data-device=tablet] .wz-section.wz-section-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto!important;
    padding-right: 0!important;
    padding-left: 0!important
}

.wz-section [data-widget=wz-column] {
    position: relative!important;
    top: auto!important;
    left: auto!important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    box-sizing: border-box
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]:not(.changing-height) {
        height:100%!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column]:not(.changing-height) {
    height: 100%!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]:not(.changing-height) {
        height:100%!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column]:not(.changing-height) {
    height: 100%!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]:not(.changing-height) {
        height:100%!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column]:not(.changing-height) {
    height: 100%!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]:not(.changing-height) {
        height:100%!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column]:not(.changing-height) {
    height: 100%!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]:not(.changing-height) {
        height:100%!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column]:not(.changing-height) {
    height: 100%!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]:not(.changing-height) {
        height:100%!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column]:not(.changing-height) {
    height: 100%!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]:not(.changing-height) {
        height:100%!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column]:not(.changing-height) {
    height: 100%!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]:not(.changing-height) {
        height:100%!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column]:not(.changing-height) {
    height: 100%!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        padding-left:var(--column-space)
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column] {
    padding-left: var(--column-space)
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        padding-left:var(--column-space)
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column] {
    padding-left: var(--column-space)
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        padding-left:var(--column-space)
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column] {
    padding-left: var(--column-space)
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        padding-left:var(--column-space)
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column] {
    padding-left: var(--column-space)
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        padding-left:var(--column-space)
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column] {
    padding-left: var(--column-space)
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        padding-left:var(--column-space)
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column] {
    padding-left: var(--column-space)
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        padding-left:var(--column-space)
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column] {
    padding-left: var(--column-space)
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        padding-left:var(--column-space)
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section [data-widget=wz-column] {
    padding-left: var(--column-space)
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        margin-top:var(--column-space)
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    margin-top: var(--column-space)
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        margin-top:var(--column-space)
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    margin-top: var(--column-space)
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        margin-top:var(--column-space)
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    margin-top: var(--column-space)
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        margin-top:var(--column-space)
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    margin-top: var(--column-space)
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        margin-top:var(--column-space)
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    margin-top: var(--column-space)
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        margin-top:var(--column-space)
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    margin-top: var(--column-space)
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        margin-top:var(--column-space)
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    margin-top: var(--column-space)
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        margin-top:var(--column-space)
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    margin-top: var(--column-space)
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        width:100%!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    width: 100%!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        width:100%!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    width: 100%!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        width:100%!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    width: 100%!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        width:100%!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    width: 100%!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        width:100%!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    width: 100%!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        width:100%!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    width: 100%!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        width:100%!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    width: 100%!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column] {
        width:100%!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column],body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column] {
    width: 100%!important
}

.wz-section [data-widget=wz-column]>.wz-template {
    position: relative
}

.wz-section [data-widget=wz-column]>.wz-template>.wz-section-video-background {
    z-index: 0
}

.wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
    margin: auto
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
        left:0!important;
        right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container,body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
    left: 0!important;
    right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
        left:0!important;
        right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container,body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
    left: 0!important;
    right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
        left:0!important;
        right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container,body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
    left: 0!important;
    right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
        left:0!important;
        right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container,body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
    left: 0!important;
    right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
        left:0!important;
        right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container,body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
    left: 0!important;
    right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
        left:0!important;
        right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container,body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
    left: 0!important;
    right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
        left:0!important;
        right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container,body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
    left: 0!important;
    right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
        left:0!important;
        right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container,body:not(.wz-production)[data-device=tablet] .wz-section [data-widget=wz-column]>.wz-template>.wz-element-container {
    left: 0!important;
    right: 0!important
}

.wz-section-full[wz-section-full-width=on] .wz-section.wz-section-row {
    width: 100%
}

.wz-section-row.wz-section-grid {
    height: auto!important;
    min-height: var(--section-height)
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
        height:auto!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
    height: auto!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
        height:auto!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
    height: auto!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
        height:auto!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
    height: auto!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
        height:auto!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
    height: auto!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
        height:auto!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
    height: auto!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
        height:auto!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
    height: auto!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
        height:auto!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
    height: auto!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
        height:auto!important
    }
}

body:not(.wz-production)[data-device=desktop] .wz-section-row.wz-section-grid [data-widget=wz-column]:not(.changing-height) {
    height: auto!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid {
        min-height:auto
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-row.wz-section-grid,body:not(.wz-production)[data-device=tablet] .wz-section-row.wz-section-grid {
    min-height: auto
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid {
        min-height:auto
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-row.wz-section-grid,body:not(.wz-production)[data-device=tablet] .wz-section-row.wz-section-grid {
    min-height: auto
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid {
        min-height:auto
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-row.wz-section-grid,body:not(.wz-production)[data-device=tablet] .wz-section-row.wz-section-grid {
    min-height: auto
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid {
        min-height:auto
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-row.wz-section-grid,body:not(.wz-production)[data-device=tablet] .wz-section-row.wz-section-grid {
    min-height: auto
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid {
        min-height:auto
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-row.wz-section-grid,body:not(.wz-production)[data-device=tablet] .wz-section-row.wz-section-grid {
    min-height: auto
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid {
        min-height:auto
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-row.wz-section-grid,body:not(.wz-production)[data-device=tablet] .wz-section-row.wz-section-grid {
    min-height: auto
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid {
        min-height:auto
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-row.wz-section-grid,body:not(.wz-production)[data-device=tablet] .wz-section-row.wz-section-grid {
    min-height: auto
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-row.wz-section-grid {
        min-height:auto
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-row.wz-section-grid,body:not(.wz-production)[data-device=tablet] .wz-section-row.wz-section-grid {
    min-height: auto
}

#wz-search-result {
    background-color: #fff;
    border: 2px solid #f7f7f7;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 2rem;
    direction: rtl;
    height: max-content;
    max-height: 35vh;
    position: fixed;
    z-index: 9999;
    overflow-y: auto
}

#wz-search-result .wz-search-result-item-link {
    color: rgba(0,0,0,.65)
}

#wz-search-result .wz-search-result-item-link .wz-search-result-item {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 1.5rem
}

#wz-search-result .wz-search-result-item-link .wz-search-result-item:first-child {
    margin-top: 0
}

#wz-search-result .wz-search-result-item-link .wz-search-result-item .wz-search-result-shop-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    min-width: 50px;
    height: 5rem;
    min-height: 50px;
    margin-left: 1rem;
    border-radius: 8px;
    border: 2px solid #dcdcdc
}

#wz-search-result .wz-search-result-item-link .wz-search-result-item .wz-search-result-shop-img-box .wz-search-result-shop-img {
    width: 80%;
    height: 80%
}

#wz-search-result .wz-search-result-item-link .wz-search-result-item .wz-search-result-blog-img {
    opacity: .45;
    margin-left: 10px
}

#wz-search-result .wz-search-result-item-link .wz-search-result-item .wz-search-result-title {
    color: #000;
    margin-left: 10px;
    font-size: .9em;
    opacity: .65;
    white-space: nowrap;
    max-width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis
}

#wz-search-result .wz-search-result-item-link .wz-search-result-item .wz-search-result-link-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: 0;
    opacity: .65
}

#wz-search-result .wz-search-result-item-link .wz-search-result-item .wz-search-result-link-icon img {
    width: 20px;
    opacity: .45;
    margin-right: auto
}

#wz-search-result .wz-search-result-item-link:hover {
    color: rgba(0,0,0,.85)
}

#wz-search-result .wz-search-result-item-link:hover .wz-search-result-title {
    opacity: 1
}

#wz-search-result .wz-search-result-item-link:hover .wz-search-result-link-icon {
    opacity: 1
}

#wz-search-result .wz-search-result-shop-cat {
    color: #000
}

#wz-search-result .wz-search-result-shop-cat div {
    display: flex;
    flex-flow: row nowrap;
    align-items: end;
    opacity: .65;
    margin-bottom: 1rem
}

#wz-search-result .wz-search-result-shop-cat div img {
    margin-left: 1rem
}

#wz-search-result .wz-search-result-shop-cat div p {
    font-size: .9em;
    font-weight: 700;
    white-space: nowrap;
    max-width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis
}

#wz-search-result .wz-search-result-shop-cat div span {
    font-size: .65em;
    font-weight: 700;
    color: gray;
    background-color: #dcdcdc;
    padding: 3px 10px;
    border-radius: 20px;
    margin-right: 1rem
}

#wz-search-result .wz-search-result-shop-cat div:hover {
    opacity: 1
}

#wz-search-result .wz-search-result-shop-cat:hover {
    color: #000
}

#wz-search-result .wz-search-result-not-found {
    display: none;
    opacity: .65
}

#wz-search-result .wz-section-result+.wz-section-result::before {
    content: '';
    display: block;
    border: 1px solid #f7f7f7;
    margin: 20px 0
}

.wz-shop-product-share {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 2.5rem
}

.wz-shop-product-share .wz-shop-product-share-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 35px;
    min-height: 35px;
    padding: 5px;
    background-color: #474747;
    border-radius: 7px;
    margin-left: 10px
}

.wz-shop-product-share .wz-shop-product-share-socials svg {
    width: 25px;
    height: 25px;
    fill: #fff
}

.wz-shop-product-share .wz-shop-product-share-socials span {
    font-size: 1.25rem;
    letter-spacing: -.95px;
    margin: 0 .5rem;
    color: #fff
}

.wz-shop-product-share .wz-shop-product-share-facebook[data-title]:after,.wz-shop-product-share .wz-shop-product-share-mail[data-title]:after,.wz-shop-product-share .wz-shop-product-share-twitter[data-title]:after,.wz-shop-product-share .wz-shop-product-share-whatsapp[data-title]:after {
    content: attr(data-title);
    display: block;
    transition: opacity .5s;
    pointer-events: none;
    opacity: 0;
    background-color: #707070;
    color: #fff;
    width: max-content;
    height: auto;
    position: absolute;
    top: 45px;
    font-size: 1rem;
    padding: 5px 10px;
    border-radius: 5px
}

.wz-shop-product-share .wz-shop-product-share-facebook[data-title]:hover:after,.wz-shop-product-share .wz-shop-product-share-mail[data-title]:hover:after,.wz-shop-product-share .wz-shop-product-share-twitter[data-title]:hover:after,.wz-shop-product-share .wz-shop-product-share-whatsapp[data-title]:hover:after {
    opacity: 1
}

.wz-shop-product-share .wz-shop-product-share-mail img {
    width: 20px;
    height: 20px
}

.wz-shop-product-share .wz-shop-product-share-document {
    border: none;
    outline: 0;
    cursor: pointer
}

.cart-item-info[date-type="4"] .quantity.buttons_added [type=button] {
    opacity: 0;
    pointer-events: none
}

.cart-item-info[date-type="4"] .quantity.buttons_added input {
    pointer-events: none;
    background: 0 0;
    border: 0;
    box-shadow: none
}

.quantity.buttons_added[date-type="4"] [type=button] {
    opacity: 0;
    pointer-events: none
}

.quantity.buttons_added[date-type="4"] input {
    pointer-events: none;
    background: 0 0;
    border: 0;
    box-shadow: none
}

.wz-booking-date-container {
    direction: ltr;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

.wz-booking-date-container.wz-booking-hotel-date-container {
    flex-direction: row-reverse;
    text-align: right;
    flex-wrap: wrap
}

.wz-booking-date-container.wz-booking-hotel-date-container .wz-booking-date-start-container {
    margin-left: 25px
}

.wz-booking-date-container.wz-booking-hotel-date-container>.wz-booking-hotel-result {
    background-color: #f1f1f1;
    color: #313131;
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    width: auto;
    min-width: auto;
    display: none;
    direction: rtl;
    text-align: right
}

.wz-booking-date-container.wz-booking-hotel-date-container h3 {
    background-color: #f1f1f1;
    color: #ccc;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 12px
}

.wz-booking-date-container * {
    font-family: iransans_fa,tahoma,serif
}

.wz-booking-date-container .datepicker-plot-area {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none
}

.wz-booking-date-container .wz-booking-date,.wz-booking-date-container .wz-booking-time-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 10px)
}

.wz-booking-date-container .wz-booking-time-container {
    direction: rtl;
    margin-top: 40px;
    margin-left: 20px
}

.wz-booking-date-container .wz-booking-time-container .wz-booking-time {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    direction: rtl;
    padding: 10px 0
}

.wz-booking-date-container .wz-booking-time-container .wz-booking-time .wz-booking-time-slot {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    margin-top: 5px
}

.wz-booking-date-container .wz-booking-time-container .wz-booking-time .wz-booking-time-slot label {
    cursor: pointer
}

body {
    --gtr: 13
}

.cssgrid .wz-section.wz-section-grid [data-widget=wz-form]>.wz-template>.wz-element-container {
    direction: ltr!important
}

.cssgrid .wz-section.wz-section-grid [data-widget=wz-form]>.wz-template>.wz-element-container>.wz-element {
    direction: rtl
}

@media only screen and (max-width: 1170px) {
    body.wz-production .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
        margin-left:0!important;
        margin-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width,body:not(.wz-production)[data-device=tablet] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
    margin-left: 0!important;
    margin-right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
        margin-left:0!important;
        margin-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width,body:not(.wz-production)[data-device=tablet] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
    margin-left: 0!important;
    margin-right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
        margin-left:0!important;
        margin-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width,body:not(.wz-production)[data-device=tablet] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
    margin-left: 0!important;
    margin-right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
        margin-left:0!important;
        margin-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width,body:not(.wz-production)[data-device=tablet] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
    margin-left: 0!important;
    margin-right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
        margin-left:0!important;
        margin-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width,body:not(.wz-production)[data-device=tablet] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
    margin-left: 0!important;
    margin-right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
        margin-left:0!important;
        margin-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width,body:not(.wz-production)[data-device=tablet] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
    margin-left: 0!important;
    margin-right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
        margin-left:0!important;
        margin-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width,body:not(.wz-production)[data-device=tablet] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
    margin-left: 0!important;
    margin-right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
        margin-left:0!important;
        margin-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width,body:not(.wz-production)[data-device=tablet] .cssgrid .wz-section.wz-section-grid .wz-element.wz-element-full-width {
    margin-left: 0!important;
    margin-right: 0!important
}

.cssgrid .wz-section.wz-section-grid:not(.wz-section-row) {
    position: static;
    display: grid;
    grid-template-rows: repeat(var(--gtr),min-content) 1fr;
    grid-template-columns: 100%;
    padding-bottom: 0;
    box-sizing: border-box
}

.cssgrid .wz-section.wz-section-grid:not(.wz-section-row):not(.wz-section-empty) {
    height: auto!important
}

.cssgrid .wz-section.wz-section-grid [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    margin: 0 auto!important;
    grid-area: initial!important
}

@media only screen and (min-width: 1170px) {
    .cssgrid body .wz-section.wz-section-grid>.wz-element:not([data-widget=wz-column]):not(.fixed-element-desktop) {
        top:auto!important;
        position: relative!important;
        justify-self: start;
        align-self: start
    }

    .cssgrid body .wz-section.wz-section-grid>.wz-element:not(.fixed-element-desktop)[data-widget=wz-box],.cssgrid body .wz-section.wz-section-grid>.wz-element:not(.fixed-element-desktop)[data-widget=wz-text],.cssgrid body .wz-section.wz-section-grid>.wz-element:not(.fixed-element-desktop)[wz-autoheight]:not([data-widget=wz-shop-cart-icon]) {
        height: auto!important
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element.fixed-element-desktop .wz-element {
        margin: 0!important;
        grid-area: auto!important
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-desktop) .wz-element:not(.fixed-element-desktop):not([data-widget=wz-gallery]) .wz-element-container:not(.wz-shop-recent-filter-container),.cssgrid body .wz-section.wz-section-grid>.wz-element:not(.fixed-element-desktop):not([data-widget=wz-gallery]) .wz-element-container:not(.wz-shop-recent-filter-container) {
        display: grid;
        height: auto;
        width: 100%;
        min-height: auto;
        grid-template-rows: repeat(var(--gtr),min-content) 1fr;
        grid-template-columns: 100%;
        position: relative!important
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-desktop) .wz-element:not(.fixed-element-desktop):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-desktop),.cssgrid body .wz-section.wz-section-grid>.wz-element:not(.fixed-element-desktop):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-desktop) {
        top: auto!important;
        position: relative!important;
        justify-self: start;
        align-self: start
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-desktop) .wz-element:not(.fixed-element-desktop):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-desktop)[data-widget=wz-box],.cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-desktop) .wz-element:not(.fixed-element-desktop):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-desktop)[data-widget=wz-text],.cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-desktop) .wz-element:not(.fixed-element-desktop):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-desktop)[wz-autoheight]:not([data-widget=wz-shop-cart-icon]),.cssgrid body .wz-section.wz-section-grid>.wz-element:not(.fixed-element-desktop):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-desktop)[data-widget=wz-box],.cssgrid body .wz-section.wz-section-grid>.wz-element:not(.fixed-element-desktop):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-desktop)[data-widget=wz-text],.cssgrid body .wz-section.wz-section-grid>.wz-element:not(.fixed-element-desktop):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-desktop)[wz-autoheight]:not([data-widget=wz-shop-cart-icon]) {
        height: auto!important
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element:not([data-widget=wz-column],.fixed-element-desktop)>.wz-template>.wz-element-container {
        position: static
    }
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    .cssgrid body .wz-section.wz-section-grid>.wz-element:not([data-widget=wz-column]):not(.fixed-element-tablet) {
        top:auto!important;
        position: relative!important;
        justify-self: start;
        align-self: start
    }

    .cssgrid body .wz-section.wz-section-grid>.wz-element:not(.fixed-element-tablet)[data-widget=wz-box],.cssgrid body .wz-section.wz-section-grid>.wz-element:not(.fixed-element-tablet)[data-widget=wz-text],.cssgrid body .wz-section.wz-section-grid>.wz-element:not(.fixed-element-tablet)[wz-autoheight]:not([data-widget=wz-shop-cart-icon]) {
        height: auto!important
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element.fixed-element-tablet .wz-element {
        margin: 0!important;
        grid-area: auto!important
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-tablet):not([data-widget=wz-gallery]) .wz-element-container:not(.wz-shop-recent-filter-container) {
        display: grid;
        height: auto;
        width: 100%;
        min-height: auto;
        grid-template-rows: repeat(var(--gtr),min-content) 1fr;
        grid-template-columns: 100%;
        position: relative!important
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-tablet):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-tablet) {
        top: auto!important;
        position: relative!important;
        justify-self: start;
        align-self: start
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-tablet):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-tablet)[data-widget=wz-box],.cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-tablet):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-tablet)[data-widget=wz-text],.cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-tablet):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-tablet)[wz-autoheight]:not([data-widget=wz-shop-cart-icon]) {
        height: auto!important
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element:not([data-widget=wz-column],.fixed-element-tablet)>.wz-template>.wz-element-container {
        position: static
    }
}

@media only screen and (max-width: 768px) {
    .cssgrid body .wz-section.wz-section-grid>.wz-element:not([data-widget=wz-column]):not(.fixed-element-mobile) {
        top:auto!important;
        position: relative!important;
        justify-self: start;
        align-self: start
    }

    .cssgrid body .wz-section.wz-section-grid>.wz-element:not(.fixed-element-mobile)[data-widget=wz-box],.cssgrid body .wz-section.wz-section-grid>.wz-element:not(.fixed-element-mobile)[data-widget=wz-text],.cssgrid body .wz-section.wz-section-grid>.wz-element:not(.fixed-element-mobile)[wz-autoheight]:not([data-widget=wz-shop-cart-icon]) {
        height: auto!important
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element.fixed-element-mobile .wz-element {
        margin: 0!important;
        grid-area: auto!important
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-mobile):not([data-widget=wz-gallery]) .wz-element-container:not(.wz-shop-recent-filter-container) {
        display: grid;
        height: auto;
        width: 100%;
        min-height: auto;
        grid-template-rows: repeat(var(--gtr),min-content) 1fr;
        grid-template-columns: 100%;
        position: relative!important
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-mobile):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-mobile) {
        top: auto!important;
        position: relative!important;
        justify-self: start;
        align-self: start
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-mobile):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-mobile)[data-widget=wz-box],.cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-mobile):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-mobile)[data-widget=wz-text],.cssgrid body .wz-section.wz-section-grid .wz-element:not(.fixed-element-mobile):not([data-widget=wz-gallery]) .wz-element:not(.fixed-element-mobile)[wz-autoheight]:not([data-widget=wz-shop-cart-icon]) {
        height: auto!important
    }

    .cssgrid body .wz-section.wz-section-grid .wz-element:not([data-widget=wz-column],.fixed-element-mobile)>.wz-template>.wz-element-container {
        position: static
    }
}

.cssgrid [data-widget=wz-list] {
    align-self: auto!important
}

.wz-list-template-container,[data-widget=wz-list] .wz-template {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    direction: rtl
}

.wz-list-template-container #wz-list-theme-eighteen .wz-list-item-image-box,.wz-list-template-container #wz-list-theme-seventeen .wz-list-item-image-box,.wz-list-template-container #wz-list-theme-twelve .wz-list-item-image-box,[data-widget=wz-list] .wz-template #wz-list-theme-eighteen .wz-list-item-image-box,[data-widget=wz-list] .wz-template #wz-list-theme-seventeen .wz-list-item-image-box,[data-widget=wz-list] .wz-template #wz-list-theme-twelve .wz-list-item-image-box {
    width: 100%
}

.wz-list-template-container .wz-list-root,[data-widget=wz-list] .wz-template .wz-list-root {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    height: auto!important
}

.wz-list-template-container .wz-list-root .wz-list-item-container,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 100%
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-image-box img,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-image-box img {
    margin-bottom: 0;
    display: block
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-title-box,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-title-box {
    text-align: center;
    width: 100%
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-description-box,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-description-box {
    text-align: center;
    width: 100%
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-button-box,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-button-box {
    position: relative;
    display: inline-block
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-button-box .wz-partial-template,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-button-box .wz-partial-template {
    overflow: hidden;
    text-overflow: ellipsis
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-button-box span,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-button-box span {
    display: initial
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-rate-box,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-rate-box {
    direction: ltr
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-rate-box span,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-rate-box span {
    padding: 0 5px;
    font-size: 24px;
    color: gold
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-video-box,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-video-box {
    width: 100%;
    height: 100%
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-video-box .vjs-big-play-button,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-video-box .vjs-big-play-button {
    margin: 0
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-video-box .vjs-big-play-button span:before,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-video-box .vjs-big-play-button span:before {
    content: ""
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-rate-box[data-rate='4'] span:nth-child(4)~span,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-rate-box[data-rate='4'] span:nth-child(4)~span {
    color: gray
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-rate-box[data-rate='3'] span:nth-child(3)~span,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-rate-box[data-rate='3'] span:nth-child(3)~span {
    color: gray
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-rate-box[data-rate='2'] span:nth-child(2)~span,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-rate-box[data-rate='2'] span:nth-child(2)~span {
    color: gray
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-rate-box[data-rate='1'] span:nth-child(1)~span,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-rate-box[data-rate='1'] span:nth-child(1)~span {
    color: gray
}

.wz-list-template-container .wz-list-root .wz-list-item-container .wz-list-item-rate-box[data-rate='0'] span,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container .wz-list-item-rate-box[data-rate='0'] span {
    color: gray
}

.wz-list-template-container .wz-list-root .wz-list-item-container:hover #wz-list-appearing-button,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container:hover #wz-list-appearing-button {
    top: 0!important
}

.wz-list-template-container .wz-list-root .wz-list-item-container:hover .wz-list-item-properties-box,[data-widget=wz-list] .wz-template .wz-list-root .wz-list-item-container:hover .wz-list-item-properties-box {
    bottom: 0
}

.wz-list-template-container #wz-list-root-lineOnTop:hover:before,[data-widget=wz-list] .wz-template #wz-list-root-lineOnTop:hover:before {
    opacity: 1
}

a {
    color: #000
}

a:hover {
    color: #000
}

.wz-list-item-social-media-container {
    padding: 15px 20px 35px 20px;
    overflow: visible
}

.wz-list-social-icons-svg {
    display: none
}

.wz-image-compare-root {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    direction: rtl;
    user-select: none
}

.wz-image-compare-root .wz-image-compare-image-box {
    width: 100%;
    height: 100%
}

.wz-image-compare-root .wz-image-compare-image-box .wz-image-compare-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none
}

.wz-image-compare-root .wz-image-compare-image-box .wz-image-compare-title-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 90%;
    width: fit-content;
    min-height: 25px;
    padding: 5px 15px;
    transition: all .3s
}

.wz-image-compare-root .wz-image-compare-image-box .wz-image-compare-title-box p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wz-image-compare-root .wz-image-compare-about-box {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: max-content;
    max-width: 90%;
    min-height: 25px;
    padding: 5px 15px;
    transform: translateX(-50%);
    transition: all .3s;
    z-index: 999;
    pointer-events: none
}

.wz-image-compare-root .wz-image-compare-about-box p {
    width: 100%
}

.wz-image-compare-root .wz-image-compare-base-image-box {
    background: rgba(0,0,0,.3)
}

.wz-image-compare-root .wz-image-compare-slide-image-box {
    width: 100%;
    position: absolute
}

.wz-image-compare-root .wz-image-compare-slide-image-box .wz-image-compare-drag-icon-container {
    position: absolute;
    width: 40px;
    height: 40px
}

.wz-image-compare-root .wz-image-compare-slide-image-box .wz-image-compare-drag-icon-container .wz-image-compare-drag-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-width: 2px;
    border-style: solid;
    border-radius: 55px;
    width: 40px;
    aspect-ratio: 1;
    z-index: 1;
    cursor: pointer
}

.wz-image-compare-root .wz-image-compare-slide-image-box .wz-image-compare-drag-icon-container .wz-image-compare-drag-icon .wz-image-compare-arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left-width: 7px;
    border-left-style: solid;
    margin-left: 5px
}

.wz-image-compare-root .wz-image-compare-slide-image-box .wz-image-compare-drag-icon-container .wz-image-compare-drag-icon .wz-image-compare-arrow-left {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right-width: 7px;
    border-right-style: solid;
    margin-right: 5px
}

.wz-image-compare-root .wz-image-compare-slide-image-box .wz-image-compare-drag-icon-container:after {
    content: '';
    width: 0;
    height: 2000px;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 38px;
    right: 18px;
    z-index: 1
}

.wz-image-compare-root .wz-image-compare-slide-image-box .wz-image-compare-drag-icon-container:before {
    content: '';
    width: 0;
    height: 2000px;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    bottom: 38px;
    right: 18px;
    z-index: 1
}

.wz-profile-orders-root,[data-widget=wz-profile-orders] {
    direction: rtl
}

.wz-profile-orders-root .wz-profile-orders-header p,[data-widget=wz-profile-orders] .wz-profile-orders-header p {
    margin-bottom: 1rem
}

.wz-profile-orders-root .wz-profile-orders-header ul,[data-widget=wz-profile-orders] .wz-profile-orders-header ul {
    display: flex;
    padding: 0;
    list-style-type: none;
    width: max-content;
    margin: 0
}

.wz-profile-orders-root .wz-profile-orders-header ul li,[data-widget=wz-profile-orders] .wz-profile-orders-header ul li {
    padding: 5px 15px;
    margin-left: 5px;
    transition: all .3s
}

.wz-profile-orders-root .wz-profile-orders-order-items-root,[data-widget=wz-profile-orders] .wz-profile-orders-order-items-root {
    min-width: 100%;
    padding: 20px 0;
    margin-top: 15px;
    overflow: hidden
}

.wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,[data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%
}

.wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,[data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
    display: flex;
    flex-flow: row nowrap
}

.wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header p,[data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
    width: 100%
}

.wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,[data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
    display: flex;
    flex-flow: row nowrap
}

.wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details p,[data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    direction: rtl
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
    width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
        width:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-details {
    width: 100%
}

.wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,[data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
    padding-right: 15px;
    gap: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
        width:35%;
        padding-right: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
    width: 35%;
    padding-right: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
        width:35%;
        padding-right: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
    width: 35%;
    padding-right: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
        width:35%;
        padding-right: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
    width: 35%;
    padding-right: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
        width:35%;
        padding-right: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
    width: 35%;
    padding-right: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
        width:35%;
        padding-right: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
    width: 35%;
    padding-right: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
        width:35%;
        padding-right: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
    width: 35%;
    padding-right: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
        width:35%;
        padding-right: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
    width: 35%;
    padding-right: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
        width:35%;
        padding-right: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-buttons {
    width: 35%;
    padding-right: 0
}

.wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-last-orders-image,[data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-last-orders-image {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    min-width: 60px
}

.wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-last-orders-image span,[data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-last-orders-image span {
    width: 30px;
    height: 30px;
    border-radius: 55px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c1c1c1
}

.wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-last-orders-image span:nth-child(1)~span,[data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-last-orders-image span:nth-child(1)~span {
    margin-right: -15px
}

.wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-last-orders-image span img,[data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-last-orders-image span img {
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-more-details,[data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-more-details {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center
}

.wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-more-details a,[data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-more-details a {
    width: 25px;
    height: 25px;
    display: flex
}

.wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-more-details a img,[data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-more-details a img {
    transform: rotate(90deg);
    opacity: .5
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        gap:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    gap: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        gap:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    gap: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        gap:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    gap: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        gap:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    gap: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        gap:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    gap: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        gap:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    gap: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        gap:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    gap: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body.wz-production [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        gap:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-root .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-orders] .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    gap: 10px
}

.wz-profile-orders-root .wz-profile-orders-no-results-root,[data-widget=wz-profile-orders] .wz-profile-orders-no-results-root {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.wz-profile-orders-root .wz-profile-orders-no-results-root img[src=''],[data-widget=wz-profile-orders] .wz-profile-orders-no-results-root img[src=''] {
    display: none
}

.wz-profile-orders-root .wz-profile-orders-pagination-container,[data-widget=wz-profile-orders] .wz-profile-orders-pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px
}

.wz-profile-orders-root .wz-profile-orders-pagination-container .wz-profile-orders-pagination-button,[data-widget=wz-profile-orders] .wz-profile-orders-pagination-container .wz-profile-orders-pagination-button {
    position: relative;
    display: inline-block;
    height: 25px;
    z-index: 1
}

.wz-profile-orders-root .wz-profile-orders-pagination-container .wz-profile-orders-pagination-button .wz-partial-template .wz-element-content,[data-widget=wz-profile-orders] .wz-profile-orders-pagination-container .wz-profile-orders-pagination-button .wz-partial-template .wz-element-content {
    padding: 3px 10px
}

.wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
    position: relative;
    padding: 0 25px
}

.wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    content: "";
    width: 94%;
    position: absolute;
    bottom: 0;
    right: 3%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
        padding:0 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
    padding: 0 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
        padding:0 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
    padding: 0 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
        padding:0 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
    padding: 0 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
        padding:0 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
    padding: 0 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
        padding:0 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
    padding: 0 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
        padding:0 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
    padding: 0 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
        padding:0 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
    padding: 0 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
        padding:0 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
    padding: 0 15px
}

.wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
    padding: 0 0 10px 0
}

.wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
    padding: 10px 25px
}

.wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data:hover {
    background: linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.05))
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
        padding:10px 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
    padding: 10px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
        padding:10px 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
    padding: 10px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
        padding:10px 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
    padding: 10px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
        padding:10px 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
    padding: 10px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
        padding:10px 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
    padding: 10px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
        padding:10px 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
    padding: 10px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
        padding:10px 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
    padding: 10px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
        padding:10px 15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
    padding: 10px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
        padding:2rem 2%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
    padding: 2rem 2%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
        padding:2rem 2%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
    padding: 2rem 2%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
        padding:2rem 2%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
    padding: 2rem 2%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
        padding:2rem 2%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
    padding: 2rem 2%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
        padding:2rem 2%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
    padding: 2rem 2%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
        padding:2rem 2%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
    padding: 2rem 2%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
        padding:2rem 2%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
    padding: 2rem 2%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
        padding:2rem 2%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-mainPalette .wz-profile-orders-order-items-root {
    padding: 2rem 2%
}

.wz-profile-orders-secondPalette .wz-profile-orders-header .wz-profile-orders-header-options li {
    transition: unset
}

.wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
    padding: .5rem 0 0 0
}

.wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    padding-right: 15px;
    padding-left: 15px
}

.wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    content: "";
    width: 100%;
    height: 39px;
    position: absolute;
    right: 0
}

.wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header p {
    z-index: 10
}

.wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        padding-right:5px;
        padding-left: 5px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    padding-right: 5px;
    padding-left: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        padding-right:5px;
        padding-left: 5px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    padding-right: 5px;
    padding-left: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        padding-right:5px;
        padding-left: 5px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    padding-right: 5px;
    padding-left: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        padding-right:5px;
        padding-left: 5px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    padding-right: 5px;
    padding-left: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        padding-right:5px;
        padding-left: 5px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    padding-right: 5px;
    padding-left: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        padding-right:5px;
        padding-left: 5px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    padding-right: 5px;
    padding-left: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        padding-right:5px;
        padding-left: 5px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    padding-right: 5px;
    padding-left: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
        padding-right:5px;
        padding-left: 5px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    padding-right: 5px;
    padding-left: 5px
}

.wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px
}

.wz-profile-orders-secondPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data:after {
    content: "";
    width: 95%;
    position: absolute;
    right: 0;
    bottom: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
        padding:20px 2% 0 2%;
        margin-top: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
    padding: 20px 2% 0 2%;
    margin-top: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
        padding:20px 2% 0 2%;
        margin-top: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
    padding: 20px 2% 0 2%;
    margin-top: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
        padding:20px 2% 0 2%;
        margin-top: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
    padding: 20px 2% 0 2%;
    margin-top: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
        padding:20px 2% 0 2%;
        margin-top: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
    padding: 20px 2% 0 2%;
    margin-top: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
        padding:20px 2% 0 2%;
        margin-top: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
    padding: 20px 2% 0 2%;
    margin-top: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
        padding:20px 2% 0 2%;
        margin-top: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
    padding: 20px 2% 0 2%;
    margin-top: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
        padding:20px 2% 0 2%;
        margin-top: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
    padding: 20px 2% 0 2%;
    margin-top: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
        padding:20px 2% 0 2%;
        margin-top: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-secondPalette .wz-profile-orders-order-items-root {
    padding: 20px 2% 0 2%;
    margin-top: 0
}

.wz-profile-orders-thirdPalette .wz-profile-orders-header {
    padding-bottom: 10px
}

.wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
    padding: 10px 0 0 0;
    margin-top: 0
}

.wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
    position: relative;
    margin-bottom: 15px;
    padding: 0 5px 0 10px
}

.wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    content: "";
    width: 90%;
    position: absolute;
    bottom: 0;
    right: 5%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        right:3%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    right: 3%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        right:3%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    right: 3%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        right:3%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    right: 3%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        right:3%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    right: 3%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        right:3%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    right: 3%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        right:3%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    right: 3%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        right:3%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    right: 3%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        right:3%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    right: 3%
}

.wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
    padding-bottom: 10px
}

.wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
    position: relative;
    padding: 15px 5px 15px 10px
}

.wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data:not(:last-child) {
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
        padding:1rem 0 0 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
    padding: 1rem 0 0 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
        padding:1rem 0 0 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
    padding: 1rem 0 0 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
        padding:1rem 0 0 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
    padding: 1rem 0 0 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
        padding:1rem 0 0 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
    padding: 1rem 0 0 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
        padding:1rem 0 0 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
    padding: 1rem 0 0 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
        padding:1rem 0 0 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
    padding: 1rem 0 0 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
        padding:1rem 0 0 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
    padding: 1rem 0 0 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
        padding:1rem 0 0 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-thirdPalette .wz-profile-orders-order-items-root {
    padding: 1rem 0 0 0
}

.wz-profile-orders-fourthPalette .wz-profile-orders-header p {
    text-align: center
}

.wz-profile-orders-fourthPalette .wz-profile-orders-header ul {
    width: 100%;
    justify-content: center
}

.wz-profile-orders-fourthPalette .wz-profile-orders-header ul li {
    padding: 5px 20px;
    position: relative;
    border-bottom: none
}

.wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root {
    padding: 0;
    margin-top: 0
}

.wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container {
    padding-left: 15px;
    padding-right: 15px
}

.wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child {
    position: relative
}

.wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        height:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    height: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        height:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    height: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        height:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    height: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        height:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    height: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        height:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    height: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        height:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    height: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        height:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    height: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
        height:100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container:first-child:after {
    height: 100%
}

.wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px
}

.wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-items-container .wz-profile-orders-order-items-header p {
    z-index: 10
}

.wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px
}

.wz-profile-orders-fourthPalette .wz-profile-orders-order-items-root .wz-profile-orders-order-data:after {
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0
}

.wz-profile-order-details .wz-profile-order-details-root,[data-widget=wz-profile-order-details] .wz-profile-order-details-root {
    direction: rtl
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-header,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-header .wz-profile-order-details-header-buttons,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-header .wz-profile-order-details-header-buttons {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    gap: 15px;
    margin-right: auto
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-header .wz-profile-order-details-header-buttons a,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-header .wz-profile-order-details-header-buttons a {
    position: relative
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-header .wz-profile-order-details-header-buttons a .wz-partial-template,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-header .wz-profile-order-details-header-buttons a .wz-partial-template {
    overflow: hidden
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body {
    overflow: hidden
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container {
    display: flex;
    flex-flow: column
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-information,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-information {
    display: grid;
    width: 100%
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-information .wz-profile-order-details-information-item,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-information .wz-profile-order-details-information-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-main-information,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-main-information {
    order: var(--order-information)
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-main-information [data-name=id],[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-main-information [data-name=id] {
    grid-area: trackingCode
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-main-information [data-name=order_date],[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-main-information [data-name=order_date] {
    grid-area: date
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-main-information [data-name=status],[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-main-information [data-name=status] {
    grid-area: status
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-user-information,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-user-information {
    order: var(--user-information)
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-user-information [data-name=customer_name],[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-user-information [data-name=customer_name] {
    grid-area: transferee
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-user-information [data-name=customer_mobile],[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-user-information [data-name=customer_mobile] {
    grid-area: mobile
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-user-information [data-name=customer_address],[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-user-information [data-name=customer_address] {
    grid-area: address
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-payment-information,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-payment-information {
    order: var(--payment-information)
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-payment-information [data-name=total_products],[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-payment-information [data-name=total_products] {
    grid-area: orderCost
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-payment-information [data-name=total_shipping],[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-payment-information [data-name=total_shipping] {
    grid-area: shippingCost
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-payment-information [data-name=total_include_tax],[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-payment-information [data-name=total_include_tax] {
    grid-area: totalCost
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-payment-information [data-name=payment_method_name],[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-payment-information [data-name=payment_method_name] {
    grid-area: paymentMethod
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-payment-information [data-name=shipping_name],[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-payment-information [data-name=shipping_name] {
    grid-area: shippingMethod
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-payment-information [data-name=delivery_date],[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-information-container .wz-profile-order-details-payment-information [data-name=delivery_date] {
    grid-area: deliveryDate
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information {
    display: flex;
    flex-flow: column;
    width: 100%
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-detail,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name {
    width: 45%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
    padding: 0 0 0 5px
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name span,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name span {
    display: inline-block;
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
    overflow: hidden
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name span img,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name span img {
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name .wz-profile-order-details-order-summary-information,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name .wz-profile-order-details-order-summary-information {
    display: flex;
    flex-flow: column;
    width: 70%;
    overflow: visible
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name .wz-profile-order-details-order-summary-information p,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name .wz-profile-order-details-order-summary-information p {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name .wz-profile-order-details-order-summary-information .wz-profile-order-details-order-summary-information-other,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name .wz-profile-order-details-order-summary-information .wz-profile-order-details-order-summary-information-other {
    display: none
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name .wz-profile-order-details-order-summary-information .wz-profile-order-details-download-button,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name .wz-profile-order-details-order-summary-information .wz-profile-order-details-download-button {
    position: relative;
    width: 90px;
    height: 30px;
    margin-top: 15px
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name .wz-profile-order-details-order-summary-information .wz-profile-order-details-download-button .wz-element-content,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-name .wz-profile-order-details-order-summary-information .wz-profile-order-details-download-button .wz-element-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-count,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-count {
    width: 10%
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
    width: 15%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
        width:13%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
    width: 13%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
        width:13%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
    width: 13%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
        width:13%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
    width: 13%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
        width:13%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
    width: 13%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
        width:13%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
    width: 13%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
        width:13%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
    width: 13%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
        width:13%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
    width: 13%
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body.wz-production [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
        width:13%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] .wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-discount,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-final-price,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-item .wz-profile-order-details-order-unit-price {
    width: 13%
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-description,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-description {
    display: flex;
    flex-flow: row nowrap;
    gap: 5px
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-description span,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-description span {
    white-space: nowrap
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .order-details-without-message .wz-profile-order-details-order-description,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .order-details-without-message .wz-profile-order-details-order-description {
    display: block;
    height: 0;
    padding: 0;
    border-bottom: none;
    font-size: 0;
    background-color: unset
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .order-details-without-message.order-details-last-item .wz-profile-order-details-order-description,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .order-details-without-message.order-details-last-item .wz-profile-order-details-order-description {
    display: none
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-header div:not(:first-child),[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-order-information .wz-profile-order-details-order-information-header div:not(:first-child) {
    text-align: center
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-no-results-root,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-no-results-root {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: unset
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-no-results-root img[src=''],[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-body .wz-profile-order-details-no-results-root img[src=''] {
    display: none
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-support,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-support {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-support img,[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-support img {
    width: 30px;
    height: 30px
}

.wz-profile-order-details .wz-profile-order-details-root .wz-profile-order-details-support img[src=''],[data-widget=wz-profile-order-details] .wz-profile-order-details-root .wz-profile-order-details-support img[src=''] {
    display: none
}

#wz-profile-favorites-root .wz-profile-favorites-header,[data-widget=wz-profile-favorites] .wz-profile-favorites-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
    position: relative;
    margin-bottom: 30px
}

#wz-profile-favorites-root .wz-profile-favorites-header .wz-profile-favorites-header-text,[data-widget=wz-profile-favorites] .wz-profile-favorites-header .wz-profile-favorites-header-text {
    font-weight: 700;
    transition: all .3s
}

#wz-profile-favorites-root .wz-profile-favorites-header .wz-profile-favorite-item-add,#wz-profile-favorites-root .wz-profile-favorites-header .wz-profile-favorite-item-remove,[data-widget=wz-profile-favorites] .wz-profile-favorites-header .wz-profile-favorite-item-add,[data-widget=wz-profile-favorites] .wz-profile-favorites-header .wz-profile-favorite-item-remove {
    display: none
}

#wz-profile-favorites-root .wz-profile-favorites-container,[data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
    gap: var(--desktop-gap);
    direction: rtl;
    transition: all .3s
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--tablet-gap)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--tablet-gap)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--tablet-gap)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--tablet-gap)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--tablet-gap)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--tablet-gap)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--tablet-gap)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--tablet-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--mobile-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--mobile-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--mobile-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--mobile-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--mobile-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--mobile-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--mobile-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container {
    gap: var(--mobile-gap)
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--desktop-columns)) - ((var(--desktop-columns) - 1) * var(--desktop-gap)/ var(--desktop-columns)));
    display: flex;
    flex-flow: column;
    overflow: hidden;
    transition: all .3s;
    position: relative
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body.wz-production [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-image-box,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-image-box {
    order: var(--image-order)
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item img,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item img {
    width: 100%;
    height: 125px
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-price,#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-title,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-price,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-title,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-title {
    order: var(--title-order)
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-price,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-price {
    order: var(--price-order)
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-buttons,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-buttons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    gap: 10px;
    order: var(--buttons-order)
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-buttons a,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-buttons a {
    position: relative
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-buttons a .wz-partial-template,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-buttons a .wz-partial-template {
    padding: 5px
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-buttons a .wz-partial-template span,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-buttons a .wz-partial-template span {
    overflow: hidden
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-buttons p,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item .wz-profile-favorite-item-buttons p {
    width: fit-content;
    font-family: iransans_fa,tahoma,serif;
    font-size: 12px;
    font-weight: 600;
    color: #e74c3c
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item:after,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item:after {
    border-bottom-width: 0;
    border-left-width: 0
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorite-item:before,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorite-item:before {
    border-bottom-width: 0;
    border-left-width: 0
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorites-no-result,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorites-no-result {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 45px 25px;
    gap: 15px;
    text-align: center;
    direction: rtl
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorites-no-result a,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorites-no-result a {
    width: 10%;
    cursor: auto;
    pointer-events: none
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorites-no-result a img,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorites-no-result a img {
    width: 100%;
    aspect-ratio: 1
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorites-no-result img[src=''],[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorites-no-result img[src=''] {
    display: none
}

#wz-profile-favorites-root .wz-profile-favorites-container .wz-profile-favorites-no-result p,[data-widget=wz-profile-favorites] .wz-profile-favorites-container .wz-profile-favorites-no-result p {
    transition: all .3s
}

#wz-profile-favorites-root .wz-profile-favorites-container.fiftyFifty .wz-profile-favorite-item-add,[data-widget=wz-profile-favorites] .wz-profile-favorites-container.fiftyFifty .wz-profile-favorite-item-add {
    width: 50%
}

#wz-profile-favorites-root .wz-profile-favorites-container.fiftyFifty .wz-profile-favorite-item-remove,[data-widget=wz-profile-favorites] .wz-profile-favorites-container.fiftyFifty .wz-profile-favorite-item-remove {
    width: 50%
}

#wz-profile-favorites-root .wz-profile-favorites-container.sixtyForty.default .wz-profile-favorite-item-add,[data-widget=wz-profile-favorites] .wz-profile-favorites-container.sixtyForty.default .wz-profile-favorite-item-add {
    width: 40%
}

#wz-profile-favorites-root .wz-profile-favorites-container.sixtyForty.default .wz-profile-favorite-item-remove,[data-widget=wz-profile-favorites] .wz-profile-favorites-container.sixtyForty.default .wz-profile-favorite-item-remove {
    width: 60%
}

#wz-profile-favorites-root .wz-profile-favorites-container.seventyThirty.default .wz-profile-favorite-item-add,[data-widget=wz-profile-favorites] .wz-profile-favorites-container.seventyThirty.default .wz-profile-favorite-item-add {
    width: 30%
}

#wz-profile-favorites-root .wz-profile-favorites-container.seventyThirty.default .wz-profile-favorite-item-remove,[data-widget=wz-profile-favorites] .wz-profile-favorites-container.seventyThirty.default .wz-profile-favorite-item-remove {
    width: 70%
}

#wz-profile-favorites-root .wz-profile-favorites-container.sixtyForty.flipRatio .wz-profile-favorite-item-add,[data-widget=wz-profile-favorites] .wz-profile-favorites-container.sixtyForty.flipRatio .wz-profile-favorite-item-add {
    width: 60%
}

#wz-profile-favorites-root .wz-profile-favorites-container.sixtyForty.flipRatio .wz-profile-favorite-item-remove,[data-widget=wz-profile-favorites] .wz-profile-favorites-container.sixtyForty.flipRatio .wz-profile-favorite-item-remove {
    width: 40%
}

#wz-profile-favorites-root .wz-profile-favorites-container.seventyThirty.flipRatio .wz-profile-favorite-item-add,[data-widget=wz-profile-favorites] .wz-profile-favorites-container.seventyThirty.flipRatio .wz-profile-favorite-item-add {
    width: 70%
}

#wz-profile-favorites-root .wz-profile-favorites-container.seventyThirty.flipRatio .wz-profile-favorite-item-remove,[data-widget=wz-profile-favorites] .wz-profile-favorites-container.seventyThirty.flipRatio .wz-profile-favorite-item-remove {
    width: 30%
}

#wz-profile-favorites-root .wz-profile-favorites-pagination-container,[data-widget=wz-profile-favorites] .wz-profile-favorites-pagination-container {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px
}

#wz-profile-favorites-root .wz-profile-favorites-pagination-container .wz-profile-favorites-pagination-button,[data-widget=wz-profile-favorites] .wz-profile-favorites-pagination-container .wz-profile-favorites-pagination-button {
    position: relative;
    display: inline-block;
    height: 25px;
    z-index: 9999
}

#wz-profile-favorites-root .wz-profile-favorites-pagination-container .wz-profile-favorites-pagination-button .wz-partial-template .wz-element-content,[data-widget=wz-profile-favorites] .wz-profile-favorites-pagination-container .wz-profile-favorites-pagination-button .wz-partial-template .wz-element-content {
    padding: 3px 10px
}

.wz-profile-favorite-item-last-row:before {
    content: none!important
}

.wz-profile-favorite-item-row-last-item:after {
    content: none!important
}

.wz-profile-favorites-edit-backdrop {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 10000000000;
    text-align: right;
    direction: rtl;
    opacity: 0;
    transition: all .3s
}

.wz-profile-favorites-edit-backdrop .wz-profile-favorites-edit-container {
    width: 90%;
    max-width: 550px;
    height: 500px;
    max-height: 80vh;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 15px;
    font-family: yekan,sans-serif;
    padding: 35px 45px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.wz-profile-favorites-edit-backdrop .wz-profile-favorites-edit-container .wz-profile-favorites-edit-header {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: start;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d2d8d8;
    position: relative
}

.wz-profile-favorites-edit-backdrop .wz-profile-favorites-edit-container .wz-profile-favorites-edit-header p {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 700
}

.wz-profile-favorites-edit-backdrop .wz-profile-favorites-edit-container .wz-profile-favorites-edit-header .wz-profile-favorite-item-add,.wz-profile-favorites-edit-backdrop .wz-profile-favorites-edit-container .wz-profile-favorites-edit-header .wz-profile-favorite-item-remove {
    display: none
}

.wz-profile-favorites-edit-backdrop .wz-profile-favorites-edit-container .wz-profile-favorites-edit-header #wz-profile-favorites-edit-cross-icon {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: auto
}

.wz-profile-favorites-edit-backdrop .wz-profile-favorites-edit-container .wz-profile-favorites-edit-header #wz-profile-favorites-edit-cross-icon path {
    pointer-events: none
}

.wz-profile-favorites-edit-backdrop .wz-profile-favorites-edit-container .wz-profile-favorites-edit-delete-favorites {
    width: 100%
}

.wz-profile-favorites-edit-backdrop .wz-profile-favorites-edit-container .wz-profile-favorites-edit-delete-favorites p {
    font-size: 14px
}

.wz-profile-favorites-edit-backdrop .wz-profile-favorites-edit-container .wz-profile-favorites-edit-delete-favorites .wz-profile-favorites-edit-dialog-buttons {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    margin-top: 30px;
    justify-content: end
}

.wz-profile-favorites-edit-backdrop .wz-profile-favorites-edit-container .wz-profile-favorites-edit-delete-favorites .wz-profile-favorites-edit-dialog-buttons .wz-profile-favorites-edit-dialog-button {
    width: fit-content;
    min-width: 75px;
    padding: 10px 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer
}

.wz-profile-favorites-edit-backdrop .wz-profile-favorites-edit-container .wz-profile-favorites-edit-delete-favorites .wz-profile-favorites-edit-dialog-buttons .wz-profile-favorites-edit-cancel-button {
    background-color: #efefef
}

#wz-profile-addresses-root .wz-profile-addresses-header,[data-widget=wz-profile-addresses] .wz-profile-addresses-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
    position: relative
}

#wz-profile-addresses-root .wz-profile-addresses-header .wz-profile-addresses-header-text,[data-widget=wz-profile-addresses] .wz-profile-addresses-header .wz-profile-addresses-header-text {
    font-weight: 700
}

#wz-profile-addresses-root .wz-profile-addresses-header .wz-profile-addresses-header-button,[data-widget=wz-profile-addresses] .wz-profile-addresses-header .wz-profile-addresses-header-button {
    position: relative;
    margin-right: auto
}

#wz-profile-addresses-root .wz-profile-addresses-header .wz-profile-address-edit-button,#wz-profile-addresses-root .wz-profile-addresses-header .wz-profile-address-remove-button,[data-widget=wz-profile-addresses] .wz-profile-addresses-header .wz-profile-address-edit-button,[data-widget=wz-profile-addresses] .wz-profile-addresses-header .wz-profile-address-remove-button {
    display: none
}

#wz-profile-addresses-root .wz-profile-addresses-container,[data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: row wrap;
    gap: var(--desktop-gap);
    transition: all .3s;
    overflow: hidden
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--tablet-gap)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--tablet-gap)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--tablet-gap)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--tablet-gap)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--tablet-gap)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--tablet-gap)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--tablet-gap)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--tablet-gap)
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--tablet-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--mobile-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--mobile-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--mobile-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--mobile-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--mobile-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--mobile-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--mobile-gap)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
        gap:var(--mobile-gap)
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container {
    gap: var(--mobile-gap)
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--desktop-columns)) - ((var(--desktop-columns) - 1) * var(--desktop-gap)/ var(--desktop-columns)));
    overflow: hidden;
    transition: all .3s;
    position: relative
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--tablet-columns)) - ((var(--tablet-columns) - 1) * var(--tablet-gap)/ var(--tablet-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
        width:calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
    }
}

body:not(.wz-production)[data-device=mobile] #wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item {
    width: calc((100% / var(--mobile-columns)) - ((var(--mobile-columns) - 1) * var(--mobile-gap)/ var(--mobile-columns)))
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-location,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-location {
    object-fit: cover
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    transition: all .3s
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-full,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-full {
    width: 100%;
    transition: all .3s;
    order: var(--address-order);
    overflow: hidden
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    width: 100%;
    order: var(--summary-order)
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-location,#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-postal-code,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-location,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-postal-code {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-location svg,#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-postal-code svg,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-location svg,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-postal-code svg {
    display: inline-block
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-location p,#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-postal-code p,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-location p,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-postal-code p {
    transition: all .3s
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-location,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-location {
    gap: 3px
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-postal-code,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-summary .wz-profile-address-summary-postal-code {
    gap: 6px
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-transferee,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-transferee {
    width: 100%;
    display: grid;
    order: var(--transferee-order)
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-transferee p,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-transferee p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-buttons,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-buttons {
    display: flex;
    flex-flow: row-reverse wrap;
    gap: 10px;
    order: 3
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-buttons a,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-address-item .wz-profile-address-details .wz-profile-address-buttons a {
    position: relative
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-addresses-no-result,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-addresses-no-result {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 45px 25px;
    gap: 15px;
    text-align: center;
    direction: rtl
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-addresses-no-result img,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-addresses-no-result img {
    width: 10%;
    aspect-ratio: 1
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-addresses-no-result img[src=''],[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-addresses-no-result img[src=''] {
    display: none
}

#wz-profile-addresses-root .wz-profile-addresses-container .wz-profile-addresses-no-result p,[data-widget=wz-profile-addresses] .wz-profile-addresses-container .wz-profile-addresses-no-result p {
    transition: all .3s
}

#wz-profile-addresses-root .wz-profile-addresses-container.fiftyFifty .wz-profile-address-edit-button,[data-widget=wz-profile-addresses] .wz-profile-addresses-container.fiftyFifty .wz-profile-address-edit-button {
    width: calc(50% - 5px)
}

#wz-profile-addresses-root .wz-profile-addresses-container.fiftyFifty .wz-profile-address-remove-button,[data-widget=wz-profile-addresses] .wz-profile-addresses-container.fiftyFifty .wz-profile-address-remove-button {
    width: calc(50% - 5px)
}

#wz-profile-addresses-root .wz-profile-addresses-container.sixtyForty.default .wz-profile-address-edit-button,[data-widget=wz-profile-addresses] .wz-profile-addresses-container.sixtyForty.default .wz-profile-address-edit-button {
    width: calc(40% - 5px)
}

#wz-profile-addresses-root .wz-profile-addresses-container.sixtyForty.default .wz-profile-address-remove-button,[data-widget=wz-profile-addresses] .wz-profile-addresses-container.sixtyForty.default .wz-profile-address-remove-button {
    width: calc(60% - 5px)
}

#wz-profile-addresses-root .wz-profile-addresses-container.seventyThirty.default .wz-profile-address-edit-button,[data-widget=wz-profile-addresses] .wz-profile-addresses-container.seventyThirty.default .wz-profile-address-edit-button {
    width: calc(30% - 5px)
}

#wz-profile-addresses-root .wz-profile-addresses-container.seventyThirty.default .wz-profile-address-remove-button,[data-widget=wz-profile-addresses] .wz-profile-addresses-container.seventyThirty.default .wz-profile-address-remove-button {
    width: calc(70% - 5px)
}

#wz-profile-addresses-root .wz-profile-addresses-container.sixtyForty.flipRatio .wz-profile-address-edit-button,[data-widget=wz-profile-addresses] .wz-profile-addresses-container.sixtyForty.flipRatio .wz-profile-address-edit-button {
    width: calc(60% - 5px)
}

#wz-profile-addresses-root .wz-profile-addresses-container.sixtyForty.flipRatio .wz-profile-address-remove-button,[data-widget=wz-profile-addresses] .wz-profile-addresses-container.sixtyForty.flipRatio .wz-profile-address-remove-button {
    width: calc(40% - 5px)
}

#wz-profile-addresses-root .wz-profile-addresses-container.seventyThirty.flipRatio .wz-profile-address-edit-button,[data-widget=wz-profile-addresses] .wz-profile-addresses-container.seventyThirty.flipRatio .wz-profile-address-edit-button {
    width: calc(70% - 5px)
}

#wz-profile-addresses-root .wz-profile-addresses-container.seventyThirty.flipRatio .wz-profile-address-remove-button,[data-widget=wz-profile-addresses] .wz-profile-addresses-container.seventyThirty.flipRatio .wz-profile-address-remove-button {
    width: calc(30% - 5px)
}

@media only screen and (min-width: 1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=desktop] #wz-profile-addresses-root .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=desktop] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-desktop-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
        flex-flow:row-reverse nowrap;
        gap: 0
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
        width: 50%;
        padding: 15px;
        box-shadow: unset
    }

    body.wz-production #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body.wz-production [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
        width: 50%;
        height: 200px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item {
    flex-flow: row-reverse nowrap;
    gap: 0
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-details {
    width: 50%;
    padding: 15px;
    box-shadow: unset
}

body:not(.wz-production)[data-device=tablet] #wz-profile-addresses-root .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-addresses] .wz-profile-addresses-container[data-tablet-columns="1"] .wz-profile-address-item .wz-profile-address-location {
    width: 50%;
    height: 200px
}

#wz-profile-addresses-root .wz-profile-addresses-pagination-container,[data-widget=wz-profile-addresses] .wz-profile-addresses-pagination-container {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px
}

#wz-profile-addresses-root .wz-profile-addresses-pagination-container .wz-profile-addresses-pagination-button,[data-widget=wz-profile-addresses] .wz-profile-addresses-pagination-container .wz-profile-addresses-pagination-button {
    position: relative;
    display: inline-block;
    height: 25px;
    z-index: 1
}

#wz-profile-addresses-root .wz-profile-addresses-pagination-container .wz-profile-addresses-pagination-button .wz-partial-template .wz-element-content,[data-widget=wz-profile-addresses] .wz-profile-addresses-pagination-container .wz-profile-addresses-pagination-button .wz-partial-template .wz-element-content {
    padding: 3px 10px
}

[data-widget=wz-profile-addresses][data-map=false] .wz-profile-address-item .wz-profile-address-details {
    padding: 15px
}

[data-widget=wz-profile-addresses][data-map=false] .wz-profile-address-item .wz-profile-address-details .wz-profile-address-full {
    line-height: 1.4;
    height: 4.2em
}

[data-widget=wz-profile-addresses][data-map=true] .wz-profile-address-item .wz-profile-address-details .wz-profile-address-full {
    text-overflow: ellipsis;
    white-space: nowrap
}

.wz-profile-address-edit-backdrop {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 10000000000;
    text-align: right;
    direction: rtl;
    opacity: 0;
    transition: all .3s
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container {
    width: 90%;
    max-width: 550px;
    height: 500px;
    max-height: 80vh;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 15px;
    font-family: yekan,sans-serif;
    padding: 35px 45px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-header {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: start;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d2d8d8;
    position: relative
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-header p {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 700
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-header #wz-profile-address-edit-cross-icon {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: auto
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-header #wz-profile-address-edit-cross-icon path {
    pointer-events: none
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-header #wz-profile-address-edit-back-icon {
    position: absolute;
    right: -10px;
    margin-top: -5px;
    width: 35px;
    height: 35px;
    opacity: .65;
    cursor: pointer
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-item {
    width: 47.5%;
    display: flex;
    flex-flow: column;
    gap: 5px;
    font-size: 14px;
    position: relative
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-item .wz-profile-address-edit-city-input,.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-item .wz-profile-address-edit-province-input,.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-item .wz-profile-address-edit-section-input {
    cursor: pointer
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-item label {
    color: gray
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-item .wz-profile-address-edit-input-container {
    position: relative
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-item .wz-profile-address-edit-input-container input {
    width: 100%;
    padding: 5px 10px;
    color: #4c4c4c;
    font-size: 14px;
    font-family: yekan_fa,sans-serif;
    border: 1px solid #d2d8d8;
    border-radius: 2px;
    box-sizing: border-box
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-item .wz-profile-address-edit-input-container svg {
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 50%;
    left: 13px;
    opacity: .5;
    transform: rotate(180deg) translateY(-65%);
    pointer-events: none
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-item .wz-profile-address-edit-input-container .selected-province {
    opacity: .5;
    pointer-events: none
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-item .wz-profile-address-edit-error {
    font-size: 12px;
    color: #ee5951;
    margin-right: 12px
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-item .wz-profile-address-edit-list-of-data {
    position: absolute;
    top: 100%;
    overflow: auto;
    z-index: 10;
    width: 100%;
    height: 150px;
    background-color: #fff;
    margin-top: 5px;
    border: 2px solid #dcdcdc;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    box-shadow: 10px 10px 10px #e7e7e7;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-item .wz-profile-address-edit-list-of-data .wz-profile-address-edit-item-name {
    font-family: yekan_fa,sans-serif;
    padding: 5px 10px;
    cursor: pointer
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-item .wz-profile-address-edit-list-of-data::-webkit-scrollbar {
    width: 0;
    height: 0
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .hidden-address-section {
    display: none
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container #wz-profile-address-edit-address_compact {
    width: 100%
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-save-changes {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-save-changes a {
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 6px
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-delete-address {
    width: 100%
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-delete-address p {
    font-size: 14px
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-delete-address .wz-profile-address-edit-delete-buttons {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    margin-top: 30px;
    justify-content: end
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-delete-address .wz-profile-address-edit-delete-buttons .wz-profile-address-edit-delete-button {
    width: fit-content;
    min-width: 75px;
    padding: 10px 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-delete-address .wz-profile-address-edit-delete-buttons .wz-profile-address-edit-cancel-button {
    background-color: #efefef
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container .wz-profile-address-edit-delete-address .wz-profile-address-edit-delete-buttons .wz-profile-address-edit-confirm-button {
    color: #fff
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container textarea {
    width: 100%;
    height: 55px;
    border: 2px solid #dcdcdc;
    border-radius: 5px;
    font-size: 12px;
    font-family: iransans_fa,sans-serif;
    color: #5c5c5c;
    padding: 5px 15px;
    overflow: hidden;
    box-sizing: border-box
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container::-webkit-scrollbar {
    width: 0;
    height: 0
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container #shop-address-map {
    width: 100%;
    height: 90%
}

.wz-profile-address-edit-backdrop .wz-profile-address-edit-container #shop-address-map iframe {
    width: 100%;
    height: 100%
}

.wz-profile-address-item-last-row:before {
    content: none!important
}

.wz-profile-address-item-row-last-item:after {
    content: none!important
}

.wz-profile-account-root .wz-profile-account-header-container,[data-widget=wz-profile-account] .wz-profile-account-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    direction: rtl;
    position: relative
}

.wz-profile-account-root .wz-profile-account-header-container .wz-profile-account-submit-box,[data-widget=wz-profile-account] .wz-profile-account-header-container .wz-profile-account-submit-box {
    margin-top: 0;
    overflow: hidden
}

.wz-profile-account-root .wz-profile-account-container,[data-widget=wz-profile-account] .wz-profile-account-container {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container {
    display: flex;
    flex-flow: column;
    position: relative
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container label,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container label {
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container input,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container input {
    outline: 0;
    padding: 7px 10px
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container input::placeholder,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container input::placeholder {
    font-size: 12px;
    color: #a9a9a9
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container input[data-format=dropdown],[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container input[data-format=dropdown] {
    padding: 7px 10px 7px 30px
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container input[type=file],[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container input[type=file] {
    opacity: 0;
    position: relative;
    cursor: pointer;
    z-index: 10
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-error,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-error {
    font-size: 10px;
    color: #ee5951;
    margin: 5px 5px 0 0
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-date-input,.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-dropdown-input,.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-password-input,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-date-input,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-dropdown-input,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-password-input {
    cursor: pointer;
    color: #9b9b9b
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-dropdown-options-container,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-dropdown-options-container {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: rgba(0,0,0,.1) 0 4px 12px;
    padding: 5px 0;
    z-index: 1000;
    position: absolute;
    width: 100%;
    top: 100%
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-dropdown-options-container p,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-dropdown-options-container p {
    padding: 2.5px 15px;
    cursor: pointer
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-dropdown-options-container p:hover,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-dropdown-options-container p:hover {
    background-color: #f4f4f4;
    color: gray
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-input-box,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-input-box {
    position: relative
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-input-box .wz-profile-account-hide-icon,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-input-box .wz-profile-account-hide-icon {
    width: 21px;
    height: 25px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .25;
    cursor: pointer
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-input-box .wz-profile-account-hide-icon svg,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-input-box .wz-profile-account-hide-icon svg {
    width: 100%;
    height: 100%
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-input-box .wz-profile-account-file,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-input-box .wz-profile-account-file {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    position: absolute;
    top: 0;
    transform: translateY(0);
    padding: 5px 10px;
    border: 2px dashed #dcdcdc;
    z-index: 1
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-input-box .wz-profile-account-file .wz-profile-account-file-icon,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container .wz-profile-account-input-box .wz-profile-account-file .wz-profile-account-file-icon {
    width: 20px;
    height: inherit;
    margin-left: 12px;
    opacity: .3
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container:has(input[data-require=true]) label:after,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container:has(input[data-require=true]) label:after {
    content: " *"
}

.wz-profile-account-root .wz-profile-account-container .wz-profile-account-input-container:has(input[data-format=dropdown]) .wz-profile-account-input-box:after,[data-widget=wz-profile-account] .wz-profile-account-container .wz-profile-account-input-container:has(input[data-format=dropdown]) .wz-profile-account-input-box:after {
    content: "\2513";
    position: absolute;
    font-size: 15px;
    left: 15px;
    top: 50%;
    transform: rotate(135deg) translateY(40%) translateX(-40%);
    opacity: .7
}

.wz-profile-account-root .wz-profile-account-container #company-information-company_address,[data-widget=wz-profile-account] .wz-profile-account-container #company-information-company_address {
    width: 100%
}

.wz-profile-account-root .wz-profile-account-company-info-button,[data-widget=wz-profile-account] .wz-profile-account-company-info-button {
    display: flex;
    flex-flow: column;
    align-items: start;
    gap: 10px;
    position: relative
}

.wz-profile-account-root .wz-profile-account-company-info-label,[data-widget=wz-profile-account] .wz-profile-account-company-info-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wz-profile-account-root .wz-profile-account-company-info-label input,[data-widget=wz-profile-account] .wz-profile-account-company-info-label input {
    display: none;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.wz-profile-account-root .wz-profile-account-company-info-label .checkmark,[data-widget=wz-profile-account] .wz-profile-account-company-info-label .checkmark {
    display: none;
    position: absolute;
    border-radius: 3px;
    top: 0;
    right: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    outline: 1px solid #d9d9d9
}

.wz-profile-account-root .wz-profile-account-company-info-label .checkmark:after,[data-widget=wz-profile-account] .wz-profile-account-company-info-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(44deg)
}

.wz-profile-account-root .wz-profile-account-company-info-label .cancelIcon svg,.wz-profile-account-root .wz-profile-account-company-info-label .moreIcon svg,[data-widget=wz-profile-account] .wz-profile-account-company-info-label .cancelIcon svg,[data-widget=wz-profile-account] .wz-profile-account-company-info-label .moreIcon svg {
    width: 100%;
    height: 100%
}

.wz-profile-account-root .wz-profile-account-company-info-label .moreIcon,[data-widget=wz-profile-account] .wz-profile-account-company-info-label .moreIcon {
    margin-right: 5px
}

.wz-profile-account-root .wz-profile-account-company-info-cancel,[data-widget=wz-profile-account] .wz-profile-account-company-info-cancel {
    display: none;
    flex-flow: row-reverse
}

.wz-profile-account-root .wz-profile-account-company-header,[data-widget=wz-profile-account] .wz-profile-account-company-header {
    margin: 20px 0 0 0
}

.wz-profile-account-root .wz-profile-account-company-info,[data-widget=wz-profile-account] .wz-profile-account-company-info {
    display: flex
}

.wz-profile-account-root .wz-profile-account-company-info .wz-profile-account-input-container,[data-widget=wz-profile-account] .wz-profile-account-company-info .wz-profile-account-input-container {
    display: none
}

.wz-profile-account-root .wz-profile-account-company-info.get-company-info .wz-profile-account-company-info-button,[data-widget=wz-profile-account] .wz-profile-account-company-info.get-company-info .wz-profile-account-company-info-button {
    display: none;
    margin-top: 20px
}

.wz-profile-account-root .wz-profile-account-company-info.get-company-info .wz-profile-account-company-info-cancel,.wz-profile-account-root .wz-profile-account-company-info.get-company-info .wz-profile-account-input-container,[data-widget=wz-profile-account] .wz-profile-account-company-info.get-company-info .wz-profile-account-company-info-cancel,[data-widget=wz-profile-account] .wz-profile-account-company-info.get-company-info .wz-profile-account-input-container {
    display: flex
}

.wz-profile-account-root .wz-profile-account-company-info.cancel-company-info .wz-profile-account-company-info-button,[data-widget=wz-profile-account] .wz-profile-account-company-info.cancel-company-info .wz-profile-account-company-info-button {
    display: flex;
    margin-top: 0
}

.wz-profile-account-root .wz-profile-account-company-info.cancel-company-info .wz-profile-account-company-info-cancel,.wz-profile-account-root .wz-profile-account-company-info.cancel-company-info .wz-profile-account-input-container,[data-widget=wz-profile-account] .wz-profile-account-company-info.cancel-company-info .wz-profile-account-company-info-cancel,[data-widget=wz-profile-account] .wz-profile-account-company-info.cancel-company-info .wz-profile-account-input-container {
    display: none
}

.wz-profile-account-root .wz-profile-account-submit-box,[data-widget=wz-profile-account] .wz-profile-account-submit-box {
    overflow: hidden
}

.wz-profile-account-back-drop {
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 100000000000;
    opacity: 0;
    transition: all .3s
}

.wz-profile-account-back-drop .wz-profile-account-modal {
    width: 450px;
    max-width: 90%;
    min-height: 250px;
    direction: rtl;
    border-radius: 9px;
    background-color: #fff;
    z-index: 20000;
    padding: 2% 2.5%;
    box-sizing: border-box;
    transition: .5s
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-modal-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    font-family: iransans_fa,tahoma,serif;
    font-weight: 700;
    font-size: 15px;
    border-bottom: 2px solid #efefef;
    padding-bottom: 10px
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-modal-header span {
    height: fit-content;
    font-size: 15px;
    cursor: pointer
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-date-modal-items-container {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 20px 0;
    font-family: iransans_fa,tahoma,serif;
    font-size: 13px;
    box-sizing: border-box
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-date-modal-items-container .wz-profile-account-date-modal-item-container {
    width: 31%;
    position: relative
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-date-modal-items-container .wz-profile-account-date-modal-item-container .wz-profile-account-date-modal-item-name {
    width: 100%;
    height: 50%;
    min-height: 35px;
    margin-top: 10%;
    border: 2px solid #efefef;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
    padding-right: 10px;
    font-family: iransans_fa,tahoma,serif
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container {
    display: flex;
    flex-flow: column;
    gap: 25px;
    padding: 20px 0 30px 0
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-input {
    display: flex;
    flex-flow: column;
    gap: 15px;
    font-family: iransans_fa,tahoma,serif;
    font-size: 13px;
    position: relative
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-input input {
    outline: 0;
    border: 2px solid #efefef;
    padding: 10px;
    border-radius: 6px;
    font-family: IranSans,tahoma,serif;
    font-size: 13px;
    text-align: right
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-input svg {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 3px;
    bottom: 3px;
    background: #fff;
    padding: 10px;
    cursor: pointer
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-input p {
    position: absolute;
    bottom: -20px;
    font-size: 10px;
    color: #ef4056;
    font-weight: 500
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .account-repeat-password .repeat-password-error {
    position: absolute;
    bottom: -20px;
    right: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #ef4056
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-guide {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-top: 10px
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-guide .wz-profile-account-password-modal-status {
    display: flex;
    flex-flow: row nowrap;
    gap: 5px;
    position: relative
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-guide .wz-profile-account-password-modal-status span {
    width: 33.33%;
    height: 4px;
    border: 1px solid #efefef;
    border-radius: 16px;
    background-color: #e1e1e1
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-guide .wz-profile-account-password-modal-status:before {
    position: absolute;
    top: -20px;
    right: 5px;
    font-family: iransans_fa,tahoma,serif;
    font-size: 11px;
    font-weight: 600
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-guide .password-status-weak span:nth-child(1) {
    background-color: #ef4056
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-guide .password-status-weak:before {
    content: 'Ø¶Ø¹ÛŒÙ';
    color: #ef4056
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-guide .password-status-normal span:nth-child(-n+2) {
    background-color: #f9a825
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-guide .password-status-normal:before {
    content: 'Ù…Ø¹Ù…ÙˆÙ„ÛŒ';
    color: #f9a825
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-guide .password-status-strong span {
    background-color: #4caf50
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-guide .password-status-strong:before {
    content: 'Ø¹Ø§Ù„ÛŒ Ø´Ø¯';
    color: #4caf50
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-password-modal-container .wz-profile-account-password-modal-guide ul {
    padding: 0 15px 0 0;
    margin: 10px 0 0 0;
    color: #a1a1a1;
    font-family: iransans_fa,tahoma,serif;
    font-size: 11px
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-modal-button {
    direction: ltr
}

.wz-profile-account-back-drop .wz-profile-account-modal .wz-profile-account-modal-button button {
    outline: 0;
    border: none;
    border-radius: 6px;
    font-family: iransans_fa,tahoma,serif;
    color: #fff;
    padding: 10px;
    cursor: pointer
}

.wz-profile-account-modal-item-values {
    position: absolute;
    max-height: 180px;
    min-height: 30px;
    overflow-y: auto;
    margin-top: 5px;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    background-color: #fff;
    -ms-overflow-style: none;
    z-index: 25000
}

.wz-profile-account-modal-item-values::-webkit-scrollbar {
    width: 0!important
}

.wz-profile-account-modal-item-values p {
    font-family: iransans_fa,tahoma,serif;
    font-size: 13px;
    padding: 5px 10px;
    cursor: pointer
}

.wz-profile-account-modal-item-values p:hover {
    background-color: #f4f4f4;
    color: gray
}

.wz-profile-account-modal-item-values #data-modal-no-result {
    color: #a1a1a1;
    font-size: 12px;
    cursor: unset
}

.wz-profile-account-modal-item-values #data-modal-no-result:hover {
    background-color: unset;
    color: #a1a1a1
}

.account-disabled-button {
    pointer-events: none;
    background-color: #e1e1e1!important
}

[data-widget=wz-profile-menu] {
    z-index: 999999999999
}

@media only screen and (min-width: 1170px) {
    .cssgrid [data-widget^=wz-profile-] {
        margin-bottom:30px!important
    }
}

.wz-profile-menu-root,[data-widget=wz-profile-menu] {
    width: 100%;
    height: 100%;
    direction: rtl
}

.wz-profile-menu-root .wz-profile-menu-info-box,[data-widget=wz-profile-menu] .wz-profile-menu-info-box {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    direction: rtl;
    text-align: right;
    padding: 20px;
    overflow: hidden;
    transition: all .3s
}

.wz-profile-menu-root .wz-profile-menu-info-box .wz-profile-menu-user-image,[data-widget=wz-profile-menu] .wz-profile-menu-info-box .wz-profile-menu-user-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    min-width: 60px
}

.wz-profile-menu-root .wz-profile-menu-info-box .wz-profile-menu-user-image img,[data-widget=wz-profile-menu] .wz-profile-menu-info-box .wz-profile-menu-user-image img {
    width: 100%;
    aspect-ratio: 1;
    background-color: #fff
}

.wz-profile-menu-root .wz-profile-menu-info-box .wz-profile-menu-user-image:has(img[src='']),[data-widget=wz-profile-menu] .wz-profile-menu-info-box .wz-profile-menu-user-image:has(img[src='']) {
    display: none
}

.wz-profile-menu-root .wz-profile-menu-info-box .wz-profile-menu-user-info,[data-widget=wz-profile-menu] .wz-profile-menu-info-box .wz-profile-menu-user-info {
    width: inherit;
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: center;
    padding: 0 1rem
}

.wz-profile-menu-root .wz-profile-menu-info-box .wz-profile-menu-user-info .wz-profile-menu-user-name,[data-widget=wz-profile-menu] .wz-profile-menu-info-box .wz-profile-menu-user-info .wz-profile-menu-user-name {
    overflow: hidden;
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s
}

.wz-profile-menu-root .wz-profile-menu-info-box .wz-profile-menu-user-info .wz-profile-menu-user-email,[data-widget=wz-profile-menu] .wz-profile-menu-info-box .wz-profile-menu-user-info .wz-profile-menu-user-email {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s
}

.wz-profile-menu-root .wz-profile-menu-info-box .wz-profile-menu-user-info .wz-profile-menu-edit-info,[data-widget=wz-profile-menu] .wz-profile-menu-info-box .wz-profile-menu-user-info .wz-profile-menu-edit-info {
    display: flex;
    align-items: start;
    flex-flow: row nowrap;
    cursor: pointer;
    transition: all .3s
}

.wz-profile-menu-root .wz-profile-menu-info-box .wz-profile-menu-user-info .wz-profile-menu-edit-info p,[data-widget=wz-profile-menu] .wz-profile-menu-info-box .wz-profile-menu-user-info .wz-profile-menu-edit-info p {
    font-weight: 700;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wz-profile-menu-root .wz-profile-menu-info-box .wz-profile-menu-user-info .wz-profile-menu-edit-info span,[data-widget=wz-profile-menu] .wz-profile-menu-info-box .wz-profile-menu-user-info .wz-profile-menu-edit-info span {
    margin-left: 5px;
    margin-right: 5px
}

.wz-profile-menu-root .wz-profile-menu-info-box div+.wz-profile-menu-user-info,[data-widget=wz-profile-menu] .wz-profile-menu-info-box div+.wz-profile-menu-user-info {
    padding: 0
}

.wz-profile-menu-root .wz-profile-menu-items,[data-widget=wz-profile-menu] .wz-profile-menu-items {
    display: flex;
    flex-flow: column;
    width: 100%;
    overflow: hidden;
    transition: all .3s;
    position: relative
}

.wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item,[data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item {
    cursor: pointer;
    transition: all .3s
}

.wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item .wz-profile-menu-item-box,[data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item .wz-profile-menu-item-box {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%
}

.wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item .wz-profile-menu-item-box img,[data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item .wz-profile-menu-item-box img {
    width: 7%;
    max-width: 45px;
    aspect-ratio: 1
}

.wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item .wz-profile-menu-item-box img[src=''],[data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item .wz-profile-menu-item-box img[src=''] {
    display: none
}

.wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item .wz-profile-menu-item-box svg,[data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item .wz-profile-menu-item-box svg {
    width: 7%;
    aspect-ratio: 1
}

.wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item .wz-profile-menu-item-box p,[data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item .wz-profile-menu-item-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s
}

.wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item #wz-profile-menu-logout-box div,[data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item #wz-profile-menu-logout-box div {
    display: flex;
    flex-flow: row nowrap
}

.wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item #wz-profile-menu-logout-box p,[data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item #wz-profile-menu-logout-box p {
    transition: all .3s
}

.wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:hover,[data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:hover {
    opacity: 1
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
        display:none
    }

    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
        border: none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type),body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):not(:first-of-type) {
    display: none
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-item:not(.small-device-menu-open):first-of-type .wz-profile-menu-item-box {
    border: none
}

.wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,[data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    width: 20px;
    height: 20px;
    display: none;
    position: absolute;
    bottom: 50%;
    left: 5%;
    transform: translateY(50%);
    cursor: pointer
}

.wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more:after,[data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more:after {
    content: "\2513";
    position: absolute;
    font-size: 18px;
    left: 50%;
    top: 50%;
    transform: rotate(135deg) translateY(44%) translateX(0)
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body.wz-production [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
        display:block
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root .wz-profile-menu-items .wz-profile-menu-more,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] .wz-profile-menu-items .wz-profile-menu-more {
    display: block
}

.wz-profile-menu-root #wz-profile-menu-logout-box,[data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: block;
    cursor: pointer
}

.wz-profile-menu-root #wz-profile-menu-logout-box p,[data-widget=wz-profile-menu] #wz-profile-menu-logout-box p {
    transition: all .3s
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=mobile] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-profile-menu-root #wz-profile-menu-logout-box,body.wz-production [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
        display:none
    }
}

body:not(.wz-production)[data-device=tablet] .wz-profile-menu-root #wz-profile-menu-logout-box,body:not(.wz-production)[data-device=tablet] [data-widget=wz-profile-menu] #wz-profile-menu-logout-box {
    display: none
}

.wz-profile-menu-active-item {
    opacity: 1!important
}

[data-widget=wz-booking-date-picking].wz-resizable-resizing #wz-booking-date-picking {
    overflow: hidden;
    filter: blur(10px)
}

#wz-booking-date-picking .wz-booking-date-picking-root {
    display: flex;
    flex-flow: row wrap;
    column-gap: 40px;
    row-gap: 30px;
    padding: 20px 30px;
    overflow: hidden
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-picking-introduction {
    display: flex;
    flex-flow: column;
    gap: 10px;
    padding: 25px 30px
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-picking-introduction .wz-booking-date-picking-title h2 {
    font-weight: 600
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container {
    display: flex;
    direction: ltr;
    flex-flow: row wrap;
    column-gap: 40px;
    row-gap: 20px;
    margin-top: 15px
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-date,#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container {
    flex: 0 0 auto
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .datepicker-plot-area {
    box-shadow: none;
    border: none;
    padding: 0;
    background: unset
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .datepicker-plot-area .datepicker-navigator .pwt-btn-next,#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .datepicker-plot-area .datepicker-navigator .pwt-btn-prev,#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
    background: unset
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-date .datepicker-day-view .header {
    background-color: unset;
    border-radius: 0;
    padding: 0;
    height: 35px;
    min-height: 35px
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-date .table-days td span {
    background: unset
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-date .table-days td.today:not(.selected):not(.disabled) span {
    color: #333
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-date .table-days td.today:not(.selected).disabled span {
    color: #ccc
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-date-title,#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-title {
    padding: 10px 0;
    margin-bottom: 10px
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-date-title h3,#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-title h3 {
    font-weight: 600
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container {
    direction: rtl
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-time {
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
    padding: 10px 0
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-time-hint {
    padding: 5px 0 15px 0
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-time-hint p {
    font-weight: 600
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-available-times-box {
    display: flex;
    flex-flow: row wrap;
    gap: 9px
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-available-times-box .wz-booking-available-times {
    position: relative
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-available-times-box .wz-booking-available-times input {
    width: 100%;
    margin: 0;
    padding: 2px 15px;
    appearance: none;
    cursor: pointer;
    transition: all .15s;
    text-align: center;
    overflow: hidden
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-available-times-box .wz-booking-available-times input:before {
    content: attr(data-label)
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-available-times-box .more-times {
    display: none
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-available-times-box .wz-booking-show-more-times-container {
    width: 100%
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-available-times-box .wz-booking-show-more-times-container .wz-booking-show-more-times {
    width: fit-content;
    background-color: #fff;
    padding: 8px 16px;
    margin-left: auto;
    margin-top: 10px;
    cursor: pointer;
    white-space: nowrap
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-closest-available-time-box {
    display: none;
    flex-flow: column;
    align-items: center;
    row-gap: 10px;
    padding-top: 7px
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-closest-available-time-box .wz-booking-closest-available-time-title-box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-closest-available-time-box .wz-booking-closest-available-time-title-box svg {
    width: 100%;
    height: 100%
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-closest-available-time-box .wz-booking-closest-available-time-title-box p {
    font-weight: 600
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-main-box .wz-booking-date-container .wz-booking-time-container .wz-booking-closest-available-time-box .wz-booking-closest-available-time {
    font-weight: 500;
    padding: 10px 20px;
    letter-spacing: .25px
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-side-box {
    padding: 15px 0 0 0
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-side-box .wz-booking-date-picking-service-details .wz-booking-date-picking-service-title {
    padding: 10px 0
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-side-box .wz-booking-date-picking-service-details .wz-booking-date-picking-service-title h3 {
    font-weight: 600
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-side-box .wz-booking-date-picking-service-details .wz-booking-date-picking-service-description-box {
    padding: 15px 0 0 0
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-side-box .wz-booking-date-picking-service-details .wz-booking-date-picking-service-description-box p:first-child {
    margin-bottom: 15px
}

#wz-booking-date-picking .wz-booking-date-picking-root .wz-booking-date-picking-side-box .wz-booking-date-picking-next-stage-button {
    position: relative;
    margin-top: 20px;
    min-width: fit-content;
    padding: 0 10px;
    cursor: pointer
}

body[data-page=p71] #wze4548 ul,body[data-page=p71] #wze4551 ul,body[data-page=p71] #wze4559 ul,body[data-page=p71] #wze4569 ul,body[data-page=p71] #wze4576 ul {
    list-style: none;
    padding: 0;
    margin: 0
}

body[data-page=p71] #wze4548 ul li,body[data-page=p71] #wze4551 ul li,body[data-page=p71] #wze4559 ul li,body[data-page=p71] #wze4569 ul li,body[data-page=p71] #wze4576 ul li {
    padding-left: 0;
    text-indent: -15px
}

body[data-page=p71] #wze4548 ul li:before,body[data-page=p71] #wze4551 ul li:before,body[data-page=p71] #wze4559 ul li:before,body[data-page=p71] #wze4569 ul li:before,body[data-page=p71] #wze4576 ul li:before {
    content: "â€¢ ";
    color: #18a689
}

[data-widget=wz-booking-final-reservation].wz-resizable-resizing #wz-booking-final-reservation {
    overflow: hidden;
    filter: blur(10px)
}

#wz-booking-final-reservation .wz-booking-final-reservation-root {
    padding: 20px 30px;
    overflow: hidden
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-previous-page {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-bottom: 20px;
    cursor: pointer
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-previous-page svg {
    width: 100%;
    height: 100%
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container {
    display: flex;
    flex-flow: row wrap;
    column-gap: 40px;
    row-gap: 30px
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-title {
    padding: 10px 0
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-title h2 {
    font-weight: 600
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-user-information {
    margin: 15px 0 0 0
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-user-information .wz-booking-final-reservation-signup-message {
    padding: 10px 15px
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-user-information .wz-booking-final-reservation-user-information-items {
    display: flex;
    flex-flow: row wrap;
    column-gap: 24px;
    row-gap: 12px;
    padding: 20px 0 0 0
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-user-information .wz-booking-final-reservation-user-information-items .wz-booking-final-reservation-user-information-item {
    display: flex;
    flex-flow: column;
    gap: 10px
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-user-information .wz-booking-final-reservation-user-information-items .wz-booking-final-reservation-user-information-item input,#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-user-information .wz-booking-final-reservation-user-information-items .wz-booking-final-reservation-user-information-item textarea {
    padding: 7px 14px
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-user-information .wz-booking-final-reservation-user-information-items .wz-booking-final-reservation-user-information-item input::placeholder,#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-user-information .wz-booking-final-reservation-user-information-items .wz-booking-final-reservation-user-information-item textarea::placeholder {
    opacity: .5
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-user-information .wz-booking-final-reservation-user-information-items .wz-booking-final-reservation-user-information-item textarea {
    min-height: 60px;
    max-width: 100%
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication {
    display: none;
    flex-flow: row wrap;
    padding: 15px 0;
    gap: 24px
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .wz-booking-final-reservation-authentications-box {
    display: flex;
    flex-flow: column
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .wz-booking-final-reservation-authentications-box .wz-booking-final-reservation-continue-button {
    order: 1
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .wz-booking-final-reservation-signup-second-step {
    display: none
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .wz-booking-final-reservation-authentication-inputs {
    position: relative;
    margin: 15px 0
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .wz-booking-final-reservation-authentication-inputs input {
    width: 100%;
    padding: 7px 14px
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .wz-booking-final-reservation-authentication-inputs input::placeholder {
    opacity: .5
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .wz-booking-final-reservation-term-of-use {
    direction: rtl;
    margin-bottom: 15px;
    position: relative
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .wz-booking-final-reservation-term-of-use label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding-right: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .wz-booking-final-reservation-term-of-use label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .wz-booking-final-reservation-term-of-use label .checkmark {
    position: absolute;
    border-radius: 3px;
    top: 0;
    right: 0;
    height: 18px;
    width: 18px;
    background-color: #eee
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .wz-booking-final-reservation-term-of-use label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(44deg)
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .wz-booking-final-reservation-term-of-use label input:checked~.checkmark:after {
    display: block
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .wz-booking-final-reservation-continue-button {
    height: 35px;
    position: relative;
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    cursor: pointer
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .wz-booking-final-reservation-continue-button .wz-partial-template {
    padding: 0 35px
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .auth-alert {
    white-space: nowrap;
    font-family: yekan,tahoma,serif;
    display: inline-block;
    position: absolute;
    left: -10px;
    bottom: -33px;
    background: rgba(215,102,102,.9);
    padding: 8px;
    z-index: 2;
    color: #fff;
    font-size: 10px;
    background-clip: padding-box;
    border-radius: 4px;
    text-align: right;
    direction: rtl;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-main-box .wz-booking-final-reservation-authentication .auth-alert:after {
    content: '';
    position: absolute;
    left: 22px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgba(215,102,102,.9)
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-side-box-title {
    padding: 10px 0
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-side-box-title h2 {
    font-weight: 600
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box {
    margin: 15px 0;
    padding: 20px;
    overflow: hidden
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-order-description p:first-child {
    margin-bottom: 10px
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-discount-box .wz-booking-final-reservation-discount-message-box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
    background-color: rgba(0,0,0,.025);
    padding: 12px 16px;
    margin: 15px 0;
    border-radius: 8px
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-discount-box .wz-booking-final-reservation-discount-message-box svg {
    width: 100%;
    height: 100%
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-discount-box .wz-booking-final-reservation-discount-message-box p {
    font-weight: 600
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-discount-box .wz-booking-final-reservation-discount-input-box {
    position: relative;
    display: flex;
    flex-flow: row-reverse nowrap
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-discount-box .wz-booking-final-reservation-discount-input-box input {
    padding: 7px;
    width: 100%;
    font-size: 12px
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-discount-box .wz-booking-final-reservation-discount-input-box button {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    padding: 0 15px;
    border: none;
    cursor: pointer
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-discount-box .wz-booking-final-reservation-discount-input-box button:active {
    transform: scale(1.015)
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-registration-box {
    display: flex;
    flex-flow: column;
    margin: 15px 0
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-registration-box h3 {
    font-weight: 600
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-registration-box .wz-booking-final-reservation-order-information {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    margin: 15px 0
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-registration-box .wz-booking-final-reservation-order-information p {
    min-width: 47.5%
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-registration-box .wz-booking-final-reservation-order-confirm-button {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35px;
    cursor: pointer;
    order: 1
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-registration-box .disabled .wz-partial-template div {
    background-color: #e1e1e1;
    pointer-events: none
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-registration-box .disabled .wz-partial-template .wz-element-content {
    visibility: hidden
}

#wz-booking-final-reservation .wz-booking-final-reservation-root .wz-booking-final-reservation-container .wz-booking-final-reservation-side-box .wz-booking-final-reservation-order-description-box .wz-booking-final-reservation-registration-box .disabled .wz-partial-template .wz-element-content:after {
    content: " Ø¨Ø±Ø§ÛŒ Ø«Ø¨Øª Ù†Ù‡Ø§ÛŒÛŒ Ø³ÙØ§Ø±Ø´ Ø§Ø¨ØªØ¯Ø§ ÙˆØ§Ø±Ø¯ Ø´ÙˆÛŒØ¯ ";
    visibility: initial;
    width: 100%;
    position: absolute;
    right: 0
}

#wz-booking-services .wz-booking-services-root {
    padding: 20px 30px;
    overflow: hidden
}

#wz-booking-services .wz-booking-services-root .wz-booking-services-header {
    margin-bottom: 30px
}

#wz-booking-services .wz-booking-services-root .wz-booking-services-body {
    display: flex;
    flex-flow: row wrap
}

#wz-booking-services .wz-booking-services-root .wz-booking-services-body .wz-booking-services-container {
    position: relative;
    width: 100%
}

#wz-booking-services .wz-booking-services-root .wz-booking-services-body .wz-booking-services-container .wz-booking-services-service-main-box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 20px;
    overflow: hidden
}

#wz-booking-services .wz-booking-services-root .wz-booking-services-body .wz-booking-services-container .wz-booking-services-service-main-box .wz-booking-services-service-introduction-box {
    display: flex;
    flex-flow: column;
    gap: 5px;
    text-align: center
}

#wz-booking-services .wz-booking-services-root .wz-booking-services-body .wz-booking-services-container .wz-booking-services-service-main-box .wz-booking-services-book-now-button-box {
    width: fit-content
}

#wz-booking-services .wz-booking-services-root .wz-booking-services-body .wz-booking-services-container .wz-booking-services-service-main-box .wz-booking-services-book-now-button-box .wz-booking-services-book-now-button {
    position: relative
}

#wz-booking-services .wz-booking-services-root .wz-booking-services-body .wz-booking-services-container .wz-booking-services-service-main-box .wz-booking-services-book-now-button-box .wz-booking-services-book-now-button .wz-partial-template {
    padding: 10px 15px
}

#wz-booking-services .wz-booking-services-root .wz-booking-services-body .wz-booking-services-container .wz-booking-services-service-image-box {
    aspect-ratio: 1;
    overflow: hidden
}

#wz-booking-services .wz-booking-services-root .wz-booking-services-body .wz-booking-services-container .wz-booking-services-service-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#wz-booking-services .wz-booking-services-root .wz-booking-services-footer {
    display: flex;
    justify-content: center;
    padding-top: 30px
}

#wz-booking-services .wz-booking-services-root .wz-booking-services-footer .wz-booking-services-pagination-container .wz-booking-services-pagination-button {
    display: inline-block;
    position: relative;
    width: fit-content
}

#wz-booking-services .wz-booking-services-root .wz-booking-services-footer .wz-booking-services-pagination-container .wz-booking-services-pagination-button .wz-partial-template {
    padding: 5px 10px
}

#wz-booking-services .wz-booking-services-root .wz-booking-services-footer .wz-booking-services-pagination-container .wz-booking-services-pagination-button .wz-partial-template .wz-element-content {
    transform: none
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.sideBySide.ltr .wz-booking-services-container {
    flex-flow: row-reverse wrap
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.sideBySide.sixtyForty .wz-booking-services-container .wz-booking-services-service-main-box {
    width: 60%
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.sideBySide.sixtyForty .wz-booking-services-container .wz-booking-services-service-image-box {
    width: 40%
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.sideBySide.sixtyForty.flipRatio .wz-booking-services-container .wz-booking-services-service-main-box {
    width: 40%
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.sideBySide.sixtyForty.flipRatio .wz-booking-services-container .wz-booking-services-service-image-box {
    width: 60%
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.sideBySide.seventyThirty .wz-booking-services-container .wz-booking-services-service-main-box {
    width: 70%
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.sideBySide.seventyThirty .wz-booking-services-container .wz-booking-services-service-image-box {
    width: 30%
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.sideBySide.seventyThirty.flipRatio .wz-booking-services-container .wz-booking-services-service-main-box {
    width: 30%
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.sideBySide.seventyThirty.flipRatio .wz-booking-services-container .wz-booking-services-service-image-box {
    width: 70%
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.sideBySide.without-image .wz-booking-services-container .wz-booking-services-service-main-box {
    width: 100%
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.overlap .wz-booking-services-container {
    box-shadow: unset
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.overlap .wz-booking-services-container .wz-booking-services-service-main-box {
    position: relative;
    height: 90%;
    top: 5%;
    left: -2.5%;
    z-index: 1
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.overlap .wz-booking-services-container .wz-booking-services-service-image-box {
    position: relative;
    left: 2.5%
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.overlap.ltr .wz-booking-services-container .wz-booking-services-service-main-box {
    left: -47.5%
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.overlap.ltr .wz-booking-services-container .wz-booking-services-service-image-box {
    left: 47.5%
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.overlap.without-image .wz-booking-services-container .wz-booking-services-service-main-box {
    width: 100%;
    height: 100%;
    left: 0
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.grid .wz-booking-services-body {
    justify-content: center
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.grid .wz-booking-services-body .wz-booking-services-container {
    flex-flow: column-reverse;
    align-items: center
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.grid .wz-booking-services-body .wz-booking-services-container .wz-booking-services-service-main-box {
    width: 100%
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.grid .wz-booking-services-body .wz-booking-services-container .wz-booking-services-service-image-box {
    width: 100%;
    margin-bottom: -2px;
    aspect-ratio: 1.75
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.strip .wz-booking-services-body .wz-booking-services-container {
    align-items: center;
    flex-flow: row-reverse wrap
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.strip .wz-booking-services-body .wz-booking-services-container .wz-booking-services-service-main-box {
    flex-flow: row nowrap;
    justify-content: space-between;
    background: unset;
    border: none;
    padding: 30px 30px 30px 0
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.strip .wz-booking-services-body .wz-booking-services-container .wz-booking-services-service-main-box .wz-booking-services-service-introduction-box {
    width: 40%;
    text-align: right
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.strip .wz-booking-services-body .wz-booking-services-container .wz-booking-services-service-main-box .wz-booking-services-service-divider {
    display: none
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.strip .wz-booking-services-body .wz-booking-services-container .wz-booking-services-service-main-box .wz-booking-services-book-now-button .wz-partial-template .wz-element-content {
    transform: none
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.strip .wz-booking-services-body .wz-booking-services-container .wz-booking-services-service-image-box {
    height: fit-content;
    aspect-ratio: 1
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.strip.ltr .wz-booking-services-container {
    flex-flow: row wrap
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.strip.ltr .wz-booking-services-container .wz-booking-services-service-main-box {
    flex-flow: row-reverse nowrap;
    padding: 30px 0 30px 30px
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.strip.ltr .wz-booking-services-container .wz-booking-services-service-main-box .wz-booking-services-service-introduction-box {
    text-align: left
}

[data-widget=wz-booking-services] #wz-booking-services .wz-booking-services-root.strip.without-image .wz-booking-services-container .wz-booking-services-service-main-box {
    width: 100%;
    padding: 30px
}

#wz-booking-service-details .wz-booking-service-details-root {
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 30px;
    gap: 60px;
    overflow: hidden
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root {
        gap:40px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root {
    gap: 40px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root {
        gap:40px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root {
    gap: 40px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root {
        gap:40px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root {
    gap: 40px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root {
        gap:40px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root {
    gap: 40px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root {
        gap:40px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root {
    gap: 40px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root {
        gap:40px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root {
    gap: 40px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root {
        gap:40px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root {
    gap: 40px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root {
        gap:40px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root {
    gap: 40px
}

#wz-booking-service-details .wz-booking-service-details-root:has(.wz-booking-service-details-information-box[data-image=true]) .wz-booking-service-details-introduction-box {
    margin-top: 30px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-comment-button,#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-instant-book-button {
    width: fit-content;
    position: relative;
    display: inline-block
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-comment-button .wz-partial-template .wz-element-content,#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-instant-book-button .wz-partial-template .wz-element-content {
    transform: none;
    padding: 7px 25px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-comment-button {
    position: absolute;
    left: 0
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box {
    width: 100%;
    position: relative
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-image-box {
    width: 100%
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-image-box img {
    width: 100%;
    aspect-ratio: 1.75;
    object-fit: cover;
    filter: brightness(.65)
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-information-box {
    display: flex;
    flex-flow: column
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-information-box .wz-booking-service-details-instant-book-button {
    width: fit-content;
    position: relative;
    display: inline-block
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-information-box .wz-booking-service-details-instant-book-button .wz-partial-template .wz-element-content {
    transform: none;
    padding: 7px 25px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-information-box {
    width: fit-content;
    gap: 15px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-information-box h2,#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-information-box p {
    width: fit-content
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    display: flex;
    flex-flow: row nowrap;
    width: calc(90% - 60px)
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(100% - 20px);
        padding: 15px 10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(100% - 20px);
    padding: 15px 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(100% - 20px);
        padding: 15px 10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(100% - 20px);
    padding: 15px 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(100% - 20px);
        padding: 15px 10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(100% - 20px);
    padding: 15px 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(100% - 20px);
        padding: 15px 10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(100% - 20px);
    padding: 15px 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(100% - 20px);
        padding: 15px 10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(100% - 20px);
    padding: 15px 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(100% - 20px);
        padding: 15px 10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(100% - 20px);
    padding: 15px 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(100% - 20px);
        padding: 15px 10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(100% - 20px);
    padding: 15px 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(100% - 20px);
        padding: 15px 10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(100% - 20px);
    padding: 15px 10px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(90% - 10px);
        padding: 25px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(90% - 10px);
    padding: 25px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(90% - 10px);
        padding: 25px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(90% - 10px);
    padding: 25px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(90% - 10px);
        padding: 25px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(90% - 10px);
    padding: 25px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(90% - 10px);
        padding: 25px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(90% - 10px);
    padding: 25px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(90% - 10px);
        padding: 25px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(90% - 10px);
    padding: 25px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(90% - 10px);
        padding: 25px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(90% - 10px);
    padding: 25px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(90% - 10px);
        padding: 25px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(90% - 10px);
    padding: 25px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
        width:calc(90% - 10px);
        padding: 25px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box {
    width: calc(90% - 10px);
    padding: 25px 15px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
    display: flex;
    flex-flow: row nowrap;
    align-items: start;
    width: 33.33%;
    gap: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
        padding-left:5px;
        gap: 7px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
    padding-left: 5px;
    gap: 7px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
        padding-left:5px;
        gap: 7px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
    padding-left: 5px;
    gap: 7px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
        padding-left:5px;
        gap: 7px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
    padding-left: 5px;
    gap: 7px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
        padding-left:5px;
        gap: 7px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
    padding-left: 5px;
    gap: 7px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
        padding-left:5px;
        gap: 7px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
    padding-left: 5px;
    gap: 7px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
        padding-left:5px;
        gap: 7px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
    padding-left: 5px;
    gap: 7px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
        padding-left:5px;
        gap: 7px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
    padding-left: 5px;
    gap: 7px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
        padding-left:5px;
        gap: 7px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box {
    padding-left: 5px;
    gap: 7px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box .wz-booking-service-details-details-box .wz-booking-service-details-detail-box img {
    width: 20px;
    aspect-ratio: 1;
    align-self: start
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section {
    display: flex;
    flex-flow: column;
    gap: 10px;
    position: relative
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
    margin-top: 25px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container {
    margin-top: 15px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box {
    padding: 15px;
    overflow: hidden
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container {
    display: flex;
    flex-flow: column;
    gap: 5px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 15px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-author {
    position: relative
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-author:after {
    content: '';
    width: 1px;
    height: 65%;
    position: absolute;
    bottom: 50%;
    left: -7.5px;
    display: inline-block;
    background: #a6a6a6;
    transform: translateY(50%)
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate[data-rate='4'] span:nth-child(4)~span {
    color: #ddd
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate[data-rate='3'] span:nth-child(3)~span {
    color: #ddd
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate[data-rate='2'] span:nth-child(2)~span {
    color: #ddd
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate[data-rate='1'] span:nth-child(1)~span {
    color: #ddd
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:14px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 14px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:14px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 14px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:14px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 14px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:14px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 14px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:14px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 14px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:14px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 14px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:14px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 14px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:14px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 14px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:16px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:16px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:16px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:16px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:16px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:16px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:16px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
        font-size:16px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box .wz-booking-service-details-comment-container .wz-booking-service-details-comment-header .wz-booking-service-details-comment-rate span {
    font-size: 16px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 20px 15px 15px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']):last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
        margin:15px 0 15px 15px
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:not([data-depth='0']) {
    margin: 15px 0 15px 15px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box[data-depth='0'] {
    margin-bottom: 15px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-section .wz-booking-service-details-comments-container .wz-booking-service-details-comment-box:is([data-depth='1'],[data-depth='3'],[data-depth='5']):not(:last-child) {
    margin-bottom: 15px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-slider-buttons .wz-booking-service-details-slider-button {
    border: solid #a6a6a6;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    cursor: pointer
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-slider-buttons .wz-booking-service-details-slider-button:hover {
    border-color: #7d7d7d!important
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-slider-buttons [data-direction=right] {
    transform: rotate(-45deg);
    margin-left: 10px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-slider-buttons [data-direction=left] {
    transform: rotate(135deg)
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=false] .wz-booking-service-details-information-box {
    align-items: center
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=false] .wz-booking-service-details-details-box {
    gap: 15px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=false] .wz-booking-service-details-instant-book-button {
    margin-top: 10px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-information-box {
    position: absolute;
    top: 50%;
    right: calc(10% - 10px);
    transform: translateY(-50%)
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
    gap: 10px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    z-index: 10
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
        gap:5px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
    gap: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
        gap:5px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
    gap: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
        gap:5px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
    gap: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
        gap:5px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
    gap: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
        gap:5px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
    gap: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
        gap:5px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
    gap: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
        gap:5px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
    gap: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
        gap:5px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-information-box[data-image=true] .wz-booking-service-details-details-box {
    gap: 5px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
    display: flex;
    flex-flow: column;
    margin-top: 20px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root {
    margin-top: 10px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box .wz-booking-service-details-gallery-root .wz-booking-service-details-gallery-more-button {
    order: 1;
    align-self: center
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--desktop-columns))!important;
    height: calc(100% / var(--desktop-rows))!important
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--mobile-columns))!important;
        height: calc(100% / var(--mobile-rows))!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--mobile-columns))!important;
    height: calc(100% / var(--mobile-rows))!important
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--mobile-columns))!important;
        height: calc(100% / var(--mobile-rows))!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--mobile-columns))!important;
    height: calc(100% / var(--mobile-rows))!important
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--mobile-columns))!important;
        height: calc(100% / var(--mobile-rows))!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--mobile-columns))!important;
    height: calc(100% / var(--mobile-rows))!important
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--mobile-columns))!important;
        height: calc(100% / var(--mobile-rows))!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--mobile-columns))!important;
    height: calc(100% / var(--mobile-rows))!important
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--mobile-columns))!important;
        height: calc(100% / var(--mobile-rows))!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--mobile-columns))!important;
    height: calc(100% / var(--mobile-rows))!important
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--mobile-columns))!important;
        height: calc(100% / var(--mobile-rows))!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--mobile-columns))!important;
    height: calc(100% / var(--mobile-rows))!important
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--mobile-columns))!important;
        height: calc(100% / var(--mobile-rows))!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--mobile-columns))!important;
    height: calc(100% / var(--mobile-rows))!important
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--mobile-columns))!important;
        height: calc(100% / var(--mobile-rows))!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--mobile-columns))!important;
    height: calc(100% / var(--mobile-rows))!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--tablet-columns))!important;
        height: calc(100% / var(--tablet-rows))!important
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--tablet-columns))!important;
    height: calc(100% / var(--tablet-rows))!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--tablet-columns))!important;
        height: calc(100% / var(--tablet-rows))!important
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--tablet-columns))!important;
    height: calc(100% / var(--tablet-rows))!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--tablet-columns))!important;
        height: calc(100% / var(--tablet-rows))!important
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--tablet-columns))!important;
    height: calc(100% / var(--tablet-rows))!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--tablet-columns))!important;
        height: calc(100% / var(--tablet-rows))!important
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--tablet-columns))!important;
    height: calc(100% / var(--tablet-rows))!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--tablet-columns))!important;
        height: calc(100% / var(--tablet-rows))!important
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--tablet-columns))!important;
    height: calc(100% / var(--tablet-rows))!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--tablet-columns))!important;
        height: calc(100% / var(--tablet-rows))!important
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--tablet-columns))!important;
    height: calc(100% / var(--tablet-rows))!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--tablet-columns))!important;
        height: calc(100% / var(--tablet-rows))!important
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--tablet-columns))!important;
    height: calc(100% / var(--tablet-rows))!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
        width:calc(100% / var(--tablet-columns))!important;
        height: calc(100% / var(--tablet-rows))!important
    }
}

body:not(.wz-production)[data-device=tablet] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=default] .wz-gallery.wz-gallery-grid:not([data-layout=layout5]) li {
    width: calc(100% / var(--tablet-columns))!important;
    height: calc(100% / var(--tablet-rows))!important
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=slider] {
    position: relative
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=slider] .wz-booking-service-details-slider-buttons {
    position: absolute;
    left: 15px;
    top: 5px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=slider] .wz-booking-service-details-gallery-root {
    overflow: hidden;
    margin-top: 0;
    direction: ltr
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=slider] .wz-booking-service-details-gallery-root .wz-booking-service-details-gallery-container {
    padding: 35px 0
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-gallery-box[data-type=slider] .wz-booking-service-details-gallery-root .flex-direction-nav a:before {
    color: #999
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-sessions-table-box .wz-booking-service-details-sessions-table-container {
    padding: 30px 30px 10px;
    overflow: hidden
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-sessions-table-box .wz-booking-service-details-sessions-table-container .wz-booking-service-details-sessions-table-introduction {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-sessions-table-box .wz-booking-service-details-sessions-table-container .wz-booking-service-details-sessions-table-introduction p {
    width: fit-content
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-sessions-table-box .wz-booking-service-details-sessions-table-container .wz-booking-service-details-sessions-table-introduction p:first-of-type {
    margin-bottom: 10px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-sessions-table-box .wz-booking-service-details-sessions-table-container .wz-booking-service-details-sessions-table-introduction .wz-booking-service-details-instant-book-button {
    position: absolute;
    top: 0;
    left: 0
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-sessions-table-box .wz-booking-service-details-sessions-table-container .wz-booking-service-details-sessions-table {
    width: 100%;
    text-align: center
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-sessions-table-box .wz-booking-service-details-sessions-table-container .wz-booking-service-details-sessions-table thead th:first-of-type {
    border-radius: 0 6px 6px 0
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-sessions-table-box .wz-booking-service-details-sessions-table-container .wz-booking-service-details-sessions-table thead th:last-of-type {
    border-radius: 6px 0 0 6px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-sessions-table-box .wz-booking-service-details-sessions-table-container .wz-booking-service-details-sessions-table tbody tr:last-of-type td {
    border: none
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
    display: flex;
    flex-flow: column;
    gap: 15px;
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] #wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus {
    margin-top: 10px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus .wz-booking-service-details-contactus {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 15px
}

#wz-booking-service-details .wz-booking-service-details-root .wz-booking-service-details-contactus-box .wz-booking-service-details-section-contactus .wz-booking-service-details-contactus img {
    width: 15px
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body input::placeholder,.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body textarea::placeholder {
    color: #909494;
    font-size: 14px
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-site-form {
    padding: 0
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 15px
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate {
    display: flex;
    flex-flow: row nowrap;
    font-size: 25px;
    color: #ddd;
    cursor: pointer;
    direction: rtl
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate span {
    transition: all .3s;
    padding: 0 3.5px
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate-5-star span,.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate:has(span:nth-child(5):hover) span {
    color: #ffaa2e
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate-4-star span,.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate:has(span:nth-child(4):hover) span {
    color: #ddd
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate-4-star span:nth-child(-n+4),.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate:has(span:nth-child(4):hover) span:nth-child(-n+4) {
    color: #ffaa2e
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate-3-star span,.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate:has(span:nth-child(3):hover) span {
    color: #ddd
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate-3-star span:nth-child(-n+3),.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate:has(span:nth-child(3):hover) span:nth-child(-n+3) {
    color: #ffaa2e
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate-2-star span,.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate:has(span:nth-child(2):hover) span {
    color: #ddd
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate-2-star span:nth-child(-n+2),.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate:has(span:nth-child(2):hover) span:nth-child(-n+2) {
    color: #ffaa2e
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate-1-star span,.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate:has(span:nth-child(1):hover) span {
    color: #ddd
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate-1-star span:nth-child(-n+1),.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box .wz-booking-service-details-comment-dialog-rate:has(span:nth-child(1):hover) span:nth-child(-n+1) {
    color: #ffaa2e
}

.wz-booking-service-details-comment-dialog .wz-booking-service-details-comment-dialog-body .wz-booking-service-details-comment-dialog-rate-box p {
    font-size: 15px;
    font-weight: 200;
    color: #434343
}

.wz-dialog-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(43,46,56,.9);
    z-index: 999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .3s
}

.wz-dialog-backdrop .wz-dialog-container {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: start;
    gap: 25px;
    width: 100%;
    max-width: 450px;
    padding: 25px 30px;
    color: #2b2e38;
    background-color: #fff;
    border-radius: 6px;
    font-family: Yekan,Tahoma,serif;
    font-size: 14px;
    text-align: right;
    box-sizing: border-box
}

.wz-dialog-backdrop .wz-dialog-container .wz-dialog-header {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    width: 100%
}

.wz-dialog-backdrop .wz-dialog-container .wz-dialog-header h2 {
    font-size: 16px;
    color: #2b2e38
}

.wz-dialog-backdrop .wz-dialog-container .wz-dialog-header span {
    cursor: pointer
}

.wz-dialog-backdrop .wz-dialog-container .wz-dialog-header span:after {
    content: "\2573";
    font-weight: 600;
    font-size: 12px
}

.wz-dialog-backdrop .wz-dialog-container .wz-dialog-body {
    display: flex;
    flex-flow: column;
    gap: 5px;
    width: 100%
}

.wz-dialog-backdrop .wz-dialog-container .wz-dialog-body .wz-dialog-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0
}

.wz-dialog-backdrop .wz-dialog-container .wz-dialog-body .wz-dialog-buttons .wz-dialog-save-button {
    background: #b6b9bb;
    border-radius: 25px;
    min-width: 130px
}

.wz-dialog-backdrop .wz-dialog-container .wz-dialog-body .wz-dialog-buttons .wz-dialog-save-button:hover {
    color: #edeff0
}

.wz-dialog-backdrop .wz-dialog-container .wz-dialog-body .wz-dialog-buttons .wz-dialog-cancel-button {
    background: 0 0;
    color: #797979;
    max-width: 75px;
    border-bottom: 2px solid #b6b9bb;
    border-radius: 0
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,header,html,i,iframe,img,ins,kbd,label,legend,mark,menu,nav,object,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

* {
    outline: 0
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: 400;
    line-height: 1.2
}

.grecaptcha-badge {
    z-index: 0
}

.wz-element-content h1[class*=font-style] span,.wz-element-content h1[class*=wz-font] span,.wz-element-content h2[class*=font-style] span,.wz-element-content h2[class*=wz-font] span,.wz-element-content h3[class*=font-style] span,.wz-element-content h3[class*=wz-font] span,.wz-element-content h4[class*=font-style] span,.wz-element-content h4[class*=wz-font] span,.wz-element-content h5[class*=font-style] span,.wz-element-content h5[class*=wz-font] span,.wz-element-content h6[class*=font-style] span,.wz-element-content h6[class*=wz-font] span {
    display: inherit
}

.wz-element-content br {
    word-spacing: 0;
    letter-spacing: 0
}

.wz-element.wz-editing .wz-element-content h1 span,.wz-element.wz-editing .wz-element-content h2 span,.wz-element.wz-editing .wz-element-content h3 span,.wz-element.wz-editing .wz-element-content h4 span,.wz-element.wz-editing .wz-element-content h5 span,.wz-element.wz-editing .wz-element-content h6 span,[wz-fix-line-height2] .wz-element-content h1 span,[wz-fix-line-height2] .wz-element-content h2 span,[wz-fix-line-height2] .wz-element-content h3 span,[wz-fix-line-height2] .wz-element-content h4 span,[wz-fix-line-height2] .wz-element-content h5 span,[wz-fix-line-height2] .wz-element-content h6 span {
    display: initial
}

[wz-fix-line-height2] .wz-element-content h1,[wz-fix-line-height2] .wz-element-content h2,[wz-fix-line-height2] .wz-element-content h3,[wz-fix-line-height2] .wz-element-content h4,[wz-fix-line-height2] .wz-element-content h5,[wz-fix-line-height2] .wz-element-content h6 {
    line-height: normal
}

template {
    display: none
}

.wz-animation-play:not([data-animation-percent="100"]) {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}

input:-webkit-autofill,input:-webkit-autofill:focus input:-webkit-autofill,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    border: 1px solid #d2d8d8;
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    background: inherit;
    transition: background-color 5000s ease-in-out 0s;
    background: inherit!important
}

article,aside,details,figcaption,figure,footer,header,menu,nav,section {
    display: block
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clear {
    clear: both
}

a {
    text-decoration: none
}

[role=button],a,area,button,input,label,select,summary,textarea {
    touch-action: manipulation
}

.quantity {
    display: inline-block
}

.quantity .input-text.qty {
    width: 45px;
    height: 41px;
    padding: 0 5px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #efefef;
    font-family: iransans_fa,tahoma,serif
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    direction: ltr
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none
}

.quantity.buttons_added .minus,.quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    height: 41px;
    background-color: #fff;
    border: 1px solid #efefef;
    cursor: pointer;
    position: relative;
    margin-right: -4px
}

.quantity.buttons_added .minus {
    border-right: 0
}

.quantity.buttons_added .plus {
    border-left: 0
}

.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0
}

.quantity.buttons_added .minus:focus,.quantity.buttons_added .plus:focus {
    outline: 0
}

.wz-faq-item-answer {
    white-space: pre-wrap
}

html {
    font-size: 10px
}

body {
    position: relative;
    font-family: Tahoma,serif;
    min-width: 468px
}

body.wz-production {
    font-family: Yekan,Tahoma,serif;
    font-size: 14px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0!important
}

.clear {
    clear: both
}

a {
    cursor: pointer
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.fancybox-overlay {
    z-index: 9000
}

.fancybox-opened {
    z-index: 9000
}

.fancybox-container {
    z-index: 99999999
}

.fancybox-title-float-wrap .child {
    font-family: yekan,tahoma,serif
}

.remodal-is-locked {
    overflow: visible!important
}

.wz-modal-header {
    color: #2b2e38;
    font-size: 23px;
    margin-bottom: 20px
}

div.wz-remodal-footer-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    direction: rtl;
    padding: 0 15px;
    margin-top: 20px
}

div.wz-remodal-footer-buttons a.wz-default-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%
}

a.wz-default-button {
    width: 100%;
    color: #edeff0;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

a.wz-default-button.wz-default-button-primary {
    background: #2196f3
}

a.wz-default-button.wz-default-button-warning {
    background: #ff4136
}

a.wz-default-button:before {
    content: '';
    position: absolute;
    display: inline-block;
    opacity: 0;
    background: #fff;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    width: 400px;
    height: 400px;
    top: -176px;
    left: -45px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

a.wz-default-button:hover:before {
    opacity: .15;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

body.screen-shot>div:not(#wz-root):not(#wz-root-background) {
    display: none
}

body.screen-shot #wz-root {
    padding-top: 0
}

.jq-toast-wrap {
    width: 350px;
    z-index: 9000!important
}

.jq-icon-error {
    background-color: #ff4136
}

.jq-icon-success {
    background-color: #009906
}

.jq-toast-loader {
    display: none
}

.jq-toast-single {
    width: auto;
    font-size: 15px;
    font-family: yekan,tahoma,serif;
    direction: rtl
}

.jq-has-icon {
    padding: 10px 25px 10px 50px
}

#wz-root {
    position: relative;
    margin: 0 auto
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root {
        overflow:hidden;
        max-width: 100%;
        z-index: 0
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root,body:not(.wz-production)[data-device=tablet] #wz-root {
    overflow: hidden;
    max-width: 100%;
    z-index: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root {
        overflow:hidden;
        max-width: 100%;
        z-index: 0
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root,body:not(.wz-production)[data-device=tablet] #wz-root {
    overflow: hidden;
    max-width: 100%;
    z-index: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root {
        overflow:hidden;
        max-width: 100%;
        z-index: 0
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root,body:not(.wz-production)[data-device=tablet] #wz-root {
    overflow: hidden;
    max-width: 100%;
    z-index: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root {
        overflow:hidden;
        max-width: 100%;
        z-index: 0
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root,body:not(.wz-production)[data-device=tablet] #wz-root {
    overflow: hidden;
    max-width: 100%;
    z-index: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root {
        overflow:hidden;
        max-width: 100%;
        z-index: 0
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root,body:not(.wz-production)[data-device=tablet] #wz-root {
    overflow: hidden;
    max-width: 100%;
    z-index: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root {
        overflow:hidden;
        max-width: 100%;
        z-index: 0
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root,body:not(.wz-production)[data-device=tablet] #wz-root {
    overflow: hidden;
    max-width: 100%;
    z-index: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root {
        overflow:hidden;
        max-width: 100%;
        z-index: 0
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root,body:not(.wz-production)[data-device=tablet] #wz-root {
    overflow: hidden;
    max-width: 100%;
    z-index: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root {
        overflow:hidden;
        max-width: 100%;
        z-index: 0
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root,body:not(.wz-production)[data-device=tablet] #wz-root {
    overflow: hidden;
    max-width: 100%;
    z-index: 0
}

#wz-root-background {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: no-repeat center center;
    background-size: cover
}

.wz-section-full {
    position: relative;
    background: no-repeat center center;
    background-size: cover
}

.wz-section-full:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-full {
        background-attachment:scroll!important;
        padding-left: 0!important;
        padding-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-full,body:not(.wz-production)[data-device=tablet] .wz-section-full {
    background-attachment: scroll!important;
    padding-left: 0!important;
    padding-right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-full {
        background-attachment:scroll!important;
        padding-left: 0!important;
        padding-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-full,body:not(.wz-production)[data-device=tablet] .wz-section-full {
    background-attachment: scroll!important;
    padding-left: 0!important;
    padding-right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-full {
        background-attachment:scroll!important;
        padding-left: 0!important;
        padding-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-full,body:not(.wz-production)[data-device=tablet] .wz-section-full {
    background-attachment: scroll!important;
    padding-left: 0!important;
    padding-right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-full {
        background-attachment:scroll!important;
        padding-left: 0!important;
        padding-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-full,body:not(.wz-production)[data-device=tablet] .wz-section-full {
    background-attachment: scroll!important;
    padding-left: 0!important;
    padding-right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-full {
        background-attachment:scroll!important;
        padding-left: 0!important;
        padding-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-full,body:not(.wz-production)[data-device=tablet] .wz-section-full {
    background-attachment: scroll!important;
    padding-left: 0!important;
    padding-right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-full {
        background-attachment:scroll!important;
        padding-left: 0!important;
        padding-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-full,body:not(.wz-production)[data-device=tablet] .wz-section-full {
    background-attachment: scroll!important;
    padding-left: 0!important;
    padding-right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-full {
        background-attachment:scroll!important;
        padding-left: 0!important;
        padding-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-full,body:not(.wz-production)[data-device=tablet] .wz-section-full {
    background-attachment: scroll!important;
    padding-left: 0!important;
    padding-right: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-section-full {
        background-attachment:scroll!important;
        padding-left: 0!important;
        padding-right: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section-full,body:not(.wz-production)[data-device=tablet] .wz-section-full {
    background-attachment: scroll!important;
    padding-left: 0!important;
    padding-right: 0!important
}

.wz-section-full .wz-section-video-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1
}

.wz-section-full .wz-section-video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: 0 0
}

.wz-section-full.wz-section-menu-hover {
    z-index: 3000!important
}

body:not(.theme-editing) .wz-section-full[wz-section-full-height=on] {
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.wz-section {
    box-sizing: border-box;
    width: 1170px;
    margin: 0 auto;
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-section {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section {
    width: 468px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-section {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section {
    width: 468px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-section {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section {
    width: 468px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-section {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section {
    width: 468px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-section {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section {
    width: 468px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-section {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section {
    width: 468px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-section {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section {
    width: 468px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-section {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-section {
    width: 468px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-section {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] .wz-section {
    width: 768px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-section {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] .wz-section {
    width: 768px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-section {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] .wz-section {
    width: 768px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-section {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] .wz-section {
    width: 768px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-section {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] .wz-section {
    width: 768px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-section {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] .wz-section {
    width: 768px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-section {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] .wz-section {
    width: 768px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-section {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] .wz-section {
    width: 768px
}

.wz-section .section-full {
    box-sizing: border-box
}

.animation-start {
    animation-play-state: paused
}

.wz-element {
    display: block;
    position: absolute;
    z-index: 1000
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-element.fixed-element-desktop {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-desktop.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-element.fixed-element-desktop {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-desktop.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-element.fixed-element-desktop {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-desktop.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-element.fixed-element-desktop {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-desktop.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-element.fixed-element-desktop {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-desktop.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-element.fixed-element-desktop {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-desktop.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-element.fixed-element-desktop {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-desktop.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-element.fixed-element-desktop {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-desktop.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=desktop] .wz-element.fixed-element-desktop.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-element.fixed-element-tablet {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-tablet.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-element.fixed-element-tablet {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-tablet.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-element.fixed-element-tablet {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-tablet.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-element.fixed-element-tablet {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-tablet.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-element.fixed-element-tablet {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-tablet.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-element.fixed-element-tablet {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-tablet.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-element.fixed-element-tablet {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-tablet.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet.wz-element-full-width {
    left: 0
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .wz-element.fixed-element-tablet {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-tablet.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=tablet] .wz-element.fixed-element-tablet.wz-element-full-width {
    left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-element.fixed-element-mobile {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-mobile.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile.wz-element-full-width {
    left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-element.fixed-element-mobile {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-mobile.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile.wz-element-full-width {
    left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-element.fixed-element-mobile {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-mobile.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile.wz-element-full-width {
    left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-element.fixed-element-mobile {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-mobile.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile.wz-element-full-width {
    left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-element.fixed-element-mobile {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-mobile.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile.wz-element-full-width {
    left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-element.fixed-element-mobile {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-mobile.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile.wz-element-full-width {
    left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-element.fixed-element-mobile {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-mobile.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile.wz-element-full-width {
    left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-element.fixed-element-mobile {
        position:fixed;
        margin: auto!important
    }

    body.wz-production .wz-element.fixed-element-mobile.wz-element-full-width {
        left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile {
    position: fixed;
    margin: auto!important
}

body:not(.wz-production)[data-device=mobile] .wz-element.fixed-element-mobile.wz-element-full-width {
    left: 0
}

.wz-element[wz-autoheight] .wz-html-code {
    position: relative
}

.wz-html-code #formz-wrapper {
    direction: rtl
}

input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill {
    background: inherit
}

.wz-element-content {
    font-family: Tahoma,serif;
    font-size: 10px;
    overflow-wrap: break-word
}

.wz-element-content ol,.wz-element-content ul {
    margin: 0
}

.wz-element-content a {
    color: inherit;
    text-decoration: inherit
}

[wz-fix-line-height] h1,[wz-fix-line-height] h2,[wz-fix-line-height] h3,[wz-fix-line-height] h4,[wz-fix-line-height] h5,[wz-fix-line-height] h6 {
    line-height: normal
}

.wz-element-background {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

[data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:468px!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 468px!important
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:468px!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 468px!important
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:468px!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 468px!important
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:468px!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 468px!important
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:468px!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 468px!important
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:468px!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 468px!important
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:468px!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 468px!important
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:468px!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 468px!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:768px!important
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 768px!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:768px!important
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 768px!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:768px!important
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 768px!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:768px!important
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 768px!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:768px!important
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 768px!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:768px!important
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 768px!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:768px!important
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 768px!important
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:768px!important
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 768px!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:1170px!important
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 1170px!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:1170px!important
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 1170px!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:1170px!important
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 1170px!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:1170px!important
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 1170px!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:1170px!important
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 1170px!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:1170px!important
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 1170px!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:1170px!important
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 1170px!important
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
        width:1170px!important
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-box].wz-element-full-width>.wz-template>.wz-box-content {
    width: 1170px!important
}

[data-widget=wz-box] .wz-box-content-hover {
    opacity: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

body.theme-editing [data-widget=wz-box] .wz-box-content-hover {
    display: none
}

body.theme-editing [data-widget=wz-box].hovered .wz-box-content-hover,body:not(.theme-editing) [data-widget=wz-box]:hover .wz-box-content-hover {
    opacity: 1;
    display: block
}

[data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 468px
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 468px
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 468px
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 468px
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 468px
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 468px
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 468px
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:468px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 468px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 768px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 768px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 768px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 768px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 768px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 768px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 768px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:768px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 768px
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:1170px
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 1170px
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:1170px
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 1170px
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:1170px
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 1170px
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:1170px
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 1170px
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:1170px
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 1170px
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:1170px
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 1170px
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:1170px
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 1170px
}

@media only screen and (min-width: 1170px) {
    body.wz-production [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
        width:1170px
    }
}

body:not(.wz-production)[data-device=desktop] [data-widget=wz-gallery].wz-element-full-width .wz-element-container {
    width: 1170px
}

.wz-loader-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10000;
    margin: auto;
    font-size: 12px;
    background: #fff
}

.wz-loader-container:not([style*='display: none'])~#wz-root {
    z-index: 1
}

.wz-loader-container-fix {
    position: fixed;
    font-size: 25px
}

.wz-loader-container-fix.with-opacity {
    background: rgba(0,0,0,.45)
}

.wz-loader-container-fix.with-opacity .sk-circle .sk-child:before {
    background-color: #fff!important
}

.sk-circle {
    width: 6em;
    height: 6em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #c9c9c9;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.wz-element .wz-loader-container {
    background: 0 0
}

.gif-loader {
    background: rgba(0,0,0,.6) url(../images/ajax-loader.gif) no-repeat center center;
    width: 100%;
    height: 100%
}

body:not(.wz-production)[data-device=mobile] #wz-root,body:not(.wz-production)[data-device=mobile] #wz-root-background {
    width: 468px;
    overflow: visible
}

body:not(.wz-production)[data-device=tablet] #wz-root,body:not(.wz-production)[data-device=tablet] #wz-root-background {
    width: 768px;
    overflow: visible
}

body:not(.theme-editing) [wz-section-freeze=on] {
    z-index: 5000!important
}

body:not(.theme-editing) [wz-section-freeze=on]:not(.wzc-section-footer-full).fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

body:not(.theme-editing) .wzc-section-footer-full[wz-section-freeze=on] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

body:not(.theme-editing) [data-scroll-animation] {
    visibility: hidden
}

body:not(.theme-editing) [data-scroll-animation].animated {
    visibility: visible
}

.wz-tabs-container * {
    -webkit-transition: all 0s!important;
    -moz-transition: all 0s!important;
    -ms-transition: all 0s!important;
    -o-transition: all 0s!important;
    transition: all 0s!important
}

.wz-tabs-container .wz-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.wz-tabs-container .wz-tabs li {
    background: 0 0;
    color: #222;
    position: relative;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-bottom: 0!important
}

.wz-tabs-container .wz-tabs li.open {
    border: 1px solid #ededed;
    color: #222
}

.wz-tabs-container .wz-tabs li.open:after {
    content: "";
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background: #fff;
    display: inline-block;
    position: absolute
}

.wz-tabs-container .wz-tab-content {
    display: none;
    border: 1px solid #ededed;
    padding: 15px
}

.wz-tabs-container .wz-tab-content.open {
    display: inherit
}

.wz-tabs-container .wz-tab-content .dropdown-menu {
    background: 0 0
}

.wz-tabs-container .dropdown.dropdown-accordion {
    padding: 15px
}

.wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
        display:inherit;
        background: 0 0!important;
        border: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select,body:not(.wz-production)[data-device=tablet] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
    display: inherit;
    background: 0 0!important;
    border: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
        display:inherit;
        background: 0 0!important;
        border: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select,body:not(.wz-production)[data-device=tablet] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
    display: inherit;
    background: 0 0!important;
    border: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
        display:inherit;
        background: 0 0!important;
        border: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select,body:not(.wz-production)[data-device=tablet] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
    display: inherit;
    background: 0 0!important;
    border: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
        display:inherit;
        background: 0 0!important;
        border: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select,body:not(.wz-production)[data-device=tablet] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
    display: inherit;
    background: 0 0!important;
    border: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
        display:inherit;
        background: 0 0!important;
        border: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select,body:not(.wz-production)[data-device=tablet] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
    display: inherit;
    background: 0 0!important;
    border: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
        display:inherit;
        background: 0 0!important;
        border: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select,body:not(.wz-production)[data-device=tablet] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
    display: inherit;
    background: 0 0!important;
    border: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
        display:inherit;
        background: 0 0!important;
        border: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select,body:not(.wz-production)[data-device=tablet] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
    display: inherit;
    background: 0 0!important;
    border: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
        display:inherit;
        background: 0 0!important;
        border: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select,body:not(.wz-production)[data-device=tablet] .wz-tabs-container .dropdown.dropdown-accordion .dropdown-select {
    display: inherit;
    background: 0 0!important;
    border: 0!important
}

.dropdown {
    position: relative;
    font-size: 13px;
    display: inline-block;
    min-width: 200px;
    max-width: 100%
}

.dropdown.dropdown-tab {
    width: 100%
}

.dropdown .dropdown-select {
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    user-select: none;
    position: relative
}

.dropdown .dropdown-menu {
    z-index: 1000;
    display: none;
    margin: 2px 0 0;
    font-size: 1rem;
    background: #fff;
    color: #878787;
    list-style: none;
    background-clip: padding-box
}

.dropdown.open .dropdown-menu {
    display: block
}

.dropdown.dropdown-list {
    text-align: left
}

.dropdown.dropdown-list .dropdown-select {
    color: #878787;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    padding: 8px 25px 8px 8px
}

.dropdown.dropdown-list .dropdown-select::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    border-right: .15em solid #878787;
    border-bottom: .15em solid #878787;
    right: .5em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.dropdown.dropdown-list select {
    display: none
}

.dropdown.dropdown-list.open .dropdown-select::before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -moz-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    -o-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg)
}

.dropdown.dropdown-list .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid rgba(0,0,0,.15);
    width: auto;
    min-width: 100%;
    box-sizing: border-box;
    max-height: 300px;
    overflow-y: auto
}

.dropdown.dropdown-list .dropdown-menu a {
    display: block;
    padding: 6px 10px;
    font-size: 13px
}

.dropdown.dropdown-list .dropdown-menu a.selected {
    background-color: #f6f6f6;
    color: #878787
}

.dropdown.dropdown-list.dropdown-rtl {
    direction: rtl;
    text-align: right
}

.dropdown.dropdown-list.dropdown-rtl .dropdown-select {
    padding: 8px 8px 8px 25px
}

.dropdown.dropdown-list.dropdown-rtl .dropdown-menu {
    left: auto;
    right: 0
}

.dropdown.dropdown-list.dropdown-rtl .dropdown-select::before {
    right: auto;
    left: .5em
}

.dropdown.dropdown-accordion {
    width: 100%;
    padding: 10px 0
}

.dropdown.dropdown-accordion .dropdown-select {
    padding: 0 0 0 20px;
    line-height: 100%
}

.dropdown.dropdown-accordion .dropdown-select::before {
    content: "+";
    position: absolute;
    display: inline-block;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-family: Arial,serif;
    font-weight: 700;
    font-size: 14px
}

.dropdown.dropdown-accordion .dropdown-menu {
    position: relative;
    margin-top: 20px
}

.dropdown.dropdown-accordion.open .dropdown-select::before {
    content: "-"
}

.dropdown.dropdown-accordion.dropdown-rtl .dropdown-select {
    padding: 0 20px 0 0
}

.dropdown.dropdown-accordion.dropdown-rtl .dropdown-select::before {
    right: 0;
    left: auto
}

.wz-shop-product-info.dropdown .dropdown-menu {
    background: 0 0
}

.wz-video .vjs-controls-disabled .vjs-big-play-button {
    display: none
}

.wz-video .h_iframe-aparat_embed_frame,.wz-video .wz-aparat-container {
    height: 100%;
    width: 100%
}

.wz-video .video-js {
    height: 100%;
    width: 100%
}

.wz-video video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wz-video .vjs-poster {
    background-size: cover
}

.wz-video .video-js .vjs-big-play-button {
    position: absolute;
    background: url(../images/play-button.png) center no-repeat rgba(0,0,0,.3);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0
}

.wz-video .video-js .vjs-big-play-button:before {
    content: ""
}

.wz-video .video-js .vjs-big-play-button .vjs-control-text {
    display: none
}

.wz-video .video-js.light-theme *,.wz-video .video-js.light-theme :after,.wz-video .video-js.light-theme :before {
    color: #000
}

.wz-video .video-js.light-theme.vjs-has-started .vjs-control-bar {
    background: rgba(247,248,249,.9)
}

.wz-video .video-js.control-hover.vjs-has-started .vjs-control-bar {
    opacity: 0
}

.wz-video:hover .video-js.control-hover.vjs-has-started .vjs-control-bar {
    opacity: 1
}

.wz-dialog .template-item .wz-video {
    pointer-events: none
}

.wz-dialog .template-item .wz-video .video-js .vjs-big-play-button {
    background-size: 48px 48px
}

.wz-template {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.wz-template * {
    box-sizing: border-box
}

.wz-partial-template {
    height: 100%;
    width: 100%
}

body:not(.theme-editing) .wz-element[data-widget=wz-button] .wz-template,body:not(.theme-editing) .wz-element[data-widget=wz-contact] .wz-template,body:not(.theme-editing) .wz-element[data-widget=wz-member] .wz-template,body:not(.theme-editing) .wz-element[data-widget=wz-menu] .wz-template,body:not(.theme-editing) .wz-element[data-widget=wz-search] .wz-template {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

body:not(.theme-editing) .wz-element[data-widget=wz-button] .wz-template *,body:not(.theme-editing) .wz-element[data-widget=wz-contact] .wz-template *,body:not(.theme-editing) .wz-element[data-widget=wz-member] .wz-template *,body:not(.theme-editing) .wz-element[data-widget=wz-menu] .wz-template *,body:not(.theme-editing) .wz-element[data-widget=wz-search] .wz-template * {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

body:not(.theme-editing) .wz-element.wz-element-top-index {
    z-index: 9000!important
}

[data-widget=wz-code] iframe {
    min-width: 100%;
    min-height: 100%
}

[data-widget=wz-text] {
    text-align: center
}

body:not(.theme-editing) div:not(.wz-menu-extend) [data-widget=wz-menu] {
    z-index: 3000!important
}

.wz-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    width: 100%
}

.wz-menu a {
    cursor: pointer
}

.wz-menu * {
    padding: 0;
    margin: 0
}

.wz-menu>li>a {
    position: relative
}

.wz-menu>li.menu-open>a,.wz-menu>li:hover>a {
    position: relative
}

.wz-menu li {
    position: relative
}

.wz-menu>li>.sub-menu>ul>li>a {
    font-weight: 700
}

.wz-menu>li .sub-menu li.wz-menu-has-children>a:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border: 1px solid;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.wz-menu>li .sub-menu a {
    display: block
}

.wz-menu>li>.sub-menu {
    position: absolute;
    -webkit-transition: all ease-in-out 0s 0s;
    -moz-transition: all ease-in-out 0s 0s;
    -ms-transition: all ease-in-out 0s 0s;
    -o-transition: all ease-in-out 0s 0s;
    transition: all ease-in-out 0s 0s
}

.wz-menu>li>.sub-menu li {
    min-width: 150px
}

.wz-menu>li>.sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.wz-menu.wz-mega-menu>li {
    position: static
}

.wz-menu.wz-mega-menu .sub-menu li a:after {
    display: none
}

.wz-menu.wz-menu-rtl .sub-menu li.wz-menu-has-children>a:after {
    left: 8px;
    border-bottom-style: none;
    border-right-style: none
}

.wz-menu.wz-menu-ltr .sub-menu li.wz-menu-has-children>a:after {
    right: 8px;
    border-top-style: none;
    border-left-style: none
}

.wz-menu.wz-menu-ltr .sub-menu .sub-menu {
    left: 100%
}

.wz-classic-menu .sub-menu li a {
    padding: 10px 15px!important
}

.wz-classic-menu .sub-menu li:first-child a {
    padding-top: 20px!important
}

.wz-classic-menu .sub-menu li:last-child a {
    padding-bottom: 20px!important
}

.wz-menu:not(.wz-mega-menu)>li>.sub-menu li>.sub-menu {
    position: absolute;
    min-width: 100%;
    right: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out .3s .1s;
    transition: all ease-in-out .3s .1s;
    -webkit-transition: all ease-in-out .3s .1s;
    -moz-transition: all ease-in-out .3s .1s;
    -ms-transition: all ease-in-out .3s .1s;
    -o-transition: all ease-in-out .3s .1s;
    transition: all ease-in-out .3s .1s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0)
}

.wz-menu:not(.wz-mega-menu)>li>.sub-menu li>.sub-menu>ul>li {
    opacity: 0
}

.wz-menu:not(.wz-mega-menu)>li>.sub-menu li.menu-open>.sub-menu,.wz-menu:not(.wz-mega-menu)>li>.sub-menu li:hover>.sub-menu {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.wz-menu:not(.wz-mega-menu)>li>.sub-menu li.menu-open>.sub-menu>ul>li,.wz-menu:not(.wz-mega-menu)>li>.sub-menu li:hover>.sub-menu>ul>li {
    opacity: 1
}

.wz-menu:not(.wz-mega-menu).wz-menu-rtl>li>.sub-menu li>.sub-menu {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.wz-menu-rtl {
    direction: rtl
}

.wz-menu-rtl .sub-menu ul .sub-menu {
    left: auto;
    right: 150px
}

.wz-menu-horizontal {
    height: 100%;
    overflow: hidden
}

.wz-menu-horizontal.wz-menu-rtl>li:last-child {
    padding-left: 0
}

.wz-menu-horizontal.wz-menu-ltr>li:first-child {
    padding-left: 0
}

.wz-menu-horizontal>li.wz-menu-has-children>a:after {
    content: "";
    width: 4px;
    height: 4px;
    border: 1px solid #000;
    border-top-style: none;
    border-left-style: none;
    position: relative;
    top: -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease
}

.wz-menu-horizontal>li {
    height: 100%;
    display: inline-block;
    position: static
}

.wz-menu-horizontal>li>a {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%
}

.wz-menu-horizontal.wz-menu-fill {
    width: 100%;
    display: -webkit-flex;
    display: flex
}

.wz-menu-horizontal.wz-menu-fill>li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    flex: 1 auto
}

.wz-menu-horizontal.wz-mega-menu .sub-menu {
    left: 0
}

.wz-menu-horizontal.wz-mega-menu>li>.sub-menu {
    width: 100%;
    padding: 15px 10px
}

.wz-menu-horizontal.wz-mega-menu>li>.sub-menu>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.wz-menu-horizontal.wz-mega-menu>li>.sub-menu>ul>li {
    width: 25%
}

.wz-menu-horizontal.wz-mega-menu>li>.sub-menu>ul>li ul {
    padding-left: 10px
}

.wz-menu-horizontal.wz-mega-menu>li>.sub-menu>ul>li ul a {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.wz-menu-horizontal.wz-mega-menu>li>.sub-menu>ul>li ul a:hover {
    padding-right: 25px
}

.wz-menu-horizontal.wz-mega-menu.wz-menu-rtl>li>.sub-menu>ul>li ul {
    padding-left: auto;
    padding-right: 10px
}

.wz-menu-horizontal.wz-menu-rtl>li.wz-menu-has-children>a:after {
    margin-right: 10px
}

.wz-menu-horizontal.wz-menu-ltr>li.wz-menu-has-children>a:after {
    margin-left: 10px
}

.wz-menu-horizontal.wz-menu-fill.wz-menu-equal-size {
    display: -webkit-flex;
    display: flex
}

.wz-menu-horizontal.wz-menu-fill.wz-menu-equal-size>li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.wz-menu-vertical {
    height: 100%
}

.wz-menu-vertical a {
    display: block
}

.wz-menu-vertical li {
    position: relative
}

.wz-menu-vertical>li.wz-menu-has-children>a:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border: 1px solid;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease
}

.wz-menu-vertical.wz-menu-fill {
    display: -webkit-flex;
    display: flex;
    flex-direction: column
}

.wz-menu-vertical.wz-menu-fill>li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.wz-menu-vertical.wz-menu-fill>li>a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.wz-menu-vertical.wz-mega-menu>li>.sub-menu {
    height: 100%;
    width: 700px
}

.wz-menu-vertical.wz-mega-menu>li>.sub-menu>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.wz-menu-vertical.wz-mega-menu>li>.sub-menu>ul>li {
    width: 25%
}

.wz-menu-vertical.wz-mega-menu>li>.sub-menu>ul>li ul {
    padding-left: 10px
}

.wz-menu-vertical.wz-mega-menu>li>.sub-menu>ul>li ul a {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.wz-menu-vertical.wz-mega-menu>li>.sub-menu>ul>li ul a:hover {
    padding-right: 25px
}

.wz-menu-vertical.wz-mega-menu.wz-menu-rtl>li>.sub-menu>ul>li ul {
    padding-left: auto;
    padding-right: 10px
}

.wz-menu-vertical .sub-menu {
    top: 0
}

.wz-menu-vertical.wz-menu-rtl>li.wz-menu-has-children>a:after {
    left: 8px;
    border-bottom-style: none;
    border-right-style: none
}

.wz-menu-vertical.wz-menu-rtl .sub-menu {
    right: 100%
}

.wz-menu-vertical.wz-menu-ltr>li.wz-menu-has-children>a:after {
    right: 8px;
    border-top-style: none;
    border-left-style: none
}

.wz-menu-vertical.wz-menu-ltr .sub-menu {
    left: 100%
}

.wz-menu-align-center {
    text-align: center
}

.wz-menu-align-center>li>a {
    justify-content: center
}

.wz-menu-align-right {
    text-align: right
}

.wz-menu-align-right>li>a {
    justify-content: flex-start
}

.wz-menu-align-left {
    text-align: left
}

.wz-menu-align-left>li>a {
    justify-content: flex-end
}

.wz-menu[class*=wz-menu-effect]>li>.sub-menu {
    -webkit-transition: all ease-in-out 0s 0s;
    -moz-transition: all ease-in-out 0s 0s;
    -ms-transition: all ease-in-out 0s 0s;
    -o-transition: all ease-in-out 0s 0s;
    transition: all ease-in-out 0s 0s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.wz-menu[class*=wz-menu-effect]>li.menu-open>.sub-menu,.wz-menu[class*=wz-menu-effect]>li:hover>.sub-menu {
    -webkit-transition: all ease-in-out .3s .1s;
    transition: all ease-in-out .3s .1s;
    -webkit-transition: all ease-in-out .3s .1s;
    -moz-transition: all ease-in-out .3s .1s;
    -ms-transition: all ease-in-out .3s .1s;
    -o-transition: all ease-in-out .3s .1s;
    transition: all ease-in-out .3s .1s
}

.wz-menu.wz-menu-effect-opacity>li>.sub-menu {
    pointer-events: none;
    opacity: 0
}

.wz-menu.wz-menu-effect-opacity>li.menu-open>.sub-menu,.wz-menu.wz-menu-effect-opacity>li:hover>.sub-menu {
    pointer-events: fill;
    opacity: 1
}

.wz-menu.wz-menu-effect-slide-down>li>.sub-menu {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0)
}

.wz-menu.wz-menu-effect-slide-down>li>.sub-menu>li {
    opacity: 0
}

.wz-menu.wz-menu-effect-slide-down>li.menu-open>.sub-menu,.wz-menu.wz-menu-effect-slide-down>li:hover>.sub-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.wz-menu.wz-menu-effect-slide-down>li.menu-open>.sub-menu>li,.wz-menu.wz-menu-effect-slide-down>li:hover>.sub-menu>li {
    opacity: 1
}

.wz-menu.wz-menu-effect-slide-right>li>.sub-menu {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.wz-menu.wz-menu-effect-slide-right>li>.sub-menu>li {
    opacity: 0
}

.wz-menu.wz-menu-effect-slide-right>li.menu-open>.sub-menu,.wz-menu.wz-menu-effect-slide-right>li:hover>.sub-menu {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.wz-menu.wz-menu-effect-slide-right>li.menu-open>.sub-menu>li,.wz-menu.wz-menu-effect-slide-right>li:hover>.sub-menu>li {
    opacity: 1
}

.wz-menu.wz-menu-effect-slide-left>li>.sub-menu {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0)
}

.wz-menu.wz-menu-effect-slide-left>li>.sub-menu>li {
    opacity: 0
}

.wz-menu.wz-menu-effect-slide-left>li.menu-open>.sub-menu,.wz-menu.wz-menu-effect-slide-left>li:hover>.sub-menu {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.wz-menu.wz-menu-effect-slide-left>li.menu-open>.sub-menu>li,.wz-menu.wz-menu-effect-slide-left>li:hover>.sub-menu>li {
    opacity: 1
}

.wz-menu.wz-menu-effect-from-right>li>.sub-menu {
    -webkit-transform: translatex(100vw);
    -moz-transform: translatex(100vw);
    -ms-transform: translatex(100vw);
    -o-transform: translatex(100vw);
    transform: translatex(100vw)
}

.wz-menu.wz-menu-effect-from-right>li.menu-open>.sub-menu,.wz-menu.wz-menu-effect-from-right>li:hover>.sub-menu {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}

.wz-menu.wz-menu-effect-from-left>li>.sub-menu {
    -webkit-transform: translatex(-100vw);
    -moz-transform: translatex(-100vw);
    -ms-transform: translatex(-100vw);
    -o-transform: translatex(-100vw);
    transform: translatex(-100vw)
}

.wz-menu.wz-menu-effect-from-left>li.menu-open>.sub-menu,.wz-menu.wz-menu-effect-from-left>li:hover>.sub-menu {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}

.wz-menu.wz-menu-effect-from-top>li>.sub-menu {
    -webkit-transform: translateY(-100vh);
    -moz-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    -o-transform: translateY(-100vh);
    transform: translateY(-100vh)
}

.wz-menu.wz-menu-effect-from-top>li.menu-open>.sub-menu,.wz-menu.wz-menu-effect-from-top>li:hover>.sub-menu {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}

.wz-menu.wz-menu-effect-from-bottom>li>.sub-menu {
    -webkit-transform: translateY(100vh);
    -moz-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    -o-transform: translateY(100vh);
    transform: translateY(100vh)
}

.wz-menu.wz-menu-effect-from-bottom>li.menu-open>.sub-menu,.wz-menu.wz-menu-effect-from-bottom>li:hover>.sub-menu {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0)
}

.wz-menu.wz-menu-effect-rotate-side>li>.sub-menu {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
    pointer-events: none
}

.wz-menu.wz-menu-effect-rotate-side>li.menu-open>.sub-menu,.wz-menu.wz-menu-effect-rotate-side>li:hover>.sub-menu {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
    pointer-events: fill
}

.wz-menu.wz-menu-effect-open-top>li>.sub-menu {
    -webkit-transform: perspective(100vh) rotateX(90deg);
    -moz-transform: perspective(100vh) rotateX(90deg);
    -ms-transform: perspective(100vh) rotateX(90deg);
    -o-transform: perspective(100vh) rotateX(90deg);
    transform: perspective(100vh) rotateX(90deg)
}

.wz-menu.wz-menu-effect-open-top>li.menu-open>.sub-menu,.wz-menu.wz-menu-effect-open-top>li:hover>.sub-menu {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.wz-menu.wz-menu-effect-open-top.wz-menu-rtl>li>.sub-menu {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.wz-menu.wz-menu-effect-open-left>li>.sub-menu {
    -webkit-transform: perspective(100vh) rotateY(90deg);
    -moz-transform: perspective(100vh) rotateY(90deg);
    -ms-transform: perspective(100vh) rotateY(90deg);
    -o-transform: perspective(100vh) rotateY(90deg);
    transform: perspective(100vh) rotateY(90deg)
}

.wz-menu.wz-menu-effect-open-left>li.menu-open>.sub-menu,.wz-menu.wz-menu-effect-open-left>li:hover>.sub-menu {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.wz-menu.wz-menu-effect-open-right>li>.sub-menu {
    -webkit-transform: perspective(100vh) rotateY(90deg);
    -moz-transform: perspective(100vh) rotateY(90deg);
    -ms-transform: perspective(100vh) rotateY(90deg);
    -o-transform: perspective(100vh) rotateY(90deg);
    transform: perspective(100vh) rotateY(90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.wz-menu.wz-menu-effect-open-right>li.menu-open>.sub-menu,.wz-menu.wz-menu-effect-open-right>li:hover>.sub-menu {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.wz-menu-toggle {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: #000;
    display: none;
    padding: 11px 9px
}

.wz-menu-toggle span {
    display: block;
    height: 4px;
    width: 30px;
    background-color: #fff;
    margin: 4px 1px;
    border-radius: 3px;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
    opacity: 1;
    color: #515151
}

.wz-menu-toggle:hover span.one {
    -webkit-transform: translate(0,-2px);
    -moz-transform: translate(0,-2px);
    -ms-transform: translate(0,-2px);
    -o-transform: translate(0,-2px);
    transform: translate(0,-2px)
}

.wz-menu-toggle:hover span.three {
    -webkit-transform: translate(0,2px);
    -moz-transform: translate(0,2px);
    -ms-transform: translate(0,2px);
    -o-transform: translate(0,2px);
    transform: translate(0,2px)
}

.wz-menu-toggle.animation-off span {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.wz-menu-toggle.open span {
    background: #515151
}

.wz-menu-toggle.open span.one {
    -webkit-transform: rotate(10deg) translate(0,0);
    -ms-transform: rotate(10deg) translate(0,0);
    -o-transform: rotate(10deg) translate(0,0);
    transform: rotate(45deg) translate(0,0);
    margin-top: 15px
}

.wz-menu-toggle.open span.two {
    opacity: 0
}

.wz-menu-toggle.open span.three {
    -webkit-transform: rotate(-10deg) translate(0,0);
    -ms-transform: rotate(-10deg) translate(0,0);
    -o-transform: rotate(-10deg) translate(0,0);
    transform: rotate(-45deg) translate(0,0);
    margin-top: -16px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu-toggle {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu-toggle,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu-toggle {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu-toggle {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu-toggle,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu-toggle {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu-toggle {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu-toggle,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu-toggle {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu-toggle {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu-toggle,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu-toggle {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu-toggle {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu-toggle,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu-toggle {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu-toggle {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu-toggle,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu-toggle {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu-toggle {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu-toggle,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu-toggle {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .responsive-menu .wz-menu-toggle {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .responsive-menu .wz-menu-toggle,body:not(.wz-production)[data-device=tablet] .responsive-menu .wz-menu-toggle {
    display: block
}

#wz-menu-extend {
    position: fixed;
    overflow: auto;
    left: 0;
    height: 100%;
    width: 100%;
    Z-INDEX: 10000;
    left: inherit;
    right: 0;
    top: 0;
    background-color: #fff;
    color: #515151;
    width: 348px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6)
}

#wz-menu-extend.is-rtl {
    direction: rtl
}

#wz-menu-extend>* {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

#wz-menu-extend .wz-menu-toggle {
    display: block;
    top: 20px;
    bottom: auto;
    left: 20px;
    right: auto;
    position: fixed;
    background: 0 0;
    z-index: 10000
}

#wz-menu-extend .wz-menu-toggle+.wz-menu-toggle {
    display: none
}

#wz-menu-extend.is-rtl .wz-menu-toggle {
    left: auto;
    right: 20px
}

body.wz-production #wz-menu-extend {
    min-height: 100vh
}

#wz-menu-extend>ul {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto
}

#wz-menu-extend ul {
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    align-items: unset;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    float: right;
    text-align: right;
    padding: 1rem 4rem 1rem 1rem
}

#wz-menu-extend ul li {
    width: 100%!important;
    position: relative;
    padding: 8px
}

#wz-menu-extend ul li a {
    color: #515151;
    cursor: pointer;
    font-family: yekan,tahoma,serif;
    font-size: 16px;
    position: relative;
    line-height: 1.5
}

#wz-menu-extend ul li a:before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    color: transparent;
    content: "â€¢";
    text-shadow: transparent 0 0;
    font-size: 1.2em;
    transform: translateX(-50%);
    pointer-events: none;
    transition: text-shadow .3s,color .3s
}

#wz-menu-extend ul li a:hover:before {
    color: #fff;
    text-shadow: 10px 0 #fff,-10px 0 #fff
}

#wz-menu-extend ul li.wz-menu-has-children .wz-menu-item-expand {
    display: inline-block;
    position: absolute;
    top: 12px;
    width: 9pt;
    height: 9pt;
    cursor: pointer;
    top: 10px;
    border: 1px solid #515151;
    padding: 1.2px;
    right: -20px;
    border-radius: 50%
}

#wz-menu-extend ul li.wz-menu-has-children .wz-menu-item-expand:after,#wz-menu-extend ul li.wz-menu-has-children .wz-menu-item-expand:before {
    content: "";
    position: absolute;
    background-color: rgba(81,81,81,.63);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out,-moz-transform .3s ease-out,-o-transform .3s ease-out,transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px
}

#wz-menu-extend ul li.wz-menu-has-children .wz-menu-item-expand:before {
    left: 50%;
    width: 2px;
    margin-left: -1px;
    top: 1px;
    height: 85%
}

#wz-menu-extend ul li.wz-menu-has-children .wz-menu-item-expand:after {
    top: 50%;
    height: 2px;
    margin-top: -1px;
    left: 1px;
    width: 85%
}

#wz-menu-extend ul li.wz-menu-has-children .sub-menu {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-height: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: hidden
}

#wz-menu-extend ul li.wz-menu-has-children.open>.sub-menu {
    max-height: initial
}

#wz-menu-extend ul li.wz-menu-has-children.open>.wz-menu-item-expand:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

#wz-menu-extend.open {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

#wz-menu-extend.open>* {
    opacity: 1
}

[data-widget=wz-shop-cart-icon] {
    cursor: pointer
}

[data-widget=wz-shop-cart-icon] .wz-template {
    display: flex;
    flex-direction: row;
    align-items: center
}

[data-widget=wz-shop-cart-icon] .wz-template .shop-cart-icon-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

[data-widget=wz-shop-cart-icon] .wz-template .shop-cart-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 10px
}

[data-widget=wz-shop-cart-icon] .wz-template .shop-cart-text:empty {
    margin: 0!important
}

.wz-shop-product-page-rtl .flex-control-nav {
    direction: rtl
}

.align-text-right {
    text-align: right
}

.align-text-left {
    text-align: left
}

.align-text-center {
    text-align: center
}

.wz-image-ratio {
    position: relative;
    display: block;
    padding-top: 100%;
    width: 100%
}

.wz-image-ratio .zoomWrapper {
    width: auto!important;
    height: auto!important
}

.wz-image-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    object-fit: cover
}

.wz-pagination {
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center
}

.wz-pagination li {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    float: left
}

.wz-pagination li.active {
    opacity: .5;
    pointer-events: none;
    cursor: default
}

.wz-pagination li a {
    display: block;
    position: relative;
    min-width: 30px;
    height: 30px
}

.wz-pagination li a .wz-element-content {
    padding: 0 10px
}

[class$=rtl] .wz-pagination {
    direction: rtl
}

[class$=rtl] .wz-pagination li {
    float: right
}

.wz-blog-recent-posts.wz-blog-recent-rtl {
    direction: rtl
}

.wz-blog-recent-posts.wz-blog-recent-rtl .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon {
    margin-left: 5px
}

.wz-blog-recent-posts.wz-blog-recent-rtl .wz-blog-post-item .wz-blog-post-meta span+span .wz-blog-post-meta-icon {
    margin-right: 1em
}

.wz-blog-recent-posts.wz-blog-recent-ltr {
    direction: ltr
}

.wz-blog-recent-posts.wz-blog-recent-ltr .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon {
    margin-right: 5px
}

.wz-blog-recent-posts.wz-blog-recent-ltr .wz-blog-post-item .wz-blog-post-meta span+span .wz-blog-post-meta-icon {
    margin-left: 1em
}

.wz-blog-recent-posts .wz-blog-post-item {
    position: relative
}

.wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail {
    display: block;
    position: relative;
    max-width: 100%
}

.wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta {
    padding: 5px 0;
    margin-bottom: 15px
}

.wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon {
    vertical-align: middle
}

.wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta a {
    color: inherit;
    text-decoration: none
}

.wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more {
    position: relative;
    display: block;
    cursor: pointer;
    max-width: 100%
}

.wz-blog-recent-posts .wz-pagination {
    height: 40px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout1 .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout2 .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
        float:left;
        margin-right: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(odd) .wz-blog-post-thumbnail {
    float: left;
    margin-right: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
        float:right;
        margin-left: 20px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout3 .wz-blog-post-item:nth-child(even) .wz-blog-post-thumbnail {
    float: right;
    margin-left: 20px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
        display:-webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
        display:-webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
        display:-webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
        display:-webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
        display:-webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
        display:-webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
        display:-webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
        display:-webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
        width:100%;
        clear: both;
        margin-bottom: 10px;
        order: 1
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    order: 1
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
        width:100%;
        clear: both;
        margin-bottom: 10px;
        order: 1
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    order: 1
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
        width:100%;
        clear: both;
        margin-bottom: 10px;
        order: 1
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    order: 1
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
        width:100%;
        clear: both;
        margin-bottom: 10px;
        order: 1
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    order: 1
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
        width:100%;
        clear: both;
        margin-bottom: 10px;
        order: 1
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    order: 1
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
        width:100%;
        clear: both;
        margin-bottom: 10px;
        order: 1
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    order: 1
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
        width:100%;
        clear: both;
        margin-bottom: 10px;
        order: 1
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    order: 1
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
        width:100%;
        clear: both;
        margin-bottom: 10px;
        order: 1
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-content {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    order: 1
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        order: 2
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    order: 2
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        order: 2
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    order: 2
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        order: 2
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    order: 2
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        order: 2
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    order: 2
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        order: 2
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    order: 2
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        order: 2
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    order: 2
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        order: 2
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    order: 2
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        order: 2
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    order: 2
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
        order:3
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
    order: 3
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
        order:3
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
    order: 3
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
        order:3
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
    order: 3
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
        order:3
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
    order: 3
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
        order:3
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
    order: 3
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
        order:3
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
    order: 3
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
        order:3
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
    order: 3
}

@media only screen and (min-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
        order:3
    }
}

body:not(.wz-production)[data-device=desktop] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-section .wz-blog-post-more {
    order: 3
}

.wz-blog-recent-posts.wz-blog-recent-posts-layout4,.wz-blog-recent-posts.wz-blog-recent-posts-layout5 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,.wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body.wz-production .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout4 .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts.wz-blog-recent-posts-layout5 .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts .wz-blog-post-thumbnail,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts .wz-blog-post-thumbnail,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts .wz-blog-post-thumbnail,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts .wz-blog-post-thumbnail,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts .wz-blog-post-thumbnail,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts .wz-blog-post-thumbnail,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts .wz-blog-post-thumbnail,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-recent-posts .wz-blog-post-thumbnail {
        clear:both;
        min-width: 100%;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-recent-posts .wz-blog-post-thumbnail,body:not(.wz-production)[data-device=tablet] .wz-blog-recent-posts .wz-blog-post-thumbnail {
    clear: both;
    min-width: 100%;
    margin-bottom: 10px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-post-meta,body.wz-production .wz-blog-post-section,body.wz-production .wz-blog-post-title {
        padding-right:20px!important;
        padding-left: 20px!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-post-meta,body:not(.wz-production)[data-device=mobile] .wz-blog-post-section,body:not(.wz-production)[data-device=mobile] .wz-blog-post-title,body:not(.wz-production)[data-device=tablet] .wz-blog-post-meta,body:not(.wz-production)[data-device=tablet] .wz-blog-post-section,body:not(.wz-production)[data-device=tablet] .wz-blog-post-title {
    padding-right: 20px!important;
    padding-left: 20px!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-post-meta,body.wz-production .wz-blog-post-section,body.wz-production .wz-blog-post-title {
        padding-right:20px!important;
        padding-left: 20px!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-post-meta,body:not(.wz-production)[data-device=mobile] .wz-blog-post-section,body:not(.wz-production)[data-device=mobile] .wz-blog-post-title,body:not(.wz-production)[data-device=tablet] .wz-blog-post-meta,body:not(.wz-production)[data-device=tablet] .wz-blog-post-section,body:not(.wz-production)[data-device=tablet] .wz-blog-post-title {
    padding-right: 20px!important;
    padding-left: 20px!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-post-meta,body.wz-production .wz-blog-post-section,body.wz-production .wz-blog-post-title {
        padding-right:20px!important;
        padding-left: 20px!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-post-meta,body:not(.wz-production)[data-device=mobile] .wz-blog-post-section,body:not(.wz-production)[data-device=mobile] .wz-blog-post-title,body:not(.wz-production)[data-device=tablet] .wz-blog-post-meta,body:not(.wz-production)[data-device=tablet] .wz-blog-post-section,body:not(.wz-production)[data-device=tablet] .wz-blog-post-title {
    padding-right: 20px!important;
    padding-left: 20px!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-post-meta,body.wz-production .wz-blog-post-section,body.wz-production .wz-blog-post-title {
        padding-right:20px!important;
        padding-left: 20px!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-post-meta,body:not(.wz-production)[data-device=mobile] .wz-blog-post-section,body:not(.wz-production)[data-device=mobile] .wz-blog-post-title,body:not(.wz-production)[data-device=tablet] .wz-blog-post-meta,body:not(.wz-production)[data-device=tablet] .wz-blog-post-section,body:not(.wz-production)[data-device=tablet] .wz-blog-post-title {
    padding-right: 20px!important;
    padding-left: 20px!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-post-meta,body.wz-production .wz-blog-post-section,body.wz-production .wz-blog-post-title {
        padding-right:20px!important;
        padding-left: 20px!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-post-meta,body:not(.wz-production)[data-device=mobile] .wz-blog-post-section,body:not(.wz-production)[data-device=mobile] .wz-blog-post-title,body:not(.wz-production)[data-device=tablet] .wz-blog-post-meta,body:not(.wz-production)[data-device=tablet] .wz-blog-post-section,body:not(.wz-production)[data-device=tablet] .wz-blog-post-title {
    padding-right: 20px!important;
    padding-left: 20px!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-post-meta,body.wz-production .wz-blog-post-section,body.wz-production .wz-blog-post-title {
        padding-right:20px!important;
        padding-left: 20px!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-post-meta,body:not(.wz-production)[data-device=mobile] .wz-blog-post-section,body:not(.wz-production)[data-device=mobile] .wz-blog-post-title,body:not(.wz-production)[data-device=tablet] .wz-blog-post-meta,body:not(.wz-production)[data-device=tablet] .wz-blog-post-section,body:not(.wz-production)[data-device=tablet] .wz-blog-post-title {
    padding-right: 20px!important;
    padding-left: 20px!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-post-meta,body.wz-production .wz-blog-post-section,body.wz-production .wz-blog-post-title {
        padding-right:20px!important;
        padding-left: 20px!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-post-meta,body:not(.wz-production)[data-device=mobile] .wz-blog-post-section,body:not(.wz-production)[data-device=mobile] .wz-blog-post-title,body:not(.wz-production)[data-device=tablet] .wz-blog-post-meta,body:not(.wz-production)[data-device=tablet] .wz-blog-post-section,body:not(.wz-production)[data-device=tablet] .wz-blog-post-title {
    padding-right: 20px!important;
    padding-left: 20px!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-post-meta,body.wz-production .wz-blog-post-section,body.wz-production .wz-blog-post-title {
        padding-right:20px!important;
        padding-left: 20px!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-post-meta,body:not(.wz-production)[data-device=mobile] .wz-blog-post-section,body:not(.wz-production)[data-device=mobile] .wz-blog-post-title,body:not(.wz-production)[data-device=tablet] .wz-blog-post-meta,body:not(.wz-production)[data-device=tablet] .wz-blog-post-section,body:not(.wz-production)[data-device=tablet] .wz-blog-post-title {
    padding-right: 20px!important;
    padding-left: 20px!important
}

.wz-blog-post-content table,.wz-blog-post-content td,.wz-blog-post-content th,.wz-shop-product-description table,.wz-shop-product-description td,.wz-shop-product-description th,.wz-tab-content table,.wz-tab-content td,.wz-tab-content th,[data-widget=wz-text] table,[data-widget=wz-text] td,[data-widget=wz-text] th {
    border: 1px solid #dedada
}

.wz-blog-post-content td,.wz-blog-post-content th,.wz-shop-product-description td,.wz-shop-product-description th,.wz-tab-content td,.wz-tab-content th,[data-widget=wz-text] td,[data-widget=wz-text] th {
    padding: 5px
}

.wz-blog-archive {
    padding: 0;
    margin: 0
}

.wz-blog-archive.wz-blog-archive-rtl {
    direction: rtl
}

.wz-blog-archive.wz-blog-archive-rtl ul {
    padding: 0 20px 0 0
}

.wz-blog-archive.wz-blog-archive-rtl .archive-count {
    margin-right: 5px
}

.wz-blog-archive.wz-blog-archive-ltr {
    direction: ltr
}

.wz-blog-archive.wz-blog-archive-ltr ul {
    padding: 0 0 0 20px
}

.wz-blog-archive.wz-blog-archive-ltr .archive-count {
    margin-left: 5px
}

.wz-blog-archive li {
    list-style: none
}

.wz-blog-single-post {
    height: 100%
}

.wz-blog-single-post .wz-blog-post-item {
    height: 100%
}

.wz-blog-single-post .wz-blog-post-content figure.image,.wz-blog-single-post .wz-blog-post-content img {
    max-width: 100%;
    height: auto
}

.wz-blog-single-post .wz-blog-post-content figure.image[style*=left],.wz-blog-single-post .wz-blog-post-content img[style*=left] {
    margin: 10px 15px 15px 0
}

.wz-blog-single-post .wz-blog-post-content figure.image[style*=right],.wz-blog-single-post .wz-blog-post-content img[style*=right] {
    margin: 10px 0 15px 15px
}

.wz-blog-single-post .wz-blog-post-content figure.image figcaption,.wz-blog-single-post .wz-blog-post-content img figcaption {
    text-align: center
}

.wz-blog-single-post .wz-blog-post-content table {
    margin: 0 auto
}

.wz-blog-single-post .wz-blog-post-content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-right: 5px solid #eee;
    line-height: 25px;
    border-left: none
}

.wz-blog-single-post.wz-blog-single-rtl {
    direction: rtl
}

.wz-blog-single-post.wz-blog-single-rtl .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon {
    margin-left: 5px
}

.wz-blog-single-post.wz-blog-single-rtl .wz-blog-post-item .wz-blog-post-meta span+span .wz-blog-post-meta-icon {
    margin-right: 1em
}

.wz-blog-single-post.wz-blog-single-ltr {
    direction: ltr
}

.wz-blog-single-post.wz-blog-single-ltr .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon {
    margin-right: 5px
}

.wz-blog-single-post.wz-blog-single-ltr .wz-blog-post-item .wz-blog-post-meta span+span .wz-blog-post-meta-icon {
    margin-left: 1em
}

.wz-blog-single-post .wz-blog-post-item {
    position: relative
}

.wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta {
    padding: 5px 0;
    margin-bottom: 15px
}

.wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon {
    vertical-align: middle
}

.wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta a {
    color: inherit;
    text-decoration: none
}

.wz-blog-comments-container.wz-blog-comments-container-rtl {
    direction: rtl;
    text-align: right
}

.wz-blog-comments-container .wz-blog-comment-reply-comment {
    padding: 15px 0
}

.wz-blog-comments-container .wz-blog-comment-reply-comment a {
    color: #0e0e0e;
    border-bottom: 1px solid #0e0e0e
}

.wz-blog-comments-container .wz-blog-comment-reply a {
    display: inline-block;
    color: #0e0e0e;
    opacity: .8;
    text-decoration: none;
    clear: both;
    border-bottom: 1px solid #0e0e0e;
    padding-bottom: 2px;
    margin-top: 10px
}

.wz-blog-comments-container.wz-blog-comments-container-ltr {
    direction: rtl;
    text-align: right
}

.wz-blog-comments-container .wz-blog-comments {
    padding: 0 5px;
    margin-bottom: 20px
}

.wz-blog-comments-container .wz-blog-comments .wz-blog-comment {
    position: relative
}

.wz-blog-comments-container .wz-blog-comments .wz-blog-comment ul {
    -webkit-filter: brightness(95%);
    -moz-filter: brightness(95%);
    -o-filter: brightness(95%);
    -ms-filter: brightness(95%);
    filter: brightness(95%);
    margin-top: 20px
}

.wz-blog-comments-container .wz-blog-comments .wz-blog-comment .wz-blog-comment-author,.wz-blog-comments-container .wz-blog-comments .wz-blog-comment .wz-blog-comment-message {
    z-index: 2
}

.wz-blog-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.wz-blog-list.wz-blog-list-rtl {
    direction: rtl
}

.wz-blog-list .wz-blog-post-item {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0
}

.wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail {
    position: relative;
    max-width: 100%;
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item,body:not(.wz-production)[data-device=tablet] .wz-blog-list .wz-blog-post-item .wz-blog-post-item+.wz-blog-post-item {
    margin-top: 20px
}

.wz-blog-list.wz-blog-list-layout1.wz-blog-list-rtl .wz-blog-post-thumbnail {
    margin-left: 10px;
    float: right
}

.wz-blog-list.wz-blog-list-layout1.wz-blog-list-ltr .wz-blog-post-thumbnail {
    margin-right: 10px;
    float: left
}

.wz-blog-list.wz-blog-list-layout2 .wz-blog-post-thumbnail {
    min-width: 100%;
    margin-bottom: 10px
}

.wz-blog-list.wz-blog-list-layout3 .wz-blog-post-item {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.wz-blog-list.wz-blog-list-layout3 .wz-blog-post-thumbnail {
    min-width: 100%;
    order: 2
}

.wz-blog-list.wz-blog-list-layout3 .wz-blog-post-section {
    min-width: 100%;
    order: 1;
    margin-bottom: 10px
}

.wz-site-search {
    display: -webkit-flex;
    display: flex;
    direction: rtl
}

.wz-site-search input[type=text] {
    height: 100%;
    width: 1em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    flex: 1 100%;
    border-left: 0;
    padding: 0 10px
}

.wz-site-search input[type=text]:focus,.wz-site-search input[type=text]:hover {
    outline: 0
}

.wz-site-search .wz-site-search-button {
    border: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    height: 100%;
    padding: 0 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    flex: 0 auto;
    cursor: pointer
}

.regular-checkbox {
    display: none
}

.regular-checkbox~label {
    cursor: pointer
}

.regular-checkbox+label.regular-checkbox-label {
    background-color: #fff;
    border: 1px solid #d2d8d8;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 9px;
    display: inline-block;
    position: relative;
    float: right;
    margin-left: 10px;
    cursor: pointer
}

.regular-checkbox:checked+label.regular-checkbox-label {
    background-color: #fff;
    border: 1px solid #d2d8d8;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05),inset 15px 10px -12px rgba(255,255,255,.1)
}

.regular-checkbox:checked+label.regular-checkbox-label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 3px;
    color: #99a1a7
}

.regular-radio {
    display: none
}

.regular-radio~label {
    cursor: pointer
}

.regular-radio+label.regular-radio-label {
    border: 1px solid #d2d8d8;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    padding: 9px;
    display: inline-block;
    position: relative;
    float: right;
    margin-left: 10px;
    cursor: pointer;
    background-color: #fff
}

.regular-radio:checked+label.regular-radio-label:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: #99a1a7;
    margin: 0 auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%
}

.wz-member-links {
    cursor: pointer;
    direction: rtl
}

.wz-member-links .wz-member-separate {
    margin: 0 5px
}

.wz-member-links .wz-member-link {
    color: inherit
}

.wz-member-links .wz-member-welcome {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: calc(100% - 1em)
}

.wz-member-links .wz-member-arrow {
    content: "";
    border-style: solid;
    border-color: inherit;
    border-width: 0 .1em .1em 0;
    padding: .2em;
    margin-top: -.1em;
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    position: absolute
}

.wz-member-actions {
    opacity: 0;
    pointer-events: none;
    transition: all .2s;
    text-align: right
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-member-actions {
        -webkit-box-shadow:2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        width: 100%;
        max-width: 100%;
        right: 0;
        top: 0;
        position: fixed;
        border-radius: 0;
        padding: 20px 10px;
        font-size: 18px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-member-actions {
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    border-radius: 0;
    padding: 20px 10px;
    font-size: 18px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-member-actions {
        -webkit-box-shadow:2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        width: 100%;
        max-width: 100%;
        right: 0;
        top: 0;
        position: fixed;
        border-radius: 0;
        padding: 20px 10px;
        font-size: 18px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-member-actions {
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    border-radius: 0;
    padding: 20px 10px;
    font-size: 18px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-member-actions {
        -webkit-box-shadow:2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        width: 100%;
        max-width: 100%;
        right: 0;
        top: 0;
        position: fixed;
        border-radius: 0;
        padding: 20px 10px;
        font-size: 18px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-member-actions {
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    border-radius: 0;
    padding: 20px 10px;
    font-size: 18px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-member-actions {
        -webkit-box-shadow:2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        width: 100%;
        max-width: 100%;
        right: 0;
        top: 0;
        position: fixed;
        border-radius: 0;
        padding: 20px 10px;
        font-size: 18px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-member-actions {
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    border-radius: 0;
    padding: 20px 10px;
    font-size: 18px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-member-actions {
        -webkit-box-shadow:2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        width: 100%;
        max-width: 100%;
        right: 0;
        top: 0;
        position: fixed;
        border-radius: 0;
        padding: 20px 10px;
        font-size: 18px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-member-actions {
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    border-radius: 0;
    padding: 20px 10px;
    font-size: 18px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-member-actions {
        -webkit-box-shadow:2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        width: 100%;
        max-width: 100%;
        right: 0;
        top: 0;
        position: fixed;
        border-radius: 0;
        padding: 20px 10px;
        font-size: 18px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-member-actions {
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    border-radius: 0;
    padding: 20px 10px;
    font-size: 18px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-member-actions {
        -webkit-box-shadow:2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        width: 100%;
        max-width: 100%;
        right: 0;
        top: 0;
        position: fixed;
        border-radius: 0;
        padding: 20px 10px;
        font-size: 18px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-member-actions {
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    border-radius: 0;
    padding: 20px 10px;
    font-size: 18px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-member-actions {
        -webkit-box-shadow:2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
        box-shadow: 2px 0 35px rgba(0,0,0,.6);
        width: 100%;
        max-width: 100%;
        right: 0;
        top: 0;
        position: fixed;
        border-radius: 0;
        padding: 20px 10px;
        font-size: 18px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-member-actions {
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -webkit-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 0 35px rgba(0,0,0,.6);
    box-shadow: 2px 0 35px rgba(0,0,0,.6);
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    position: fixed;
    border-radius: 0;
    padding: 20px 10px;
    font-size: 18px
}

.wz-member-actions ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.wz-member-actions li {
    padding: 10px
}

.wz-member-actions li a {
    color: inherit
}

#wz-member-order-items {
    direction: rtl;
    font-family: yekan,tahoma,serif;
    width: 100%;
    overflow-x: scroll
}

#wz-member-order-items .wz-order-list-empty {
    font-size: 22px;
    font-weight: 700
}

#wz-member-order-items>ul {
    display: table;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: right;
    border-right: 1px solid #d2d8d8;
    border-left: 1px solid #d2d8d8;
    box-sizing: border-box
}

#wz-member-order-items>ul li.wz-order-item {
    display: table-row;
    font-size: 14px
}

#wz-member-order-items>ul li.wz-order-item .wz-shop-order-invoice,#wz-member-order-items>ul li.wz-order-item .wz-shop-repurchase-order,#wz-member-order-items>ul li.wz-order-item a.wz-member-order-item-details {
    color: #717373;
    border: 1px solid #bcbfbf;
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    min-width: 75px;
    text-align: center;
    margin: 0 auto;
    display: block
}

#wz-member-order-items>ul li.wz-order-item .wz-shop-order-invoice+a.wz-shop-repurchase-order,#wz-member-order-items>ul li.wz-order-item .wz-shop-repurchase-order+a.wz-shop-repurchase-order,#wz-member-order-items>ul li.wz-order-item a.wz-member-order-item-details+a.wz-shop-repurchase-order {
    margin-top: 10px
}

#wz-member-order-items>ul li.wz-order-item>div {
    padding: 8px;
    display: table-cell;
    border-left: 1px solid #d2d8d8;
    border-bottom: 1px solid #d2d8d8
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body.wz-production #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(3),body:not(.wz-production)[data-device=mobile] #wz-member-order-items>ul li.wz-order-item>div:nth-child(5) {
    display: none
}

#wz-member-order-items>ul li.wz-order-item>div:first-child {
    text-align: center
}

#wz-member-order-items>ul li.wz-order-item>div:last-child {
    border-left: none
}

#wz-member-order-items>ul li.wz-order-item:first-child {
    font-weight: 700
}

#wz-member-order-items>ul li.wz-order-item:first-child>div {
    border-top: 1px solid #d2d8d8
}

#wz-member-order-items>ul li.wz-order-item-details~li.wz-order-item:not(.wz-order-item-details) div {
    border-top: 1px solid #d2d8d8
}

#wz-member-order-items>ul li.wz-order-item-details div {
    max-width: 1px;
    overflow: visible;
    width: 1px;
    white-space: nowrap;
    display: block;
    border: 0
}

#wz-member-order-items>ul li.wz-order-item-details div .wz-shop-order-invoice,#wz-member-order-items>ul li.wz-order-item-details div .wz-shop-repurchase-order,#wz-member-order-items>ul li.wz-order-item-details div a.wz-member-order-item-details {
    margin: 0 10px 0 auto!important;
    display: inline-block
}

#wz-member-order-item-details {
    font-family: iransans_fa,tahoma,serif
}

#wz-member-order-item-details .wz-member-order-item-order-details {
    background-color: #fff;
    border: 1px solid #dedede;
    margin-bottom: 23px;
    direction: rtl
}

#wz-member-order-item-details .wz-member-order-item-order-details .wz-member-order-item-order-details-row {
    border-top: 1px solid #f1f1f1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#wz-member-order-item-details .wz-member-order-item-order-details .wz-member-order-item-order-details-row .wz-member-order-item-order-details-col {
    min-height: 1px;
    max-width: 50%;
    border-right: 1px solid #f1f1f1;
    padding: 8px 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%
}

#wz-member-order-item-details .wz-member-order-item-order-details .wz-member-order-item-order-details-row .wz-member-order-item-order-details-col:first-child {
    border-right: 0
}

#wz-member-order-item-details .wz-member-order-item-order-details .wz-member-order-item-order-details-row .wz-member-order-item-order-details-col label {
    color: #7e7e7e;
    margin-bottom: 5px
}

#wz-member-order-item-details .wz-member-order-item-order-products {
    border: 1px solid #e7e7e7;
    direction: rtl
}

#wz-member-order-item-details .wz-member-order-item-order-products-head .wz-member-order-item-order-products-row .wz-member-order-item-order-products-col {
    font-weight: 700;
    color: #fff;
    min-height: 0;
    background-color: #bcbfbf;
    border-right-color: #bcbfbf!important;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px
}

#wz-member-order-item-details .wz-member-order-item-order-products-note {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 20px;
    text-align: right;
    word-break: break-all
}

#wz-member-order-item-details .wz-member-order-item-order-products-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #f2f2f2
}

#wz-member-order-item-details .wz-member-order-item-order-products-row:last-child {
    border-bottom: 0
}

#wz-member-order-item-details .wz-member-order-item-order-products-row .wz-member-order-item-order-products-col {
    padding: 15px;
    min-height: 70px;
    border-right: 1px solid #ebebeb;
    font-size: 13px;
    color: #7e7e7e;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 13.5%;
    max-width: 13.5%;
    -webkit-flex-basis: 13.5%;
    flex-basis: 13.5%
}

#wz-member-order-item-details .wz-member-order-item-order-products-row .wz-member-order-item-order-products-col:first-child {
    border-right: 0
}

#wz-member-order-item-details .wz-member-order-item-order-products-row .wz-member-order-item-order-product-quantity {
    width: 7%;
    max-width: 7%;
    -webkit-flex-basis: 7%;
    flex-basis: 7%
}

#wz-member-order-item-details .wz-member-order-item-order-products-row .wz-member-order-item-order-product-name {
    width: 39%;
    max-width: 39%;
    -webkit-flex-basis: 39%;
    flex-basis: 39%;
    text-align: right;
    flex-flow: column;
    -webkit-flex-flow: column
}

#wz-member-order-item-details .wz-member-order-item-order-products-row .wz-member-order-item-order-product-name .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

#wz-member-order-item-details .wz-member-order-item-order-products-row .wz-member-order-item-order-product-name .inner img {
    max-width: 52px;
    margin: 0 0 0 10px;
    height: auto;
    object-fit: contain;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52px;
    flex: 0 0 52px
}

#wz-member-order-item-details .wz-member-order-item-order-products-row .wz-member-order-item-order-product-name .inner img+span {
    max-width: calc(100% - 62px)
}

#wz-member-order-item-details .wz-member-order-item-order-products-row .wz-member-order-item-order-product-name .download {
    display: block;
    margin-top: 10px;
    padding: 10px 50px;
    border-radius: 5px;
    color: #717373;
    border: 1px solid #bcbfbf
}

[data-widget=wz-member].wz-open-dropdown .wz-member-actions {
    opacity: 1;
    pointer-events: all
}

.wz-user-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52,54,66,.9);
    z-index: 6000;
    overflow-y: auto;
    cursor: pointer;
    direction: rtl;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s s,visibility .3s s;
    transition: opacity .3s s,visibility .3s s;
    -webkit-transition: opacity .3 s,visibility .3 s;
    -moz-transition: opacity .3 s,visibility .3 s;
    -ms-transition: opacity .3 s,visibility .3 s;
    -o-transition: opacity .3 s,visibility .3 s;
    transition: opacity .3 s,visibility .3 s
}

.wz-user-modal.is-visible {
    visibility: visible;
    opacity: 1
}

.wz-user-modal.is-visible .wz-user-modal-container {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.wz-user-modal-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #fff;
    margin: 3em auto 4em;
    cursor: auto;
    font-family: yekan,tahoma,serif;
    font-size: 15px;
    -webkit-border-radius: .25em;
    -webkit-background-clip: padding-box;
    border-radius: .25em;
    background-clip: padding-box;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
    -khtml-border-radius: .25em;
    border-radius: .25em;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s,-moz-transform .3s,-o-transform .3s,transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s
}

.wz-user-modal-container input {
    font-family: yekan,tahoma,serif
}

.wz-user-modal-container * {
    box-sizing: border-box
}

.wz-user-modal-container .wz-user-modal-switcher {
    padding: 0
}

.wz-user-modal-container .wz-user-modal-switcher:after {
    content: "";
    display: block;
    clear: both
}

.wz-user-modal-container .wz-user-modal-switcher li {
    width: 50%;
    float: right;
    text-align: center;
    list-style: none
}

.wz-user-modal-container .wz-user-modal-switcher li:first-child a {
    border-radius: 0 .25em 0 0
}

.wz-user-modal-container .wz-user-modal-switcher li:last-child a {
    border-radius: .25em 0 0 0
}

.wz-user-modal-container .wz-user-modal-switcher a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d2d8d8;
    color: #809191
}

.wz-user-modal-container .wz-user-modal-switcher a.selected {
    background: #fff;
    color: #505260;
    height: 75px;
    position: relative;
    top: -5px
}

[data-widget=wz-form] .wz-element {
    z-index: auto!important
}

[data-widget=wz-form] .wz-form-inputText-message {
    opacity: 0;
    visibility: hidden;
    color: #d76666;
    background-color: #d76666;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    position: absolute;
    width: auto;
    right: -30px;
    max-width: 300px;
    max-height: 0;
    top: calc(100% + 10px);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

[data-widget=wz-form] .wz-form-inputText-message::after {
    content: " ";
    position: absolute;
    top: -10px;
    right: 30px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #d76666 transparent
}

[data-widget=wz-form] .has-error~.wz-form-inputText-message {
    opacity: 1;
    visibility: visible;
    max-height: 150px;
    z-index: 1000;
    -webkit-transition: opacity .2s s 0s,visibility 0s 0s;
    transition: opacity .2s s 0s,visibility 0s 0s;
    -webkit-transition: opacity .2 s 0,visibility 0 0;
    -moz-transition: opacity .2 s 0,visibility 0 0;
    -ms-transition: opacity .2 s 0,visibility 0 0;
    -o-transition: opacity .2 s 0,visibility 0 0;
    transition: opacity .2 s 0,visibility 0 0
}

[data-widget=wz-form] .input-invalid~.input-invalid .wz-form-inputText-message {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    z-index: 0
}

[data-widget=wz-form] .form-result {
    padding-left: 0!important;
    padding-right: 0!important;
    direction: rtl;
    pointer-events: none;
    z-index: 99999
}

[data-widget=wz-form] .form-result-show {
    opacity: 1!important
}

[data-widget=wz-form] [data-widget=wz-dropdown] .invalid .wz-form-caret-container {
    bottom: auto;
    top: 0
}

[for=accept_term] a,[for=shop_accept_term] a {
    color: inherit!important;
    text-decoration: underline
}

.wz-site-form,.wz-user-modal-form {
    padding: 15px;
    color: #909494;
    font-family: yekan,tahoma,serif
}

.wz-site-form *,.wz-user-modal-form * {
    box-sizing: border-box
}

.wz-site-form input[type=submit],.wz-user-modal-form input[type=submit] {
    text-align: center
}

.wz-site-form .fieldset,.wz-user-modal-form .fieldset {
    position: relative;
    margin: 1.5em 0;
    display: block;
    clear: both;
    direction: rtl;
    text-align: right
}

.wz-site-form .fieldset>label.inline-label,.wz-user-modal-form .fieldset>label.inline-label {
    min-width: 90px;
    display: inline-block;
    color: #909494
}

.wz-site-form .fieldset:first-child,.wz-user-modal-form .fieldset:first-child {
    margin-top: 0
}

.wz-site-form .fieldset:last-child,.wz-user-modal-form .fieldset:last-child {
    margin-bottom: 0
}

.wz-site-form label,.wz-user-modal-form label {
    font-size: 14px
}

.wz-site-form label.placeholder,.wz-user-modal-form label.placeholder {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    color: #909494;
    overflow: hidden;
    white-space: nowrap;
    text-shadow: none;
    pointer-events: none;
    background: no-repeat 50% 0;
    direction: rtl
}

.wz-site-form textarea+label.placeholder,.wz-user-modal-form textarea+label.placeholder {
    top: 15px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 92%;
    white-space: normal;
    height: auto
}

.wz-site-form input:valid+label.placeholder,.wz-site-form textarea:valid+label.placeholder,.wz-user-modal-form input:valid+label.placeholder,.wz-user-modal-form textarea:valid+label.placeholder {
    color: transparent;
    z-index: -1;
    opacity: 0
}

.wz-site-form input:-webkit-autofill+label.placeholder,.wz-user-modal-form input:-webkit-autofill+label.placeholder {
    color: transparent;
    z-index: -1;
    opacity: 0
}

.wz-site-form select,.wz-user-modal-form select {
    font-family: yekan,tahoma,serif;
    border: 1px solid #d2d8d8;
    padding: 8px 20px;
    text-align: right;
    direction: rtl
}

.wz-site-form .fieldset-two-select,.wz-user-modal-form .fieldset-two-select {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    direction: rtl
}

.wz-site-form .fieldset-two-select select,.wz-user-modal-form .fieldset-two-select select {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: calc((100% - 10px)/ 2);
    min-width: calc((100% - 10px)/ 2)
}

.wz-site-form input,.wz-site-form textarea,.wz-user-modal-form input,.wz-user-modal-form textarea {
    margin: 0;
    padding: 0;
    -webkit-border-radius: .25em;
    -webkit-background-clip: padding-box;
    border-radius: .25em;
    background-clip: padding-box;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
    -khtml-border-radius: .25em;
    border-radius: .25em;
    text-align: right;
    direction: rtl;
    font-family: yekan,tahoma,serif
}

.wz-site-form input.input-left-direction,.wz-site-form input[name=email],.wz-site-form input[type=password],.wz-site-form textarea.input-left-direction,.wz-site-form textarea[name=email],.wz-site-form textarea[type=password],.wz-user-modal-form input.input-left-direction,.wz-user-modal-form input[name=email],.wz-user-modal-form input[type=password],.wz-user-modal-form textarea.input-left-direction,.wz-user-modal-form textarea[name=email],.wz-user-modal-form textarea[type=password] {
    text-align: left;
    direction: ltr
}

.wz-site-form input.full-width,.wz-site-form textarea.full-width,.wz-user-modal-form input.full-width,.wz-user-modal-form textarea.full-width {
    width: 100%
}

.wz-site-form input.has-padding,.wz-site-form textarea.has-padding,.wz-user-modal-form input.has-padding,.wz-user-modal-form textarea.has-padding {
    padding: 12px 20px
}

.wz-site-form input.has-border,.wz-site-form textarea.has-border,.wz-user-modal-form input.has-border,.wz-user-modal-form textarea.has-border {
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wz-site-form input.has-border:focus,.wz-site-form textarea.has-border:focus,.wz-user-modal-form input.has-border:focus,.wz-user-modal-form textarea.has-border:focus {
    border-color: #a9abb5;
    outline: 0
}

.wz-site-form input.has-error,.wz-site-form textarea.has-error,.wz-user-modal-form input.has-error,.wz-user-modal-form textarea.has-error {
    border: 1px solid #d76666
}

.wz-site-form input.has-error~.wz-form-error-message,.wz-site-form input.has-error~.wz-user-modal-error-message,.wz-site-form textarea.has-error~.wz-form-error-message,.wz-site-form textarea.has-error~.wz-user-modal-error-message,.wz-user-modal-form input.has-error~.wz-form-error-message,.wz-user-modal-form input.has-error~.wz-user-modal-error-message,.wz-user-modal-form textarea.has-error~.wz-form-error-message,.wz-user-modal-form textarea.has-error~.wz-user-modal-error-message {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .2s s 0s,visibility 0s 0s;
    transition: opacity .2s s 0s,visibility 0s 0s;
    -webkit-transition: opacity .2 s 0,visibility 0 0;
    -moz-transition: opacity .2 s 0,visibility 0 0;
    -ms-transition: opacity .2 s 0,visibility 0 0;
    -o-transition: opacity .2 s 0,visibility 0 0;
    transition: opacity .2 s 0,visibility 0 0
}

.wz-site-form input[type=password],.wz-site-form textarea[type=password],.wz-user-modal-form input[type=password],.wz-user-modal-form textarea[type=password] {
    padding-right: 65px
}

.wz-site-form input[type=submit],.wz-site-form textarea[type=submit],.wz-user-modal-form input[type=submit],.wz-user-modal-form textarea[type=submit] {
    padding: 16px 0;
    cursor: pointer;
    background: #109af7;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px
}

.no-touch .wz-site-form input[type=submit]:focus,.no-touch .wz-site-form input[type=submit]:hover,.no-touch .wz-site-form textarea[type=submit]:focus,.no-touch .wz-site-form textarea[type=submit]:hover,.no-touch .wz-user-modal-form input[type=submit]:focus,.no-touch .wz-user-modal-form input[type=submit]:hover,.no-touch .wz-user-modal-form textarea[type=submit]:focus,.no-touch .wz-user-modal-form textarea[type=submit]:hover {
    background: #29a4f8;
    outline: 0
}

.wz-site-form .wz-form-coupon-message,.wz-site-form .wz-form-error-message,.wz-site-form .wz-user-modal-error-message,.wz-user-modal-form .wz-form-coupon-message,.wz-user-modal-form .wz-form-error-message,.wz-user-modal-form .wz-user-modal-error-message {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: rgba(215,102,102,.9);
    padding: .8em;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    -webkit-border-radius: .25em;
    -webkit-background-clip: padding-box;
    border-radius: .25em;
    background-clip: padding-box;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
    -khtml-border-radius: .25em;
    border-radius: .25em;
    text-align: right;
    direction: rtl;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s s 0s,visibility 0s .2s s;
    transition: opacity .2s s 0s,visibility 0s .2s s;
    -webkit-transition: opacity .2 s 0,visibility 0 .2 s;
    -moz-transition: opacity .2 s 0,visibility 0 .2 s;
    -ms-transition: opacity .2 s 0,visibility 0 .2 s;
    -o-transition: opacity .2 s 0,visibility 0 .2 s;
    transition: opacity .2 s 0,visibility 0 .2 s
}

.wz-site-form .wz-form-coupon-message::after,.wz-site-form .wz-form-error-message::after,.wz-site-form .wz-user-modal-error-message::after,.wz-user-modal-form .wz-form-coupon-message::after,.wz-user-modal-form .wz-form-error-message::after,.wz-user-modal-form .wz-user-modal-error-message::after {
    content: '';
    position: absolute;
    left: 22px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid rgba(215,102,102,.9)
}

.wz-site-form .wz-form-coupon-message.is-visible,.wz-site-form .wz-form-error-message.is-visible,.wz-site-form .wz-user-modal-error-message.is-visible,.wz-user-modal-form .wz-form-coupon-message.is-visible,.wz-user-modal-form .wz-form-error-message.is-visible,.wz-user-modal-form .wz-user-modal-error-message.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .2s s 0s,visibility 0s 0s;
    transition: opacity .2s s 0s,visibility 0s 0s;
    -webkit-transition: opacity .2 s 0,visibility 0 0;
    -moz-transition: opacity .2 s 0,visibility 0 0;
    -ms-transition: opacity .2 s 0,visibility 0 0;
    -o-transition: opacity .2 s 0,visibility 0 0;
    transition: opacity .2 s 0,visibility 0 0
}

.wz-site-form .wz-form-coupon-message,.wz-user-modal-form .wz-form-coupon-message {
    background: 0 0;
    color: #009906;
    left: auto;
    right: 0;
    border: 1px solid #009906;
    bottom: -50px;
    min-width: 100px;
    text-align: center
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-site-form .wz-form-coupon-message,body.wz-production .wz-user-modal-form .wz-form-coupon-message {
        bottom:1px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=mobile] .wz-user-modal-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-user-modal-form .wz-form-coupon-message {
    bottom: 1px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-site-form .wz-form-coupon-message,body.wz-production .wz-user-modal-form .wz-form-coupon-message {
        bottom:1px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=mobile] .wz-user-modal-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-user-modal-form .wz-form-coupon-message {
    bottom: 1px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-site-form .wz-form-coupon-message,body.wz-production .wz-user-modal-form .wz-form-coupon-message {
        bottom:1px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=mobile] .wz-user-modal-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-user-modal-form .wz-form-coupon-message {
    bottom: 1px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-site-form .wz-form-coupon-message,body.wz-production .wz-user-modal-form .wz-form-coupon-message {
        bottom:1px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=mobile] .wz-user-modal-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-user-modal-form .wz-form-coupon-message {
    bottom: 1px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-site-form .wz-form-coupon-message,body.wz-production .wz-user-modal-form .wz-form-coupon-message {
        bottom:1px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=mobile] .wz-user-modal-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-user-modal-form .wz-form-coupon-message {
    bottom: 1px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-site-form .wz-form-coupon-message,body.wz-production .wz-user-modal-form .wz-form-coupon-message {
        bottom:1px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=mobile] .wz-user-modal-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-user-modal-form .wz-form-coupon-message {
    bottom: 1px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-site-form .wz-form-coupon-message,body.wz-production .wz-user-modal-form .wz-form-coupon-message {
        bottom:1px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=mobile] .wz-user-modal-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-user-modal-form .wz-form-coupon-message {
    bottom: 1px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-site-form .wz-form-coupon-message,body.wz-production .wz-user-modal-form .wz-form-coupon-message {
        bottom:1px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=mobile] .wz-user-modal-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-site-form .wz-form-coupon-message,body:not(.wz-production)[data-device=tablet] .wz-user-modal-form .wz-form-coupon-message {
    bottom: 1px
}

.wz-site-form .wz-form-coupon-message::after,.wz-user-modal-form .wz-form-coupon-message::after {
    content: '';
    display: none
}

.wz-site-form input:focus~.wz-form-error-message,.wz-site-form input:focus~.wz-user-modal-error-message,.wz-site-form textarea:focus~.wz-form-error-message,.wz-site-form textarea:focus~.wz-user-modal-error-message,.wz-user-modal-form input:focus~.wz-form-error-message,.wz-user-modal-form input:focus~.wz-user-modal-error-message,.wz-user-modal-form textarea:focus~.wz-form-error-message,.wz-user-modal-form textarea:focus~.wz-user-modal-error-message {
    opacity: 0
}

.wz-user-modal-message {
    padding: 1.4em 1.4em 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: justify
}

.wz-user-modal-bottom-message {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
    text-align: center;
    font-size: 14px
}

.wz-user-modal-bottom-message a {
    color: #fff
}

#wz-login,#wz-register,#wz-reset-password,#wz-reset-password-code,#wz-verify-register {
    display: none
}

#wz-login.is-selected,#wz-register.is-selected,#wz-reset-password-code.is-selected,#wz-reset-password.is-selected,#wz-verify-register.is-selected {
    display: block
}

@media only screen and (min-width: 600px) {
    .wz-user-modal-container {
        margin:4em auto
    }

    .wz-user-modal-container .wz-user-modal-switcher a {
        height: 70px;
        line-height: 70px
    }

    .wz-user-modal-form {
        padding: 2em
    }

    .wz-user-modal-form .fieldset {
        margin: 2em 0
    }

    .wz-user-modal-form .fieldset:first-child {
        margin-top: 0
    }

    .wz-user-modal-form .fieldset:last-child {
        margin-bottom: 0
    }

    .wz-user-modal-form input.has-padding {
        padding: 16px 20px
    }

    .wz-user-modal-form input[type=submit] {
        padding: 16px 0
    }

    .wz-user-modal-message {
        padding: 2em 2em 0
    }
}

.zoomContainer {
    z-index: 2000!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .zoomContainer {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .zoomContainer,body:not(.wz-production)[data-device=tablet] .zoomContainer {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .zoomContainer {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .zoomContainer,body:not(.wz-production)[data-device=tablet] .zoomContainer {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .zoomContainer {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .zoomContainer,body:not(.wz-production)[data-device=tablet] .zoomContainer {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .zoomContainer {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .zoomContainer,body:not(.wz-production)[data-device=tablet] .zoomContainer {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .zoomContainer {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .zoomContainer,body:not(.wz-production)[data-device=tablet] .zoomContainer {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .zoomContainer {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .zoomContainer,body:not(.wz-production)[data-device=tablet] .zoomContainer {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .zoomContainer {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .zoomContainer,body:not(.wz-production)[data-device=tablet] .zoomContainer {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .zoomContainer {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .zoomContainer,body:not(.wz-production)[data-device=tablet] .zoomContainer {
    display: none
}

.regular-checkbox-color,.regular-checkbox-item {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative
}

.regular-checkbox-color {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%
}

.regular-checkbox-color:after {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%
}

.regular-checkbox-item {
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    width: auto;
    min-width: 20px;
    padding: 0 2px
}

.regular-checkbox-color:after,.regular-checkbox-item:after {
    content: "";
    position: absolute;
    width: calc(100% + 5px);
    min-width: 26px;
    height: 26px;
    top: -3px;
    left: -3px;
    box-sizing: border-box
}

.regular-checkbox:checked+label.regular-checkbox-color:after,.regular-checkbox:checked+label.regular-checkbox-item:after {
    border: 2px solid #c9c9c9
}

#wz-shop-compare-list {
    position: fixed;
    bottom: 20px;
    left: 30px;
    background-color: #ada9a9;
    border: 1px solid #9c9c9c;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px 10px 10px;
    min-width: 130px;
    height: 35px;
    cursor: pointer;
    z-index: 6000;
    direction: rtl
}

#wz-shop-compare-list .count {
    padding: 1px 5px;
    background-color: rgba(0,0,0,.08);
    border-radius: 3px;
    z-index: 1
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-sale-price {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-sale-price,body:not(.wz-production)[data-device=tablet] .wz-shop-product-sale-price {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-sale-price {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-sale-price,body:not(.wz-production)[data-device=tablet] .wz-shop-product-sale-price {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-sale-price {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-sale-price,body:not(.wz-production)[data-device=tablet] .wz-shop-product-sale-price {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-sale-price {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-sale-price,body:not(.wz-production)[data-device=tablet] .wz-shop-product-sale-price {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-sale-price {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-sale-price,body:not(.wz-production)[data-device=tablet] .wz-shop-product-sale-price {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-sale-price {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-sale-price,body:not(.wz-production)[data-device=tablet] .wz-shop-product-sale-price {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-sale-price {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-sale-price,body:not(.wz-production)[data-device=tablet] .wz-shop-product-sale-price {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-sale-price {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-sale-price,body:not(.wz-production)[data-device=tablet] .wz-shop-product-sale-price {
    display: block
}

.wz-shop-product {
    float: left;
    box-sizing: border-box;
    position: relative
}

.wz-shop-product .wz-shop-product-attributes ul {
    padding: 0;
    list-style: none
}

.wz-shop-product .wz-shop-product-compare {
    display: flex;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 20px 0
}

.wz-shop-product .wz-shop-product-compare.selected {
    opacity: 1
}

.wz-shop-product .wz-shop-product-compare~.wz-shop-product-ribbons {
    top: 60px
}

.wz-shop-product .wz-shop-product-compare label {
    color: #797676
}

.wz-shop-product:hover .wz-shop-product-compare {
    opacity: 1
}

.wz-shop-product * {
    overflow-wrap: break-word
}

.wz-shop-product .wz-shop-product-old-price,.wz-shop-product .wz-shop-product-sale-price {
    white-space: nowrap
}

.wz-shop-product .wz-shop-product-add-cart {
    position: relative;
    display: inline-block;
    width: auto;
    height: 34px;
    max-width: 100%;
    margin-top: 10px
}

.wz-shop-product .wz-shop-product-ribbons {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 99
}

.wz-shop-product .wz-shop-product-ribbons>div {
    margin-bottom: 5px;
    padding: 3px 10px;
    position: relative
}

.wz-shop-product .wz-shop-product-section {
    width: 100%;
    margin-top: 10px
}

.wz-shop-product .wz-shop-product-section>*+* {
    margin-top: 5px
}

.wz-shop-product .wz-shop-product-title {
    line-height: normal
}

.wz-shop-product .wz-shop-product-old-price {
    text-decoration: line-through;
    margin-right: 15px;
    display: inline-block
}

.wz-shop-product .wz-shop-product-out-stock,.wz-shop-product .wz-shop-product-price,.wz-shop-product .wz-shop-product-title {
    padding: 0 10px
}

.wz-shop-product .wz-shop-product-image {
    width: 100%;
    position: relative;
    display: block
}

.wz-shop-product .wz-shop-product-image .wz-partial-template {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.wz-shop-product.wz-shop-product-effect-zoom img {
    position: absolute;
    width: 100%;
    height: inherit;
    right: auto;
    left: 50%;
    top: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left
}

.wz-shop-product.wz-shop-product-effect-zoom.wz-shop-product:hover .wz-shop-product-image img {
    width: 130%;
    height: 130%
}

.wz-shop-product.wz-shop-product-effect-exchange.wz-shop-product .wz-shop-product-image img {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all .3s!important;
    transition: all .3s!important;
    -webkit-transition: all .3s!important;
    -moz-transition: all .3s!important;
    -ms-transition: all .3s!important;
    -o-transition: all .3s!important;
    transition: all .3s!important
}

.wz-shop-product.wz-shop-product-effect-exchange.wz-shop-product .wz-shop-product-image img+img {
    position: absolute;
    opacity: 0;
    z-index: 1;
    background: #fff
}

.wz-shop-product.wz-shop-product-effect-exchange.wz-shop-product:hover .wz-shop-product-image img+img {
    opacity: 1
}

.wz-shop-product.wz-shop-product-effect-border.wz-shop-product {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.wz-shop-product.wz-shop-product-effect-border.wz-shop-product:hover {
    -webkit-box-shadow: 0 0 1px #989696;
    box-shadow: 0 0 1px #989696;
    -webkit-box-shadow: 0 0 1px #989696;
    -moz-box-shadow: 0 0 1px #989696;
    box-shadow: 0 0 1px #989696
}

.wz-shop-product.wz-shop-product-effect-cover.wz-shop-product .cover {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,.2);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 50%;
    top: -50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.wz-shop-product.wz-shop-product-effect-cover.wz-shop-product:hover .cover {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3)
}

.shop-product-list-rtl .wz-shop-recent-empty,.wz-shop-recent-rtl .wz-shop-recent-empty {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #ebeced;
    color: #000;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1)
}

.shop-product-list-rtl .wz-shop-product,.wz-shop-recent-rtl .wz-shop-product {
    direction: rtl
}

.shop-product-list-rtl .wz-shop-product .wz-shop-product-ribbons,.wz-shop-recent-rtl .wz-shop-product .wz-shop-product-ribbons {
    left: auto;
    right: 0
}

.shop-product-list-rtl .wz-shop-product .wz-shop-product-old-price,.wz-shop-recent-rtl .wz-shop-product .wz-shop-product-old-price {
    margin-left: 15px;
    margin-right: 0
}

.wz-element-full-width .shop-product-list .flex-viewport {
    width: calc(100% - 90px)
}

.wz-element-full-width .shop-product-list .flex-direction-nav a.flex-prev {
    left: 15px!important
}

.wz-element-full-width .shop-product-list .flex-direction-nav a.flex-next {
    right: 15px!important
}

[data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: left;
    position: relative!important;
    margin-bottom: 20px
}

[data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active.wz-shop-recent-filter-container-rtl {
    float: right
}

[data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-draggable-handle,[data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-loader-container {
    display: none!important;
    visibility: hidden
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
        float:none
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active {
    float: none
}

[data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    left: 0!important;
    right: 0!important;
    top: 10px!important;
    height: auto!important;
    position: relative;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
        position:relative;
        margin-bottom: 10px
    }
}

body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active .wz-element {
    position: relative;
    margin-bottom: 10px
}

.wz-shop-recent {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.wz-shop-recent:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-recent:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-recent:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-recent:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-recent:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-recent:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-recent:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-recent:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-recent .wz-shop-product {
    margin-bottom: 30px
}

.wz-shop-recent .wz-shop-product-old-price-empty {
    display: none
}

.wz-shop-recent.wz-shop-recent-rtl {
    direction: rtl
}

.wz-shop-recent.wz-shop-recent-rtl .wz-shop-product {
    float: right
}

.shop-product-list .wz-shop-product-old-price-empty {
    display: none
}

.shop-product-list li {
    padding: 1px
}

.shop-product-list .wz-shop-product {
    width: 100%;
    position: relative
}

.shop-product-list .wz-shop-product .wz-shop-product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.shop-product-list .wz-shop-product .wz-shop-product-old-price {
    margin: 0 10px 0 0
}

.shop-product-list.shop-product-list-rtl .wz-shop-product .wz-shop-product-old-price {
    margin: 0 0 0 10px
}

.wz-shop-more-products {
    position: relative;
    height: 34px;
    display: table;
    cursor: pointer;
    margin: 20px auto 0
}

.wz-shop-more-products .wz-element-content {
    padding: 0 20px
}

.wz-shop-top-bar .dropdown {
    margin-left: 10px
}

.wz-shop-top-bar .wz-shop-sort {
    display: inline-block
}

.wz-shop-top-bar .wz-shop-per-page {
    display: inline-block;
    margin-left: 20px
}

.wz-shop-top-bar .wz-shop-per-page .dropdown {
    width: 100px;
    max-width: 100px;
    min-width: 100px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page>span,body.wz-production .wz-shop-top-bar .wz-shop-sort>span {
        width:130px;
        display: inline-block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page>span,body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort>span {
    width: 130px;
    display: inline-block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page>span,body.wz-production .wz-shop-top-bar .wz-shop-sort>span {
        width:130px;
        display: inline-block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page>span,body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort>span {
    width: 130px;
    display: inline-block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page>span,body.wz-production .wz-shop-top-bar .wz-shop-sort>span {
        width:130px;
        display: inline-block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page>span,body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort>span {
    width: 130px;
    display: inline-block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page>span,body.wz-production .wz-shop-top-bar .wz-shop-sort>span {
        width:130px;
        display: inline-block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page>span,body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort>span {
    width: 130px;
    display: inline-block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page>span,body.wz-production .wz-shop-top-bar .wz-shop-sort>span {
        width:130px;
        display: inline-block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page>span,body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort>span {
    width: 130px;
    display: inline-block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page>span,body.wz-production .wz-shop-top-bar .wz-shop-sort>span {
        width:130px;
        display: inline-block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page>span,body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort>span {
    width: 130px;
    display: inline-block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page>span,body.wz-production .wz-shop-top-bar .wz-shop-sort>span {
        width:130px;
        display: inline-block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page>span,body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort>span {
    width: 130px;
    display: inline-block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page>span,body.wz-production .wz-shop-top-bar .wz-shop-sort>span {
        width:130px;
        display: inline-block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page>span,body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort>span {
    width: 130px;
    display: inline-block
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page {
        margin-right:0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page {
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page {
        margin-right:0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page {
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page {
        margin-right:0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page {
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page {
        margin-right:0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page {
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page {
        margin-right:0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page {
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page {
        margin-right:0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page {
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page {
        margin-right:0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page {
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-per-page {
        margin-right:0;
        margin-left: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-per-page {
    margin-right: 0;
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
    margin-top: 10px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
        margin-top:10px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-top-bar .wz-shop-sort+.wz-shop-per-page {
    margin-top: 10px
}

.wz-shop-top-bar.wz-shop-top-bar-rtl {
    direction: rtl
}

.wz-shop-top-bar.wz-shop-top-bar-rtl .wz-shop-per-page {
    margin-left: auto;
    margin-right: 20px
}

.wz-shop-top-bar.wz-shop-top-bar-rtl .dropdown {
    margin-left: auto;
    margin-right: 10px
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        float:right!important;
        top: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    float: right!important;
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        float:right!important;
        top: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    float: right!important;
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        float:right!important;
        top: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    float: right!important;
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        float:right!important;
        top: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    float: right!important;
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        float:right!important;
        top: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    float: right!important;
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        float:right!important;
        top: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    float: right!important;
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        float:right!important;
        top: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    float: right!important;
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        float:right!important;
        top: 0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-recent] .wz-shop-recent-filter-container.active [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    float: right!important;
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        width:auto!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    width: auto!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        width:auto!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    width: auto!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        width:auto!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    width: auto!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        width:auto!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    width: auto!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        width:auto!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    width: auto!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        width:auto!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    width: auto!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        width:auto!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    width: auto!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
        width:auto!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly {
    width: auto!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-resizable-handle,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-rotatable-handle {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
        min-height:34px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
    min-height: 34px
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
        min-height:34px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
    min-height: 34px
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
        min-height:34px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
    min-height: 34px
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
        min-height:34px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
    min-height: 34px
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
        min-height:34px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
    min-height: 34px
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
        min-height:34px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
    min-height: 34px
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
        min-height:34px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
    min-height: 34px
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
        min-height:34px
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly:after {
    min-height: 34px
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        position:fixed!important;
        top: -100vh!important;
        bottom: 70px!important;
        left: 0!important;
        right: 0!important;
        background: #fff;
        z-index: 99999999;
        margin: 0;
        padding: 30px;
        width: 100vw!important;
        height: calc(100vh - 70px)!important;
        overflow-y: scroll;
        -webkit-transition: top .3s;
        transition: top .3s;
        -webkit-transition: top .3s;
        -moz-transition: top .3s;
        -ms-transition: top .3s;
        -o-transition: top .3s;
        transition: top .3s
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    position: fixed!important;
    top: -100vh!important;
    bottom: 70px!important;
    left: 0!important;
    right: 0!important;
    background: #fff;
    z-index: 99999999;
    margin: 0;
    padding: 30px;
    width: 100vw!important;
    height: calc(100vh - 70px)!important;
    overflow-y: scroll;
    -webkit-transition: top .3s;
    transition: top .3s;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        position:fixed!important;
        top: -100vh!important;
        bottom: 70px!important;
        left: 0!important;
        right: 0!important;
        background: #fff;
        z-index: 99999999;
        margin: 0;
        padding: 30px;
        width: 100vw!important;
        height: calc(100vh - 70px)!important;
        overflow-y: scroll;
        -webkit-transition: top .3s;
        transition: top .3s;
        -webkit-transition: top .3s;
        -moz-transition: top .3s;
        -ms-transition: top .3s;
        -o-transition: top .3s;
        transition: top .3s
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    position: fixed!important;
    top: -100vh!important;
    bottom: 70px!important;
    left: 0!important;
    right: 0!important;
    background: #fff;
    z-index: 99999999;
    margin: 0;
    padding: 30px;
    width: 100vw!important;
    height: calc(100vh - 70px)!important;
    overflow-y: scroll;
    -webkit-transition: top .3s;
    transition: top .3s;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        position:fixed!important;
        top: -100vh!important;
        bottom: 70px!important;
        left: 0!important;
        right: 0!important;
        background: #fff;
        z-index: 99999999;
        margin: 0;
        padding: 30px;
        width: 100vw!important;
        height: calc(100vh - 70px)!important;
        overflow-y: scroll;
        -webkit-transition: top .3s;
        transition: top .3s;
        -webkit-transition: top .3s;
        -moz-transition: top .3s;
        -ms-transition: top .3s;
        -o-transition: top .3s;
        transition: top .3s
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    position: fixed!important;
    top: -100vh!important;
    bottom: 70px!important;
    left: 0!important;
    right: 0!important;
    background: #fff;
    z-index: 99999999;
    margin: 0;
    padding: 30px;
    width: 100vw!important;
    height: calc(100vh - 70px)!important;
    overflow-y: scroll;
    -webkit-transition: top .3s;
    transition: top .3s;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        position:fixed!important;
        top: -100vh!important;
        bottom: 70px!important;
        left: 0!important;
        right: 0!important;
        background: #fff;
        z-index: 99999999;
        margin: 0;
        padding: 30px;
        width: 100vw!important;
        height: calc(100vh - 70px)!important;
        overflow-y: scroll;
        -webkit-transition: top .3s;
        transition: top .3s;
        -webkit-transition: top .3s;
        -moz-transition: top .3s;
        -ms-transition: top .3s;
        -o-transition: top .3s;
        transition: top .3s
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    position: fixed!important;
    top: -100vh!important;
    bottom: 70px!important;
    left: 0!important;
    right: 0!important;
    background: #fff;
    z-index: 99999999;
    margin: 0;
    padding: 30px;
    width: 100vw!important;
    height: calc(100vh - 70px)!important;
    overflow-y: scroll;
    -webkit-transition: top .3s;
    transition: top .3s;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        position:fixed!important;
        top: -100vh!important;
        bottom: 70px!important;
        left: 0!important;
        right: 0!important;
        background: #fff;
        z-index: 99999999;
        margin: 0;
        padding: 30px;
        width: 100vw!important;
        height: calc(100vh - 70px)!important;
        overflow-y: scroll;
        -webkit-transition: top .3s;
        transition: top .3s;
        -webkit-transition: top .3s;
        -moz-transition: top .3s;
        -ms-transition: top .3s;
        -o-transition: top .3s;
        transition: top .3s
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    position: fixed!important;
    top: -100vh!important;
    bottom: 70px!important;
    left: 0!important;
    right: 0!important;
    background: #fff;
    z-index: 99999999;
    margin: 0;
    padding: 30px;
    width: 100vw!important;
    height: calc(100vh - 70px)!important;
    overflow-y: scroll;
    -webkit-transition: top .3s;
    transition: top .3s;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        position:fixed!important;
        top: -100vh!important;
        bottom: 70px!important;
        left: 0!important;
        right: 0!important;
        background: #fff;
        z-index: 99999999;
        margin: 0;
        padding: 30px;
        width: 100vw!important;
        height: calc(100vh - 70px)!important;
        overflow-y: scroll;
        -webkit-transition: top .3s;
        transition: top .3s;
        -webkit-transition: top .3s;
        -moz-transition: top .3s;
        -ms-transition: top .3s;
        -o-transition: top .3s;
        transition: top .3s
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    position: fixed!important;
    top: -100vh!important;
    bottom: 70px!important;
    left: 0!important;
    right: 0!important;
    background: #fff;
    z-index: 99999999;
    margin: 0;
    padding: 30px;
    width: 100vw!important;
    height: calc(100vh - 70px)!important;
    overflow-y: scroll;
    -webkit-transition: top .3s;
    transition: top .3s;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        position:fixed!important;
        top: -100vh!important;
        bottom: 70px!important;
        left: 0!important;
        right: 0!important;
        background: #fff;
        z-index: 99999999;
        margin: 0;
        padding: 30px;
        width: 100vw!important;
        height: calc(100vh - 70px)!important;
        overflow-y: scroll;
        -webkit-transition: top .3s;
        transition: top .3s;
        -webkit-transition: top .3s;
        -moz-transition: top .3s;
        -ms-transition: top .3s;
        -o-transition: top .3s;
        transition: top .3s
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    position: fixed!important;
    top: -100vh!important;
    bottom: 70px!important;
    left: 0!important;
    right: 0!important;
    background: #fff;
    z-index: 99999999;
    margin: 0;
    padding: 30px;
    width: 100vw!important;
    height: calc(100vh - 70px)!important;
    overflow-y: scroll;
    -webkit-transition: top .3s;
    transition: top .3s;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        position:fixed!important;
        top: -100vh!important;
        bottom: 70px!important;
        left: 0!important;
        right: 0!important;
        background: #fff;
        z-index: 99999999;
        margin: 0;
        padding: 30px;
        width: 100vw!important;
        height: calc(100vh - 70px)!important;
        overflow-y: scroll;
        -webkit-transition: top .3s;
        transition: top .3s;
        -webkit-transition: top .3s;
        -moz-transition: top .3s;
        -ms-transition: top .3s;
        -o-transition: top .3s;
        transition: top .3s
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    position: fixed!important;
    top: -100vh!important;
    bottom: 70px!important;
    left: 0!important;
    right: 0!important;
    background: #fff;
    z-index: 99999999;
    margin: 0;
    padding: 30px;
    width: 100vw!important;
    height: calc(100vh - 70px)!important;
    overflow-y: scroll;
    -webkit-transition: top .3s;
    transition: top .3s;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        top:0!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        top:0!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        top:0!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        top:0!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        top:0!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        top:0!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        top:0!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    top: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
        top:0!important
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly>.wz-template {
    top: 0!important
}

[data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button {
    background: #fff
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        border:1px solid #878787;
        color: #878787;
        font-size: 13px;
        font-family: yekan,tahoma,serif;
        padding: 8px 8px 8px 70px;
        content: 'ÙÛŒÙ„ØªØ±';
        position: relative;
        top: 7px;
        background: #fff
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    border: 1px solid #878787;
    color: #878787;
    font-size: 13px;
    font-family: yekan,tahoma,serif;
    padding: 8px 8px 8px 70px;
    content: 'ÙÛŒÙ„ØªØ±';
    position: relative;
    top: 7px;
    background: #fff
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        border:1px solid #878787;
        color: #878787;
        font-size: 13px;
        font-family: yekan,tahoma,serif;
        padding: 8px 8px 8px 70px;
        content: 'ÙÛŒÙ„ØªØ±';
        position: relative;
        top: 7px;
        background: #fff
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    border: 1px solid #878787;
    color: #878787;
    font-size: 13px;
    font-family: yekan,tahoma,serif;
    padding: 8px 8px 8px 70px;
    content: 'ÙÛŒÙ„ØªØ±';
    position: relative;
    top: 7px;
    background: #fff
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        border:1px solid #878787;
        color: #878787;
        font-size: 13px;
        font-family: yekan,tahoma,serif;
        padding: 8px 8px 8px 70px;
        content: 'ÙÛŒÙ„ØªØ±';
        position: relative;
        top: 7px;
        background: #fff
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    border: 1px solid #878787;
    color: #878787;
    font-size: 13px;
    font-family: yekan,tahoma,serif;
    padding: 8px 8px 8px 70px;
    content: 'ÙÛŒÙ„ØªØ±';
    position: relative;
    top: 7px;
    background: #fff
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        border:1px solid #878787;
        color: #878787;
        font-size: 13px;
        font-family: yekan,tahoma,serif;
        padding: 8px 8px 8px 70px;
        content: 'ÙÛŒÙ„ØªØ±';
        position: relative;
        top: 7px;
        background: #fff
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    border: 1px solid #878787;
    color: #878787;
    font-size: 13px;
    font-family: yekan,tahoma,serif;
    padding: 8px 8px 8px 70px;
    content: 'ÙÛŒÙ„ØªØ±';
    position: relative;
    top: 7px;
    background: #fff
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        border:1px solid #878787;
        color: #878787;
        font-size: 13px;
        font-family: yekan,tahoma,serif;
        padding: 8px 8px 8px 70px;
        content: 'ÙÛŒÙ„ØªØ±';
        position: relative;
        top: 7px;
        background: #fff
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    border: 1px solid #878787;
    color: #878787;
    font-size: 13px;
    font-family: yekan,tahoma,serif;
    padding: 8px 8px 8px 70px;
    content: 'ÙÛŒÙ„ØªØ±';
    position: relative;
    top: 7px;
    background: #fff
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        border:1px solid #878787;
        color: #878787;
        font-size: 13px;
        font-family: yekan,tahoma,serif;
        padding: 8px 8px 8px 70px;
        content: 'ÙÛŒÙ„ØªØ±';
        position: relative;
        top: 7px;
        background: #fff
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    border: 1px solid #878787;
    color: #878787;
    font-size: 13px;
    font-family: yekan,tahoma,serif;
    padding: 8px 8px 8px 70px;
    content: 'ÙÛŒÙ„ØªØ±';
    position: relative;
    top: 7px;
    background: #fff
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        border:1px solid #878787;
        color: #878787;
        font-size: 13px;
        font-family: yekan,tahoma,serif;
        padding: 8px 8px 8px 70px;
        content: 'ÙÛŒÙ„ØªØ±';
        position: relative;
        top: 7px;
        background: #fff
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    border: 1px solid #878787;
    color: #878787;
    font-size: 13px;
    font-family: yekan,tahoma,serif;
    padding: 8px 8px 8px 70px;
    content: 'ÙÛŒÙ„ØªØ±';
    position: relative;
    top: 7px;
    background: #fff
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        border:1px solid #878787;
        color: #878787;
        font-size: 13px;
        font-family: yekan,tahoma,serif;
        padding: 8px 8px 8px 70px;
        content: 'ÙÛŒÙ„ØªØ±';
        position: relative;
        top: 7px;
        background: #fff
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    border: 1px solid #878787;
    color: #878787;
    font-size: 13px;
    font-family: yekan,tahoma,serif;
    padding: 8px 8px 8px 70px;
    content: 'ÙÛŒÙ„ØªØ±';
    position: relative;
    top: 7px;
    background: #fff
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        z-index:9999999999999;
        position: fixed;
        left: 0;
        bottom: 0;
        top: auto;
        right: 0;
        padding: 20px 0;
        text-align: center;
        content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    z-index: 9999999999999;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    padding: 20px 0;
    text-align: center;
    content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        z-index:9999999999999;
        position: fixed;
        left: 0;
        bottom: 0;
        top: auto;
        right: 0;
        padding: 20px 0;
        text-align: center;
        content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    z-index: 9999999999999;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    padding: 20px 0;
    text-align: center;
    content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        z-index:9999999999999;
        position: fixed;
        left: 0;
        bottom: 0;
        top: auto;
        right: 0;
        padding: 20px 0;
        text-align: center;
        content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    z-index: 9999999999999;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    padding: 20px 0;
    text-align: center;
    content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        z-index:9999999999999;
        position: fixed;
        left: 0;
        bottom: 0;
        top: auto;
        right: 0;
        padding: 20px 0;
        text-align: center;
        content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    z-index: 9999999999999;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    padding: 20px 0;
    text-align: center;
    content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        z-index:9999999999999;
        position: fixed;
        left: 0;
        bottom: 0;
        top: auto;
        right: 0;
        padding: 20px 0;
        text-align: center;
        content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    z-index: 9999999999999;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    padding: 20px 0;
    text-align: center;
    content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        z-index:9999999999999;
        position: fixed;
        left: 0;
        bottom: 0;
        top: auto;
        right: 0;
        padding: 20px 0;
        text-align: center;
        content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    z-index: 9999999999999;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    padding: 20px 0;
    text-align: center;
    content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        z-index:9999999999999;
        position: fixed;
        left: 0;
        bottom: 0;
        top: auto;
        right: 0;
        padding: 20px 0;
        text-align: center;
        content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    z-index: 9999999999999;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    padding: 20px 0;
    text-align: center;
    content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
        z-index:9999999999999;
        position: fixed;
        left: 0;
        bottom: 0;
        top: auto;
        right: 0;
        padding: 20px 0;
        text-align: center;
        content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before,body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:before {
    z-index: 9999999999999;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    padding: 20px 0;
    text-align: center;
    content: 'Ø¨Ø§Ø²Ú¯Ø´Øª Ø¨Ù‡ Ù„ÛŒØ³Øª Ù…Ø­ØµÙˆÙ„Ø§Øª'
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
        position:absolute;
        content: "";
        display: inline-block;
        width: .4em;
        height: .4em;
        border-right: 1px solid #878787;
        border-bottom: 1px solid #878787;
        right: .5em;
        top: 90%;
        left: 10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    border-right: 1px solid #878787;
    border-bottom: 1px solid #878787;
    right: .5em;
    top: 90%;
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
        position:absolute;
        content: "";
        display: inline-block;
        width: .4em;
        height: .4em;
        border-right: 1px solid #878787;
        border-bottom: 1px solid #878787;
        right: .5em;
        top: 90%;
        left: 10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    border-right: 1px solid #878787;
    border-bottom: 1px solid #878787;
    right: .5em;
    top: 90%;
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
        position:absolute;
        content: "";
        display: inline-block;
        width: .4em;
        height: .4em;
        border-right: 1px solid #878787;
        border-bottom: 1px solid #878787;
        right: .5em;
        top: 90%;
        left: 10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    border-right: 1px solid #878787;
    border-bottom: 1px solid #878787;
    right: .5em;
    top: 90%;
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
        position:absolute;
        content: "";
        display: inline-block;
        width: .4em;
        height: .4em;
        border-right: 1px solid #878787;
        border-bottom: 1px solid #878787;
        right: .5em;
        top: 90%;
        left: 10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    border-right: 1px solid #878787;
    border-bottom: 1px solid #878787;
    right: .5em;
    top: 90%;
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
        position:absolute;
        content: "";
        display: inline-block;
        width: .4em;
        height: .4em;
        border-right: 1px solid #878787;
        border-bottom: 1px solid #878787;
        right: .5em;
        top: 90%;
        left: 10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    border-right: 1px solid #878787;
    border-bottom: 1px solid #878787;
    right: .5em;
    top: 90%;
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
        position:absolute;
        content: "";
        display: inline-block;
        width: .4em;
        height: .4em;
        border-right: 1px solid #878787;
        border-bottom: 1px solid #878787;
        right: .5em;
        top: 90%;
        left: 10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    border-right: 1px solid #878787;
    border-bottom: 1px solid #878787;
    right: .5em;
    top: 90%;
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
        position:absolute;
        content: "";
        display: inline-block;
        width: .4em;
        height: .4em;
        border-right: 1px solid #878787;
        border-bottom: 1px solid #878787;
        right: .5em;
        top: 90%;
        left: 10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    border-right: 1px solid #878787;
    border-bottom: 1px solid #878787;
    right: .5em;
    top: 90%;
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
        position:absolute;
        content: "";
        display: inline-block;
        width: .4em;
        height: .4em;
        border-right: 1px solid #878787;
        border-bottom: 1px solid #878787;
        right: .5em;
        top: 90%;
        left: 10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after,body:not(.wz-production)[data-device=tablet] [data-widget=wz-shop-filter].wz-element.wz-shop-filter-mobile-friendly .wz-shop-filter-mobile-button:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: .4em;
    height: .4em;
    border-right: 1px solid #878787;
    border-bottom: 1px solid #878787;
    right: .5em;
    top: 90%;
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-sort>span {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-sort>span,body:not(.wz-production)[data-device=tablet] .wz-shop-sort>span {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-sort>span {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-sort>span,body:not(.wz-production)[data-device=tablet] .wz-shop-sort>span {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-sort>span {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-sort>span,body:not(.wz-production)[data-device=tablet] .wz-shop-sort>span {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-sort>span {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-sort>span,body:not(.wz-production)[data-device=tablet] .wz-shop-sort>span {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-sort>span {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-sort>span,body:not(.wz-production)[data-device=tablet] .wz-shop-sort>span {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-sort>span {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-sort>span,body:not(.wz-production)[data-device=tablet] .wz-shop-sort>span {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-sort>span {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-sort>span,body:not(.wz-production)[data-device=tablet] .wz-shop-sort>span {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-sort>span {
        display:none!important
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-sort>span,body:not(.wz-production)[data-device=tablet] .wz-shop-sort>span {
    display: none!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]),body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]),body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]),body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]),body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]),body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]),body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]),body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]),body:not(.wz-production)[data-device=tablet] #wz-root.wz-mobile-shop-filter-show .wz-element:not([data-widget=wz-shop-recent],[data-widget=wz-shop-filter],[data-widget=wz-box]) {
    display: none
}

#wz-root.wz-mobile-shop-filter-show [data-widget=wz-shop-recent] .wz-shop-recent {
    display: none
}

#wz-root.wz-mobile-shop-filter-show .wz-section-full {
    height: 0
}

.wz-shop-filter {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: iransans_fa,tahoma,serif
}

.wz-shop-filter .wz-shop-filter-item+.wz-shop-filter-item {
    margin-top: 10px
}

.wz-shop-filter .wz-shop-filter-title {
    padding: 10px 0;
    line-height: 100%
}

.wz-shop-filter .dropdown-accordion {
    margin-top: 10px
}

.wz-shop-filter .dropdown-menu {
    color: inherit;
    font-size: inherit
}

.wz-shop-filter .wz-shop-filter-item:first-child .wz-shop-filter-title {
    padding-top: 0
}

.wz-shop-filter .wz-shop-sort-option-checkbox {
    margin-bottom: 5px;
    display: block;
    position: relative
}

.wz-shop-filter .wz-shop-sort-option-checkbox.inline {
    display: inline-block
}

.wz-shop-filter.wz-shop-filter-rtl {
    direction: rtl
}

.wz-shop-filter.wz-shop-filter-rtl .wz-shop-sort-option-checkbox.inline {
    margin-left: 10px
}

.wz-shop-filter.wz-shop-filter-ltr {
    direction: ltr
}

.wz-shop-filter.wz-shop-filter-ltr .wz-shop-sort-option-checkbox.inline {
    margin-right: 10px
}

.wz-shop-price-slider {
    margin-top: -15px
}

.wz-shop-price-slider .irs-bar,.wz-shop-price-slider .irs-bar-edge,.wz-shop-price-slider .irs-line-left,.wz-shop-price-slider .irs-line-mid,.wz-shop-price-slider .irs-line-right {
    height: 2px
}

.wz-shop-price-slider input {
    display: none!important
}

.wz-shop-price-slider .irs-slider {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top: 19px
}

.wz-shop-product-page {
    position: relative
}

.wz-shop-product-page .product-attributes-header {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 600
}

.wz-shop-product-page .wz-shop-product-description img {
    height: auto;
    max-width: 100%
}

.wz-shop-product-page .product-attributes+.product-attributes-header {
    margin-top: 40px
}

.wz-shop-product-page .product-attributes {
    max-width: 100%;
    width: 100%
}

.wz-shop-product-page .product-attributes tr td,.wz-shop-product-page .product-attributes tr th {
    border-top: 1px solid #ddd;
    padding: 11px 18px;
    vertical-align: top
}

.wz-shop-product-page .product-attributes tr th {
    width: 30%;
    text-align: right;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 600
}

.wz-shop-product-page .product-attributes tr td {
    padding: 11px 18px!important;
    border-right: 1px solid #e5e5e5;
    text-align: right;
    font-size: 14px;
    vertical-align: middle
}

.wz-shop-product-page .product-attributes tr:last-child td,.wz-shop-product-page .product-attributes tr:last-child th {
    border-bottom: 1px solid #e5e5e5
}

.wz-shop-product-page.wz-product-out-of-stock .wz-shop-product-add-cart {
    display: none
}

.wz-shop-product-page .wz-shop-product-info-sections img {
    max-width: 100%
}

.wz-shop-product-page .wz-shop-product-info-sections.wz-shop-product-info-sections-simple .wz-shop-product-info+.wz-shop-product-info {
    margin-top: 10px;
    padding-top: 10px
}

.wz-shop-product-page .wz-tabs li {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.wz-shop-product-page .flex-control-paging li a {
    background: #fff
}

.wz-shop-product-page .flex-control-paging li a:hover {
    background: rgba(0,0,0,.5)
}

.wz-shop-product-page .flex-control-paging li a.flex-active {
    background: rgba(0,0,0,.5)
}

.wz-shop-product-page .wz-shop-product-info .wz-shop-product-section-content,.wz-shop-product-page .wz-shop-product-info .wz-shop-product-section-title {
    border: 0 solid #000
}

.wz-shop-product-page .wz-shop-product-gallery {
    direction: ltr
}

.wz-shop-product-page .wz-shop-product-gallery>.wz-partial-template {
    height: auto
}

.wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider-thumbnail .flex-control-nav {
    display: block
}

.wz-shop-product-page .wz-shop-product-gallery .flex-control-nav {
    bottom: 10px
}

.wz-shop-product-page .wz-shop-product-gallery.wz-shop-product-gallery-inside .wz-gallery-carousel {
    display: none
}

.wz-shop-product-page .wz-shop-product-gallery.wz-shop-product-gallery-inside .flex-control-nav {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel {
    display: none
}

.wz-shop-product-page .wz-shop-product-add-cart {
    position: relative;
    display: inline-block;
    width: auto;
    height: 44px;
    max-width: 100%
}

.wz-shop-product-page .wz-shop-product-old-price,.wz-shop-product-page .wz-shop-product-out-stock,.wz-shop-product-page .wz-shop-product-price,.wz-shop-product-page .wz-shop-product-sale-price {
    line-height: 1em
}

.wz-shop-product-page .wz-shop-product-out-stock.wz-shop-quantity-remind {
    font-size: .9em;
    margin-top: .6em
}

.wz-shop-product-page .wz-shop-product-description,.wz-shop-product-page .wz-shop-product-options,.wz-shop-product-page .wz-shop-product-out-stock,.wz-shop-product-page .wz-shop-product-price {
    margin-top: 10px
}

.wz-shop-product-page .wz-shop-product-sku {
    margin-top: 5px
}

.wz-shop-product-page .wz-shop-product-add-cart {
    margin-top: 20px
}

.wz-shop-product-page .wz-shop-product-options .wz-shop-product-option.wz-shop-product-option-field input,.wz-shop-product-page .wz-shop-product-options .wz-shop-product-option.wz-shop-product-option-field textarea {
    color: #878787;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    padding: 8px;
    display: block;
    width: 100%;
    font-family: yekan,tahoma,serif
}

.wz-shop-product-page .wz-shop-product-options .wz-shop-product-option+.wz-shop-product-option {
    margin-top: 15px
}

.wz-shop-product-page .wz-shop-product-options .wz-shop-option-title {
    padding-bottom: 10px
}

.wz-shop-product-page .wz-shop-product-options .wz-shop-option-title .description {
    opacity: .8;
    font-size: .7em;
    padding: 10px 0
}

.wz-shop-product-page .wz-shop-product-options .out-of-stock {
    opacity: .4;
    pointer-events: none;
    -webkit-filter: blur(.5px);
    filter: blur(.5px);
    -webkit-filter: blur(.5px);
    -moz-filter: blur(.5px);
    -o-filter: blur(.5px);
    -ms-filter: blur(.5px);
    filter: blur(.5px)
}

.wz-shop-product-page .wz-shop-product-options .hide {
    display: none!important
}

.wz-shop-product-page .wz-radio-button-list ul,.wz-shop-product-page .wz-shop-product-colors ul {
    list-style: none;
    margin: 0;
    padding: 0 5px 0 0
}

.wz-shop-product-page .wz-radio-button-list ul li,.wz-shop-product-page .wz-shop-product-colors ul li {
    display: inline-block
}

.wz-shop-product-page .wz-radio-button-list ul li+li,.wz-shop-product-page .wz-shop-product-colors ul li+li {
    margin: 0 0 0 10px
}

.wz-shop-product-page .wz-shop-product-sellers {
    width: 100%!important
}

.wz-shop-product-page .wz-shop-product-sellers ul {
    list-style: none;
    padding: 0
}

.wz-shop-product-page .wz-shop-product-sellers ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.wz-shop-product-page .wz-shop-product-sellers ul li .wz-shop-seller-price {
    zoom:.8}

.wz-shop-product-page .wz-shop-product-sellers ul li .wz-shop-seller-price .wz-shop-product-old-price {
    display: block;
    margin-bottom: 10px
}

.wz-shop-product-page .wz-shop-product-sellers ul li>* {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.wz-shop-product-page .wz-shop-product-sellers ul li:not(.hide)+li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc
}

.wz-shop-product-page .wz-shop-product-sellers ul li.out-of-stock {
    display: none
}

.wz-shop-product-page .wz-shop-product-sellers ul li .wz-shop-product-add-cart {
    margin: 0!important
}

.wz-shop-product-page .wz-radio-button-list label {
    font-size: 10px!important
}

.wz-shop-product-page .wz-shop-product-section .extra-button-list .favorite-button {
    margin-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: var(--text-color);
    font-size: inherit;
    font-family: inherit
}

.wz-shop-product-page .wz-shop-product-section .extra-button-list .favorite-button svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    stroke: var(--text-color);
    fill: transparent
}

.wz-shop-product-page .wz-shop-product-section .extra-button-list .favorite-button svg * {
    fill: transparent;
    stroke: var(--text-color)
}

.wz-shop-product-page .wz-shop-product-section .extra-button-list .favorite-button.added svg {
    fill: var(--text-color)
}

.wz-shop-product-page .wz-shop-product-section .extra-button-list .favorite-button.added svg * {
    fill: var(--text-color)
}

.wz-shop-product-page .wz-shop-product-old-price {
    margin-right: 10px;
    text-decoration: line-through
}

.wz-shop-product-page .wz-shop-product-old-price.wz-shop-product-old-price-empty {
    display: none
}

.wz-shop-product-page.wz-shop-product-page-rtl {
    direction: rtl
}

.wz-shop-product-page.wz-shop-product-page-rtl .flexslider {
    direction: ltr
}

.wz-shop-product-page.wz-shop-product-page-rtl .wz-tabs li {
    margin-right: 0!important
}

.wz-shop-product-page.wz-shop-product-page-rtl .wz-shop-product-old-price {
    margin-right: 0;
    margin-left: 10px
}

.wz-shop-product-page.wz-shop-product-page-rtl .wz-radio-button-list ul:after,.wz-shop-product-page.wz-shop-product-page-rtl .wz-shop-product-colors ul:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-rtl .wz-radio-button-list ul:after,.wz-shop-product-page.wz-shop-product-page-rtl .wz-shop-product-colors ul:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-rtl .wz-radio-button-list ul:after,.wz-shop-product-page.wz-shop-product-page-rtl .wz-shop-product-colors ul:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-rtl .wz-radio-button-list ul:after,.wz-shop-product-page.wz-shop-product-page-rtl .wz-shop-product-colors ul:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-rtl .wz-radio-button-list ul:after,.wz-shop-product-page.wz-shop-product-page-rtl .wz-shop-product-colors ul:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-rtl .wz-radio-button-list ul:after,.wz-shop-product-page.wz-shop-product-page-rtl .wz-shop-product-colors ul:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-rtl .wz-radio-button-list ul:after,.wz-shop-product-page.wz-shop-product-page-rtl .wz-shop-product-colors ul:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-rtl .wz-radio-button-list ul:after,.wz-shop-product-page.wz-shop-product-page-rtl .wz-shop-product-colors ul:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-rtl .wz-radio-button-list ul li:not(.hide)+li,.wz-shop-product-page.wz-shop-product-page-rtl .wz-shop-product-colors ul li:not(.hide)+li {
    margin: 0 10px 0 0
}

.wz-shop-product-page.wz-shop-product-page-rtl .wz-radio-button-list ul li.hide+li,.wz-shop-product-page.wz-shop-product-page-rtl .wz-shop-product-colors ul li.hide+li {
    margin: 0
}

.wz-shop-product-page.wz-shop-product-page-rtl .wz-radio-button-list ul li .regular-checkbox-color,.wz-shop-product-page.wz-shop-product-page-rtl .wz-radio-button-list ul li .regular-checkbox-item,.wz-shop-product-page.wz-shop-product-page-rtl .wz-shop-product-colors ul li .regular-checkbox-color,.wz-shop-product-page.wz-shop-product-page-rtl .wz-shop-product-colors ul li .regular-checkbox-item {
    float: right
}

.wz-shop-product-page.wz-shop-product-page-ltr .wz-tabs li {
    margin-left: 0!important
}

.wz-shop-product-page.wz-shop-product-page-classic,.wz-shop-product-page.wz-shop-product-page-modern {
    display: flex;
    flex-wrap: wrap;
    padding: 15px
}

.wz-shop-product-page.wz-shop-product-page-classic:after,.wz-shop-product-page.wz-shop-product-page-modern:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-classic:after,.wz-shop-product-page.wz-shop-product-page-modern:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-classic:after,.wz-shop-product-page.wz-shop-product-page-modern:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-classic:after,.wz-shop-product-page.wz-shop-product-page-modern:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-classic:after,.wz-shop-product-page.wz-shop-product-page-modern:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-classic:after,.wz-shop-product-page.wz-shop-product-page-modern:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-classic:after,.wz-shop-product-page.wz-shop-product-page-modern:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.wz-shop-product-page.wz-shop-product-page-classic:after,.wz-shop-product-page.wz-shop-product-page-modern:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern {
    display: block
}

.wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,.wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
        padding:20px 0;
        float: none;
        width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
    padding: 20px 0;
    float: none;
    width: 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
        padding:20px 0;
        float: none;
        width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
    padding: 20px 0;
    float: none;
    width: 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
        padding:20px 0;
        float: none;
        width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
    padding: 20px 0;
    float: none;
    width: 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
        padding:20px 0;
        float: none;
        width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
    padding: 20px 0;
    float: none;
    width: 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
        padding:20px 0;
        float: none;
        width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
    padding: 20px 0;
    float: none;
    width: 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
        padding:20px 0;
        float: none;
        width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
    padding: 20px 0;
    float: none;
    width: 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
        padding:20px 0;
        float: none;
        width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
    padding: 20px 0;
    float: none;
    width: 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
        padding:20px 0;
        float: none;
        width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-section {
    padding: 20px 0;
    float: none;
    width: 100%
}

.wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,.wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
    float: left;
    margin: 0 30px 0 0;
    width: 50%
}

.wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery img.wz-gallery-image,.wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery img.wz-gallery-image {
    pointer-events: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
        width:100%;
        padding: 0;
        float: none;
        margin: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
        width:100%;
        padding: 0;
        float: none;
        margin: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
        width:100%;
        padding: 0;
        float: none;
        margin: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
        width:100%;
        padding: 0;
        float: none;
        margin: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
        width:100%;
        padding: 0;
        float: none;
        margin: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
        width:100%;
        padding: 0;
        float: none;
        margin: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
        width:100%;
        padding: 0;
        float: none;
        margin: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
        width:100%;
        padding: 0;
        float: none;
        margin: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-gallery {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0
}

.wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,.wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
    clear: both;
    width: 100%;
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
        margin-top:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
    margin-top: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
        margin-top:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
    margin-top: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
        margin-top:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
    margin-top: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
        margin-top:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
    margin-top: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
        margin-top:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
    margin-top: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
        margin-top:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
    margin-top: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
        margin-top:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
    margin-top: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body.wz-production .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
        margin-top:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
    margin-top: 0
}

.wz-shop-product-page.wz-shop-product-page-classic.wz-shop-product-page-rtl .wz-shop-product-section,.wz-shop-product-page.wz-shop-product-page-modern.wz-shop-product-page-rtl .wz-shop-product-section {
    float: right
}

.wz-shop-product-page.wz-shop-product-page-classic.wz-shop-product-page-rtl .wz-shop-product-gallery,.wz-shop-product-page.wz-shop-product-page-modern.wz-shop-product-page-rtl .wz-shop-product-gallery {
    float: right;
    margin: 0 0 0 30px
}

.wz-shop-product-page.wz-shop-product-page-modern .wz-shop-product-info-sections {
    width: 100%
}

.wz-shop-product-page.wz-shop-product-page-slick {
    padding-bottom: 15px
}

.wz-shop-product-page.wz-shop-product-page-slick .wz-shop-product-section {
    padding: 20px 15px
}

.wz-shop-product-page.wz-shop-product-page-slick .wz-shop-product-info-sections {
    padding: 0 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning {
    padding: 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning {
    padding: 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning {
    padding: 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning {
    padding: 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning {
    padding: 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning {
    padding: 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning {
    padding: 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning {
    padding: 15px
}

.wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-section {
    padding: 15px
}

.wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
    position: absolute;
    left: 40px;
    top: 40px;
    background-color: #fff;
    width: 300px;
    padding: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
        position:static;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
        position:static;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
        position:static;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
        position:static;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
        position:static;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
        position:static;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
        position:static;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
        position:static;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    padding: 20px 0
}

.wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section .wz-shop-product-description {
    display: none
}

.wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-gallery+.wz-shop-product-section .wz-shop-product-sale-price {
    display: block
}

.wz-shop-product-page.wz-shop-product-page-stunning.wz-shop-product-page-rtl .wz-shop-product-section {
    left: auto;
    right: 40px
}

.wz-shop-product-page.wz-shop-product-page-stunning>.wz-shop-product-description {
    padding: 20px 15px;
    margin-top: 0
}

.wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
    padding: 0 15px;
    margin-top: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
        padding:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
        padding:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
        padding:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
        padding:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
        padding:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
        padding:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
        padding:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
        padding:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-stunning .wz-shop-product-info-sections {
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple {
    padding: 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple {
    padding: 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple {
    padding: 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple {
    padding: 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple {
    padding: 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple {
    padding: 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple {
    padding: 15px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple {
        padding:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple {
    padding: 15px
}

.wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
    width: 300px;
    padding: 20px 15px;
    float: left
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
        float:none;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
    float: none;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
        float:none;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
    float: none;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
        float:none;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
    float: none;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
        float:none;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
    float: none;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
        float:none;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
    float: none;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
        float:none;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
    float: none;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
        float:none;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
    float: none;
    width: 100%;
    padding: 20px 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
        float:none;
        width: 100%;
        padding: 20px 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section {
    float: none;
    width: 100%;
    padding: 20px 0
}

.wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
    display: none
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
    display: block
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
        display:block
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-description {
    display: block
}

.wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-section .wz-shop-product-sale-price {
    display: block
}

.wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
    padding: 20px 15px;
    margin-left: 300px;
    margin-top: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
        margin:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
    margin: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
        margin:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
    margin: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
        margin:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
    margin: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
        margin:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
    margin: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
        margin:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
    margin: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
        margin:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
    margin: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
        margin:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
    margin: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
        margin:0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple>.wz-shop-product-description {
    margin: 0
}

.wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
    padding: 0 15px;
    margin-left: 300px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
        width:100%;
        margin: 0;
        padding: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
    width: 100%;
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
        width:100%;
        margin: 0;
        padding: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
    width: 100%;
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
        width:100%;
        margin: 0;
        padding: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
    width: 100%;
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
        width:100%;
        margin: 0;
        padding: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
    width: 100%;
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
        width:100%;
        margin: 0;
        padding: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
    width: 100%;
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
        width:100%;
        margin: 0;
        padding: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
    width: 100%;
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
        width:100%;
        margin: 0;
        padding: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
    width: 100%;
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
        width:100%;
        margin: 0;
        padding: 0
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections,body:not(.wz-production)[data-device=tablet] .wz-shop-product-page.wz-shop-product-page-simple .wz-shop-product-info-sections {
    width: 100%;
    margin: 0;
    padding: 0
}

.wz-shop-product-page.wz-shop-product-page-simple.wz-shop-product-page-rtl .wz-shop-product-section {
    float: right
}

.wz-shop-product-page.wz-shop-product-page-simple.wz-shop-product-page-rtl .wz-shop-product-info-sections,.wz-shop-product-page.wz-shop-product-page-simple.wz-shop-product-page-rtl>.wz-shop-product-description {
    margin-right: 300px;
    margin-left: auto
}

[data-widget=wz-shop-cart] .wz-shop-repurchase-order {
    background: #ff4136;
    padding: 10px 40px;
    margin: 20px 0;
    display: inline-block;
    color: #fff;
    font-size: 15px
}

.wz-shop-mini-cart-container {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0);
    z-index: 8000;
    pointer-events: none;
    -webkit-transition: background .3s;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    font-family: yekan,tahoma,serif
}

.wz-shop-mini-cart-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wz-shop-mini-cart-container .wz-shop-mini-cart {
    background: #edeff0;
    width: 350px;
    height: 100%;
    transition: all .3s;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(350px);
    -moz-transform: translateX(350px);
    -ms-transform: translateX(350px);
    -o-transform: translateX(350px);
    transform: translateX(350px)
}

.wz-shop-mini-cart-container .wz-shop-mini-cart header {
    width: 100%;
    height: 90px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000
}

.wz-shop-mini-cart-container .wz-shop-mini-cart header .text {
    color: #edeff0;
    display: block;
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wz-shop-mini-cart-container .wz-shop-mini-cart header .close-button {
    cursor: pointer;
    position: absolute;
    height: 30px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wz-shop-mini-cart-container .wz-shop-mini-cart header .close-button .line {
    display: block;
    height: 4px;
    width: 30px;
    background-color: #fff;
    position: relative;
    top: 13px;
    opacity: 1;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: -webkit-transform .3s .2s;
    transition: -webkit-transform .3s .2s,-moz-transform .3s .2s,-o-transform .3s .2s,transform .3s .2s;
    -webkit-transition: transform .3s .2s;
    -moz-transition: transform .3s .2s;
    -ms-transition: transform .3s .2s;
    -o-transition: transform .3s .2s;
    transition: transform .3s .2s
}

.wz-shop-mini-cart-container .wz-shop-mini-cart header .close-button .line.two {
    position: absolute
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content {
    box-sizing: border-box;
    padding: 30px;
    height: calc(100% - 90px - 106px);
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: auto;
    width: 100%;
    list-style: none;
    padding: 0
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul::-webkit-scrollbar {
    display: none
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li {
    min-height: 140px;
    direction: rtl;
    padding-top: 0;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #d6d6d6
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li:after {
    content: '';
    clear: bottom;
    display: block
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li:last-child {
    padding: 0;
    margin: 0;
    border-bottom: 0
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-remove-item {
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #d6d6d6;
    opacity: 1;
    cursor: pointer;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-remove-item:after,.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-remove-item:before {
    content: "";
    display: block;
    height: 1px;
    width: 8px;
    background-color: #525252;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-remove-item:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-remove-item:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li:hover .cart-remove-item {
    opacity: 1
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-item-image {
    margin-right: 0;
    margin-left: 10px;
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-item-image a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-item-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-item-info {
    clear: both;
    width: calc(100% - 15px - 80px);
    display: inline-block
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-item-info .cart-item-name {
    font-size: 15px;
    margin-bottom: 10px;
    width: 90%;
    color: #5e5e5e;
    word-break: break-word;
    text-align: right
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-item-info .cart-item-model {
    color: #7d7b7b;
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
    margin-top: -5px
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-item-info .cart-item-quantity {
    font-size: 14px;
    font-weight: 600;
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-item-info .cart-item-quantity .buttons_added {
    margin-right: 20px
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-item-info .cart-item-price {
    position: relative;
    margin-top: 5px;
    font-weight: 600;
    clear: both;
    float: right
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-item-info .cart-item-price .cart-item-price-compare {
    margin-left: 8px;
    opacity: .5;
    text-decoration: line-through;
    float: right
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content ul li .cart-item-info .cart-item-price .cart-item-price-compare+span {
    white-space: nowrap;
    float: right
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content .cart-shop-mini-subtotal {
    margin-top: 30px;
    overflow: hidden;
    line-height: normal;
    color: #2f2f2f;
    text-align: right
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content .cart-shop-mini-subtotal label {
    float: right;
    font-size: 16px
}

.wz-shop-mini-cart-container .wz-shop-mini-cart .cart-content .cart-shop-mini-subtotal span.price {
    font-size: 18px;
    float: left;
    direction: rtl;
    font-weight: 700
}

.wz-shop-mini-cart-container .wz-shop-mini-cart footer {
    border-top: 1px solid #d6d6d6;
    height: 106px;
    padding: 30px 30px 0
}

.wz-shop-mini-cart-container .wz-shop-mini-cart footer .wz-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    direction: rtl
}

.wz-shop-mini-cart-container .wz-shop-mini-cart footer a.cart-shop-mini-button.cart-shop-mini-button-primary {
    margin-right: 10px
}

.wz-shop-mini-cart-container.open {
    background: rgba(0,0,0,.7);
    pointer-events: all
}

.wz-shop-mini-cart-container.open .wz-shop-mini-cart {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.wz-shop-mini-cart-container.open .wz-shop-mini-cart header .close-button .line.one {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.wz-shop-mini-cart-container.open .wz-shop-mini-cart header .close-button .line.two {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.shop-cart-icon-container {
    position: relative;
    height: 100%;
    cursor: pointer
}

.shop-cart-icon-container .shop-cart-icon {
    width: 100%;
    height: 100%
}

.shop-cart-icon-container .shop-cart-icon svg {
    height: 100%;
    width: 100%
}

.shop-cart-icon-container-layout1 .shop-cart-count,.shop-cart-icon-container-layout2 .shop-cart-count,.shop-cart-icon-container-layout3 .shop-cart-count {
    position: absolute;
    line-height: 1;
    left: 0;
    width: 100%;
    height: 1em;
    text-align: center;
    top: 50%
}

.shop-cart-icon-container-layout4 .shop-cart-bubble,.shop-cart-icon-container-layout4 .shop-cart-count {
    position: absolute;
    width: 40%;
    height: 65%;
    right: 0;
    top: 50%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    margin-top: -15%
}

.shop-cart-icon-container-layout4 .shop-cart-count {
    z-index: 99;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.shop-cart-icon-container-layout4 .shop-cart-icon {
    width: 60%
}

.shop-cart-container {
    margin: 20px 0
}

.shop-cart-container:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-cart-light-color {
    opacity: .7
}

.shop-cart-container .cart-top-bar {
    position: relative;
    padding: 25px 0;
    clear: both
}

.shop-cart-container .cart-top-bar .cart-title {
    font-size: 2.5em
}

.shop-cart-container .cart-top-bar .wz-shop-cart-button-top-mini {
    min-width: 180px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.shop-cart-container .wz-cart-out-stock {
    background: #ff4136;
    font-size: 1.3em;
    color: #fff;
    padding: 15px;
    border-radius: 5px
}

.shop-cart-container .checkout-account-new {
    padding-right: 15px
}

.shop-cart-container .checkout-account-exist {
    padding-left: 15px
}

.shop-cart-container.shop-cart-container-rtl {
    direction: rtl
}

.shop-cart-container.shop-cart-container-rtl .checkout-account-new {
    padding-left: 15px;
    padding-right: 0
}

.shop-cart-container.shop-cart-container-rtl .checkout-account-exist {
    padding-right: 15px;
    padding-left: 0
}

.shop-cart-container .wz-checkout-success {
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
    text-align: center
}

.shop-cart-container .wz-checkout-success svg {
    width: 100px;
    margin-bottom: 15px
}

.shop-cart-container .wz-checkout-success h2 {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #32bea6
}

.shop-cart-container .wz-checkout-success h2 .with-error {
    color: #ff4136
}

.shop-cart-container .wz-checkout-success p {
    font-size: 1.4em;
    line-height: 1.8em
}

.shop-cart-container .shop-cart-empty {
    min-height: 100px;
    font-size: 3em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.shop-cart-container .wz-shop-cart-list {
    width: 100%;
    border-collapse: collapse
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header {
    border: 1px solid #eaeaea
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    border-bottom: 0
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
    position: absolute;
    right: 0;
    padding: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
        position:relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
        position:relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
        position:relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
        position:relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
        position:relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
        position:relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
        position:relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
        position:relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form {
    position: relative
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form .fieldset {
    min-width: 250px;
    display: inline-block
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form .buttons {
    margin-right: 10px;
    float: left
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .wz-site-coupon-form .buttons .wz-shop-cart-button-container {
    min-width: 100px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        display:-webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: .9em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .9em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        display:-webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: .9em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .9em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        display:-webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: .9em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .9em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        display:-webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: .9em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .9em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        display:-webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: .9em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .9em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        display:-webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: .9em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .9em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        display:-webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: .9em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .9em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        display:-webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: .9em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .9em
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        font-size:.9em
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    font-size: .9em
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        font-size:.9em
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    font-size: .9em
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        font-size:.9em
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    font-size: .9em
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        font-size:.9em
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    font-size: .9em
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        font-size:.9em
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    font-size: .9em
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        font-size:.9em
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    font-size: .9em
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        font-size:.9em
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    font-size: .9em
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
        font-size:.9em
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result {
    font-size: .9em
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .cart-total-price:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .cart-total-price:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .cart-total-price:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .cart-total-price:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .cart-total-price:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .cart-total-price:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .cart-total-price:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .cart-total-price:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .cart-total-price .cart-total-price-item {
    clear: both;
    font-size: 1.5em
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .cart-total-price .cart-total-price-item+.cart-total-price-item {
    padding-top: 15px
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .cart-total-price .cart-total-price-item label {
    float: right
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .cart-total-price .cart-total-price-item span {
    float: left
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .cart-total-price .cart-total-price-discount span {
    color: #ff4136
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result .cart-total-price .cart-total-price-paid span {
    color: #009906
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:last-child {
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 15px
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-last-child(2) {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 15px
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-last-child(2) span {
    display: none
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:last-child label {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(1),body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(3) {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        order: 3;
        padding: 35px 0 0;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    order: 3;
    padding: 35px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        order: 3;
        padding: 35px 0 0;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    order: 3;
    padding: 35px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        order: 3;
        padding: 35px 0 0;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    order: 3;
    padding: 35px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        order: 3;
        padding: 35px 0 0;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    order: 3;
    padding: 35px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        order: 3;
        padding: 35px 0 0;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    order: 3;
    padding: 35px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        order: 3;
        padding: 35px 0 0;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    order: 3;
    padding: 35px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        order: 3;
        padding: 35px 0 0;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    order: 3;
    padding: 35px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        order: 3;
        padding: 35px 0 0;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    order: 3;
    padding: 35px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
        display:inline-block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
        display:inline-block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
        display:inline-block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
        display:inline-block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
        display:inline-block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
        display:inline-block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
        display:inline-block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
        display:inline-block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row.wz-shop-cart-result>* {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row {
    border-bottom: 1px solid #eaeaea;
    display: table-row
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header>*,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row>* {
    display: table-cell;
    padding: 25px 15px;
    text-align: center;
    vertical-align: top
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
    width: 80px;
    border-right: 1px solid #eaeaea
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
        width:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
    width: 30px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
        width:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
    width: 30px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
        width:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
    width: 30px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
        width:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
    width: 30px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
        width:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
    width: 30px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
        width:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
    width: 30px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
        width:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
    width: 30px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
        width:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail {
    width: 30px
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
    object-fit: contain;
    width: 80px;
    height: auto;
    max-height: 108px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
        width:30px;
        max-height: 40px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
    width: 30px;
    max-height: 40px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
        width:30px;
        max-height: 40px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
    width: 30px;
    max-height: 40px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
        width:30px;
        max-height: 40px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
    width: 30px;
    max-height: 40px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
        width:30px;
        max-height: 40px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
    width: 30px;
    max-height: 40px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
        width:30px;
        max-height: 40px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
    width: 30px;
    max-height: 40px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
        width:30px;
        max-height: 40px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
    width: 30px;
    max-height: 40px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
        width:30px;
        max-height: 40px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
    width: 30px;
    max-height: 40px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
        width:30px;
        max-height: 40px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-thumbnail img,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-thumbnail img {
    width: 30px;
    max-height: 40px
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info {
    padding: 15px;
    text-align: right
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .cart-remove-item,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .cart-remove-item {
    color: #ff4136;
    font-size: 1.3em;
    clear: both;
    margin-top: 5px;
    display: inline-block
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
    font-size: 1.8em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
        font-size:1.3em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
    font-size: 1.3em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
        font-size:1.3em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
    font-size: 1.3em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
        font-size:1.3em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
    font-size: 1.3em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
        font-size:1.3em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
    font-size: 1.3em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
        font-size:1.3em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
    font-size: 1.3em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
        font-size:1.3em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
    font-size: 1.3em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
        font-size:1.3em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
    font-size: 1.3em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
        font-size:1.3em
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name {
    font-size: 1.3em
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-name span.wz-cart-item-out-stock,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-name span.wz-cart-item-out-stock {
    color: #ff4136;
    font-size: .7em;
    display: inline-block;
    height: 100%;
    line-height: 100%
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-model,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info .wz-shop-cart-item-sku,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-model,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info .wz-shop-cart-item-sku {
    font-size: 1.3em
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info~*,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-info~* {
    border-right: 1px solid #eaeaea;
    font-size: 1.3em
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
    width: 8%
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity .dropdown,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity .dropdown {
    min-width: 80px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
        border-left:1px solid #eaeaea
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
    border-left: 1px solid #eaeaea
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
        border-left:1px solid #eaeaea
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
    border-left: 1px solid #eaeaea
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
        border-left:1px solid #eaeaea
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
    border-left: 1px solid #eaeaea
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
        border-left:1px solid #eaeaea
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
    border-left: 1px solid #eaeaea
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
        border-left:1px solid #eaeaea
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
    border-left: 1px solid #eaeaea
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
        border-left:1px solid #eaeaea
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
    border-left: 1px solid #eaeaea
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
        border-left:1px solid #eaeaea
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
    border-left: 1px solid #eaeaea
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
        border-left:1px solid #eaeaea
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity {
    border-left: 1px solid #eaeaea
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
    width: 17%;
    font-size: 1.5em;
    min-width: 155px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
    display: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body.wz-production .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
        display:none
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
    display: none
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
    border-left: 1px solid #eaeaea
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-quantity,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-total,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-quantity,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-total {
    line-height: 100%;
    vertical-align: middle
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price .wz-shop-cart-item-compare,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price .wz-shop-cart-item-compare {
    margin-left: 8px;
    opacity: .6;
    text-decoration: line-through;
    font-size: .7em
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-price .wz-shop-cart-item-compare+span,.shop-cart-container .wz-shop-cart-list .wz-shop-cart-row .wz-shop-cart-item-price .wz-shop-cart-item-compare+span {
    white-space: nowrap
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header .wz-shop-cart-item-info {
    font-size: 1.3em;
    line-height: 100%;
    vertical-align: middle
}

.shop-cart-container .wz-shop-cart-list .wz-shop-cart-header>* {
    font-size: 1.5em!important
}

.shop-cart-container .wz-cart-address-register {
    display: none;
    margin-bottom: 20px
}

.shop-cart-container .wz-checkout-actions {
    margin-top: 15px;
    height: 40px;
    clear: both;
    width: 100%
}

.shop-cart-container .wz-checkout-actions .wz-shop-cart-button-container {
    min-width: 150px;
    height: 40px
}

.shop-cart-container .wz-checkout-actions .wz-payment-note {
    float: right;
    width: 50%;
    padding: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-actions .wz-payment-note {
        width:100%;
        margin-top: 20px;
        position: relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-actions .wz-payment-note {
    width: 100%;
    margin-top: 20px;
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-actions .wz-payment-note {
        width:100%;
        margin-top: 20px;
        position: relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-actions .wz-payment-note {
    width: 100%;
    margin-top: 20px;
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-actions .wz-payment-note {
        width:100%;
        margin-top: 20px;
        position: relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-actions .wz-payment-note {
    width: 100%;
    margin-top: 20px;
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-actions .wz-payment-note {
        width:100%;
        margin-top: 20px;
        position: relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-actions .wz-payment-note {
    width: 100%;
    margin-top: 20px;
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-actions .wz-payment-note {
        width:100%;
        margin-top: 20px;
        position: relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-actions .wz-payment-note {
    width: 100%;
    margin-top: 20px;
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-actions .wz-payment-note {
        width:100%;
        margin-top: 20px;
        position: relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-actions .wz-payment-note {
    width: 100%;
    margin-top: 20px;
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-actions .wz-payment-note {
        width:100%;
        margin-top: 20px;
        position: relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-actions .wz-payment-note {
    width: 100%;
    margin-top: 20px;
    position: relative
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-actions .wz-payment-note {
        width:100%;
        margin-top: 20px;
        position: relative
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-actions .wz-payment-note {
    width: 100%;
    margin-top: 20px;
    position: relative
}

.shop-cart-container .wz-checkout-actions:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-checkout-actions:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-checkout-actions:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-checkout-actions:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-checkout-actions:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-checkout-actions:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-checkout-actions:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-checkout-actions:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step-edit {
    display: none
}

.shop-cart-container .wz-checkout-steps #wz-checkout-account-step:not(.open) .wz-checkout-step-edit {
    display: block
}

.shop-cart-container .wz-checkout-steps[wz-step=address] #wz-checkout-address-step:not(.open) .wz-checkout-step-edit {
    display: block
}

.shop-cart-container .wz-checkout-steps[wz-step=shipping] .wz-checkout-step:not(.open) .wz-checkout-address-edit {
    display: block
}

.shop-cart-container .wz-checkout-steps[wz-step=shipping] #wz-checkout-shipping-step:not(.open) .wz-checkout-step-edit {
    display: block
}

.shop-cart-container .wz-checkout-steps[wz-step=payment] .wz-checkout-step:not(.open) .wz-checkout-address-edit,.shop-cart-container .wz-checkout-steps[wz-step=payment] .wz-checkout-step:not(.open) .wz-checkout-shipping-edit {
    display: block
}

.shop-cart-container .wz-checkout-steps[wz-step=payment] #wz-checkout-payment-step:not(.open) .wz-checkout-step-edit {
    display: block
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .wz-checkout-step-edit {
    float: left
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-step-header {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    margin-bottom: 15px
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-step-section {
    display: none;
    padding: 15px 0
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-step-section .hint {
    margin: 15px 0;
    font-size: 12px;
    line-height: 20px
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-step-section .checkout-step-sub-header {
    margin-bottom: 15px;
    margin-top: -15px
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section {
    align-items: start
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist,.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist>h2,.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new>h2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist .wz-site-form,.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new .wz-site-form {
    padding: 0
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist .wz-shop-cart-button-container,.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new .wz-shop-cart-button-container {
    min-width: 140px;
    height: 35px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
        margin-bottom:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
        margin-bottom:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
        margin-bottom:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
        margin-bottom:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
        margin-bottom:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
        margin-bottom:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
        margin-bottom:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
        margin-bottom:30px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new {
    margin-bottom: 30px
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new .account-new-radio-list {
    padding: 15px 0
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-new .account-new-radio {
    margin-bottom: 15px;
    clear: both;
    font-size: 12px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
        margin-bottom:15px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
        margin-bottom:15px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
        margin-bottom:15px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
        margin-bottom:15px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
        margin-bottom:15px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
        margin-bottom:15px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
        margin-bottom:15px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
    margin-bottom: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
        margin-bottom:15px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-account-section .checkout-account-exist {
    margin-bottom: 15px
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: calc((100% - 10px)/ 3);
    background: #f3f3f3;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    margin-bottom: 5px;
    padding: 10px 10px 44px
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 5px 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
        margin:0 0 5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(3n+2) {
    margin: 0 0 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:0
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:0
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:0
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:0
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:0
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:0
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:0
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 0
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:0
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 0
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 5px
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
        margin-left:5px
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address:nth-child(odd) {
    margin-left: 5px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: calc((100% - 5px)/ 2)
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: calc((100% - 5px)/ 2)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: calc((100% - 5px)/ 2)
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: calc((100% - 5px)/ 2)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: calc((100% - 5px)/ 2)
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: calc((100% - 5px)/ 2)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: calc((100% - 5px)/ 2)
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: calc((100% - 5px)/ 2)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: calc((100% - 5px)/ 2)
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: calc((100% - 5px)/ 2)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: calc((100% - 5px)/ 2)
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: calc((100% - 5px)/ 2)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: calc((100% - 5px)/ 2)
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: calc((100% - 5px)/ 2)
}

@media only screen and (min-width: 768px) and (max-width:1170px) {
    body.wz-production .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: calc((100% - 5px)/ 2)
    }
}

body:not(.wz-production)[data-device=tablet] .shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: calc((100% - 5px)/ 2)
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address .checkout-address-select {
    clear: both;
    display: block;
    height: 25px;
    font-weight: 700;
    font-size: 13px
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address>:not(.checkout-address-select) {
    margin-right: 30px
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address .actions {
    position: absolute!important;
    bottom: 0;
    left: 0;
    border-top: 1px solid #e4e1e1;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    z-index: 99
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .checkout-address-list .checkout-address .actions a {
    margin: 0 10px
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .wz-add-new-address {
    margin-top: 12px;
    position: relative;
    display: inline-block;
    font-size: 12px
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step .wz-add-new-address.first-address {
    width: 100%;
    display: block;
    text-align: center;
    height: 200px;
    line-height: 200px;
    border: 1px dashed;
    font-size: 22px;
    margin-bottom: 35px
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step.open .checkout-step-section {
    display: block
}

.shop-cart-container .wz-checkout-steps .wz-checkout-step.open .checkout-account-section {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.shop-cart-container .checkout-shipping-scheduling {
    display: none
}

.shop-cart-container .checkout-shipping-scheduling .scheduling-container {
    border: 1px solid;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px
}

.shop-cart-container .checkout-shipping-scheduling .scheduling-container .scheduling-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.shop-cart-container .checkout-shipping-scheduling .scheduling-container .scheduling-list .scheduling-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid;
    border-right: 1px solid;
    cursor: pointer
}

.shop-cart-container .checkout-shipping-scheduling .scheduling-container .scheduling-list .scheduling-item:first-child {
    border-right: none
}

.shop-cart-container .checkout-shipping-scheduling .scheduling-container .scheduling-list .scheduling-item.show {
    border-bottom: 0
}

.shop-cart-container .checkout-shipping-scheduling .scheduling-container .scheduling-list .scheduling-item:not(.show) {
    background: #efefef;
    color: #787878
}

.shop-cart-container .checkout-shipping-scheduling .scheduling-container .scheduling-time-list .scheduling-time-item {
    display: none;
    padding: 15px 20px
}

.shop-cart-container .checkout-shipping-scheduling .scheduling-container .scheduling-time-list .scheduling-time-item .scheduling-slot+.scheduling-slot {
    margin-top: 10px
}

.shop-cart-container .checkout-shipping-scheduling .scheduling-container .scheduling-time-list .scheduling-time-item .scheduling-slot input[disabled]~label {
    opacity: .5
}

.shop-cart-container .checkout-shipping-scheduling .scheduling-container .scheduling-time-list .scheduling-time-item.show {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column
}

.shop-cart-container .checkout-shipping-item.selected+.checkout-shipping-scheduling:not(.disabled) {
    display: table-row
}

.shop-cart-container .checkout-shipping-list {
    width: 100%;
    font-size: 1.3em
}

.shop-cart-container .checkout-shipping-list .checkout-shipping-item {
    position: relative
}

.shop-cart-container .checkout-shipping-list .checkout-shipping-item td:first-child {
    width: 40px;
    padding: 10px 0
}

.shop-cart-container .checkout-shipping-list .checkout-shipping-item .shipping-name {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.shop-cart-container .checkout-shipping-list .checkout-shipping-item .shipping-image {
    margin-left: 10px
}

.shop-cart-container .checkout-shipping-list .checkout-shipping-item .shipping-price {
    text-align: left
}

.shop-cart-container .checkout-shipping-list .checkout-shipping-item td {
    vertical-align: middle
}

.shop-cart-container .checkout-shipping-list .checkout-shipping-item td>label {
    cursor: pointer
}

.shop-cart-container .checkout-payment-list {
    float: right
}

.shop-cart-container .checkout-payment-list .checkout-payment-item {
    clear: both;
    font-size: 1.3em;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.shop-cart-container .checkout-payment-list .checkout-payment-item .checkout-payment-image {
    display: inline-block;
    margin-left: 10px
}

.shop-cart-container .checkout-payment-list .checkout-payment-item+.checkout-payment-item {
    margin-top: 15px
}

.shop-cart-container .wz-checkout-summery {
    float: left;
    font-size: 1.5em
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-summery {
        float:right;
        margin-top: 20px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-summery {
    float: right;
    margin-top: 20px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-summery {
        float:right;
        margin-top: 20px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-summery {
    float: right;
    margin-top: 20px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-summery {
        float:right;
        margin-top: 20px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-summery {
    float: right;
    margin-top: 20px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-summery {
        float:right;
        margin-top: 20px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-summery {
    float: right;
    margin-top: 20px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-summery {
        float:right;
        margin-top: 20px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-summery {
    float: right;
    margin-top: 20px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-summery {
        float:right;
        margin-top: 20px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-summery {
    float: right;
    margin-top: 20px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-summery {
        float:right;
        margin-top: 20px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-summery {
    float: right;
    margin-top: 20px
}

@media only screen and (max-width: 768px) {
    body.wz-production .shop-cart-container .wz-checkout-summery {
        float:right;
        margin-top: 20px
    }
}

body:not(.wz-production)[data-device=mobile] .shop-cart-container .wz-checkout-summery {
    float: right;
    margin-top: 20px
}

.shop-cart-container .wz-checkout-summery .wz-checkout-summery-item {
    margin-bottom: 10px
}

.shop-cart-container .wz-checkout-summery .wz-checkout-summery-item label {
    width: 200px;
    display: inline-block
}

.shop-cart-container .wz-checkout-summery .wz-checkout-summery-item span {
    float: left
}

.shop-cart-container .wz-shop-cart-buttons {
    padding: 25px 0
}

.shop-cart-container .wz-shop-cart-buttons:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-buttons:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-buttons:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-buttons:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-buttons:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-buttons:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-buttons:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

.shop-cart-container .wz-shop-cart-buttons:after {
    content: "";
    display: block;
    clear: both;
    height: 100%
}

label.full-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.wz-shop-address-buttons {
    clear: both;
    padding: 0 14px
}

.wz-shop-address-buttons .wz-shop-cart-button-container {
    min-width: 150px
}

.wz-shop-cart-button-container {
    min-width: 250px;
    height: 45px;
    position: relative;
    display: inline-block
}

.wz-shop-cart-button-right {
    float: right
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right+.wz-shop-cart-button-left {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right+.wz-shop-cart-button-left {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right+.wz-shop-cart-button-left {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right+.wz-shop-cart-button-left {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right+.wz-shop-cart-button-left {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right+.wz-shop-cart-button-left {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right+.wz-shop-cart-button-left {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right+.wz-shop-cart-button-left {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right+.wz-shop-cart-button-left {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right+.wz-shop-cart-button-left {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right+.wz-shop-cart-button-left {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right+.wz-shop-cart-button-left {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right+.wz-shop-cart-button-left {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right+.wz-shop-cart-button-left {
    margin-top: 15px
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-right+.wz-shop-cart-button-left {
        margin-top:15px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-right+.wz-shop-cart-button-left {
    margin-top: 15px
}

.wz-shop-cart-button-left {
    float: left
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-left {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-left {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-left {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-left {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-left {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-left {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-left {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-left {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-left {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-left {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-left {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-left {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-left {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-left {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

@media only screen and (max-width: 768px) {
    body.wz-production .wz-shop-cart-button-left {
        clear:both;
        margin: 0 auto;
        display: block;
        float: none
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-cart-button-left {
    clear: both;
    margin: 0 auto;
    display: block;
    float: none
}

.wz-shop-archive {
    padding: 0;
    margin: 0
}

.wz-shop-archive.wz-shop-archive-rtl {
    direction: rtl
}

.wz-shop-archive.wz-shop-archive-rtl ul {
    padding: 0 20px 0 0
}

.wz-shop-archive.wz-shop-archive-rtl .archive-count {
    margin-right: 5px
}

.wz-shop-archive.wz-shop-archive-ltr {
    direction: ltr
}

.wz-shop-archive.wz-shop-archive-ltr ul {
    padding: 0 0 0 20px
}

.wz-shop-archive.wz-shop-archive-ltr .archive-count {
    margin-left: 5px
}

.wz-shop-archive li {
    list-style: none
}

[class^=wz-imghvr-] {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.wz-imghvr-zoom .wz-gallery-caption-content {
    z-index: 99
}

.wz-imghvr-zoom .wz-gallery-image {
    -webkit-transition: all .25s cubic-bezier(.37,.8,.76,.96);
    transition: all .25s cubic-bezier(.37,.8,.76,.96);
    -webkit-transition: all .25s cubic-bezier(.37,.8,.76,.96);
    -moz-transition: all .25s cubic-bezier(.37,.8,.76,.96);
    -ms-transition: all .25s cubic-bezier(.37,.8,.76,.96);
    -o-transition: all .25s cubic-bezier(.37,.8,.76,.96);
    transition: all .25s cubic-bezier(.37,.8,.76,.96)
}

.wz-imghvr-zoom:hover .wz-gallery-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.wz-imghvr-flash:after {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 200%;
    background: none repeat scroll 0 0 rgba(255,255,255,.1)!important;
    right: 200%;
    -webkit-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -ms-transition: all .6s ease-in-out 0s;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg)
}

.wz-imghvr-flash:hover:after {
    right: -300%
}

.wz-imghvr-plus:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: 0 0!important;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.wz-imghvr-plus:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 0 0!important;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.wz-imghvr-plus:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255,255,255,.5)!important
}

.wz-imghvr-plus:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,.5)!important
}

.wz-imghvr-expand:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    background-color: rgba(255,255,255,.1)!important;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.wz-imghvr-expand:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: rgba(255,255,255,.1)!important;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.wz-imghvr-expand:hover:after,.wz-imghvr-expand:hover:before {
    width: 100%;
    height: 100%
}

.wz-imghvr-expand .wz-gallery-caption,.wz-imghvr-flash .wz-gallery-caption,.wz-imghvr-plus .wz-gallery-caption,.wz-imghvr-zoom .wz-gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#error-container {
    direction: rtl;
    font-family: yekan,tahoma,serif;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh
}

#error-container .inner:not(.no-center) {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px
}

#error-container .inner.no-center {
    padding-top: 30px
}

#error-container .inner.no-center h1 {
    font-size: 30px
}

#error-container .inner.password-access h1 {
    font-size: 30px;
    margin-bottom: 20px
}

#error-container .inner.password-access .wz-user-inline-form {
    max-width: 500px;
    margin: 0 auto
}

#error-container .inner .icon {
    width: 200px;
    height: 200px;
    fill: #109af7
}

#error-container .inner p {
    text-align: center;
    font-size: 15px;
    color: #797777
}

#error-container .inner h1 {
    font-size: 55px;
    font-weight: 400;
    color: #109af7;
    margin-top: 30px
}

#error-container .inner a.button {
    font-size: 16px;
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin: 1em;
    padding: 1em 2em;
    border: none;
    background: 0 0;
    color: inherit;
    vertical-align: middle;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 15px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    background: 0 0;
    color: #109af7;
    -webkit-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
    border: 3px solid #109af7
}

#error-container .inner a.button:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background: inherit;
    border-radius: 50px;
    z-index: -1;
    opacity: .4;
    -webkit-transform: scale3d(.8,.5,1);
    transform: scale3d(.8,.5,1)
}

#error-container .inner a.button:hover {
    -webkit-transition: background-color .1s .3s,color .1s .3s;
    transition: background-color .1s .3s,color .1s .3s;
    color: #eceff1;
    background-color: #109af7;
    -webkit-animation: anim-moema-1 .3s forwards;
    animation: anim-moema-1 .3s forwards
}

#error-container .inner a.button:hover:before {
    -webkit-animation: anim-moema-2 .3s .3s forwards;
    animation: anim-moema-2 .3s .3s forwards
}

@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(.8,.8,1);
        transform: scale3d(.8,.8,1)
    }

    85% {
        -webkit-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(.8,.8,1);
        transform: scale3d(.8,.8,1)
    }

    85% {
        -webkit-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.download-list {
    font-size: 1.4em;
    line-height: 1.8em;
    margin: 10px 0
}

.download-list h3 {
    font-size: 1.5em
}

#error-container .wz-user-inline-form .wz-user-modal-container p.fieldset {
    text-align: right
}

.wz-user-inline-form .wz-user-modal-container {
    margin: 30px 0 0!important;
    width: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.wz-user-inline-form .wz-user-modal-container .wz-user-forget-link {
    position: relative;
    left: auto;
    bottom: auto
}

.wz-user-inline-form .wz-user-modal-container .wz-user-forget-link a {
    color: #109af7!important
}

.wz-user-inline-form .wz-user-modal-container .wz-user-modal-switcher {
    border: 1px solid #d2d8d8
}

.wz-user-inline-form .wz-user-modal-container .wz-user-modal-switcher li a {
    background: 0 0;
    color: #505260;
    -webkit-background-clip: padding-box!important;
    background-clip: padding-box!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -khtml-border-radius: 0!important;
    border-radius: 0!important
}

.wz-user-inline-form .wz-user-modal-container .wz-user-modal-switcher li a.selected {
    background: #d2d8d8;
    color: #909494;
    top: 0;
    height: auto
}

.remodal-overlay {
    z-index: 9000
}

.remodal-wrapper {
    z-index: 9000
}

@media only screen and (min-width: 641px) {
    .remodal {
        max-width:780px
    }
}

.wz-shop-mini-cart-container .wz-shop-mini-cart>header {
    background: #000
}

.wz-shop-mini-cart-container .cart-shop-mini-button {
    background: #758996
}

.wz-shop-mini-cart-container .cart-shop-mini-button.cart-shop-mini-button-primary {
    background: #62af65
}

[data-remodal-id=wz-shop-comment-from-open] {
    max-width: 400px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 0
}

[data-remodal-id=wz-shop-comment-from-open] .wz-modal-header {
    float: right;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px
}

[data-remodal-id=wz-shop-comment-from-open] .wz-site-form {
    margin-top: 30px
}

[data-remodal-id=wz-shop-comment-from-open] .wz-shop-product-section {
    margin-top: 10px
}

[data-remodal-id=wz-shop-comment-from-open] .wz-shop-comment-inputs {
    clear: both;
    padding-top: 30px
}

[data-remodal-id=wz-shop-comment-from-open] .wz-shop-score-hint {
    margin-top: 10px
}

[data-remodal-id=wz-shop-comment-from-open] .wz-shop-product-image {
    border: 1px solid #f7f7f7;
    float: right;
    padding: 10px
}

[data-remodal-id=wz-shop-comment-from-open] .wz-shop-product-image img {
    width: 85px
}

[data-remodal-id=wz-shop-comment-from-open] .wz-shop-product-info {
    color: #434343;
    float: left;
    text-align: right;
    direction: rtl;
    width: calc(100% - 120px);
    font-weight: 200
}

[data-remodal-id=wz-shop-comment-from-open] .wz-shop-product-info .wz-shop-product-title {
    font-weight: 700
}

[data-remodal-id=wz-shop-comment-from-open] .wz-shop-comment-footer-buttons {
    margin-bottom: 30px
}

[data-remodal-id=wz-shop-comment-from-open] .wz-shop-comment-footer-buttons a.wz-default-button.wz-default-button-primary {
    background: #b6b9bb;
    border-radius: 25px;
    min-width: 130px
}

[data-remodal-id=wz-shop-comment-from-open] .wz-shop-comment-footer-buttons a.wz-default-button.wz-default-button-warning {
    background: 0 0;
    color: #797979;
    max-width: 75px;
    border-bottom: 2px solid #b6b9bb;
    border-radius: 0
}

.score-stars {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.score-stars .stars {
    list-style: none;
    direction: ltr;
    padding: 0;
    margin: 0
}

.score-stars .stars [type=radio] {
    position: absolute;
    opacity: 0
}

.score-stars .stars .active,.score-stars .stars .active~label,.score-stars .stars [type=radio]:checked~label {
    color: #ffb300
}

.score-stars .stars label {
    display: inline-block;
    font-size: 30px;
    color: #ddd;
    cursor: pointer;
    transition: .3s
}

.score-stars.no-hover label {
    cursor: default
}

.score-stars:not(.no-hover):hover label {
    color: #ddd!important
}

.score-stars:not(.no-hover) label:hover {
    color: #ffb300!important
}

.score-stars:not(.no-hover) label:hover~label {
    color: #ffb300!important
}

.wz-shop-comment-list {
    list-style: none
}

.wz-shop-comment-list ul.wz-shop-comment-children {
    list-style: none;
    margin-top: 20px
}

.wz-shop-comment-list ul.wz-shop-comment-children-depth-1>.wz-shop-comment-item,.wz-shop-comment-list ul.wz-shop-comment-children-depth-3>.wz-shop-comment-item,.wz-shop-comment-list ul.wz-shop-comment-children-depth-5>.wz-shop-comment-item,.wz-shop-comment-list ul.wz-shop-comment-children-depth-7>.wz-shop-comment-item {
    background: #e8e8e8
}

.wz-shop-comment-list .wz-shop-comment-item {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 5px
}

.wz-shop-comment-list .wz-shop-comment-item+.wz-shop-comment-item {
    margin-top: 15px
}

.wz-shop-comment-list .wz-shop-comment-reply-container {
    margin: 10px 0
}

.wz-shop-comment-list .wz-shop-comment-reply-container a {
    color: #757171
}

.wz-shop-comment-list .wz-shop-comment-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.wz-shop-comment-list .wz-shop-comment-author {
    color: #a5a6a8
}

.wz-shop-comment-list .wz-shop-comment-author .score-stars {
    display: inline-block;
    width: 160px;
    margin-right: 10px;
    position: relative;
    top: 5px;
    zoom:.7}

.wz-shop-comment-list .wz-shop-comment-author .score-stars label.active,.wz-shop-comment-list .wz-shop-comment-author .score-stars label.active~label {
    color: #a5a6a8
}

.wz-blog-post-item .wz-shop-comment-result {
    margin-top: 20px
}

.wz-shop-comment-result {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px
}

.wz-shop-comment-result>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div {
        -webkit-box-flex:1;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div+div {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div+div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div+div {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div+div {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div+div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div+div {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div+div {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div+div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div+div {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div+div {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div+div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div+div {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div+div {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div+div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div+div {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div+div {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div+div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div+div {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div+div {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div+div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div+div {
    margin-top: 20px
}

@media only screen and (max-width: 1170px) {
    body.wz-production .wz-shop-comment-result>div+div {
        margin-top:20px
    }
}

body:not(.wz-production)[data-device=mobile] .wz-shop-comment-result>div+div,body:not(.wz-production)[data-device=tablet] .wz-shop-comment-result>div+div {
    margin-top: 20px
}

.wz-shop-comment-result #wz-shop-comment-from-open {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: initial;
    padding: 15px 50px;
    margin-top: 15px
}

.wz-shop-comment-result .wz-shop-comment-hint {
    font-size: 20px;
    color: #505050
}

.wz-shop-comment-result .wz-shop-comment-score {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.wz-shop-comment-result .wz-shop-comment-score .wz-shop-comment-score-section1 {
    font-size: 40px;
    font-weight: 700;
    margin-left: 10px
}

.wz-shop-comment-result .wz-shop-comment-score .wz-shop-comment-score-section2 {
    font-size: 15px
}

.wz-shop-comment-result .wz-shop-comment-score .wz-shop-comment-score-section2 .wz-shop-comment-total-score {
    color: #a5a6a8
}

.wz-shop-comment-result .wz-shop-comment-score .wz-shop-comment-score-section2 .wz-shop-comment-total-score .score-stars {
    display: inline-block;
    width: auto;
    zoom:.7;position: relative;
    top: 5px;
    margin-right: 10px
}

body:not(.wz-production) [data-remodal-id=wz-shop-comment-from-open] {
    display: none
}

.wz-shop-no-comment-container {
    font-size: 16px;
    text-align: center;
    padding: 20px 0
}

.wz-shop-no-comment-container svg {
    width: 70px;
    height: 70px;
    display: block;
    margin: 10px auto 20px
}

.wz-shop-no-comment-container strong {
    font-size: 22px
}

.wz-shop-no-comment-container a.wz-default-button {
    width: auto;
    padding: 10px 40px;
    height: auto;
    line-height: initial;
    margin-top: 20px
}

.wz-countdown-container {
    width: 100%;
    height: 100%
}

.wz-countdown-container .wz-countdown-part {
    margin: 0;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-flow: column;
    -webkit-flex-flow: column
}

.wz-countdown-container .wz-countdown-bg {
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.wz-countdown-container .wz-countdown-name {
    margin-top: 1em
}

.wz-countdown-container .wz-countdown-bg:not(.with-flip) {
    padding: 1em 0
}

.wz-countdown-container .wz-countdown-bg:not(.with-flip) .wz-countdown-value {
    font-size: 2em;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.wz-countdown-container .wz-countdown-bg:not(.with-flip) .wz-countdown-value .wz-countdown-colon {
    position: absolute;
    right: -.1em
}

.wz-countdown-container .wz-countdown-bg:not(.with-flip) .wz-countdown-part:last-child .wz-countdown-colon {
    display: none
}

.wz-countdown-container .wz-countdown-bg.with-flip {
    background: 0 0
}

.wz-countdown-container .wz-countdown-bg.with-flip .wz-countdown-name {
    width: 100%;
    background: #202020;
    padding: .2em
}

.wz-countdown-container .wz-countdown-bg.with-flip .wz-countdown-value {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    display: inline-block;
    text-align: center;
    position: relative;
    height: 4em;
    width: 3.2em;
    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.wz-countdown-container .wz-countdown-bg.with-flip .count {
    background: #202020;
    display: block;
    font-size: 1.6em;
    line-height: 2.4em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat
}

.wz-countdown-container .wz-countdown-bg.with-flip .count.bottom {
    background-image: linear-gradient(rgba(255,255,255,.1),transparent);
    background-image: -webkit-linear-gradient(rgba(255,255,255,.1),transparent);
    background-image: -moz-linear-gradient(rgba(255,255,255,.1),transparent);
    background-image: -ms-linear-gradient(rgba(255,255,255,.1),transparent);
    background-image: -o-linear-gradient(rgba(255,255,255,.1),transparent);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.wz-countdown-container .wz-countdown-bg.with-flip .count.top {
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-radius: 5px 5px 0 0;
    height: 50%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.wz-countdown-container .wz-countdown-bg.with-flip .count.curr.top {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    z-index: 3
}

.wz-countdown-container .wz-countdown-bg.with-flip .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2
}

.wz-countdown-container .wz-countdown-bg.with-flip .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

.wz-countdown-container .wz-countdown-bg.with-flip .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.wz-breadcrumb {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    display: block;
    font-size: 12px;
    color: #6a6a6a;
    font-family: yekan,tahoma,serif
}

.wz-breadcrumb.wz-breadcrumb-rtl {
    direction: rtl
}

.wz-breadcrumb ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none;
    padding: 0;
    margin-bottom: 20px
}

.wz-breadcrumb ul li {
    display: inline-block
}

.wz-breadcrumb ul li:before {
    content: "/";
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    -o-filter: brightness(110%);
    -ms-filter: brightness(110%);
    filter: brightness(110%);
    letter-spacing: .4px;
    vertical-align: top;
    margin-left: .4em;
    padding-right: .4em;
    font-weight: 400!important
}

.wz-breadcrumb ul li:first-child:before {
    display: none
}

.wz-breadcrumb ul li a {
    color: inherit
}

.wz-breadcrumb ul li a:hover,.wz-breadcrumb ul li a:visited {
    color: inherit
}

.wz-breadcrumb ul li a:hover {
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
    filter: brightness(70%)
}

.wz-shop-breadcrumb-container .wz-breadcrumb {
    padding: 0 15px
}

.wz-shop-product-file-field {
    margin-top: 10px;
    border: 1px dashed #5c5c5c;
    text-align: center
}

.wz-shop-product-file-field input {
    display: none!important
}

.wz-shop-product-file-field .wz-shop-product-file-field-label {
    padding: 20px 50px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.wz-shop-product-file-field .wz-shop-product-upload-icon svg {
    width: 16px;
    height: 16px;
    fill: #5c5c5c
}

.wz-shop-product-file-field .wz-shop-product-upload-icon {
    margin-left: 15px
}

.shop-map-wrapper {
    height: 300px;
    width: 100%;
    position: relative
}

.shop-map-wrapper #shop-address-map {
    position: relative;
    width: 100%;
    height: 100%
}

.shop-map-wrapper .center-marker {
    width: 42px;
    height: 42px;
    display: block;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBzdHlsZT0iZmlsbDojMDA5NTQ5OyIgZD0iTTE4LjI0OCw4LjM1N2MwLDIuNDg4LTEuMTAyLDQuNzE5LTIuODQ1LDYuMjMyTDkuOTkyLDIwTDQuNDUsMTQuNDU4Yy0wLjYzLTAuNTczLTEuMTctMS4yNDItMS41OTgtMS45ODRjLTAuMzcyLTAuNjQ1LTAuNjYtMS4zNDQtMC44NDctMi4wODRDMS44NCw5Ljc0LDEuNzUyLDkuMDU4LDEuNzUyLDguMzU3VjguMzRjMC4wMDEtMC43NzYsMC4xMS0xLjUyNywwLjMxMi0yLjIzOWMwLTAuMDAxLDAuMDAxLTAuMDAyLDAuMDAxLTAuMDAzYzAuMDAzLTAuMDEyLDAuMDA3LTAuMDI0LDAuMDEtMC4wMzVjMC43NTYtMi42MTcsMi43NzMtNC42OTksNS4zNS01LjU0NWMwLjAwMiwwLDAuMDAzLTAuMDAxLDAuMDA1LTAuMDAxYzAuMDI0LTAuMDA4LDAuMDQ4LTAuMDE2LDAuMDcxLTAuMDIzYzAuMDExLTAuMDA0LDAuMDIyLTAuMDA3LDAuMDMzLTAuMDExYzAuMDE1LTAuMDA1LDAuMDMtMC4wMDksMC4wNDUtMC4wMTRjMC4wMi0wLjAwNiwwLjA0LTAuMDEyLDAuMDYtMC4wMThDNy42NDUsMC40NSw3LjY1MiwwLjQ0OCw3LjY1OCwwLjQ0NmMwLjcwOS0wLjIxLDEuNDU2LTAuMzI3LDIuMjMtMC4zMzdjMC4wMDcsMCwwLjAxNCwwLDAuMDIyLDBjMC4wMTgsMCwwLjAzNSwwLDAuMDUzLTAuMDAxYzAuMDA0LDAsMC4wMDksMCwwLjAxMywwYzAuMDA4LDAsMC4wMTYsMCwwLjAyNSwwYzAuMDUsMCwwLjEsMC4wMDEsMC4xNSwwLjAwMWMwLjAwMSwwLDAuMDAxLDAsMC4wMDIsMEMxNC42MzcsMC4xOTIsMTguMjQ4LDMuODUyLDE4LjI0OCw4LjM1N3oiLz48Zz48cGF0aCBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTE2LjM3Myw3LjI4OWMtMC4wNS0wLjA2My0wLjEwNC0wLjEyNC0wLjE2Mi0wLjE4MmMtMC4zMDctMC4zMDctMC42OTItMC41MDgtMS4xMTEtMC41ODVjLTAuMTI3LTAuMDI0LTAuMjU4LTAuMDM2LTAuMzkxLTAuMDM2Yy0wLjA3NywwLTAuMTUzLDAuMDA0LTAuMjI4LDAuMDEyYzAuNTMyLTAuNDM4LDAuODQyLTEuMTI3LDAuNzY0LTEuODYyYy0wLjAzNy0wLjM1MS0wLjE1Ny0wLjY4LTAuMzQ5LTAuOTY0Yy0wLjExNy0wLjE3My0wLjI1OS0wLjMyOS0wLjQyNi0wLjQ2NGMtMC4zNzctMC4zMDUtMC44NS0wLjQ3My0xLjMzMy0wLjQ3M2MtMC4wNzUsMC0wLjE1LDAuMDA0LTAuMjI1LDAuMDEyYy0wLjU4MSwwLjA2MS0xLjA4MywwLjM1Mi0xLjQyNSwwLjc3NHYwYy0wLjA0OSwwLjA2LTAuMDk0LDAuMTIyLTAuMTM2LDAuMTg3Yy0wLjAwMy0wLjI5NC0wLjA2Ni0wLjU4NC0wLjE4NS0wLjg1M2MtMC4xNjEtMC4zNjItMC40MjUtMC42ODMtMC43ODEtMC45MTRjLTAuMzQ2LTAuMjI0LTAuNzQ1LTAuMzQzLTEuMTUzLTAuMzQzYy0wLjE0OSwwLTAuMjk4LDAuMDE2LTAuNDQ1LDAuMDQ3Yy0wLjU1NSwwLjExOC0xLjAzLDAuNDQ1LTEuMzM5LDAuOTJDNy4xMzksMy4wNCw3LjAzNSwzLjYwOCw3LjE1Myw0LjE2M2MwLjAxNiwwLjA3NSwwLjAzNiwwLjE0OCwwLjA1OSwwLjIyQzcuMTgyLDQuMzYsNy4xNTMsNC4zMzcsNy4xMjIsNC4zMTVjLTAuMzY0LTAuMjYtMC43OTEtMC4zOTctMS4yMzYtMC4zOTdjLTAuMjIyLDAtMC40NDIsMC4wMzUtMC42NTUsMC4xMDRjLTAuNTM5LDAuMTc1LTAuOTc4LDAuNTUtMS4yMzYsMS4wNTZDMy44MDcsNS40NDgsMy43MzIsNS44NTcsMy43NzUsNi4yNjFDMy43OSw2LjQwOCwzLjgyMSw2LjU1NCwzLjg2OCw2LjY5OGMwLjE0MSwwLjQzNSwwLjQxMywwLjgwNSwwLjc4NSwxLjA3YzAuMTUsMC4xMDcsMC4zMSwwLjE5MywwLjQ3OCwwLjI1N0M1LDguMDU0LDQuODczLDguMDk2LDQuNzUsOC4xNDhDNC42MjgsOC4yMDEsNC41MTEsOC4yNjUsNC40LDguMzRDNC4wMzcsOC41ODQsMy43NjIsOC45MjksMy42MDYsOS4zMzhjLTAuMTE1LDAuMy0wLjE2LDAuNjE2LTAuMTM2LDAuOTI4YzAuMDE5LDAuMjM4LDAuMDc4LDAuNDczLDAuMTc4LDAuNjk3YzAuMjMsMC41MTgsMC42NDksMC45MTUsMS4xNzksMS4xMTljMC4yNDQsMC4wOTQsMC41LDAuMTQxLDAuNzU5LDAuMTQxYzAuMzc3LDAsMC43NDMtMC4wOTksMS4wNjgtMC4yODhjLTAuMDcsMC4xNDEtMC4xMjQsMC4yODgtMC4xNjIsMC40NGMtMC4wOTYsMC4zODgtMC4wODQsMC44MDIsMC4wNSwxLjE5NWMwLjA0NCwwLjEyOSwwLjEwMSwwLjI1NSwwLjE3MSwwLjM3N2MwLjI4NCwwLjQ5MSwwLjc0MiwwLjg0MywxLjI4OSwwLjk4OWMwLjE4MSwwLjA0OCwwLjM2NywwLjA3MywwLjU1MiwwLjA3M2MwLjM3LDAsMC43MzYtMC4wOTksMS4wNTktMC4yODVjMC41NzgtMC4zMzQsMC45NC0wLjksMS4wMzYtMS41MTNjMC4wNTMsMC4xMTcsMC4xMTcsMC4yMjksMC4xOSwwLjMzNWMwLjAxMywwLjAxOSwwLjAyNywwLjAzOCwwLjA0MSwwLjA1N2MwLjMyLDAuNDMsMC44MDEsMC43NCwxLjM3LDAuODNjMC4xMTEsMC4wMTgsMC4yMjQsMC4wMjYsMC4zMzUsMC4wMjZjMC40NDksMCwwLjg3OS0wLjE0LDEuMjQ1LTAuNDA2YzAuNDU5LTAuMzMzLDAuNzYtMC44MjUsMC44NDktMS4zODZjMC4wOTMtMC41OTEtMC4wNTItMS4xNzQtMC4zNzItMS42MjZjLTAuMDMyLTAuMDQ2LTAuMDY2LTAuMDktMC4xMDItMC4xMzNjLTAuMTI4LTAuMTU0LTAuMjc5LTAuMjg5LTAuNDQ4LTAuNGMwLjI5MiwwLjE0NiwwLjYxNSwwLjIyMywwLjk1MSwwLjIyM2MwLjU2OCwwLDEuMTAxLTAuMjIxLDEuNTAxLTAuNjIxYzAuNDAxLTAuNDAxLDAuNjIyLTAuOTM1LDAuNjIyLTEuNTAyQzE2LjgzMyw4LjEyNCwxNi42NzEsNy42NjMsMTYuMzczLDcuMjg5eiBNMTQuNzEsNy4wMjZjMC40MDUsMCwwLjgxMSwwLjE1NCwxLjEyLDAuNDYzYzAuMDYyLDAuMDYyLDAuMTE4LDAuMTI4LDAuMTY4LDAuMTk4YzAuMTkyLDAuMjY3LDAuMjk2LDAuNTg2LDAuMjk2LDAuOTIyYzAsMC40MjMtMC4xNjUsMC44MjEtMC40NjQsMS4xMmMtMC4zMDksMC4zMDktMC43MTQsMC40NjMtMS4xMiwwLjQ2M2MtMC40MDUsMC0wLjgxMS0wLjE1NC0xLjExOS0wLjQ2M2wtMC4zOTItMC4zOTJsLTAuNzY5LDAuNzY5Yy0wLjA0MywwLjA0NC0wLjA5MywwLjA3Ny0wLjE0NSwwLjEwMmMtMC4xMDgsMC4wNi0wLjIyOCwwLjA4OS0wLjM0OSwwLjA4OWMtMC4xNiwwLTAuMzItMC4wNTMtMC40NTItMC4xNThjLTAuMDIxLTAuMDE3LTAuMDQxLTAuMDM1LTAuMDYxLTAuMDU1bC0wLjIxMi0wLjIxMmwwLjQ1OC0wLjQ1OGMwLjAxLTAuMDEyLDAuMDIxLTAuMDI0LDAuMDMzLTAuMDM2TDEyLjQsOC42NzlsMC43MTgtMC43MThsMC40NzItMC40NzJDMTMuODk5LDcuMTgxLDE0LjMwNCw3LjAyNiwxNC43MSw3LjAyNnogTTcuOTIyLDUuMzk2TDcuOTExLDUuMzk5TDcuOTA3LDUuMzg2YzAtMC4wMDEtMC4wMDEtMC4wMDItMC4wMDEtMC4wMDNDNy45MTEsNS4zODcsNy45MTcsNS4zOTEsNy45MjIsNS4zOTZ6IE0xMi45NjksMy4yODNjMC4wNTYtMC4wMDYsMC4xMTItMC4wMDksMC4xNjgtMC4wMDljMC4zNjEsMCwwLjcwOSwwLjEyMiwwLjk5MywwLjM1M2MwLjE0NiwwLjExOCwwLjI2NywwLjI1OCwwLjM2MSwwLjQxNGMwLjExOCwwLjE5NiwwLjE5MywwLjQxNywwLjIxNywwLjY1MWMwLjA5MSwwLjg2OC0wLjU0MSwxLjY0OS0xLjQwOSwxLjc0TDEyLjc0OSw2LjQ5bDAuMTE0LDEuMDgxYzAuMDA2LDAuMDYxLDAuMDAyLDAuMTIxLTAuMDEyLDAuMTc3Yy0wLjA1NiwwLjMwOS0wLjMxLDAuNTU4LTAuNjM4LDAuNTkybC0wLjEwOCwwLjAxMWwtMC4xODksMC4wMmwtMC4wNjgtMC42NDVjLTAuMDAzLTAuMDE2LTAuMDA2LTAuMDMyLTAuMDA3LTAuMDQ4TDExLjU2LDUuMDIzQzExLjQ2OSw0LjE1NSwxMi4xMDEsMy4zNzUsMTIuOTY5LDMuMjgzeiBNMTMuMzYsNi45NjljLTAuMDA1LDAuMDA1LTAuMDExLDAuMDA5LTAuMDE2LDAuMDE0bC0wLjAwMS0wLjAxMmwwLjAxNC0wLjAwMUMxMy4zNTgsNi45NjksMTMuMzU5LDYuOTY5LDEzLjM2LDYuOTY5eiBNMTEuMjk2LDUuNzYxYzAuMDcsMC4wODEsMC4xMiwwLjE3NiwwLjE0OCwwLjI3N2MwLjA1NCwwLjE5NCwwLjAyOCwwLjQwOS0wLjA5LDAuNTkxbC0wLjE2MywwLjI1MWwtMC41NDMtMC4zNTNjLTAuMDE0LTAuMDA3LTAuMDI4LTAuMDE2LTAuMDQyLTAuMDI1TDguMzY2LDUuMDQ5QzguMTA2LDQuODgsNy45MTEsNC42NDYsNy43OTEsNC4zODJjLTAuMjE4LTAuNDc3LTAuMTk2LTEuMDUyLDAuMTEtMS41MjNjMC4yMy0wLjM1NSwwLjU4NS0wLjU5OCwwLjk5OC0wLjY4NkM5LjAxLDIuMTQ5LDkuMTIxLDIuMTM4LDkuMjMyLDIuMTM4YzAuMzAzLDAsMC41OTksMC4wODcsMC44NTksMC4yNTZjMC4yOTIsMC4xOSwwLjUwMSwwLjQ2MSwwLjYxNiwwLjc2NGMwLjE3MywwLjQ1NiwwLjEzNCwwLjk4Ni0wLjE1MSwxLjQyNmwtMC4zMDIsMC40NjVsMC4yODksMC4xODhsMC42MjIsMC40MDRDMTEuMjE4LDUuNjc0LDExLjI2MSw1LjcxNSwxMS4yOTYsNS43NjF6IE0xMS4wMDksNC44NzhjMC4wMDEtMC4wMDEsMC4wMDEtMC4wMDIsMC4wMDItMC4wMDNjMCwwLjAwNywwLDAuMDE0LDAsMC4wMjFsLTAuMDEtMC4wMDZMMTEuMDA5LDQuODc4eiBNNC40NzcsNS4zMjNjMC4xOTItMC4zNzcsMC41MTktMC42NTYsMC45MjEtMC43ODdDNS41Niw0LjQ4NCw1LjcyNCw0LjQ1OSw1Ljg4Niw0LjQ1OWMwLjY2OCwwLDEuMjksMC40MjYsMS41MDcsMS4wOTRMNy41NjQsNi4wOGwxLjAzNC0wLjMzNmMwLjA1My0wLjAxNywwLjEwNi0wLjAyNSwwLjE1OC0wLjAyNWMwLjAwNiwwLDAuMDEyLDAsMC4wMTcsMGMwLjAwNywwLDAuMDE1LDAsMC4wMjIsMGMwLjMwNiwwLDAuNTksMC4xOTUsMC42OSwwLjUwMmwwLjAzOCwwLjExN2wwLjA1NCwwLjE2N2wtMC42MTYsMC4yYy0wLjAxNSwwLjAwNi0wLjAzLDAuMDEyLTAuMDQ2LDAuMDE3bC0yLjU0LDAuODI1QzYuMjE0LDcuNiw2LjA1LDcuNjI1LDUuODg4LDcuNjI1Yy0wLjY2NywwLTEuMjktMC40MjYtMS41MDctMS4wOTRDNC4zNTksNi40Niw0LjM0MSw2LjM4OCw0LjMyOCw2LjMxNkM0LjI2OCw1Ljk3OSw0LjMxOSw1LjYzMyw0LjQ3Nyw1LjMyM3ogTTYuMzY2LDguMTExTDYuMzYyLDguMTIyTDYuMzQ5LDguMTE3QzYuMzQ4LDguMTE2LDYuMzQ2LDguMTE2LDYuMzQ1LDguMTE1QzYuMzUyLDguMTE0LDYuMzU5LDguMTEyLDYuMzY2LDguMTExeiBNNC4xMSw5LjUzMmMwLjI0MS0wLjYyOSwwLjg0My0xLjAxNiwxLjQ4LTEuMDE2YzAuMTg4LDAsMC4zNzksMC4wMzQsMC41NjUsMC4xMDVMNi42NzMsOC44MmwwLjM4OS0xLjAxNWMwLjAyLTAuMDUsMC4wNDYtMC4wOTYsMC4wNzgtMC4xMzZjMC4wMDUtMC4wMDYsMC4wMDktMC4wMTEsMC4wMTQtMC4wMTZjMC4xMzctMC4xODEsMC4zNTMtMC4yODYsMC41NzctMC4yODZjMC4wNzksMCwwLjE2LDAuMDEzLDAuMjM5LDAuMDQxYzAuMDA3LDAuMDAyLDAuMDE0LDAuMDA1LDAuMDIxLDAuMDA4TDguMjcsNy41MjJMOC4xNzMsNy43NzVMOC4wMzgsOC4xMjdDOC4wMzQsOC4xNDIsOC4wMjksOC4xNTgsOC4wMjMsOC4xNzNsLTAuOTU3LDIuNDkzYy0wLjI0MSwwLjYyOS0wLjg0MywxLjAxNi0xLjQ4LDEuMDE2Yy0wLjE4OCwwLTAuMzgtMC4wMzQtMC41NjYtMC4xMDVjLTAuMzk1LTAuMTUxLTAuNzA3LTAuNDQ4LTAuODc5LTAuODM0Yy0wLjA1OS0wLjEzMy0wLjA5OS0wLjI3MS0wLjEyLTAuNDExQzMuOTgxLDEwLjA2NSw0LjAxLDkuNzksNC4xMSw5LjUzMnogTTcuNTAzLDExLjAzOWwtMC4wMTIsMC4wMDdjLTAuMDAxLDAuMDAxLTAuMDAyLDAuMDAxLTAuMDAzLDAuMDAyYzAuMDAzLTAuMDA2LDAuMDA2LTAuMDEzLDAuMDEtMC4wMTlMNy41MDMsMTEuMDM5eiBNNy43NjEsMTEuNTE0bDAuNDMzLTAuMjVsMC4wNDctMC4wMjdsLTAuNTEtMC44ODNsLTAuMDM0LTAuMDU4Yy0wLjAzMS0wLjA1My0wLjA1MS0wLjEwOS0wLjA2MS0wLjE2N0M3LjYxLDEwLjAyMiw3LjYwOSw5LjkxMiw3LjYzMSw5LjgwN2MwLjAxNy0wLjA4LDAuMDQ3LTAuMTU4LDAuMDktMC4yMjhjMCwwLDAsMCwwLDBjMC4wNjEtMC4xLDAuMTQ4LTAuMTg3LDAuMjU3LTAuMjVsMC4yNTktMC4xNUw4LjU2Miw5Ljc0QzguNTcxLDkuNzUzLDguNTgsOS43NjcsOC41ODgsOS43ODFsMS4zMzUsMi4zMTNjMC4wMzIsMC4wNTYsMC4wNjEsMC4xMTMsMC4wODUsMC4xNzFjMC4zMSwwLjcyNiwwLjAzNSwxLjU4Ny0wLjY2NSwxLjk5MmMtMC4yNDQsMC4xNDEtMC41MTUsMC4yMTMtMC43ODksMC4yMTNjLTAuMTM3LDAtMC4yNzYtMC4wMTgtMC40MTItMC4wNTVjLTAuNDA4LTAuMTA5LTAuNzUtMC4zNzEtMC45NjEtMC43MzhjLTAuMDM0LTAuMDU5LTAuMDY0LTAuMTE4LTAuMDg5LTAuMTc5QzYuNzg4LDEyLjc3Myw3LjA2MywxMS45MTcsNy43NjEsMTEuNTE0eiBNMTAuNDg2LDEyLjAwMmMwLDAuMDAxLDAsMC4wMDMtMC4wMDEsMC4wMDRjLTAuMDAzLTAuMDA3LTAuMDA2LTAuMDEzLTAuMDA5LTAuMDJsMC4wMTIsMC4wMDJMMTAuNDg2LDEyLjAwMnogTTEzLjkxNiwxMS40ODFjMC4yMDIsMC4zMTUsMC4yOTQsMC43MDMsMC4yMzEsMS4xMDFjLTAuMDY2LDAuNDE3LTAuMjkxLDAuNzg1LTAuNjMzLDEuMDMzYy0wLjI3MywwLjE5OS0wLjU5NiwwLjMwMy0wLjkyNywwLjMwM2MtMC4wODMsMC0wLjE2Ny0wLjAwNy0wLjI1MS0wLjAyYy0wLjM5MS0wLjA2Mi0wLjcyNS0wLjI2My0wLjk2Mi0wLjU0NGMtMC4yODYtMC4zNC0wLjQyOC0wLjc5Ni0wLjM1NC0xLjI2OGwwLjA0Mi0wLjI2NGwwLjA0NS0wLjI4M2wtMS4wNzQtMC4xN2MtMC4wNjEtMC4wMS0wLjExNy0wLjAyOS0wLjE2OC0wLjA1OGMtMC4wOTItMC4wNDQtMC4xNzMtMC4xMDYtMC4yMzgtMC4xODFjLTAuMTM1LTAuMTU2LTAuMjAzLTAuMzY5LTAuMTY5LTAuNTg5bDAuMDQ3LTAuMjk2bDAuNjQsMC4xMDFjMC4wMTYsMC4wMDEsMC4wMzIsMC4wMDMsMC4wNDksMC4wMDVsMi42MzcsMC40MThDMTMuMjk1LDEwLjg0NCwxMy42OCwxMS4xMTMsMTMuOTE2LDExLjQ4MXoiLz48Zz48cGF0aCBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTkuMDk3LDEyLjc4MmMtMC4wMTEtMC4wNi0wLjAzMi0wLjExOC0wLjA2NS0wLjE3NGwtMC4yNzctMC40OGwtMC40OCwwLjI3N2MtMC4yNjUsMC4xNTMtMC4zNTYsMC40OTMtMC4yMDMsMC43NTdjMC4wMTUsMC4wMjUsMC4wMzEsMC4wNDksMC4wNDksMC4wNzJjMC4wNzMsMC4wOTEsMC4xNzMsMC4xNTYsMC4yODcsMC4xODdjMC4wNDgsMC4wMTMsMC4wOTYsMC4wMTksMC4xNDQsMC4wMTljMC4wOTYsMCwwLjE5MS0wLjAyNSwwLjI3Ni0wLjA3NEM5LjAzOSwxMy4yNDQsOS4xMzksMTMuMDA3LDkuMDk3LDEyLjc4MnogTTguNTY2LDEyLjg4OWMtMC4wMDIsMC4wMDYtMC4wMDUsMC4wMDgtMC4wMDYsMC4wMDljLTAuMDA0LDAuMDAyLTAuMDA1LDAuMDAyLTAuMDA2LDAuMDAyYy0wLjAwMSwwLTAuMDAzLDAtMC4wMDUtMC4wMDFjLTAuMDA1LTAuMDAxLTAuMDA2LTAuMDAyLTAuMDA5LTAuMDA3Yy0wLjAwMS0wLjAwMi0wLjAwMy0wLjAwNS0wLjAwMS0wLjAxMWMwLjAwMi0wLjAwNiwwLjAwNS0wLjAwOCwwLjAwNi0wLjAwOWwwLjAxMi0wLjAwN2wwLjAwNywwLjAxMkM4LjU2NiwxMi44OCw4LjU2NywxMi44ODMsOC41NjYsMTIuODg5eiIvPjxwYXRoIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBkPSJNNS43ODYsOS41ODJDNS43MjEsOS41NTYsNS42NTQsOS41NDUsNS41ODgsOS41NDVDNS4zNjUsOS41NDUsNS4xNTUsOS42OCw1LjA3LDkuOWMtMC4wNTMsMC4xMzgtMC4wNDksMC4yODksMC4wMTEsMC40MjRjMC4wMDEsMC4wMDIsMC4wMDIsMC4wMDQsMC4wMDMsMC4wMDZjMC4wNjEsMC4xMzIsMC4xNjksMC4yMzQsMC4zMDUsMC4yODZjMC4wNjUsMC4wMjUsMC4xMzIsMC4wMzcsMC4xOTgsMC4wMzdjMC4yMjMsMCwwLjQzNC0wLjEzNSwwLjUxOC0wLjM1NmwwLjA5OC0wLjI1NUw2LjMwNCw5Ljc4TDUuNzg2LDkuNTgyeiBNNS42MDEsMTAuMTA0Yy0wLjAwMywwLjAwOS0wLjAxNCwwLjAwOS0wLjAxNCwwLjAwOWMtMC4wMDEsMC0wLjAwMiwwLTAuMDA1LTAuMDAxYy0wLjAwNS0wLjAwMi0wLjAwNi0wLjAwMy0wLjAwOC0wLjAwOGMtMC4wMDItMC4wMDQtMC4wMDItMC4wMDYsMC0wLjAxMWMwLjAwMy0wLjAwOSwwLjAxNC0wLjAwOSwwLjAxNC0wLjAwOWMwLjAwMSwwLDAuMDAyLDAsMC4wMDUsMC4wMDFsMC4wMTMsMC4wMDVMNS42MDEsMTAuMTA0eiIvPjxwYXRoIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBkPSJNMTUuMjM2LDguNDM0Yy0wLjAyNy0wLjA4MS0wLjA3Mi0wLjE1NS0wLjEzNC0wLjIxN2MtMC4xMDgtMC4xMDgtMC4yNS0wLjE2Mi0wLjM5Mi0wLjE2MnMtMC4yODQsMC4wNTQtMC4zOTIsMC4xNjJsLTAuMzkyLDAuMzkybDAuMzA4LDAuMzA4bDAuMDg0LDAuMDg0YzAuMTA4LDAuMTA4LDAuMjUsMC4xNjIsMC4zOTIsMC4xNjJzMC4yODQtMC4wNTQsMC4zOTItMC4xNjJjMC4xMDUtMC4xMDUsMC4xNjItMC4yNDQsMC4xNjItMC4zOTJDMTUuMjY0LDguNTQ4LDE1LjI1NSw4LjQ4OSwxNS4yMzYsOC40MzR6IE0xNC43Miw4LjYxOWMtMC4wMDEsMC4wMDItMC4wMDQsMC4wMDQtMC4wMSwwLjAwNFMxNC43MDEsOC42MiwxNC43LDguNjE5bC0wLjAxLTAuMDFsMC4wMS0wLjAxYzAuMDAxLTAuMDAxLDAuMDA0LTAuMDA0LDAuMDEtMC4wMDRzMC4wMDksMC4wMDIsMC4wMSwwLjAwNGMwLjAwMywwLjAwMywwLjAwNCwwLjAwNSwwLjAwNCwwLjAxQzE0LjcyNCw4LjYxNCwxNC43MjMsOC42MTUsMTQuNzIsOC42MTl6Ii8+PHBhdGggc3R5bGU9ImZpbGw6I0ZGRkZGRjsiIGQ9Ik02LjQxNCw1Ljg3MUM2LjMzOSw1LjYzNyw2LjEyMSw1LjQ4Nyw1Ljg4Nyw1LjQ4N2MtMC4wNTcsMC0wLjExNCwwLjAwOS0wLjE3MSwwLjAyN0M1LjU3NSw1LjU2MSw1LjQ2MSw1LjY1OCw1LjM5Myw1Ljc5QzUuMzI2LDUuOTIyLDUuMzE0LDYuMDcyLDUuMzYsNi4yMTNDNS4zNjksNi4yNCw1LjM3OSw2LjI2NSw1LjM5Miw2LjI5YzAuMDk0LDAuMTksMC4yODksMC4zMDYsMC40OTYsMC4zMDZjMC4wNTcsMCwwLjExNC0wLjAwOSwwLjE3MS0wLjAyN2wwLjUtMC4xNjJsMC4wMjctMC4wMDlMNi40MTQsNS44NzF6IE01Ljg5Miw2LjA1NUM1Ljg5LDYuMDU2LDUuODg4LDYuMDU2LDUuODg4LDYuMDU2YzAsMC0wLjAxMS0wLjAwMS0wLjAxNC0wLjAxQzUuODcyLDYuMDQyLDUuODczLDYuMDQsNS44NzUsNi4wMzVDNS44NzcsNi4wMzEsNS44NzgsNi4wMyw1Ljg4Myw2LjAyOGMwLjAwMi0wLjAwMSwwLjAwMy0wLjAwMSwwLjAwNC0wLjAwMWMwLDAsMC4wMTEsMC4wMDEsMC4wMTQsMC4wMWwwLjAwNCwwLjAxM0w1Ljg5Miw2LjA1NXoiLz48cGF0aCBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTkuNzgxLDMuNjc3QzkuNzY4LDMuNTExLDkuNjgsMy4zNTQsOS41MzEsMy4yNTZDOS40NCwzLjE5Nyw5LjMzNiwzLjE2Nyw5LjIzLDMuMTY3Yy0wLjAzOSwwLTAuMDc4LDAuMDA0LTAuMTE2LDAuMDEyYy0wLjE0NSwwLjAzMS0wLjI2OSwwLjExNi0wLjM1LDAuMjRDOC42MjUsMy42MzQsOC42NTMsMy45MDgsOC44MTUsNC4wOWMwLjAzMiwwLjAzNiwwLjA3LDAuMDY5LDAuMTEyLDAuMDk2bDAuNDY1LDAuMzAybDAuMzAyLTAuNDY1QzkuNzYzLDMuOTE3LDkuNzksMy43OTUsOS43ODEsMy42Nzd6IE05LjI0MSwzLjcyOUw5LjIzMywzLjc0MUw5LjIyMSwzLjczM0M5LjIxOSwzLjczMiw5LjIxNiwzLjczLDkuMjE1LDMuNzI0QzkuMjE0LDMuNzE4LDkuMjE2LDMuNzE1LDkuMjE3LDMuNzE0QzkuMjE5LDMuNzEsOS4yMjEsMy43MDgsOS4yMjYsMy43MDhDOS4yMjgsMy43MDcsOS4yMjksMy43MDcsOS4yMywzLjcwN2MwLjAwMSwwLDAuMDAzLDAsMC4wMDcsMC4wMDJjMC4wMDIsMC4wMDEsMC4wMDUsMC4wMDMsMC4wMDYsMC4wMDlDOS4yNDQsMy43MjUsOS4yNDIsMy43MjcsOS4yNDEsMy43Mjl6Ii8+PHBhdGggc3R5bGU9ImZpbGw6I0ZGRkZGRjsiIGQ9Ik0xMy4xMTQsMTIuMTc1Yy0wLjA1OS0wLjE5Ny0wLjIyNy0wLjM1NC0wLjQ0NC0wLjM4OEwxMi4xMjIsMTEuN2wtMC4wODcsMC41NDdjLTAuMDM1LDAuMjIyLDAuMDY3LDAuNDM1LDAuMjQ0LDAuNTVjMC4wNjQsMC4wNDIsMC4xMzcsMC4wNzEsMC4yMTcsMC4wODRjMC4wMjksMC4wMDUsMC4wNTksMC4wMDcsMC4wODgsMC4wMDdjMC4xMTYsMCwwLjIyOS0wLjAzNiwwLjMyNS0wLjEwNmMwLjEyLTAuMDg3LDAuMTk5LTAuMjE2LDAuMjIyLTAuMzYyQzEzLjE0NCwxMi4zMzYsMTMuMTM3LDEyLjI1MywxMy4xMTQsMTIuMTc1eiBNMTIuNTkxLDEyLjM0NmMtMC4wMDQsMC4wMDMtMC4wMDYsMC4wMDMtMC4wMDcsMC4wMDNjLTAuMDAxLDAtMC4wMDIsMC0wLjAwMywwYy0wLjAwNy0wLjAwMS0wLjAxMy0wLjAwOS0wLjAxMi0wLjAxNmwwLjAwMi0wLjAxNGwwLjAxNCwwLjAwMmMwLjAwNywwLjAwMSwwLjAxMywwLjAwOSwwLjAxMiwwLjAxNkMxMi41OTYsMTIuMzQxLDEyLjU5NSwxMi4zNDMsMTIuNTkxLDEyLjM0NnoiLz48cGF0aCBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTEzLjY4Niw0LjhjLTAuMDAzLTAuMDI2LTAuMDA3LTAuMDUyLTAuMDE0LTAuMDc3Yy0wLjAyOS0wLjExNi0wLjA5NC0wLjIxOS0wLjE4OS0wLjI5NmMtMC4xLTAuMDgxLTAuMjIxLTAuMTI0LTAuMzQ4LTAuMTI0Yy0wLjAyLDAtMC4wMzksMC4wMDEtMC4wNTksMC4wMDNjLTAuMzA0LDAuMDMyLTAuNTI1LDAuMzA1LTAuNDkzLDAuNjA5bDAuMDU4LDAuNTUxbDAuMjA4LTAuMDIybDAuMzQ0LTAuMDM2QzEzLjQ5Nyw1LjM3NywxMy43MTgsNS4xMDQsMTMuNjg2LDQuOHogTTEzLjE0Niw0Ljg2N2MtMC4wMDQsMC4wMDUtMC4wMDcsMC4wMDUtMC4wMDksMC4wMDVsLTAuMDE0LDAuMDAxbC0wLjAwMS0wLjAxNGMwLTAuMDAyLTAuMDAxLTAuMDA2LDAuMDAzLTAuMDFjMC4wMDQtMC4wMDUsMC4wMDctMC4wMDUsMC4wMDktMC4wMDVoMC4wMDNjMC4wMDIsMCwwLjAwNCwwLDAuMDA4LDAuMDAzYzAuMDA0LDAuMDAzLDAuMDA1LDAuMDA1LDAuMDA1LDAuMDA5QzEzLjE0OSw0Ljg1OCwxMy4xNSw0Ljg2MiwxMy4xNDYsNC44Njd6Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    z-index: 9999999999;
    cursor: pointer;
    position: absolute;
    left: calc(50%);
    transform: translate(-50%,-42px);
    top: 50%
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-table] {
        margin-left:0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-table],body:not(.wz-production)[data-device=tablet] [data-widget=wz-table] {
    margin-left: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-table] {
        margin-left:0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-table],body:not(.wz-production)[data-device=tablet] [data-widget=wz-table] {
    margin-left: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-table] {
        margin-left:0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-table],body:not(.wz-production)[data-device=tablet] [data-widget=wz-table] {
    margin-left: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-table] {
        margin-left:0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-table],body:not(.wz-production)[data-device=tablet] [data-widget=wz-table] {
    margin-left: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-table] {
        margin-left:0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-table],body:not(.wz-production)[data-device=tablet] [data-widget=wz-table] {
    margin-left: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-table] {
        margin-left:0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-table],body:not(.wz-production)[data-device=tablet] [data-widget=wz-table] {
    margin-left: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-table] {
        margin-left:0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-table],body:not(.wz-production)[data-device=tablet] [data-widget=wz-table] {
    margin-left: 0!important
}

@media only screen and (max-width: 1170px) {
    body.wz-production [data-widget=wz-table] {
        margin-left:0!important
    }
}

body:not(.wz-production)[data-device=mobile] [data-widget=wz-table],body:not(.wz-production)[data-device=tablet] [data-widget=wz-table] {
    margin-left: 0!important
}
