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,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
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,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%
}

*{
    letter-spacing: -.4px;
}

*,
:after,
:before {
    box-sizing: border-box;
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

caption,
td,
th {
    vertical-align: middle;
    text-align: left;
    font-weight: 400
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

a,
button,
input {
    touch-action: manipulation
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit
}

button {
    overflow: visible
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif
}

body {
    overflow-x: hidden;
    margin: 0;
    background-color: #f2f2f2;
    color: #333;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6
}

p {
    margin-bottom: 20px
}

a {
    color: #3f3f3f;
    text-decoration: none;
    transition: all .25s ease
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

a:focus {
    outline: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-family: inherit
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 13px
}

h6 {
    font-size: 12px
}

label {
    display: block;
    margin-bottom: 5px;
    color: #464646;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px
}

em {
    font-style: italic
}

big {
    font-size: larger
}

abbr {
    border-bottom: 1px dotted;
    color: #D62432;
    text-decoration: none
}

acronym {
    border-bottom: 1px dotted;
    text-decoration: none
}

.required {
    border: none;
    color: #E01020;
    font-size: 16px;
    line-height: 1
}

abbr[title] {
    border: none
}

dl {
    margin-bottom: 20px
}

b,
strong {
    font-weight: 600
}

mark {
    display: inline-block;
    padding: 5px 8px;
    background-color: #F9F9F9;
    color: #2d2a2a;
    font-weight: 600;
    line-height: 1
}

code,
kbd {
    padding: 2px 5px
}

code,
kbd,
pre,
samp {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-family: monospace, serif
}

ins {
    text-decoration: none
}

pre {
    overflow: auto;
    margin-bottom: 20px;
    padding: 20px;
    background: #F9F9F9;
    text-align: left;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

dfn {
    font-style: italic
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 1
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

var {
    font-style: italic
}

small {
    font-size: 80%
}

hr {
    margin-top: 0;
    margin-bottom: 20px;
    width: 35px;
    border-top: 1px solid rgba(27, 27, 27, .6)
}

.color-scheme-light hr {
    border-color: rgba(255, 255, 255, .45)
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle
}

embed,
iframe {
    max-width: 100%
}

blockquote {
    margin-bottom: 20px;
    padding-right: 30px;
    border-right: 2px solid;
    color: #3A3A3A;
    text-align: right;
    font-size: 16px
}

blockquote p {
    margin-bottom: 10px;
    font-size: 110%
}

blockquote cite {
    display: block;
    margin-top: 10px
}

blockquote cite,
blockquote cite a {
    font-weight: 600;
    font-size: 14px
}

.color-scheme-light blockquote,
.passazh-dark blockquote {
    border-color: rgba(255, 255, 255, .7);
    color: #FFF
}

.color-scheme-light blockquote footer:before,
.passazh-dark blockquote footer:before {
    border-color: rgba(255, 255, 255, .7)
}

.color-scheme-light blockquote cite,
.color-scheme-light blockquote cite a,
.passazh-dark blockquote cite,
.passazh-dark blockquote cite a {
    color: #FFF
}

cite {
    font-style: italic
}

address {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 110%;
    line-height: 1.8
}

fieldset {
    margin-bottom: 20px;
    padding: 20px 40px;
    border: 2px solid #E6E6E6
}

fieldset legend {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    width: auto
}

.passazh-dark fieldset {
    border-color: rgba(255, 255, 255, .25)
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

ol,
ul {
    line-height: 1.4
}

.img-wrapper {
    display: inline-block
}

.svg-icon svg {
    width: inherit !important;
    height: inherit !important
}

svg:not(:root) {
    overflow: hidden
}

i.fa:before {
    margin-right: 1px;
    margin-left: 1px
}

.passazh-custom-icon {
    min-width: 100%;
    max-width: 25px
}

.rtl {
    direction: rtl
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-larger {
    font-size: 110%
}

.title-uppercase {
    text-transform: uppercase
}

.color-scheme-light,
.passazh-dark {
    color: rgba(255, 255, 255, .8)
}

.color-scheme-light a,
.passazh-dark a {
    color: rgba(255, 255, 255, .9)
}

.color-scheme-light a:hover,
.passazh-dark a:hover {
    color: #FFF
}

.color-scheme-light .title,
.color-scheme-light .widget-title,
.color-scheme-light .widgettitle,
.color-scheme-light h1,
.color-scheme-light h2,
.color-scheme-light h3,
.color-scheme-light h4,
.color-scheme-light h5,
.color-scheme-light h6,
.color-scheme-light label,
.color-scheme-light legend,
.passazh-dark .title,
.passazh-dark .widget-title,
.passazh-dark .widgettitle,
.passazh-dark h1,
.passazh-dark h2,
.passazh-dark h3,
.passazh-dark h4,
.passazh-dark h5,
.passazh-dark h6,
.passazh-dark label,
.passazh-dark legend {
    color: #FFF
}

.color-scheme-light .inline-list-with-border li:not(:last-child),
.passazh-dark .inline-list-with-border li:not(:last-child) {
    border-color: rgba(255, 255, 255, .15)
}

.color-scheme-dark {
    color: #777
}

.color-scheme-dark a {
    color: #3f3f3f
}

.color-scheme-dark .title,
.color-scheme-dark .widget-title,
.color-scheme-dark .widgettitle,
.color-scheme-dark h1,
.color-scheme-dark h2,
.color-scheme-dark h3,
.color-scheme-dark h4,
.color-scheme-dark h5,
.color-scheme-dark h6,
.color-scheme-dark label,
.color-scheme-dark legend {
    color: #2d2a2a
}

.hover-color-scheme-dark:hover {
    color: #777
}

.hover-color-scheme-dark:hover h1,
.hover-color-scheme-dark:hover h2,
.hover-color-scheme-dark:hover h3,
.hover-color-scheme-dark:hover h4,
.hover-color-scheme-dark:hover h5,
.hover-color-scheme-dark:hover h6 {
    color: #2d2a2a
}

.hover-color-scheme-light:hover {
    color: rgba(255, 255, 255, .8)
}

.hover-color-scheme-light:hover h1,
.hover-color-scheme-light:hover h2,
.hover-color-scheme-light:hover h3,
.hover-color-scheme-light:hover h4,
.hover-color-scheme-light:hover h5,
.hover-color-scheme-light:hover h6 {
    color: #FFF
}

.color-black {
    color: #000
}

.color-white {
    color: #FFF
}

.main-nav-style {
    font-weight: 600;
    font-size: 13px
}

.add-border {
    border-bottom: 1px solid
}

.border-width-1 {
    border-width: 1px
}

.border-width-2 {
    border-width: 2px
}

.border-width-3 {
    border-width: 3px
}

.border-width-4 {
    border-width: 4px
}

.position-relative {
    position: relative
}

.z-index-10 {
    z-index: 10
}

.z-index-h {
    z-index: 35
}

.z-index-100 {
    z-index: 100
}

.z-index-1000 {
    z-index: 1000
}

.clear {
    clear: both;
    width: 100%
}

.cursor-pointer {
    cursor: pointer
}

.parallax-bg {
    background-attachment: fixed !important
}

.opacity-video-bg .vc_video-bg {
    opacity: .6
}

.box-shadow-style-1 {
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.box-shadow-style-2 {
    box-shadow: 0 10px 20px -9px rgba(0, 0, 0, .5)
}

.box-shadow-style-3 {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1)
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.wd-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.reset-mb-10 h1,
.reset-mb-10 h2,
.reset-mb-10 h3,
.reset-mb-10 h4,
.reset-mb-10 h5,
.reset-mb-10 h6,
.reset-mb-10 ol,
.reset-mb-10 p,
.reset-mb-10 ul {
    margin-bottom: 10px
}

.reset-mb-10>:last-child {
    margin-bottom: 0
}

.passazh-font-weight-100 {
    font-weight: 100 !important
}

.passazh-font-weight-200 {
    font-weight: 200 !important
}

.passazh-font-weight-300 {
    font-weight: 300 !important
}

.passazh-font-weight-400 {
    font-weight: 400 !important
}

.passazh-font-weight-500 {
    font-weight: 500 !important
}

.passazh-font-weight-600 {
    font-weight: 600 !important
}

.passazh-font-weight-700 {
    font-weight: 700 !important
}

.passazh-font-weight-800 {
    font-weight: 800 !important
}

.passazh-font-weight-900 {
    font-weight: 900 !important
}

.passazh-spacing-0 {
    margin-right: 0;
    margin-left: 0
}

.passazh-spacing-0>article,
.passazh-spacing-0>div {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0
}

.passazh-spacing-2 {
    margin-right: -1px;
    margin-left: -1px
}

.passazh-spacing-2>article,
.passazh-spacing-2>div {
    margin-bottom: 2px;
    padding-right: 1px;
    padding-left: 1px
}

.passazh-spacing-6 {
    margin-right: -3px;
    margin-left: -3px
}

.passazh-spacing-6>article,
.passazh-spacing-6>div {
    margin-bottom: 6px;
    padding-right: 3px;
    padding-left: 3px
}

.passazh-spacing-10 {
    margin-right: -5px;
    margin-left: -5px
}

.passazh-spacing-10>article,
.passazh-spacing-10>div {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px
}

.passazh-spacing-20 {
    margin-right: -10px;
    margin-left: -10px
}

.passazh-spacing-20>article,
.passazh-spacing-20>div {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px
}

.passazh-spacing-30 {
    margin-right: -15px;
    margin-left: -15px
}

.passazh-spacing-30>article,
.passazh-spacing-30>div {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px
}

.passazh-columns-1>div {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}

.passazh-columns-2>div {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%
}

.passazh-columns-3>div {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%
}

.passazh-columns-4>div {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%
}

.passazh-columns-5>div {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%
}

.passazh-columns-6>div {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%
}

.alignleft {
    float: left;
    margin-top: 3px;
    margin-right: 25px;
    margin-bottom: 20px
}

.alignright {
    float: right;
    margin-top: 3px;
    margin-bottom: 20px;
    margin-left: 25px
}

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
    margin-bottom: 20px
}

.wp-caption {
    margin-bottom: 20px;
    padding: 0;
    max-width: 100%;
    border: none;
    background: 0 0
}

.wp-caption.alignleft {
    margin-top: 3px;
    margin-right: 25px
}

.wp-caption.alignright {
    margin-top: 3px;
    margin-left: 25px
}

.wp-caption.aligncenter {
    margin: 0 auto;
    margin-top: 3px
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
    padding: 5px 10px 5px 0;
    font-style: italic;
    line-height: 1.6;
    opacity: .8
}

.bypostauthor,
.gallery-caption {
    content: initial
}

.gallery {
    margin-left: -15px;
    margin-right: -15px
}

.gallery .gallery-item {
    padding-left: 15px;
    padding-right: 15px
}

.gallery .gallery-caption {
    margin-top: 10px
}

body .wp-playlist {
    border: none;
    text-align: left
}

body .wp-playlist-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px
}

.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-gallery,
.entry-content .wp-block-latest-posts.is-grid {
    padding-right: 0
}

.entry-content .wp-block-archives li:before,
.entry-content .wp-block-categories li:before,
.entry-content .wp-block-gallery li:before,
.entry-content .wp-block-latest-posts.is-grid li:before {
    display: none
}

.wp-block-gallery .blocks-gallery-item:last-child {
    margin-bottom: 16px
}

.wp-block-pullquote {
    margin-bottom: 30px
}

.wp-block-pullquote blockquote {
    border: none;
    padding-right: 0;
    margin-bottom: 0;
    text-align: center
}

.wp-block-pullquote:not(.is-style-solid-color) {
    border-width: 2px 0;
    border-style: solid
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
    text-align: center
}

.wp-block-image .alignleft,
.wp-block-image.alignleft {
    margin-right: 25px
}

.wp-block-image .alignright,
.wp-block-image.alignright {
    margin-left: 25px
}

.wp-block-separator.is-style-dots {
    width: auto
}

.wp-block-separator.is-style-dots:before {
    color: rgba(27, 27, 27, .6);
    font-size: 36px;
    letter-spacing: 1em;
    padding-left: 1em
}

.wp-block-separator.is-style-wide {
    width: 100%
}

.wp-block-quote.is-large {
    border-right: none
}

.wp-block-quote.is-large cite {
    text-align: right
}

@-webkit-keyframes wd-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes wd-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes wd-fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes wd-fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes wd-fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes wd-fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes wd-SemiFadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: .6
    }
}

@keyframes wd-SemiFadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: .6
    }
}

@-webkit-keyframes wd-fadeInLeft {
    from {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-fadeInLeft {
    from {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-fadeInLeftShort {
    from {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-fadeInLeftShort {
    from {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-fadeOutLeft {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
}

@keyframes wd-fadeOutLeft {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
}

@-webkit-keyframes wd-fadeOutLeftShort {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
}

@keyframes wd-fadeOutLeftShort {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
}

@-webkit-keyframes wd-fadeInRight {
    from {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-fadeInRight {
    from {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-fadeInRightShort {
    from {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-fadeInRightShort {
    from {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-fadeOutRight {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }
}

@keyframes wd-fadeOutRight {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }
}

@-webkit-keyframes wd-fadeInBottomShort {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-fadeInBottomShort {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-fadeInUpBig {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-fadeInUpBig {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-fadeOutDownBig {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes wd-fadeOutDownBig {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes wd-fadeInDownBig {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-fadeInDownBig {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-fadeOutUpBig {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes wd-fadeOutUpBig {
    from {
        -webkit-transform: none;
        transform: none
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-webkit-keyframes wd-ShakePrev {
    25% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0)
    }
}

@keyframes wd-ShakePrev {
    25% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0)
    }
}

@-webkit-keyframes wd-ShakeNext {
    25% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0)
    }
}

@keyframes wd-ShakeNext {
    25% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0)
    }
}

@-webkit-keyframes wd-FadeInLoader {
    from {
        opacity: 0
    }
    to {
        opacity: .8
    }
}

@keyframes wd-FadeInLoader {
    from {
        opacity: 0
    }
    to {
        opacity: .8
    }
}

@-webkit-keyframes wd-fadeInTooltip {
    from {
        opacity: 0
    }
    to {
        opacity: .9
    }
}

@keyframes wd-fadeInTooltip {
    from {
        opacity: 0
    }
    to {
        opacity: .9
    }
}

@-webkit-keyframes wd-shopSlideFromBottom {
    from {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-shopSlideFromBottom {
    from {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-SlideFromTop {
    from {
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-SlideFromTop {
    from {
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-SlideFromBottom {
    from {
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-SlideFromBottom {
    from {
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-SlideFromLeft {
    from {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-SlideFromLeft {
    from {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-SlideFromRight {
    from {
        -webkit-transform: translateX(150px);
        transform: translateX(150px)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-SlideFromRight {
    from {
        -webkit-transform: translateX(150px);
        transform: translateX(150px)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-RightFlipY {
    from {
        -webkit-transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(.6);
        transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(.6)
    }
    to {
        -webkit-transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1)
    }
}

@keyframes wd-RightFlipY {
    from {
        -webkit-transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(.6);
        transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(.6)
    }
    to {
        -webkit-transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1)
    }
}

@-webkit-keyframes wd-LeftFlipY {
    from {
        -webkit-transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(.6);
        transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(.6)
    }
    to {
        -webkit-transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1)
    }
}

@keyframes wd-LeftFlipY {
    from {
        -webkit-transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(.6);
        transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(.6)
    }
    to {
        -webkit-transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1)
    }
}

@-webkit-keyframes wd-TopFlipX {
    from {
        -webkit-transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(.6);
        transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(.6)
    }
    to {
        -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1)
    }
}

@keyframes wd-TopFlipX {
    from {
        -webkit-transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(.6);
        transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(.6)
    }
    to {
        -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1)
    }
}

@-webkit-keyframes wd-BottomFlipX {
    from {
        -webkit-transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(.6);
        transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(.6)
    }
    to {
        -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1)
    }
}

@keyframes wd-BottomFlipX {
    from {
        -webkit-transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(.6);
        transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(.6)
    }
    to {
        -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
        transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1)
    }
}

@-webkit-keyframes wd-ZoomIn {
    from {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-ZoomIn {
    from {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-RotateZ {
    from {
        -webkit-transform: matrix3d(.70592, .02465, .37557, -.00062, -.06052, .79532, .06156, -.0001, -.46435, -.10342, .87958, -.00146, -21.42566, 4.13698, 4.81749, .99197);
        transform: matrix3d(.70592, .02465, .37557, -.00062, -.06052, .79532, .06156, -.0001, -.46435, -.10342, .87958, -.00146, -21.42566, 4.13698, 4.81749, .99197)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wd-RotateZ {
    from {
        -webkit-transform: matrix3d(.70592, .02465, .37557, -.00062, -.06052, .79532, .06156, -.0001, -.46435, -.10342, .87958, -.00146, -21.42566, 4.13698, 4.81749, .99197);
        transform: matrix3d(.70592, .02465, .37557, -.00062, -.06052, .79532, .06156, -.0001, -.46435, -.10342, .87958, -.00146, -21.42566, 4.13698, 4.81749, .99197)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes wd-Sonar {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
    50% {
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes wd-Sonar {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }
    50% {
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes wd-Pulse {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes wd-Pulse {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.website-wrapper {
    position: relative;
    overflow: hidden;
}

.passazh-dark .website-wrapper {
    background-color: #1a1a1a
}

.main-page-wrapper {
    margin-top: -40px;
    padding-top: 15px;
}

.passazh-dark .main-page-wrapper {
    background-color: #1a1a1a
}

.site-content {
    margin-bottom: 15px
}

.sidebar-container {
    margin-bottom: 40px
}

.sidebar-container .widget-heading {
    display: none
}

.footer-sidebar a {
    color:#646060 !important
}
.copyrights-wrapper{
  background-color: #d7dee0;
  border-color:#b0bec5;
  color:#4a4a4a !important
}
.footer-more-info,
.footer-more-info ul{
  float: right;
  width: 100%;
}
.footer-more-info ul li{
  float: right;
  font-size: 16px !important;
  margin:0 !important;
  color:#333 !important;
  line-height: 30px;
  margin-top: 10px !important;
  margin-left: 20px !important;
}

.passazh-sticky-sidebar-opener {
    color: #333
}

.passazh-sticky-sidebar-opener:not(.sticky-toolbar) {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 350;
    display: none;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 5px rgba(0, 0, 0, .17);
    text-align: center;
    font-size: 0;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px
}

.passazh-sticky-sidebar-opener:after {
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    content: "\f115";
    font-family: passazh-font
}

.passazh-sticky-sidebar-opener:not(.shop-sidebar-opener):after {
    font-size: 20px;
    content: "\f10c";
    font-family: passazh-font
}

.passazh-sticky-sidebar-opener:focus,
.passazh-sticky-sidebar-opener:hover {
    color: #777
}

.passazh-dark .passazh-sticky-sidebar-opener {
    color: #FFF
}

.passazh-dark .passazh-sticky-sidebar-opener:not(.sticky-toolbar) {
    background-color: rgba(0, 0, 0, .9)
}

.passazh-dark .passazh-sticky-sidebar-opener:focus,
.passazh-dark .passazh-sticky-sidebar-opener:hover {
    color: rgba(255, 255, 255, .8)
}

.whb-header {
    margin-bottom: 40px
}

.whb-flex-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.whb-column {
    display: flex;
    align-items: center;
    flex-direction: row
}

.whb-col-left,
.whb-mobile-left {
    justify-content: flex-start;
    margin-right: -10px
}

.whb-col-right,
.whb-mobile-right {
    justify-content: flex-end;
    margin-left: -10px
}

.whb-col-mobile {
    flex: 1 1 auto;
    justify-content: center;
    margin-right: -10px;
    margin-left: -10px
}

.whb-flex-flex-middle .whb-col-center {
    flex: 1 1 0%
}

.whb-flex-equal-sides .whb-col-left,
.whb-flex-equal-sides .whb-col-right {
    flex: 1 1 0%
}

.whb-general-header .whb-mobile-left,
.whb-general-header .whb-mobile-right {
    flex: 1 1 0%
}

.whb-empty-column+.whb-mobile-right {
    flex: 1 1 auto
}

.passazh-header-overcontent .page-title {
    margin-top: 0
}

.whb-overcontent {
    min-height: .2px
}

.whb-overcontent .whb-main-header {
    position: absolute
}

.whb-overcontent.whb-custom-header,
body:not(.single-product) .whb-overcontent {
    margin-bottom: 0;
    padding-top: 0 !important
}

.whb-with-shadow {
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1)
}

.whb-main-header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 390;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.whb-clone {
    position: fixed;
    z-index: 391;
    visibility: hidden;
    opacity: 0;
    transition: opacity .1s ease, visibility .1s ease, -webkit-transform .3s ease;
    transition: opacity .1s ease, visibility .1s ease, transform .3s ease;
    transition: opacity .1s ease, visibility .1s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-animation: wd-fadeOutUpBig .1s ease;
    animation: wd-fadeOutUpBig .1s ease;
    pointer-events: none
}

.whb-clone .whb-flex-row {
    border: none
}

.whb-clone.whb-sticked {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: wd-fadeInDownBig .3s ease;
    animation: wd-fadeInDownBig .3s ease;
    pointer-events: visible;
    pointer-events: unset
}

.whb-clone.whb-sticked .whb-not-sticky-row {
    display: block
}

.whb-clone .passazh-navigation.main-nav {
    text-align: center
}

.admin-bar .whb-clone {
    top: 32px
}

.whb-clone.whb-hide-on-scroll {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: none;
    animation: none
}

.whb-clone.whb-scroll-up {
    -webkit-transform: none;
    transform: none
}

.whb-sticky-prepared .whb-main-header {
    position: absolute
}

.whb-scroll-stick .whb-flex-row {
    transition: height .2s ease
}

.whb-scroll-stick .main-nav .item-level-0>a,
.whb-scroll-stick .menu-opener,
.whb-scroll-stick .wd-tools-element>a,
.whb-scroll-stick .whb-divider-element:before,
.whb-scroll-stick .whb-secondary-menu .item-level-0>a,
.whb-scroll-stick .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle,
.whb-scroll-stick form.woocommerce-currency-switcher-form .dd-selected {
    transition: all .25s ease, height .2s ease
}

.whb-scroll-stick .passazh-logo img {
    transition: max-height .3s ease
}

.whb-scroll-stick.whb-sticked .whb-flex-row {
    transition: height .3s ease
}

.whb-scroll-stick.whb-sticked .main-nav .item-level-0>a,
.whb-scroll-stick.whb-sticked .menu-opener,
.whb-scroll-stick.whb-sticked .wd-tools-element>a,
.whb-scroll-stick.whb-sticked .whb-divider-element:before,
.whb-scroll-stick.whb-sticked .whb-secondary-menu .item-level-0>a,
.whb-scroll-stick.whb-sticked .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle,
.whb-scroll-stick.whb-sticked form.woocommerce-currency-switcher-form .dd-selected {
    transition: all .25s ease, height .3s ease
}

.whb-scroll-stick.whb-scroll-down .whb-main-header,
.whb-scroll-stick.whb-scroll-up .whb-main-header {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.whb-scroll-stick.whb-scroll-down .whb-main-header {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.whb-scroll-stick.whb-scroll-up .whb-main-header {
    -webkit-transform: none;
    transform: none
}

.whb-scroll-slide .main-nav .item-level-0>a,
.whb-scroll-slide .menu-opener,
.whb-scroll-slide .wd-tools-element>a,
.whb-scroll-slide .whb-divider-element:before,
.whb-scroll-slide .whb-secondary-menu .item-level-0>a,
.whb-scroll-slide .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle,
.whb-scroll-slide form.woocommerce-currency-switcher-form .dd-selected {
    transition: all .25s ease, height 0s ease
}

.whb-scroll-slide.whb-sticked .whb-main-header {
    -webkit-animation: wd-fadeInDownBig .4s ease;
    animation: wd-fadeInDownBig .4s ease
}

.whb-scroll-slide.whb-scroll-down .whb-main-header,
.whb-scroll-slide.whb-scroll-up .whb-main-header {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.whb-scroll-slide.whb-hide-on-scroll.whb-sticked .whb-main-header {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: none;
    animation: none
}

.whb-scroll-slide.whb-hide-on-scroll.whb-scroll-up .whb-main-header {
    -webkit-transform: none;
    transform: none
}

.whb-sticked .whb-main-header {
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.whb-sticked .whb-row {
    transition: background-color .3s ease
}

.whb-sticked .whb-not-sticky-row {
    display: none
}

.admin-bar .whb-sticked .whb-main-header {
    top: 32px
}

.whb-sticky-shadow.whb-sticked .whb-main-header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.whb-sticky-shadow.whb-sticked .whb-row:last-child {
    border-bottom: none
}

.whb-sticky-shadow.whb-sticked .whb-row:last-child .whb-flex-row {
    border-bottom: none
}

.whb-sticky-shadow+.whb-clone {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.whb-sticky-shadow+.whb-clone .whb-row {
    border-bottom: none
}

.whb-row {
    transition: background-color .2s ease
}

.whb-color-dark:not(.whb-with-bg) {
    background-color: #FFF
}

.whb-color-light:not(.whb-with-bg) {
    background-color: #212121
}

body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) {
    background-color: transparent
}

.passazh-logo {
    display: inline-block
}

.passazh-logo img {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px
}

.passazh-logo img[src$=".svg"] {
    height: 100%
}

.switch-logo-enable .passazh-sticky-logo {
    display: none;
    -webkit-animation: wd-fadeIn .5s ease;
    animation: wd-fadeIn .5s ease
}

.whb-sticked .switch-logo-enable .passazh-main-logo {
    display: none
}

.whb-sticked .switch-logo-enable .passazh-sticky-logo {
    display: block
}

.whb-clone .switch-logo-enable .passazh-main-logo {
    display: none
}

.whb-clone .switch-logo-enable .passazh-sticky-logo {
    display: block
}

.menu-opener {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    min-width: 200px;
    max-width: 320px;
    height: 50px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    transition: all .25s ease;
    border-left:1px solid #e6e6e6 !important
}

.menu-opener .passazh-burger,
.menu-opener .passazh-custom-burger-icon {
    margin-left: 10px
}

.menu-opener .passazh-burger {
    flex: 0 0 auto;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px
}

.menu-opener .passazh-burger,
.menu-opener .passazh-burger::after,
.menu-opener .passazh-burger::before {
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: currentColor;
    transition: none
}

.menu-opener .passazh-burger::after,
.menu-opener .passazh-burger::before {
    content: "";
    position: absolute;
    right: 0
}

.menu-opener .passazh-burger::before {
    top: -6px
}

.menu-opener .passazh-burger::after {
    top: 6px
}

.menu-opener .menu-open-label {
    flex: 1 1 auto;
    margin-left: 10px;

}

.menu-opener .arrow-opener {
    font-style: normal;
    font-size: 16px;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.menu-opener .arrow-opener:after {
    content: "\f128";
    font-family: passazh-font
}

.menu-opener.color-scheme-light {
    color: #FFF
}

.header-categories-nav .header-categories-nav-wrap {
    position: relative
}

.header-categories-nav .categories-menu-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 299;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    pointer-events: none
}

.header-categories-nav .categories-menu-dropdown .menu {
    border-top: none
}

.header-categories-nav .categories-menu-dropdown .item-level-0>a {
    font-size: 14px
}

.header-categories-nav.show-on-hover:hover .categories-menu-dropdown,
.whb-sticked .header-categories-nav.opened-menu:hover .categories-menu-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible;
    pointer-events: unset
}

.header-categories-nav.show-on-hover:hover .arrow-opener,
.whb-sticked .header-categories-nav.opened-menu:hover .arrow-opener {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.whb-header:not(.whb-sticked) .header-categories-nav.opened-menu .categories-menu-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible;
    pointer-events: unset
}

.whb-header:not(.whb-sticked) .header-categories-nav.opened-menu .menu-opener {
    cursor: default
}

.wd-more-cat-btn>a {
    position: relative;
    justify-content: center;
    background-color: #F9F9F9;
    font-style: normal
}

.wd-more-cat-btn>a:after {
    content: "\f128";
    font-family: passazh-font
}

.vertical-navigation .item-level-0.wd-more-cat-btn>a {
    padding: 5px;
    font-weight: 400;
    font-size: 22px;
    line-height: 1
}

.vertical-navigation .item-level-0.wd-more-cat-btn:hover>a {
    background-color: #F2F2F2
}

.wd-show-cat .item-level-0:nth-last-child(-n+2) {
    border-bottom: none
}

.dropdowns-color-light .header-categories-nav .wd-more-cat-btn a,
.passazh-dark .vertical-navigation .wd-more-cat-btn a {
    background-color: #1a1a1a
}

.dropdowns-color-light .header-categories-nav .wd-more-cat-btn:hover>a,
.passazh-dark .vertical-navigation .wd-more-cat-btn:hover>a {
    background-color: rgba(255, 255, 255, .02)
}

.wd-tools-element {
    position: relative
}

.wd-tools-element>a {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    height: 40px;
    color: #333;
    font-weight: 400;
    line-height: 1
}

.wd-tools-element .wd-tools-icon {
    position: relative;
    font-weight: 400;
    font-size: 0
}

.wd-tools-element .wd-tools-text {
    margin-right: 8px;
    vertical-align: middle;

    white-space: nowrap;
    font-weight: 600;
    font-size: 13px
}

.wd-tools-element.with-product-count .wd-tools-text {
    margin-right: 14px
}

.wd-tools-element:hover>a {
    color: rgba(51, 51, 51, .6)
}

.wd-tools-element.wd-style-icon .wd-tools-text {
    display: none
}

.wd-tools-element.wd-style-icon.with-product-count {
    margin-left: 5px
}

.wd-tools-element.without-product-count .wd-tools-text {
    margin-right: 7px
}

.whb-top-bar .wd-tools-element .wd-tools-icon:before {
    font-size: 14px
}

.whb-top-bar .wd-tools-element .wd-tools-text {
    font-weight: 400;
    font-size: 12px
}

.whb-color-light .wd-tools-element>a {
    color: #FFF
}

.whb-color-light .wd-tools-element:hover>a {
    color: rgba(255, 255, 255, .8)
}

.wd-tools-custom-icon .wd-tools-icon:after,
.wd-tools-custom-icon .wd-tools-icon:before {
    display: none
}

.wd-tools-custom-icon .passazh-custom-icon {
    transition: all .25s ease
}

.wd-tools-custom-icon:hover .passazh-custom-icon {
    opacity: .6
}

.search-button .search-button-icon:before {
    font-size: 19px;
    transition: opacity .3s ease;
    content: "\f125";
    font-family: passazh-font
}

.search-button .search-button-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -7.5px;
    width: 15px;
    height: 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    opacity: 0;
    transition: none;
    content: "\f10f";
    font-family: passazh-font
}

.passazh-search-opened .search-button .search-button-icon:after {
    opacity: 1;
    transition: opacity .3s ease
}

.passazh-search-opened .search-button .search-button-icon:before {
    opacity: 0;
    transition: none
}

.whb-top-bar .search-button .search-button-icon:before {
    font-size: 13px
}

.whb-top-bar .search-button .search-button-icon:after {
    font-size: 10px
}

.whb-column .passazh-search-form {
    flex: 1 1 auto
}

.whb-column .passazh-search-form input[type=text] {
    min-width: 290px
}

.whb-column .passazh-mobile-search-form input[type=text] {
    min-width: 100%;
    height: 42px;
    font-size: 14px
}

.search-style-with-bg.searchform input[type=text] {
    background-color: #FFF
}

.search-style-with-bg.searchform .searchsubmit {
    left: 0;
    width: 52px;
    color: #FFF
}

.search-style-with-bg.searchform .searchsubmit:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.search-style-with-bg.searchform .searchsubmit:before {
    border-color: rgba(255, 255, 255, .4);
    border-left-color: #FFF
}

.search-style-with-bg .search-by-category .input-dropdown-inner {
    border-left: none
}

.form-style-rounded .search-style-with-bg .searchsubmit {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.form-style-semi-rounded .search-style-with-bg .searchsubmit {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.passazh-dark .search-style-with-bg input[type=text] {
    background-color: rgba(0, 0, 0, .3)
}

.passazh-burger-icon .passazh-burger {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px
}

.passazh-burger-icon .passazh-burger,
.passazh-burger-icon .passazh-burger::after,
.passazh-burger-icon .passazh-burger::before {
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: currentColor;
    transition: width .25s ease
}

.passazh-burger-icon .passazh-burger::after,
.passazh-burger-icon .passazh-burger::before {
    content: "";
    position: absolute;
    right: 0
}

.passazh-burger-icon .passazh-burger::before {
    top: -6px
}

.passazh-burger-icon .passazh-burger::after {
    top: 6px
}

.passazh-burger-icon:hover .passazh-burger,
.passazh-burger-icon:hover .passazh-burger:after,
.passazh-burger-icon:hover .passazh-burger:before {
    background-color: currentColor
}

.passazh-burger-icon:hover .passazh-burger:before {
    width: 12px
}

.passazh-burger-icon:hover .passazh-burger:after {
    width: 10px
}

.whb-divider-element:before {
    content: "";
    display: block;
    height: 18px;
    border-right-width: 1px;
    border-right-style: solid
}

.whb-color-dark .whb-divider-element:before {
    border-color: rgba(129, 129, 129, .2)
}

.whb-color-light .whb-divider-element:before {
    border-color: rgba(255, 255, 255, .25)
}

.passazh-dark .whb-color-light .whb-divider-element:before {
    border-color: rgba(255, 255, 255, .15)
}

.whb-col-mobile .whb-divider-element:last-child,
.whb-col-right .whb-divider-element:last-child,
.whb-mobile-right .whb-divider-element:last-child {
    padding-left: 10px
}

.whb-col-left .whb-divider-element:first-child,
.whb-col-mobile .whb-divider-element:first-child,
.whb-mobile-left .whb-divider-element:first-child {
    padding-right: 10px
}

.whb-col-center .whb-divider-element:first-child {
    padding-right: 10px
}

.whb-col-center .whb-divider-element:last-child {
    padding-left: 10px
}

.whb-column>.passazh-social-icons:not(.icons-design-default) .passazh-social-icon {
    margin-right: 0;
    margin-left: 0
}

.whb-column>.passazh-social-icons:not(.icons-design-default) .passazh-social-icon:not(:last-child) {
    margin-left: 8px
}

.whb-column>.info-box-wrapper .passazh-info-box {
    margin-bottom: 0
}

.whb-text-element {
    flex: 1 1 auto
}

.whb-text-element p:first-child:empty {
    display: none
}

.whb-text-element.text-element-inline {
    flex: 0 0 auto
}

.whb-top-bar .whb-text-element {
    font-size: 12px;
    line-height: 1.2
}

.whb-color-light .whb-text-element {
    color: rgba(255, 255, 255, .8)
}

.whb-color-light .whb-text-element a {
    color: rgba(255, 255, 255, .9)
}

.whb-color-light .whb-text-element a:hover {
    color: #FFF
}

.whb-color-light .whb-text-element .title,
.whb-color-light .whb-text-element .widget-title,
.whb-color-light .whb-text-element .widgettitle,
.whb-color-light .whb-text-element h1,
.whb-color-light .whb-text-element h2,
.whb-color-light .whb-text-element h3,
.whb-color-light .whb-text-element h4,
.whb-color-light .whb-text-element h5,
.whb-color-light .whb-text-element h6,
.whb-color-light .whb-text-element label,
.whb-color-light .whb-text-element legend {
    color: #FFF
}

.whb-color-light .whb-text-element .inline-list-with-border li:not(:last-child) {
    border-color: rgba(255, 255, 255, .15)
}

.passazh-wishlist-info-widget .wishlist-icon:before {
    font-size: 20px;
    content: "\f108";
    font-family: passazh-font
}

.passazh-compare-info-widget .compare-icon:before {
    font-size: 20px;
    content: "\f122";
    font-family: passazh-font
}

.passazh-shopping-cart .passazh-cart-icon:before {
    font-size: 20px;
    content: "\f107";
    font-family: passazh-font
}

.passazh-shopping-cart .passazh-cart-subtotal .amount {
    color: #333;
    font-weight: inherit;
    font-size: inherit
}

.passazh-shopping-cart .passazh-cart-number>span {
    display: none
}

.passazh-shopping-cart.passazh-cart-alt .passazh-cart-icon:before {
    content: "\f120";
    font-family: passazh-font
}

.whb-color-light .passazh-shopping-cart .passazh-cart-subtotal .amount {
    color: #FFF
}

.passazh-cart-design-1 .passazh-cart-totals {
    margin-right: 10px
}

.passazh-cart-design-2 .passazh-cart-totals {
    margin-right: 15px
}

.passazh-cart-design-2 .passazh-cart-totals {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row
}

.passazh-cart-design-2 .subtotal-divider {
    display: none
}

.passazh-cart-design-3>a {
    height: auto
}

.passazh-cart-design-3 .passazh-cart-icon:before {
    color: rgba(0, 0, 0, .17);
    font-size: 32px
}

.passazh-cart-design-3 .passazh-cart-totals {
    display: flex;
    flex-direction: column-reverse;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.passazh-cart-design-3 .passazh-cart-number {
    color: #777;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px
}

.passazh-cart-design-3 .passazh-cart-number>span {
    display: inline-block
}

.passazh-cart-design-3 .passazh-cart-subtotal {
    line-height: 20px
}

.passazh-cart-design-3 .passazh-cart-subtotal .amount {
    font-weight: 900;
    font-size: 14px
}

.passazh-cart-design-3 .subtotal-divider {
    display: none
}

.whb-top-bar .passazh-cart-design-3 .passazh-cart-icon:before {
    font-size: 20px
}

.whb-top-bar .passazh-cart-design-3 .passazh-cart-totals {
    margin-right: 8px;
    padding-right: 8px
}

.whb-top-bar .passazh-cart-design-3 .passazh-cart-number {
    font-size: inherit;
    line-height: 14px
}

.whb-top-bar .passazh-cart-design-3 .passazh-cart-subtotal {
    line-height: 14px
}

.whb-top-bar .passazh-cart-design-3 .passazh-cart-subtotal .amount {
    font-weight: 600;
    font-size: 12px
}

.whb-color-light .passazh-cart-design-3 .passazh-cart-totals {
    border-color: rgba(255, 255, 255, .3)
}

.whb-color-light .passazh-cart-design-3 .passazh-cart-icon:before {
    color: #FFF
}

.whb-color-light .passazh-cart-design-3 .passazh-cart-number {
    color: rgba(255, 255, 255, .8)
}

.passazh-cart-design-4 .passazh-cart-totals {
    margin-right: 6px
}

.passazh-cart-design-4 .passazh-cart-number {
    position: relative;
    display: inline-block;
    padding: 0 2px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 19px
}

.passazh-cart-design-4 .subtotal-divider,
.passazh-cart-design-4 .passazh-cart-subtotal {
    display: none
}

.whb-top-bar .passazh-cart-design-4 .passazh-cart-number {
    width: 16px;
    height: 16px;
    line-height: 16px
}

.passazh-cart-design-5 {
    margin-left: 5px
}

.passazh-cart-design-5 .passazh-cart-totals {
    display: none
}

.dropdown-cart {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 350;
    padding: 20px;
    width: 330px;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.dropdown-cart .return-to-shop {
    display: none
}

.dropdown-cart .widget_shopping_cart .empty {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px
}

.whb-col-left .dropdown-cart {
    left: auto;
    right: 0
}

.dropdowns-color-light .dropdown-cart {
    background-color: #101010
}

.woocommerce-cart .cart-widget-side,
.woocommerce-cart .dropdown-cart,
.woocommerce-checkout .cart-widget-side,
.woocommerce-checkout .dropdown-cart {
    display: none
}

.cart-widget-side {
    display: flex;
    flex-direction: column
}

.cart-widget-side .widget_shopping_cart {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column
}

.cart-widget-side .widget_shopping_cart .mini_cart_item {
    margin-bottom: 0;
    padding: 15px;
    transition: background-color .3s ease
}

.cart-widget-side .widget_shopping_cart .mini_cart_item:hover {
    background-color: #F9F9F9
}

.cart-widget-side .widget_shopping_cart .passazh-scroll-content {
    position: absolute;
    padding-left: 0;
    max-height: none
}

.cart-widget-side .widget_shopping_cart .remove {
    top: 13px;
    left: 10px
}

.cart-widget-side .widget_shopping_cart .empty {
    margin-top: 20px;
    margin-bottom: 5px
}

.cart-widget-side .widget_shopping_cart .empty:before {
    display: block;
    margin-bottom: 20px;
    color: rgba(135, 135, 135, .15);
    font-weight: 400;
    font-size: 86px;
    line-height: 86px;
    content: "\f444";
    font-family: passazh-font
}

.cart-widget-side .widget_shopping_cart .total {
    margin-top: 0
}

.cart-widget-side .widget_shopping_cart .shopping-cart-widget-footer {
    margin-top: 0
}

.cart-widget-side .widget_shopping_cart_content {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between
}

.cart-widget-side .shopping-cart-widget-footer {
    flex: 0 0 auto;
    padding-bottom: 15px
}

.cart-widget-side .shopping-cart-widget-footer>p {
    padding-right: 15px;
    padding-left: 15px
}

.dropdowns-color-light .cart-widget-side {
    background-color: #101010
}

.dropdowns-color-light .cart-widget-side .widget_shopping_cart .mini_cart_item:hover {
    background-color: rgba(0, 0, 0, .3)
}

.dropdowns-color-light .cart-widget-side .empty:before {
    color: rgba(255, 255, 255, .6)
}

.dropdowns-color-light .cart-widget-side .empty:after {
    color: #FFF
}

.dropdowns-color-light .cart-widget-side .passazh-scroll-pane {
    background: rgba(255, 255, 255, .15)
}

.dropdowns-color-light .cart-widget-side .passazh-scroll-pane>.passazh-scroll-slider {
    background: rgba(255, 255, 255, .35)
}

.passazh-header-links .sub-menu-dropdown li a {
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 8px;
    padding-left: 18px
}

.my-account-with-icon .wd-tools-icon:before {
    font-size: 19px;
    content: "\f11e";
    font-family: passazh-font
}

.my-account-with-icon:not(.my-account-with-username) .wd-tools-text {
    display: none
}

.my-account-with-text .wd-tools-text {
    margin-right: 0
}

div.passazh-header-links .menu-item-my-account {
    width: 165px
}

.menu-item-register {
    transition-delay: .2s;
    pointer-events: visible;
    pointer-events: unset
}

div.passazh-header-links .menu-item-register {
    padding-top: 0;
    padding-bottom: 0;
    width: auto
}

.menu-item-register .login-dropdown-inner {
    padding: 25px;
    width: 350px;
    position: relative;
    overflow: hidden;
}

.login-dropdown-inner::before{
  content: "\f11e";
font-family: passazh-font;
  position: absolute;
  bottom: -35px;
  left: -10px;
  font-size: 200px;
  transform: rotate(45deg);
  opacity: 0.2
}
.login-dropdown-inner form{
  position: relative;
  z-index: 99999
}

.menu-item-register .login-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid;
    color: #2d2a2a;
    line-height: 1
}

.menu-item-register .login-title a,
.menu-item-register .login-title span {
    margin-bottom: 10px
}

.menu-item-register .login-title span {

    font-weight: 600;
    font-size: 16px
}

.menu-item-register .create-account-link:hover {
    text-decoration: underline;
    opacity: .7
}

.menu-item-register a.create-account-link {
    font-weight: 400;
    font-size: 14px;
    line-height: inherit
}

.menu-item-register .login {
    line-height: 1.2
}

.menu-item-register .login p {
    margin-bottom: 15px
}

.browser-Safari .menu-item-register.sub-menu-dropdown {
    visibility: hidden
}

.menu-item-register.opened,
.menu-item-register:hover {
    transition-delay: 0s
}

.dropdowns-color-light .menu-item-register .login-title {
    border-color: rgba(255, 255, 255, .15);
    color: #FFF
}

.dropdowns-color-light .menu-item-register .login-title a {
    color: rgba(255, 255, 255, .8)
}

.dropdowns-color-light .menu-item-register .login-title a:hover {
    color: #FFF;
    opacity: 1
}

.login-form-side .woocommerce-form-login {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid
}

.login-form-side .social-login-title {
    margin-top: 10px;
    margin-bottom: 20px
}

.login-form-side .passazh-social-login {
    margin-bottom: 10px
}

.login-form-side .create-account-question {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-bottom: 1px solid;
    text-align: center
}

.login-form-side .create-account-question:before {
    display: block;
    margin-bottom: 15px;
    color: rgba(135, 135, 135, .15);
    font-weight: 400;
    font-size: 54px;
    line-height: 54px;
    content: "\f11e";
    font-family: passazh-font
}

.login-form-side .create-account-text {
    display: block;
    margin-bottom: 15px;
    color: #2d2a2a;
    font-weight: 600;
    font-size: 14px
}

.dropdowns-color-light .login-form-side label {
    color: #FFF
}

.dropdowns-color-light .login-form-side input[type=text],
.dropdowns-color-light .login-form-side input[type=email],
.dropdowns-color-light .login-form-side input[type=password] {
    border-color: rgba(255, 255, 255, .25);
    background-color: transparent;
    box-shadow: none;
    color: #FFF
}

.dropdowns-color-light .login-form-side input[type=text]:focus,
.dropdowns-color-light .login-form-side input[type=email]:focus,
.dropdowns-color-light .login-form-side input[type=password]:focus {
    border-color: rgba(255, 255, 255, .5)
}

.dropdowns-color-light .login-form-side ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.dropdowns-color-light .login-form-side ::-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.dropdowns-color-light .login-form-side :-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.dropdowns-color-light .login-form-side :-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.dropdowns-color-light .login-form-side .woocommerce-form-login {
    border-color: rgba(255, 255, 255, .15)
}

.dropdowns-color-light .login-form-side .create-account-question {
    border-color: rgba(255, 255, 255, .15)
}

.dropdowns-color-light .login-form-side .create-account-question:before {
    color: rgba(255, 255, 255, .6)
}

.dropdowns-color-light .login-form-side .create-account-text {
    color: rgba(255, 255, 255, .8)
}

.dropdowns-color-light .login-form-side .create-account-button {
    border-color: rgba(255, 255, 255, .3);
    color: #FFF
}

.dropdowns-color-light .login-form-side .create-account-button:hover {
    border-color: #FFF;
    color: #FFF
}

.dropdowns-color-light .login-form-side .social-login-title,
.dropdowns-color-light .menu-item-register .social-login-title {
    color: #FFF
}

.dropdowns-color-light .login-form-side .social-login-title:after,
.dropdowns-color-light .login-form-side .social-login-title:before,
.dropdowns-color-light .menu-item-register .social-login-title:after,
.dropdowns-color-light .menu-item-register .social-login-title:before {
    border-color: rgba(255, 255, 255, .15)
}

.dropdowns-color-light .login-form-side .login-form-footer .lost_password,
.dropdowns-color-light .menu-item-register .login-form-footer .lost_password {
    color: rgba(255, 255, 255, .8)
}

.dropdowns-color-light .login-form-side .login-form-footer .lost_password:hover,
.dropdowns-color-light .menu-item-register .login-form-footer .lost_password:hover {
    color: #FFF;
    opacity: 1
}

.header-banner-enabled .website-wrapper {
    margin-top: 0;
    transition: margin-top .6s ease
}

.header-banner-display .header-banner {
    opacity: 1;
    transition: opacity 0s ease
}

.header-banner-display .website-wrapper {
    transition: margin-top .6s ease .25s
}

.header-banner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0s ease .6s
}

.header-banner-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.close-header-banner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    color: #333
}

.close-header-banner:after {
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color .25s ease;
    content: "\f10f";
    font-family: passazh-font
}

.close-header-banner:hover {
    color: #333;
    opacity: .6
}

.close-header-banner+.header-banner-link {
    left: 60px
}

.color-scheme-dark .close-header-banner {
    color: #333
}

.color-scheme-dark .close-header-banner:hover {
    color: #333
}

table {
    margin-bottom: 35px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.4
}

table th {
    padding: 15px 10px;
    border: none;
    border-bottom: 1px solid #EFEFEF;
    color: #777;
    vertical-align: middle;
    text-align: right;

    font-weight: 600;
    font-size: 14px;
    line-height: 1.2
}

table td {
    padding: 15px 12px;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    text-align: right;
    font-weight: inherit
}

table tbody th,
table tfoot th {
    border-bottom: 1px solid #E6E6E6;
    text-transform: none;
    font-size: 14px
}

.color-scheme-light table th,
.passazh-dark table th {
    color: #FFF
}

.color-scheme-light table th {
    border-color: rgba(255, 255, 255, .15)
}

.color-scheme-light table td {
    border-color: rgba(255, 255, 255, .15)
}

.color-scheme-light table tbody th,
.color-scheme-light table tfoot th {
    border-color: rgba(255, 255, 255, .15)
}

.passazh-dark table th {
    border-color: rgba(255, 255, 255, .05)
}

.passazh-dark table td {
    border-color: rgba(255, 255, 255, .05)
}

.passazh-dark table tbody th,
.passazh-dark table tfoot th {
    border-color: rgba(255, 255, 255, .05)
}

.table-bordered-style td,
.table-bordered-style th {
    border: 1px solid #EFEFEF
}

.color-scheme-light .table-bordered-style td,
.color-scheme-light .table-bordered-style th {
    border-color: rgba(255, 255, 255, .4)
}

.responsive-table {
    overflow-x: auto;
    margin-bottom: 35px
}

.responsive-table table {
    margin-bottom: 0
}

.responsive-table .responsive-table {
    overflow-x: visible;
    margin-bottom: 0
}

.passazh-vc-ajax-search {
    margin-bottom: 35px
}

.searchform {
    position: relative
}

.searchform input[type=text] {
    padding-left: 50px;
    height: 46px;
    font-size: 15px
}

.searchform input[type=text]::-ms-clear {
    display: none
}

.searchform .searchsubmit {
    position: absolute;
    top: 0;
    left: 2px;
    bottom: 0;
    padding: 0;
    width: 50px;
    border: none;
    background-color: transparent;
    color: #777;
    font-weight: 400;
    font-size: 0
}

.searchform .searchsubmit:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    font-size: 20px;
    line-height: 20px;
    transition: opacity .2s ease;
    content: "\f125";
    font-family: passazh-font
}

.searchform .searchsubmit:before {
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 0;
    transition: opacity .1s ease, visibility .1s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle
}

.searchform .searchsubmit:focus,
.searchform .searchsubmit:hover {
    box-shadow: none
}

.searchform.search-loading .searchsubmit:before {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s ease, visibility .2s ease;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.searchform.search-loading .searchsubmit:after {
    opacity: 0;
    transition: opacity .1s ease
}

.passazh-searchform-custom-icon .searchsubmit:after {
    content: none
}

.passazh-searchform-custom-icon .passazh-custom-icon {
    min-width: auto;
    max-width: 24px;
    transition: opacity .2s ease
}

.passazh-searchform-custom-icon .searchsubmit:hover {
    opacity: .6
}

.passazh-searchform-custom-icon.search-loading .passazh-custom-icon {
    opacity: 0;
    transition: opacity .1s ease
}

.search-results-wrapper {
    position: relative
}

.search-results-wrapper .passazh-scroll {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
    width: auto;
    height: auto;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.search-results-wrapper .passazh-scroll .passazh-search-results {
    position: relative;
    max-height: 50vh
}

.search-results-wrapper .passazh-scroll .passazh-scroll-pane {
    z-index: 1002
}

.color-scheme-light .search-results-wrapper .passazh-scroll,
.passazh-dark .search-results-wrapper .passazh-scroll {
    background-color: #101010
}

.autocomplete-suggestions {
    position: relative !important;
    z-index: 1001 !important;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: -1px;
    margin-left: -1px;
    max-width: none !important;
    max-height: none !important;
    width: auto !important;
    -webkit-animation: wd-fadeInBottomShort .2s ease both;
    animation: wd-fadeInBottomShort .2s ease both
}

.autocomplete-suggestion {
    flex: 1 1 285px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    cursor: pointer;
    transition: background-color .25s ease
}

.autocomplete-suggestion .suggestion-title strong {
    text-decoration: underline
}

.autocomplete-suggestion .suggestion-thumb {
    float: right;
    margin-left: 15px;
    max-width: 65px
}

.autocomplete-suggestion .suggestion-title {
    margin-bottom: 0;
    font-size: 14px
}

.autocomplete-suggestion .suggestion-price,
.autocomplete-suggestion .suggestion-sku {
    margin-top: 10px;
    line-height: 1
}

.autocomplete-suggestion .suggestion-sku {
    color: #747474;
    font-size: 12px
}

.autocomplete-suggestion.suggestion-divider {
    flex-basis: 100% !important;
    width: 100%;
    background-color: #F9F9F9;

    font-weight: 600;
    cursor: default
}

.autocomplete-suggestion.suggestion-divider h5 {
    font-size: 14px
}

.autocomplete-suggestion.autocomplete-selected,
.autocomplete-suggestion:hover {
    background-color: #F9F9F9
}

.color-scheme-light .autocomplete-suggestion.suggestion-divider,
.passazh-dark .autocomplete-suggestion.suggestion-divider {
    background-color: rgba(0, 0, 0, .3);
    color: #FFF
}

.color-scheme-light .autocomplete-suggestion .suggestion-sku,
.passazh-dark .autocomplete-suggestion .suggestion-sku {
    color: #FFF
}

.color-scheme-light .autocomplete-suggestion.autocomplete-selected,
.color-scheme-light .autocomplete-suggestion:hover,
.passazh-dark .autocomplete-suggestion.autocomplete-selected,
.passazh-dark .autocomplete-suggestion:hover {
    background-color: rgba(0, 0, 0, .3)
}

.suggestion-divider-text {
    margin-bottom: 0
}

.view-all-results {
    flex: 1 1 100%;
    margin-top: -1px;
    height: 50px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background-color: #FFF;
    color: #333;
    text-align: center;


    font-weight: 600;
    line-height: 50px;
    cursor: pointer;
    transition: background-color .25s ease;
    -webkit-animation: wd-fadeIn .3s ease both;
    animation: wd-fadeIn .3s ease both
}

.view-all-results:hover {
    background-color: #F9F9F9
}

.color-scheme-light .view-all-results,
.passazh-dark .view-all-results {
    background-color: rgba(0, 0, 0, .3);
    color: #FFF
}

.color-scheme-light .view-all-results:hover,
.passazh-dark .view-all-results:hover {
    background-color: rgba(0, 0, 0, .9)
}

.passazh-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 340;
    width: 300px;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.passazh-search-dropdown input[type=text] {
    padding-right: 25px;
    padding-left: 55px;
    height: 70px;
    border-style: none
}

.passazh-search-dropdown .searchsubmit {
    width: 60px;
    color: #333
}

.passazh-search-dropdown .view-all-results {
    border-bottom: none
}

.dropdowns-color-light .passazh-search-dropdown {
    background-color: #101010
}

.whb-col-left .passazh-search-dropdown {
    left: auto;
    right: 0
}

.dropdowns-color-light .mobile-nav .searchsubmit,
.dropdowns-color-light .passazh-search-dropdown .searchsubmit {
    color: #FFF
}

.dropdowns-color-light .mobile-nav .searchsubmit:before,
.dropdowns-color-light .passazh-search-dropdown .searchsubmit:before {
    border-color: rgba(255, 255, 255, .15);
    border-left-color: #FFF
}

.dropdowns-color-light .mobile-nav input[type=text],
.dropdowns-color-light .passazh-search-dropdown input[type=text] {
    color: #FFF
}

.dropdowns-color-light .mobile-nav ::-webkit-input-placeholder,
.dropdowns-color-light .passazh-search-dropdown ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.dropdowns-color-light .mobile-nav ::-moz-placeholder,
.dropdowns-color-light .passazh-search-dropdown ::-moz-placeholder {
    color: #FFF
}

.dropdowns-color-light .mobile-nav :-moz-placeholder,
.dropdowns-color-light .passazh-search-dropdown :-moz-placeholder {
    color: #FFF
}

.dropdowns-color-light .mobile-nav :-ms-input-placeholder,
.dropdowns-color-light .passazh-search-dropdown :-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.passazh-search-full-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 400;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    background-color: #FFF;
    box-shadow: 0 0 14px rgba(0, 0, 0, .08);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.passazh-search-full-screen .searchform {
    flex: 0 0 auto;
    padding-right: 100px;
    padding-left: 100px;
    border-bottom: 1px solid;
    opacity: 0;
    transition: opacity .35s ease .2s
}

.passazh-search-full-screen .searchform ::-webkit-input-placeholder {
    color: #656565
}

.passazh-search-full-screen .searchform ::-moz-placeholder {
    color: #656565
}

.passazh-search-full-screen .searchform :-moz-placeholder {
    color: #656565
}

.passazh-search-full-screen .searchform :-ms-input-placeholder {
    color: #656565
}

.passazh-search-full-screen .searchform input[type=text] {
    position: relative;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    height: 110px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 48px
}

.passazh-search-full-screen .searchform .searchsubmit {
    display: none
}

.passazh-search-full-screen .search-info-text {
    display: block
}

.passazh-search-full-screen .passazh-close-search {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 200;
    width: 100px;
    height: 100px;
    font-size: 0;
    cursor: pointer
}

.passazh-search-full-screen .passazh-close-search:after,
.passazh-search-full-screen .passazh-close-search:before {
    top: 50px;
    left: 32px;
    width: 40px;
    height: 3px
}

.passazh-search-full-screen .passazh-search-loader {
    display: flex
}

.passazh-search-full-screen .view-all-results {
    margin-top: 10px;
    margin-right: -10px;
    margin-bottom: -10px;
    margin-left: -10px
}

.passazh-search-full-screen .search-results-wrapper {
    flex: 1 1 auto;
    margin-top: -40px
}

.passazh-search-full-screen .search-results-wrapper .passazh-scroll {
    position: static;
    box-shadow: none
}

.passazh-search-full-screen .search-results-wrapper .passazh-scroll .passazh-search-results {
    position: absolute;
    max-height: none
}

.passazh-search-full-screen .autocomplete-suggestions {
    justify-content: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #FFF
}

.passazh-search-full-screen .autocomplete-suggestion {
    flex-grow: 0;
    flex-basis: 200px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: none;
    border-left: none
}

.passazh-search-full-screen .autocomplete-suggestion .suggestion-thumb {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 100%
}

.passazh-search-full-screen .autocomplete-suggestion.autocomplete-selected,
.passazh-search-full-screen .autocomplete-suggestion:hover {
    background-color: transparent
}

.passazh-search-full-screen .autocomplete-suggestion.suggestion-divider {
    flex: 1 1 100%;
    margin-top: 20px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 20px;
    border-top: 1px solid;
    background-color: transparent !important;
    text-align: center
}

.passazh-search-full-screen .autocomplete-suggestion.suggestion-divider h5 {
    font-size: 16px
}

.passazh-search-full-screen .no-found-msg {
    text-align: center
}

.passazh-search-full-screen .search-loading+.search-info-text+.search-results-wrapper .passazh-search-loader {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility .3s ease
}

.passazh-search-full-screen .search-loading+.search-info-text+.search-results-wrapper .passazh-search-loader:after {
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.passazh-search-full-screen.search-overlap {
    -webkit-transform: none;
    transform: none
}

.passazh-search-full-screen.search-overlap .searchform {
    opacity: 1
}

.passazh-search-full-screen.search-overlap .search-info-text>span {
    -webkit-transform: none;
    transform: none
}

.dropdowns-color-light .passazh-search-full-screen {
    background-color: #101010
}

.dropdowns-color-light .passazh-search-full-screen .searchform {
    border-color: rgba(255, 255, 255, .15)
}

.dropdowns-color-light .passazh-search-full-screen .searchform input[type=text] {
    color: #FFF
}

.dropdowns-color-light .passazh-search-full-screen .searchform ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

.dropdowns-color-light .passazh-search-full-screen .searchform ::-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}

.dropdowns-color-light .passazh-search-full-screen .searchform :-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}

.dropdowns-color-light .passazh-search-full-screen .searchform :-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

.dropdowns-color-light .passazh-search-full-screen .autocomplete-suggestions {
    background-color: #101010
}

.dropdowns-color-light .passazh-search-full-screen .autocomplete-suggestion.suggestion-divider {
    border-color: rgba(255, 255, 255, .15)
}

.passazh-search-loader {
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    background-color: rgba(255, 255, 255, .8);
    opacity: 0;
    transition: opacity .1s ease, visibility .1s ease
}

.passazh-search-loader:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle
}

.dropdowns-color-light .passazh-search-loader {
    background-color: rgba(0, 0, 0, .9)
}

.dropdowns-color-light .passazh-search-loader:after {
    border-color: rgba(255, 255, 255, .15);
    border-left-color: #FFF
}

.search-info-text {
    display: none;
    flex: 0 0 auto;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;

    font-size: 16px;
    line-height: 30px
}

.search-info-text>span {
    display: block;
    transition: all .35s ease .15s;
    -webkit-transform: translateY(-50px) translateZ(0);
    transform: translateY(-50px) translateZ(0)
}

.dropdowns-color-light .search-info-text {
    color: rgba(255, 255, 255, .8)
}

.no-found-msg {
    color: #333;
    font-weight: 600;
    font-size: 110%
}

.passazh-dark .no-found-msg {
    color: #FFF
}

.passazh-search-opened {
    overflow: hidden
}

.dropdowns-color-light .mobile-nav .suggestion-title,
.dropdowns-color-light .whb-column .suggestion-title,
.dropdowns-color-light .passazh-search-dropdown .suggestion-title,
.dropdowns-color-light .passazh-search-full-screen .suggestion-title {
    color: #FFF
}

.dropdowns-color-light .mobile-nav .suggestion-sku,
.dropdowns-color-light .whb-column .suggestion-sku,
.dropdowns-color-light .passazh-search-dropdown .suggestion-sku,
.dropdowns-color-light .passazh-search-full-screen .suggestion-sku {
    color: #FFF
}

.dropdowns-color-light .mobile-nav .suggestion-divider,
.dropdowns-color-light .whb-column .suggestion-divider,
.dropdowns-color-light .passazh-search-dropdown .suggestion-divider,
.dropdowns-color-light .passazh-search-full-screen .suggestion-divider {
    background-color: rgba(0, 0, 0, .3);
    color: #FFF
}

.dropdowns-color-light .mobile-nav .suggestion-price,
.dropdowns-color-light .whb-column .suggestion-price,
.dropdowns-color-light .passazh-search-dropdown .suggestion-price,
.dropdowns-color-light .passazh-search-full-screen .suggestion-price {
    color: #FFF
}

.dropdowns-color-light .mobile-nav .suggestion-price .amount,
.dropdowns-color-light .whb-column .suggestion-price .amount,
.dropdowns-color-light .passazh-search-dropdown .suggestion-price .amount,
.dropdowns-color-light .passazh-search-full-screen .suggestion-price .amount {
    color: #FFF
}

.dropdowns-color-light .mobile-nav .suggestion-price del,
.dropdowns-color-light .whb-column .suggestion-price del,
.dropdowns-color-light .passazh-search-dropdown .suggestion-price del,
.dropdowns-color-light .passazh-search-full-screen .suggestion-price del {
    color: rgba(255, 255, 255, .6)
}

.dropdowns-color-light .mobile-nav .suggestion-price del .amount,
.dropdowns-color-light .whb-column .suggestion-price del .amount,
.dropdowns-color-light .passazh-search-dropdown .suggestion-price del .amount,
.dropdowns-color-light .passazh-search-full-screen .suggestion-price del .amount {
    color: rgba(255, 255, 255, .6)
}

.dropdowns-color-light .mobile-nav .search-results-wrapper .passazh-scroll,
.dropdowns-color-light .whb-column .search-results-wrapper .passazh-scroll,
.dropdowns-color-light .passazh-search-dropdown .search-results-wrapper .passazh-scroll,
.dropdowns-color-light .passazh-search-full-screen .search-results-wrapper .passazh-scroll {
    background-color: #101010
}

.dropdowns-color-light .mobile-nav .view-all-results,
.dropdowns-color-light .whb-column .view-all-results,
.dropdowns-color-light .passazh-search-dropdown .view-all-results,
.dropdowns-color-light .passazh-search-full-screen .view-all-results {
    border-color: rgba(255, 255, 255, .15);
    background-color: rgba(0, 0, 0, .3);
    color: #FFF
}

.dropdowns-color-light .mobile-nav .view-all-results:hover,
.dropdowns-color-light .whb-column .view-all-results:hover,
.dropdowns-color-light .passazh-search-dropdown .view-all-results:hover,
.dropdowns-color-light .passazh-search-full-screen .view-all-results:hover {
    background-color: rgba(0, 0, 0, .9)
}

.dropdowns-color-light .mobile-nav .no-found-msg,
.dropdowns-color-light .whb-column .no-found-msg,
.dropdowns-color-light .passazh-search-dropdown .no-found-msg,
.dropdowns-color-light .passazh-search-full-screen .no-found-msg {
    color: #FFF
}

.dropdowns-color-light .mobile-nav .passazh-scroll-pane,
.dropdowns-color-light .whb-column .passazh-scroll-pane,
.dropdowns-color-light .passazh-search-dropdown .passazh-scroll-pane,
.dropdowns-color-light .passazh-search-full-screen .passazh-scroll-pane {
    background: rgba(255, 255, 255, .15)
}

.dropdowns-color-light .mobile-nav .passazh-scroll-pane>.passazh-scroll-slider,
.dropdowns-color-light .whb-column .passazh-scroll-pane>.passazh-scroll-slider,
.dropdowns-color-light .passazh-search-dropdown .passazh-scroll-pane>.passazh-scroll-slider,
.dropdowns-color-light .passazh-search-full-screen .passazh-scroll-pane>.passazh-scroll-slider {
    background: rgba(255, 255, 255, .35)
}

.dropdowns-color-light .mobile-nav .autocomplete-suggestion,
.dropdowns-color-light .whb-column .autocomplete-suggestion,
.dropdowns-color-light .passazh-search-dropdown .autocomplete-suggestion {
    border-color: rgba(255, 255, 255, .15)
}

.dropdowns-color-light .mobile-nav .autocomplete-suggestion.autocomplete-selected,
.dropdowns-color-light .mobile-nav .autocomplete-suggestion:hover,
.dropdowns-color-light .whb-column .autocomplete-suggestion.autocomplete-selected,
.dropdowns-color-light .whb-column .autocomplete-suggestion:hover,
.dropdowns-color-light .passazh-search-dropdown .autocomplete-suggestion.autocomplete-selected,
.dropdowns-color-light .passazh-search-dropdown .autocomplete-suggestion:hover {
    background-color: rgba(0, 0, 0, .3)
}

.passazh-prefooter {
    padding-bottom: 4px;
    background-color: #eceff1;
    border-top: 1px solid #cfd8dc;
}

.passazh-dark .passazh-prefooter {
    background-color: #1a1a1a
}

.copyrights-wrapper {
    border-top: 1px solid
}

.color-scheme-light .copyrights-wrapper,
.passazh-dark .copyrights-wrapper {
    border-color: rgba(255, 255, 255, .1)
}

.min-footer {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 20px;
    padding-bottom: 20px
}

.min-footer>div {
    flex: 1 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 50%;
    line-height: 1.2
}

.min-footer .col-right {
    text-align: left
}

.copyrights-centered .min-footer {
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center
}

.copyrights-centered .min-footer .col-right {
    text-align: center
}

.copyrights-centered .min-footer>div {
    flex-basis: 100%;
    margin-bottom: 15px;
    max-width: 100%
}

.copyrights-centered .min-footer>div:last-child {
    margin-bottom: 0
}

.added_to_cart,
.btn,
.button,
[type=button],
[type=submit],
button {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease
}

.added_to_cart:hover,
.btn:hover,
.button:hover,
[type=button]:hover,
[type=submit]:hover,
button:hover {
    color: #3E3E3E;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.added_to_cart:hover,
.btn:hover,
.button:hover,
[type=button]:hover,
[type=submit]:hover,
button:hover {
    text-decoration: none
}

.added_to_cart:focus,
.btn:focus,
.button:focus,
[type=button]:focus,
[type=submit]:focus,
button:focus {
    outline: 0
}

.btn i {
    margin-right: 3px
}

button[disabled],
input[disabled] {
    opacity: .6 !important;
    cursor: default
}

.btn.btn-scheme-light {
    color: #FFF
}

.btn.btn-scheme-dark {
    color: #3E3E3E
}

.btn.btn-scheme-hover-light:hover {
    color: #FFF
}

.btn.btn-scheme-hover-dark:hover {
    color: #3E3E3E
}

.btn.btn-color-default {
    background-color: #F3F3F3;
    color: #3E3E3E
}

.btn.btn-color-default:hover {
    color: #3E3E3E;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.btn.btn-color-black {
    background-color: #212121;
    color: #FFF
}

.btn.btn-color-black:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.btn.btn-color-white {
    background-color: #FFF;
    color: #333
}

.btn.btn-color-white:hover {
    color: #333;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.btn.btn-color-alt {
    color: #FFF
}

.btn.btn-color-alt:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.btn.btn-color-primary {
    color: #FFF
}

.btn.btn-color-primary:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.btn-style-bordered.btn-color-default {
    border-color: #E9E9E9;
    color: #333
}

.btn-style-bordered.btn-color-default:hover {
    background-color: #E9E9E9;
    color: #333
}

.btn-style-bordered.btn-color-primary:hover {
    color: #FFF
}

.btn-style-bordered.btn-color-alt:hover {
    color: #FFF
}

.btn-style-bordered.btn-color-black {
    border-color: #212121;
    color: #333
}

.btn-style-bordered.btn-color-black:hover {
    background-color: #212121;
    color: #FFF
}

.btn-style-bordered.btn-color-white {
    border-color: rgba(255, 255, 255, .5);
    color: #FFF
}

.btn-style-bordered.btn-color-white:hover {
    border-color: #FFF;
    background-color: transparent;
    color: #FFF
}

.btn-style-link.btn-color-default {
    border-color: #DFDFDF;
    color: #333
}

.btn-style-link.btn-color-default:hover {
    border-color: #C5C5C5;
    color: #333
}

.btn-style-link.btn-color-primary {
    color: #333
}

.btn-style-link.btn-color-primary:hover {
    color: #333;
    opacity: .6
}

.btn-style-link.btn-color-alt {
    color: #333
}

.btn-style-link.btn-color-alt:hover {
    color: #333;
    opacity: .6
}

.btn-style-link.btn-color-black {
    border-color: #333;
    color: #333
}

.btn-style-link.btn-color-black:hover {
    border-color: #333;
    color: #333;
    opacity: .6
}

.btn-style-link.btn-color-white {
    border-color: rgba(255, 255, 255, .3);
    color: #FFF
}

.btn-style-link.btn-color-white:hover {
    border-color: #FFF;
    color: #FFF
}

.btn-color-custom.btn-style-3d:hover {
    opacity: 1 !important
}

.btn-size-extra-small {
    padding: 6px 10px;
    font-size: 11px;
    line-height: 16px
}

.btn-size-small {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px
}

.btn-size-default {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px
}

.btn-size-large {
    padding: 14px 28px;
    font-size: 14px;
    line-height: 20px
}

.btn-size-extra-large {
    padding: 17px 40px;
    font-size: 16px;
    line-height: 22px
}

.btn-style-bordered.btn-size-extra-small {
    padding: 4px 10px
}

.btn-style-bordered.btn-size-small {
    padding: 8px 14px
}

.btn-style-bordered.btn-size-default {
    padding: 10px 20px
}

.btn-style-bordered.btn-size-large {
    padding: 12px 28px
}

.btn-style-bordered.btn-size-extra-large {
    padding: 15px 40px
}

.btn.btn-style-round {
    border-radius: 35px
}

.btn.btn-style-semi-round {
    border-radius: 5px
}

.btn.btn-style-3d {
    border: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease
}

.btn.btn-style-3d:hover {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15)
}

.btn.btn-style-3d:active {
    top: 1px;
    box-shadow: none
}

.btn.btn-style-3d:hover {
    opacity: .8
}

.btn.btn-full-width {
    width: 100%
}

.btn.btn-style-link {
    padding: 0;
    border-width: 2px;
    border-style: solid;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent !important
}

.btn.btn-style-link:hover {
    background-color: transparent !important;
    box-shadow: none
}

.btn.btn-style-bordered {
    border-width: 2px
}

.btn.btn-style-bordered:not(:hover) {
    background-color: transparent !important
}

.btn.btn-style-bordered:hover {
    box-shadow: none
}

.btn-shape-round {
    border-radius: 35px
}

.btn-shape-semi-round {
    border-radius: 5px
}

.btn[class*=btn-icon] i {
    margin: 0
}

.btn.btn-icon-pos-left {
    flex-direction: row
}

.btn.btn-icon-pos-left .wd-btn-icon {
    margin-right: 5px
}

.btn.btn-icon-pos-right {
    flex-direction: row-reverse
}

.btn.btn-icon-pos-right .wd-btn-icon {
    margin-left: 5px
}

.blog-footer,
.portfolio-footer,
.products-footer {
    clear: both;
    text-align: center
}

.products-footer {
    margin-top: 10px
}

.passazh-load-more {
    padding-top: 12px;
    padding-right: 25px;
    padding-bottom: 12px;
    padding-left: 25px;
    border-color: #E9E9E9;
    color: #333;
    font-weight: 900;
    border-width: 2px
}

.passazh-load-more:not(:hover) {
    background-color: transparent !important
}

.passazh-load-more:hover {
    box-shadow: none
}

.passazh-load-more:hover {
    border-color: #DCDCDC;
    background-color: transparent;
    color: #333
}

.passazh-load-more .load-more-label,
.passazh-load-more .load-more-loading {
    transition: opacity .25s ease
}

.passazh-load-more .load-more-loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    opacity: 0
}

.passazh-load-more .load-more-loading:before {
    margin-left: 8px;
    margin-right: -8px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle
}

.passazh-load-more.loading .load-more-loading {
    opacity: 1
}

.passazh-load-more.loading .load-more-loading:before {
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.passazh-load-more.loading .load-more-label {
    opacity: 0
}

.color-scheme-light .passazh-load-more,
.passazh-dark .passazh-load-more {
    border-color: rgba(255, 255, 255, .25);
    color: #FFF
}

.color-scheme-light .passazh-load-more .load-more-loading:before,
.passazh-dark .passazh-load-more .load-more-loading:before {
    border-color: rgba(255, 255, 255, .15);
    border-left-color: #FFF
}

.color-scheme-light .passazh-load-more:hover,
.passazh-dark .passazh-load-more:hover {
    border-color: #FFF;
    color: #FFF
}

.passazh-button-wrapper.inline-element {
    margin-bottom: 10px
}

.page-title {
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 5px 18px;
    float: right;
    width: 100%;
    box-shadow: 0 5px 10px 0 hsla(0,0%,40%,.1);
}

.page-title .entry-title {
    margin-bottom: 0;
    font-weight: 800;
    line-height: 1.2
}

.page-title .breadcrumbs,
.page-title .yoast-breadcrumb {
    float: left;
    font-size: 13px !important;
}

.page-title.color-scheme-light .entry-title {
    color: #FFF
}

.title-size-small {
    padding-top: 16px;
    padding-bottom: 16px
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i{
  margin-right: 0px;
  margin-left: 5px;
}
.title-size-small .entry-title {
    font-size: 16px;
    float: right;
    color: #333;
    font-weight: 900 !important;
}
.title-size-small .entry-title:before{
  content:"";
  float: right;
  width: 20px;
  height: 20px;
  background-image: url(../images/menu.svg);
  background-size: cover;
  margin-left: 10px;
}

.title-size-small .passazh-checkout-steps ul li {
    font-size: 14px
}

.title-size-default {
    padding-top: 60px;
    padding-bottom: 60px
}

.title-size-default .entry-title {
    font-size: 68px
}

.title-size-large {
    padding-top: 100px;
    padding-bottom: 100px
}

.title-size-large .entry-title {
    font-size: 78px
}

.title-size-large .passazh-checkout-steps ul li {
    font-size: 26px
}

.title-design-centered {
    text-align: center
}

.title-design-disable {
    display: none
}

.breadcrumbs {
    font-size: 0
}

.breadcrumbs>a:after,
.breadcrumbs>span:after {
    content: "/";
    display: inline-block;
    padding: 0 8px
}

.breadcrumbs>span:last-child:after {
    content: none
}

.breadcrumbs,
.yoast-breadcrumb {
    line-height: 16px
}

.breadcrumbs>a,
.breadcrumbs>span,
.yoast-breadcrumb>a,
.yoast-breadcrumb>span {
    display: inline-block
}

.breadcrumbs a,
.breadcrumbs span,
.yoast-breadcrumb a,
.yoast-breadcrumb span {
    font-weight: 100;
    font-size: 12px
}
.yoast-breadcrumb i{
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px
}

.breadcrumbs span,
.yoast-breadcrumb span {
    transition: all .25s ease
}

.color-scheme-light .breadcrumbs,
.color-scheme-light .yoast-breadcrumb {
    color: #FFF
}

.color-scheme-light .breadcrumbs a,
.color-scheme-light .breadcrumbs span,
.color-scheme-light .yoast-breadcrumb a,
.color-scheme-light .yoast-breadcrumb span {
    color: #FFF
}

.color-scheme-light .breadcrumbs a:hover,
.color-scheme-light .yoast-breadcrumb a:hover {
    color: rgba(255, 255, 255, .7)
}

.item-with-label>a {
    position: relative
}

span.menu-label {
    color: #FFF;

    font-weight: 600;
    font-size: 9px;
    line-height: 12px
}

.menu-label {
    position: absolute;
    bottom: 85%;
    z-index: 1;
    display: inline-block;
    margin-right: -20px;
    padding: 2px 4px;
    vertical-align: middle;

    white-space: nowrap
}

.menu-label:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 4px;
    border-bottom-width: 0;
    border-left-width: 7px;
    border-right-width: 0;
    border-top-color: transparent;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important
}

.menu-label-black {
    background-color: #000;
    color: #FFF
}

.menu-label-black:before {
    border-color: #000
}

.menu-label-grey {
    background-color: #ECECEC;
    color: #333
}

.menu-label-grey:before {
    border-color: #ECECEC
}

.menu-label-orange {
    background-color: #FBBC34
}

.menu-label-orange:before {
    border-color: #FBBC34
}

.menu-label-blue {
    background-color: #00A1BE
}

.menu-label-blue:before {
    border-color: #00A1BE
}

.menu-label-white {
    background-color: #FFF;
    color: #333
}

.menu-label-white:before {
    border-color: #FFF
}

.menu-label-red {
    background-color: #D41212
}

.menu-label-red:before {
    border-color: #D41212
}

.menu-label-green {
    background-color: #65B32E
}

.menu-label-green:before {
    border-color: #65B32E
}

.sub-menu-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 380;
    background-color: #FFF;
    background-position: bottom left;
    background-clip: border-box;
    background-repeat: no-repeat;
    text-align: right;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.sub-menu-dropdown>.container>p {
    display: none
}

.sub-menu-dropdown.color-scheme-light {
    background-color: #101010
}

.whb-col-right .menu-simple-dropdown .sub-menu-dropdown {
    left: 0;
    right: auto
}

.dropdowns-loading .dropdown-load-ajax.menu-mega-dropdown:not(.dropdown-with-height)>.sub-menu-dropdown {
    min-height: 400px
}

.dropdowns-loaded .dropdown-load-ajax>.sub-menu-dropdown>.container {
    -webkit-animation: wd-fadeIn .3s ease;
    animation: wd-fadeIn .3s ease
}

.dropdown-html-placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .6)
}

.dropdown-html-placeholder:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle
}

.dropdowns-loading .dropdown-html-placeholder:after {
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.sub-menu-dropdown.color-scheme-light .dropdown-html-placeholder {
    background-color: rgba(0, 0, 0, .6)
}

.sub-menu-dropdown.color-scheme-light .dropdown-html-placeholder:after {
    border-color: rgba(255, 255, 255, .15);
    border-left-color: #FFF
}

.menu-simple-dropdown .sub-menu-dropdown,
.menu-simple-dropdown .sub-sub-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px
}

.menu-simple-dropdown .sub-menu-dropdown>.container {
    padding: 0;
    width: auto
}

.menu-simple-dropdown .sub-sub-menu {
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.menu-simple-dropdown li {
    position: relative;
    display: block;
    margin-bottom: 0
}

.menu-simple-dropdown li a {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-right: 22px;
    padding-bottom: 10px;
    padding-left: 22px;
    word-break: break-word;
    font-size: 14px;
    line-height: 20px
}

.menu-simple-dropdown li:last-child>a {
    border-bottom: none
}

.menu-simple-dropdown .menu-item-has-children>a {
    padding-left: 30px
}

.menu-simple-dropdown .menu-item-has-children>a:after {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -7px;
    color: rgba(82, 82, 82, .45);
    font-family: passazh-font;
    line-height: 14px;
    content: "\f126"
}

.menu-simple-dropdown .color-scheme-light .sub-sub-menu {
    background-color: #101010
}

.menu-simple-dropdown .color-scheme-light .menu-item-has-children>a:after {
    color: rgba(255, 255, 255, .6)
}

.menu-item-design-sized .sub-menu-dropdown {
    padding-top: 30px;
    padding-right: 35px;
    padding-left: 35px
}

.menu-item-design-sized .sub-menu-dropdown>.container {
    padding: 0;
    width: auto
}

.menu-item-design-full-width .sub-menu-dropdown {
    padding-top: 30px;
    width: 100vw
}

.platform-Windows .menu-item-design-full-width .sub-menu-dropdown {
    padding-right: 17px
}

.menu-mega-dropdown .sub-menu {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.menu-mega-dropdown .sub-menu>li {
    flex: 0 0 220px;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 220px
}

.menu-mega-dropdown .vc_row .sub-menu>li {
    flex: 0 0 100%;
    max-width: 100%
}

.passazh-widget .menu-mega-dropdown .sub-menu>li {
    margin-bottom: 25px
}

.passazh-widget .menu-mega-dropdown .sub-sub-menu li {
    margin-bottom: 0
}

.mega-menu-list>li>a {
    color: #2d2a2a
}

.mega-menu-list .sub-sub-menu li a {
    color: #777
}

.color-scheme-light .mega-menu-list>li>a {
    color: #FFF
}

.color-scheme-light .mega-menu-list>li>a:hover {
    color: rgba(255, 255, 255, .8)
}

.color-scheme-light .mega-menu-list .sub-sub-menu li a {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light .mega-menu-list .sub-sub-menu li a:hover {
    color: #FFF
}

.create-nav-msg {
    display: block;
    font-size: 16px
}

.create-nav-msg a {
    font-weight: 600
}

.passazh-navigation .menu {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap
}

.passazh-navigation .menu li a i {
    margin-left: 7px;
    font-size: 115%
}

.passazh-navigation .category-icon {
    display: inline-block;
    margin-left: 7px;
    max-height: 18px
}

.passazh-navigation .item-level-0>a {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-right: 10px;
    padding-left: 10px;


    line-height: 1
}

.passazh-navigation .item-level-0>a .menu-label {
    right: calc(100% - 30px);
    margin-right: 0
}

.passazh-navigation .item-level-0.menu-item-has-children {
    position: relative
}

.passazh-navigation .item-level-0.menu-item-has-children>a {
    position: relative
}

.passazh-navigation .item-level-0.menu-item-has-children>a:after {
    margin-right: 4px;
    color: rgba(82, 82, 82, .45);
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    content: "\f128";
    font-family: passazh-font
}

.passazh-navigation .item-level-0.menu-item-has-children>a .menu-label {
    right: calc(100% - 38px)
}

.passazh-navigation.menu-center {
    text-align: center
}

.passazh-navigation.menu-right {
    text-align: right
}

.passazh-navigation.menu-left {
    text-align: left
}

.main-nav {
    flex: 1 1 auto
}

.main-nav .item-level-0>a {
    height: 40px;
    font-weight: 600;
    font-size: 13px
}

.main-nav .item-level-0.callto-btn>a {
    margin-right: 10px;
    margin-left: 10px;
    height: auto !important;
    color: #FFF !important;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    color: #FFF;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease
}

.main-nav .item-level-0.callto-btn>a:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.main-nav .item-level-0.callto-btn>a:hover {
    text-decoration: none
}

.main-nav .item-level-0.callto-btn>a:focus {
    outline: 0
}

.main-nav .item-level-0.callto-btn>a:after {
    content: none
}

.main-nav .item-level-0.callto-btn>a .nav-link-text:after {
    content: none
}

.whb-secondary-menu {
    flex: 1 1 auto
}

.whb-secondary-menu .item-level-0>a {
    height: 40px;
    font-weight: 600;
    font-size: 13px
}

.whb-secondary-menu .menu-simple-dropdown .sub-menu-dropdown,
.whb-secondary-menu .menu-simple-dropdown .sub-sub-menu {
    width: 165px
}

.whb-secondary-menu .menu-simple-dropdown li a {
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 8px;
    padding-left: 18px
}

.whb-secondary-menu .menu-simple-dropdown li.menu-item-has-children>a {
    padding-left: 20px
}

.whb-secondary-menu .menu-simple-dropdown li.menu-item-has-children:after {
    left: 15px
}

.whb-top-bar .whb-secondary-menu .item-level-0>a {
    font-weight: 400;
    font-size: 12px
}

.navigation-style-underline .nav-link-text {
    line-height: 1.2
}

.navigation-style-bordered .item-level-0,
.navigation-style-separated .item-level-0 {
    display: flex;
    flex-direction: row
}

.navigation-style-bordered .item-level-0:not(:last-child):after,
.navigation-style-separated .item-level-0:not(:last-child):after {
    content: "";
    border-right: 1px solid
}

.passazh-dark .whb-color-light .navigation-style-bordered .item-level-0:not(:last-child):after,
.passazh-dark .whb-color-light .navigation-style-separated .item-level-0:not(:last-child):after {
    border-color: rgba(255, 255, 255, .15)
}

.navigation-style-separated .item-level-0 {
    align-items: center
}

.navigation-style-separated .item-level-0:not(:last-child):after {
    height: 18px
}

.navigation-style-bordered .item-level-0 {
    align-items: stretch
}

.vertical-navigation {
    position: relative
}

.vertical-navigation .menu {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid rgba(129, 129, 129, .2);
    background-color: #FFF
}

.vertical-navigation .item-level-0 {
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(129, 129, 129, .15)
}

.vertical-navigation .item-level-0>a {
    padding: 12px 18px;
    color: #333;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px
}

.vertical-navigation .item-level-0.menu-item-has-children:not(.menu-simple-dropdown) {
    position: static
}

.vertical-navigation .item-level-0.menu-item-has-children>a {
    padding-left: 25px
}

.vertical-navigation .item-level-0.menu-item-has-children>a:after {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -7px;
    margin-right: 0;
    font-size: 14px;
    line-height: 14px;
    content: "\f126"
}

.vertical-navigation .item-level-0:last-child {
    border-bottom: none
}

.vertical-navigation .item-level-0:hover>a {
    background-color: #F9F9F9;
    color: #494949
}

.vertical-navigation .sub-menu-dropdown {
    top: 0;
    right: 100%
}

.vertical-navigation .menu-item-design-full-width .sub-menu-dropdown {
    padding-top: 30px;
    padding-right: 35px;
    padding-left: 35px;
    width: 800px
}

.vertical-navigation .menu-item-design-full-width .sub-menu-dropdown>.container {
    padding: 0;
    width: auto
}

.dropdowns-color-light .header-categories-nav .menu,
.passazh-dark .vertical-navigation .menu {
    border-color: rgba(255, 255, 255, .15);
    background-color: #101010
}

.dropdowns-color-light .header-categories-nav .item-level-0,
.passazh-dark .vertical-navigation .item-level-0 {
    border-color: rgba(255, 255, 255, .15)
}

.dropdowns-color-light .header-categories-nav .item-level-0 a,
.passazh-dark .vertical-navigation .item-level-0 a {
    color: #FFF
}

.dropdowns-color-light .header-categories-nav .item-level-0.menu-item-has-children>a:after,
.passazh-dark .vertical-navigation .item-level-0.menu-item-has-children>a:after {
    color: rgba(255, 255, 255, .6)
}

.dropdowns-color-light .header-categories-nav .item-level-0:hover>a,
.passazh-dark .vertical-navigation .item-level-0:hover>a {
    background-color: rgba(255, 255, 255, .05);
    color: #FFF
}

.full-screen-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 400;
    visibility: hidden;
    overflow: hidden;
    overflow-y: scroll;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgba(0, 0, 0, .9);
    text-align: center;
    opacity: 0;
    transition: visibility .2s ease, opacity .2s ease
}

.full-screen-wrapper:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

.full-screen-wrapper .full-screen-inner {
    display: inline-block;
    max-width: 700px;
    width: 100%;
    vertical-align: middle;
    text-align: right
}

.full-screen-wrapper .create-nav-msg {
    color: rgba(255, 255, 255, .8);
    text-align: center
}

.full-screen-wrapper .create-nav-msg a {
    color: rgba(255, 255, 255, .9)
}

.full-screen-wrapper .create-nav-msg a:hover {
    color: #FFF
}

.platform-Windows .full-screen-wrapper {
    margin-left: -18px
}

.platform-Windows.browser-Edge .full-screen-wrapper {
    margin-left: -13px
}

.icon-sub-fs {
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 10;
    width: 55px;
    height: 55px;
    color: #FFF;
    text-align: center;
    font-size: 0;
    line-height: 55px;
    cursor: pointer;
    transition: color .3s ease, background-color .3s ease
}

.icon-sub-fs:after {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    transition: opacity .3s ease;
    content: "\f128";
    font-family: passazh-font
}

.icon-sub-fs.up-icon,
.icon-sub-fs:hover {
    background-color: rgba(255, 255, 255, .04)
}

.icon-sub-fs.up-icon:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.full-screen-nav .menu {
    display: flex
}

.full-screen-nav .item-level-0 {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%
}

.full-screen-nav .item-level-0>a {
    justify-content: center;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-weight: 600;
    font-size: 22px !important
}

.full-screen-nav .item-level-0>a .category-icon,
.full-screen-nav .item-level-0>a i,
.full-screen-nav .item-level-0>a>span {
    display: inline-block;
    transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .2s;
    transition: transform .4s cubic-bezier(.165, .84, .44, 1) .2s;
    transition: transform .4s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .2s;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0)
}

.full-screen-nav .item-level-0>a .menu-label {
    bottom: 70%;
    right: 50% !important
}

.full-screen-nav .item-level-0.menu-item-has-children>a:after {
    content: none
}

.full-screen-nav .item-level-0>.icon-sub-fs:after {
    opacity: 0
}

.full-screen-nav .sub-menu-dropdown {
    position: static;
    display: none;
    visibility: visible;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible;
    pointer-events: unset
}

.full-screen-nav .sub-menu-open>.sub-menu-dropdown {
    display: block;
    -webkit-animation: wd-fadeIn .6s ease;
    animation: wd-fadeIn .6s ease
}

.full-screen-nav .menu-simple-dropdown li a {
    font-size: 16px
}

.full-screen-nav .menu-simple-dropdown .sub-menu-dropdown {
    text-align: center
}

.full-screen-nav .menu-simple-dropdown .sub-menu-dropdown .icon-sub-fs {
    top: 0;
    height: 40px;
    line-height: 40px
}

.full-screen-nav .menu-simple-dropdown .sub-menu-dropdown,
.full-screen-nav .menu-simple-dropdown .sub-sub-menu {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    width: auto
}

.full-screen-nav .menu-simple-dropdown .sub-sub-menu {
    position: static;
    display: none;
    visibility: visible;
    background-color: transparent !important;
    box-shadow: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.full-screen-nav .menu-simple-dropdown .sub-menu-open>.sub-sub-menu {
    display: block;
    -webkit-animation: wd-fadeIn .6s ease;
    animation: wd-fadeIn .6s ease
}

.full-screen-nav .menu-simple-dropdown .menu-item-has-children>a {
    padding-left: 22px
}

.full-screen-nav .menu-simple-dropdown .menu-item-has-children>a:after {
    content: none
}

.full-screen-nav .menu-mega-dropdown .sub-menu {
    text-align: center
}

.full-screen-nav .menu-mega-dropdown .sub-menu>li {
    flex: 0 0 33.3%;
    max-width: 33.3%
}

.full-screen-nav .menu-mega-dropdown .sub-menu>li>a {
    font-size: 16px
}

.full-screen-nav .menu-mega-dropdown .vc_row .sub-menu>li {
    flex: 0 0 100%;
    max-width: 100%
}

.full-screen-nav .menu-mega-dropdown .sub-sub-menu li a {
    font-size: 16px
}

.full-screen-nav .menu-mega-dropdown .sub-menu-dropdown {
    width: auto !important
}

.full-screen-nav .menu-item-design-full-width .sub-menu-dropdown {
    padding-top: 10px;
    padding-right: 0
}

.full-screen-nav .menu-item-design-sized .sub-menu-dropdown {
    margin: 0 auto;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0
}

.full-screen-nav .menu-simple-dropdown li a {
    color: rgba(255, 255, 255, .6)
}

.full-screen-nav .menu-simple-dropdown li a:hover {
    color: #FFF
}

.full-screen-menu-open {
    overflow: hidden
}

.full-screen-menu-open .full-screen-wrapper {
    visibility: visible;
    opacity: 1;
    transition: visibility .3s ease, opacity .3s ease
}

.full-screen-menu-open .item-level-0>a .category-icon,
.full-screen-menu-open .item-level-0>a i,
.full-screen-menu-open .item-level-0>a>span {
    -webkit-transform: none;
    transform: none
}

.full-screen-menu-open .item-level-0>.icon-sub-fs:after {
    opacity: 1
}

.full-screen-menu-open .item-level-0:nth-child(1)>a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(1)>a i,
.full-screen-menu-open .item-level-0:nth-child(1)>a>span {
    transition-delay: .2s
}

.full-screen-menu-open .item-level-0:nth-child(1)>.icon-sub-fs:after {
    transition-delay: .3s
}

.full-screen-menu-open .item-level-0:nth-child(2)>a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(2)>a i,
.full-screen-menu-open .item-level-0:nth-child(2)>a>span {
    transition-delay: .3s
}

.full-screen-menu-open .item-level-0:nth-child(2)>.icon-sub-fs:after {
    transition-delay: .4s
}

.full-screen-menu-open .item-level-0:nth-child(3)>a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(3)>a i,
.full-screen-menu-open .item-level-0:nth-child(3)>a>span {
    transition-delay: .4s
}

.full-screen-menu-open .item-level-0:nth-child(3)>.icon-sub-fs:after {
    transition-delay: .5s
}

.full-screen-menu-open .item-level-0:nth-child(4)>a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(4)>a i,
.full-screen-menu-open .item-level-0:nth-child(4)>a>span {
    transition-delay: .5s
}

.full-screen-menu-open .item-level-0:nth-child(4)>.icon-sub-fs:after {
    transition-delay: .6s
}

.full-screen-menu-open .item-level-0:nth-child(5)>a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(5)>a i,
.full-screen-menu-open .item-level-0:nth-child(5)>a>span {
    transition-delay: .6s
}

.full-screen-menu-open .item-level-0:nth-child(5)>.icon-sub-fs:after {
    transition-delay: .7s
}

.full-screen-menu-open .item-level-0:nth-child(6)>a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(6)>a i,
.full-screen-menu-open .item-level-0:nth-child(6)>a>span {
    transition-delay: .7s
}

.full-screen-menu-open .item-level-0:nth-child(6)>.icon-sub-fs:after {
    transition-delay: .8s
}

.full-screen-menu-open .item-level-0:nth-child(7)>a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(7)>a i,
.full-screen-menu-open .item-level-0:nth-child(7)>a>span {
    transition-delay: .8s
}

.full-screen-menu-open .item-level-0:nth-child(7)>.icon-sub-fs:after {
    transition-delay: .9s
}

.full-screen-menu-open .item-level-0:nth-child(8)>a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(8)>a i,
.full-screen-menu-open .item-level-0:nth-child(8)>a>span {
    transition-delay: .9s
}

.full-screen-menu-open .item-level-0:nth-child(8)>.icon-sub-fs:after {
    transition-delay: 1s
}

.full-screen-menu-open .item-level-0:nth-child(9)>a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(9)>a i,
.full-screen-menu-open .item-level-0:nth-child(9)>a>span {
    transition-delay: 1s
}

.full-screen-menu-open .item-level-0:nth-child(9)>.icon-sub-fs:after {
    transition-delay: 1.1s
}

.full-screen-menu-open .item-level-0:nth-child(10)>a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(10)>a i,
.full-screen-menu-open .item-level-0:nth-child(10)>a>span {
    transition-delay: 1.1s
}

.full-screen-menu-open .item-level-0:nth-child(10)>.icon-sub-fs:after {
    transition-delay: 1.2s
}

.full-screen-menu-open .item-level-0:nth-child(11)>a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(11)>a i,
.full-screen-menu-open .item-level-0:nth-child(11)>a>span {
    transition-delay: 1.2s
}

.full-screen-menu-open .item-level-0:nth-child(11)>.icon-sub-fs:after {
    transition-delay: 1.3s
}

.full-screen-menu-open .item-level-0:nth-child(12)>a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(12)>a i,
.full-screen-menu-open .item-level-0:nth-child(12)>a>span {
    transition-delay: 1.3s
}

.full-screen-menu-open .item-level-0:nth-child(12)>.icon-sub-fs:after {
    transition-delay: 1.4s
}

.full-screen-menu-open .item-level-0:nth-child(12)+li>a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(12)+li>a i,
.full-screen-menu-open .item-level-0:nth-child(12)+li>a>span {
    transition-delay: 1.3s
}

.full-screen-menu-open .item-level-0:nth-child(12)+li>.icon-sub-fs:after {
    transition-delay: 1.4s
}

.mobile-nav .searchform {
    z-index: 2;
    box-shadow: 0 -1px 9px rgba(0, 0, 0, .17)
}

.mobile-nav .searchform input[type=text] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 20px;
    height: 70px;
    border: none;
    font-weight: 600
}

.mobile-nav .search-results-wrapper .passazh-scroll {
    position: static
}

.mobile-nav .search-results-wrapper .passazh-scroll-content {
    max-height: 60vh
}

.mobile-nav .autocomplete-suggestion {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px
}

.mobile-nav .create-nav-msg {
    padding: 20px;
    border-bottom: 1px solid
}

.dropdowns-color-light .mobile-nav .create-nav-msg {
    border-color: rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .8)
}

.site-mobile-menu li {
    position: relative;
    display: block
}

.site-mobile-menu li a {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    min-height: 50px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    color: #2d2a2a;


    font-weight: 600;
    font-size: 13px;
    line-height: 1.3
}

.site-mobile-menu li a .category-icon {
    margin-left: 7px;
    max-height: 19px
}

.site-mobile-menu li a i {
    margin-left: 7px;
    font-size: 115%
}

.site-mobile-menu li.opener-page>a,
.site-mobile-menu li:active>a {
    background-color: rgba(0, 0, 0, .04)
}

.site-mobile-menu li.menu-item-has-children>a {
    padding-left: 60px
}

.site-mobile-menu li.menu-item-has-block>a {
    padding-left: 20px
}

.site-mobile-menu li.menu-item-has-block>.icon-sub-menu {
    display: none
}

.site-mobile-menu .sub-menu-dropdown {
    position: static;
    visibility: visible;
    margin: 0;
    padding: 0;
    width: auto;
    background: 0 0;
    box-shadow: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible;
    pointer-events: unset
}

.site-mobile-menu .sub-menu-dropdown:after {
    content: none
}

.site-mobile-menu .sub-menu-dropdown .container {
    padding-right: 0;
    padding-left: 0;
    width: auto
}

.site-mobile-menu .sub-menu,
.site-mobile-menu .sub-sub-menu {
    display: none
}

.site-mobile-menu .sub-menu li a {
    color: #777;
    text-transform: none;
    font-size: 14px
}

.site-mobile-menu .menu-item-has-children:after {
    content: none
}

.site-mobile-menu .my-account-with-username>a strong {
    margin-right: 5px
}

.site-mobile-menu .my-account-with-text>a:before {
    display: inline-block;
    margin-left: 7px;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 1;
    content: "\f11e";
    font-family: passazh-font
}

.site-mobile-menu .menu-item-register>a {
    padding-left: 20px !important
}

.site-mobile-menu .menu-item-register>.icon-sub-menu {
    display: none
}

.site-mobile-menu .menu-item-compare>a:before,
.site-mobile-menu .menu-item-wishlist>a:before {
    display: inline-block;
    margin-left: 7px;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 1
}

.site-mobile-menu .menu-item-wishlist>a:before {
    content: "\f108";
    font-family: passazh-font
}

.site-mobile-menu .menu-item-compare>a:before {
    content: "\f122";
    font-family: passazh-font
}

.dropdowns-color-light .site-mobile-menu li a {
    border-color: rgba(255, 255, 255, .15);
    color: #FFF
}

.dropdowns-color-light .site-mobile-menu li.opener-page>a,
.dropdowns-color-light .site-mobile-menu li:active>a {
    background-color: rgba(0, 0, 0, .9)
}

.dropdowns-color-light .site-mobile-menu .sub-menu li a {
    color: rgba(255, 255, 255, .8)
}

.mobile-nav-tabs {
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    background-color: rgba(0, 0, 0, .04)
}

.mobile-nav-tabs>ul {
    display: flex;
    align-items: stretch;
    flex-direction: row
}

.mobile-nav-tabs .mobile-tab-title {
    position: relative;
    flex: 1 0 50%;
    padding: 18px 15px;
    max-width: 50%;
    width: 50%;
    color: #909090;
    text-align: center;


    font-weight: 900;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease
}

.mobile-nav-tabs .mobile-tab-title:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: -1px;
    width: 0;
    height: 2px;
    transition: width .25s ease
}

.mobile-nav-tabs .mobile-pages-title:after {
    left: 0;
    right: auto
}

.mobile-nav-tabs .active {
    background-color: rgba(0, 0, 0, .05);
    color: #333
}

.mobile-nav-tabs .active:after {
    width: 100%
}

.dropdowns-color-light .mobile-nav-tabs {
    border-color: rgba(255, 255, 255, .15);
    background-color: rgba(0, 0, 0, .9)
}

.dropdowns-color-light .mobile-nav-tabs .mobile-tab-title {
    color: rgba(255, 255, 255, .6)
}

.dropdowns-color-light .mobile-nav-tabs .active {
    background-color: rgba(0, 0, 0, .3);
    color: #FFF
}

.mobile-menu-tab {
    display: none;
    -webkit-animation: wd-fadeIn 1s ease;
    animation: wd-fadeIn 1s ease
}

.mobile-menu-tab.active {
    display: block
}

.icon-sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0;
    width: 50px;
    height: 50px;
    border-right: 1px solid rgba(129, 129, 129, .2);
    color: #2d2a2a;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.icon-sub-menu:after {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    content: "\f111";
    font-family: passazh-font
}

.icon-sub-menu.up-icon {
    color: #FFF
}

.icon-sub-menu.up-icon:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dropdowns-color-light .icon-sub-menu {
    border-color: rgba(255, 255, 255, .15);
    color: #FFF
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=date],
select,
textarea {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 2px solid rgba(129, 129, 129, .2);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: rgba(129, 129, 129, .3);
    transition: border-color .4s ease
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 5px;
    padding: 0;
    vertical-align: middle
}

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=number] {
    padding: 0;
    text-align: center
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=date]::-webkit-inner-spin-button {
    display: none
}

input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0
}

input[type=date]::-webkit-clear-button {
    position: relative;
    left: 5px;
    width: 30px;
    opacity: .4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

html:not(.browser-Firefox) input[type=date] {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='rgba(0, 0, 0, 0.3)' data-name='calendar' width='24' height='24' viewBox='0 0 236 220'><path d='M211.6 24H184V10a10 10 0 0 0-20 0v14H72V10a10 10 0 0 0-20 0v14H24.4C10.95 24 0 35.5 0 49.64v144.72C0 208.5 10.95 220 24.4 220h187.2c13.45 0 24.4-11.5 24.4-25.64V49.64C236 35.5 225.05 24 211.6 24zM24.4 44H52v10a10 10 0 0 0 20 0V44h92v10a10 10 0 0 0 20 0V44h27.6c2.38 0 4.4 2.59 4.4 5.64V80H20V49.64c0-3.05 2-5.64 4.4-5.64zm187.2 156H24.4c-2.38 0-4.4-2.59-4.4-5.64V100h196v94.36c0 3.05-2 5.64-4.4 5.64z'/></svg>");
    background-position: left 15px top 50%;
    background-size: auto 15px;
    background-repeat: no-repeat
}

html:not(.browser-Firefox) .color-scheme-light input[type=date],
html:not(.browser-Firefox) .passazh-dark input[type=date] {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' id='calendar' fill='rgba(255, 255, 255, 0.6)' data-name='calendar' width='24' height='24' viewBox='0 0 236 220'> <title>cal</title> <path d='M211.6,24H184V10a10,10,0,0,0-20,0V24H72V10a10,10,0,0,0-20,0V24H24.4C10.95,24,0,35.5,0,49.64V194.36C0,208.5,10.95,220,24.4,220H211.6c13.45,0,24.4-11.5,24.4-25.64V49.64C236,35.5,225.05,24,211.6,24ZM24.4,44H52V54a10,10,0,0,0,20,0V44h92V54a10,10,0,0,0,20,0V44h27.6c2.38,0,4.4,2.59,4.4,5.64V80H20V49.64C20,46.59,22,44,24.4,44ZM211.6,200H24.4c-2.38,0-4.4-2.59-4.4-5.64V100H216v94.36C216,197.41,214,200,211.6,200Z'/></svg>")
}

textarea {
    overflow: auto;
    padding: 10px 15px;
    min-height: 190px
}

select {
    padding-left: 30px;
    background-position: left 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat
}

select::-ms-expand {
    display: none
}

input:-webkit-autofill {
    border-color: #E6E6E6;
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
    -webkit-text-fill-color: #777
}

input:focus:-webkit-autofill {
    border-color: #D9D9D9
}

.color-scheme-light input[type=text],
.color-scheme-light input[type=email],
.color-scheme-light input[type=password],
.color-scheme-light input[type=search],
.color-scheme-light input[type=number],
.color-scheme-light input[type=url],
.color-scheme-light input[type=tel],
.color-scheme-light input[type=date],
.color-scheme-light select,
.color-scheme-light textarea,
.passazh-dark input[type=text],
.passazh-dark input[type=email],
.passazh-dark input[type=password],
.passazh-dark input[type=search],
.passazh-dark input[type=number],
.passazh-dark input[type=url],
.passazh-dark input[type=tel],
.passazh-dark input[type=date],
.passazh-dark select,
.passazh-dark textarea {
    background-color: transparent;
    box-shadow: none;
    color: #FFF
}

.color-scheme-light select option,
.passazh-dark select option {
    background-color: #101010;
    color: rgba(255, 255, 255, .8)
}

.color-scheme-light input[type=date]::-webkit-clear-button,
.passazh-dark input[type=date]::-webkit-clear-button {
    opacity: .6;
    -webkit-filter: grayscale(100%) invert(100%) saturate(800%);
    filter: grayscale(100%) invert(100%) saturate(800%)
}

.color-scheme-light ::-webkit-input-placeholder,
.passazh-dark ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light ::-moz-placeholder,
.passazh-dark ::-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light :-moz-placeholder,
.passazh-dark :-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light :-ms-input-placeholder,
.passazh-dark :-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light input[type=text],
.color-scheme-light input[type=email],
.color-scheme-light input[type=password],
.color-scheme-light input[type=search],
.color-scheme-light input[type=number],
.color-scheme-light input[type=url],
.color-scheme-light input[type=tel],
.color-scheme-light input[type=date],
.color-scheme-light select,
.color-scheme-light textarea {
    border-color: rgba(255, 255, 255, .25)
}

.color-scheme-light input[type=text]:focus,
.color-scheme-light input[type=email]:focus,
.color-scheme-light input[type=password]:focus,
.color-scheme-light input[type=search]:focus,
.color-scheme-light input[type=number]:focus,
.color-scheme-light input[type=url]:focus,
.color-scheme-light input[type=tel]:focus,
.color-scheme-light input[type=date]:focus,
.color-scheme-light select:focus,
.color-scheme-light textarea:focus {
    border-color: rgba(255, 255, 255, .5)
}

.passazh-dark input[type=text],
.passazh-dark input[type=email],
.passazh-dark input[type=password],
.passazh-dark input[type=search],
.passazh-dark input[type=number],
.passazh-dark input[type=url],
.passazh-dark input[type=tel],
.passazh-dark input[type=date],
.passazh-dark select,
.passazh-dark textarea {
    border-color: rgba(255, 255, 255, .15)
}

.passazh-dark input[type=text]:focus,
.passazh-dark input[type=email]:focus,
.passazh-dark input[type=password]:focus,
.passazh-dark input[type=search]:focus,
.passazh-dark input[type=number]:focus,
.passazh-dark input[type=url]:focus,
.passazh-dark input[type=tel]:focus,
.passazh-dark input[type=date]:focus,
.passazh-dark select:focus,
.passazh-dark textarea:focus {
    border-color: rgba(255, 255, 255, .4)
}

.form-border-width-1 input[type=text],
.form-border-width-1 input[type=email],
.form-border-width-1 input[type=password],
.form-border-width-1 input[type=search],
.form-border-width-1 input[type=number],
.form-border-width-1 input[type=url],
.form-border-width-1 input[type=tel],
.form-border-width-1 input[type=date],
.form-border-width-1 select,
.form-border-width-1 textarea {
    border-width: 1px
}

.form-border-width-1 .quantity input[type=button] {
    border-width: 1px
}

.form-border-width-1 .select2-container .select2-dropdown {
    border-width: 1px
}

.form-border-width-1 .select2-container--default .select2-selection {
    border-width: 1px
}

.form-border-width-1 .select2-container--default .select2-search--dropdown {
    border-width: 1px
}

.form-border-width-1 .select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 1px
}

.form-border-width-1 .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 1px
}

.form-border-width-1 .search-by-category {
    top: 1px
}

.form-border-width-1 .search-by-category .input-dropdown-inner {
    height: 44px;
    line-height: 44px
}

.form-border-width-1 .passazh-pf-title {
    border-width: 1px
}

.form-style-rounded input[type=text],
.form-style-rounded input[type=email],
.form-style-rounded input[type=password],
.form-style-rounded input[type=search],
.form-style-rounded input[type=number],
.form-style-rounded input[type=url],
.form-style-rounded input[type=tel],
.form-style-rounded input[type=date],
.form-style-rounded select {
    border-radius: 30px
}

.form-style-rounded textarea {
    border-radius: 20px
}

.form-style-rounded .quantity input[type=number] {
    border-radius: 0
}

.form-style-rounded .quantity .minus {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.form-style-rounded .quantity .plus {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.form-style-rounded .select2-container--default .select2-selection {
    border-radius: 20px
}

.form-style-rounded .select2-container--default input[type=text] {
    border-radius: 0
}

.form-style-rounded .search-results-wrapper .passazh-scroll {
    right: 20px;
    left: 20px
}

.form-style-rounded .passazh-search-dropdown .passazh-scroll {
    right: 0;
    left: 0
}

.form-style-rounded .woocommerce-ordering select {
    border-radius: 0
}

.form-style-rounded .passazh-pf-title {
    border-radius: 30px
}

.form-style-rounded .passazh-pf-dropdown {
    right: 20px;
    left: 20px
}

.form-style-semi-rounded input[type=text],
.form-style-semi-rounded input[type=email],
.form-style-semi-rounded input[type=password],
.form-style-semi-rounded input[type=search],
.form-style-semi-rounded input[type=number],
.form-style-semi-rounded input[type=url],
.form-style-semi-rounded input[type=tel],
.form-style-semi-rounded input[type=date],
.form-style-semi-rounded select {
    border-radius: 5px
}

.form-style-semi-rounded textarea {
    border-radius: 5px
}

.form-style-semi-rounded .quantity input[type=number] {
    border-radius: 0
}

.form-style-semi-rounded .quantity .minus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.form-style-semi-rounded .quantity .plus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.form-style-semi-rounded .select2-container--default .select2-selection {
    border-radius: 5px
}

.form-style-semi-rounded .search-results-wrapper .passazh-scroll {
    right: 5px;
    left: 5px
}

.form-style-semi-rounded .passazh-search-dropdown .passazh-scroll {
    right: 0;
    left: 0
}

.form-style-semi-rounded .woocommerce-ordering select {
    border-radius: 0
}

.form-style-semi-rounded .passazh-pf-title {
    border-radius: 5px
}

.form-style-semi-rounded .passazh-pf-dropdown {
    right: 8px;
    left: 8px
}

.form-style-underlined label {
    margin-bottom: -5px;
    font-weight: 600;
    line-height: 22px
}

.form-style-underlined input[type=text],
.form-style-underlined input[type=email],
.form-style-underlined input[type=password],
.form-style-underlined input[type=search],
.form-style-underlined input[type=number],
.form-style-underlined input[type=url],
.form-style-underlined input[type=tel],
.form-style-underlined input[type=date],
.form-style-underlined select,
.form-style-underlined textarea {
    padding: 0 2px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none
}

.form-style-underlined select {
    background-position: left 0 top 50%
}

.form-style-underlined textarea {
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 80px
}

.form-style-underlined .quantity input[type=number] {
    border-top-style: solid
}

.form-style-underlined .woocommerce-input-wrapper {
    width: 100%
}

.form-style-underlined .select2-container--default .select2-selection {
    padding-right: 0;
    padding-left: 0;
    border-top: none;
    border-right: none;
    border-left: none
}

.form-style-underlined .select2-container--default .select2-selection .select2-selection__arrow {
    left: 0 !important
}

.form-style-underlined .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0
}

.form-style-underlined .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-top: none;
    border-right: none;
    border-left: none
}

.form-style-underlined .woocommerce-billing-fields .select2-container--default .select2-selection--single,
.form-style-underlined .woocommerce-shipping-fields .select2-container--default .select2-selection--single {
    border-bottom: none
}

.form-style-underlined .select2-container--open .select2-dropdown--below {
    border-top: 2px solid rgba(129, 129, 129, .2)
}

.form-style-underlined .select2-container--open .select2-dropdown--above {
    border-bottom: 2px solid rgba(129, 129, 129, .2)
}

.form-style-underlined .searchform input[type=text] {
    padding-left: 50px
}

.form-style-underlined .has-categories-dropdown input[type=text] {
    padding: 0 15px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid
}

.form-style-underlined .passazh-search-full-screen input[type=text] {
    padding-left: 0
}

.form-style-underlined .passazh-search-dropdown input[type=text] {
    padding-right: 15px;
    border: none
}

.form-style-underlined .mobile-nav .searchform input[type=text] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 18px;
    border: none
}

.form-style-underlined .passazh-pf-title {
    padding-right: 0;
    padding-left: 30px;
    border-top: none;
    border-right: none;
    border-left: none
}

.form-style-underlined .passazh-pf-title:after {
    left: 7px
}

.form-style-underlined.passazh-dark .order_comments_field>p,
.form-style-underlined.passazh-dark .woocommerce-billing-fields__field-wrapper>p,
.form-style-underlined.passazh-dark .woocommerce-shipping-fields__field-wrapper>p {
    border-color: rgba(255, 255, 255, .15)
}

.form-style-underlined.passazh-dark .order_comments_field>p:not(.woocommerce-invalid):hover,
.form-style-underlined.passazh-dark .woocommerce-billing-fields__field-wrapper>p:not(.woocommerce-invalid):hover,
.form-style-underlined.passazh-dark .woocommerce-shipping-fields__field-wrapper>p:not(.woocommerce-invalid):hover {
    border-color: rgba(255, 255, 255, .4)
}

.form-style-underlined .comment-form>p {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0
}

.form-style-underlined .comment-form-comment {
    margin-bottom: 30px
}

.form-style-underlined.passazh-dark .comment-form-author>p,
.form-style-underlined.passazh-dark .comment-form-email>p,
.form-style-underlined.passazh-dark .comment-form-url>p {
    border-color: rgba(255, 255, 255, .15)
}

.form-style-underlined.passazh-dark .comment-form-author>p:hover,
.form-style-underlined.passazh-dark .comment-form-email>p:hover,
.form-style-underlined.passazh-dark .comment-form-url>p:hover {
    border-color: rgba(255, 255, 255, .4)
}

.form-style-underlined .menu-item-register .form-row-password,
.form-style-underlined .menu-item-register .form-row-username {
    margin-bottom: 25px
}

.comment-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.comment-form .comment-form-images,
.comment-form .comment-form-rating,
.comment-form>p {
    flex: 1 1 220px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px
}

.comment-form .comment-form-comment,
.comment-form .comment-form-cookies-consent,
.comment-form .comment-form-rating,
.comment-form .comment-notes,
.comment-form .form-submit,
.comment-form .woocommerce-error {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

.comment-form .woocommerce-error {
    margin-right: 10px;
    margin-left: 10px
}

.comment-form .comment-form-cookies-consent label {
    display: inline
}

.comment-form .comment-form-rating label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px
}

.comment-form .comment-form-rating label:after {
    content: ":";
    margin-right: 2px
}

.comment-form .comment-form-rating,
.comment-form .comment-notes {
    margin-bottom: 20px
}

.comment-form .form-submit {
    margin-top: 15px
}

.comment-form .submit {
    color: #FFF
}

.comment-form .submit:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

#comments .avatar,
.passazh-user-panel .avatar {
    flex: 1 0 auto;
    margin-right: 0
}

.comments-area .comment-reply-title small {
    vertical-align: middle
}

.comments-area .comment-list {
    margin-bottom: 50px;
    line-height: 1.6
}

.comments-area .comment {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid
}

.comments-area .pingback {
    margin-bottom: 15px
}

.comments-area .pingback .comment-body {
    padding-right: 0
}

.comments-area .pingback a {
    font-weight: 600
}

.comments-area .children {
    margin-top: 30px
}

.comments-area #cancel-comment-reply-link {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 0
}

.comments-area #cancel-comment-reply-link:after {
    font-size: 12px;
    content: "\f10f";
    font-family: passazh-font
}

.comments-area .comment-body {
    position: relative;
    padding-right: 95px
}

.comments-area .comment-awaiting-moderation {
    position: absolute;
    top: -24px;
    right: 95px
}

.comments-area .comment-awaiting-moderation+br {
    display: none
}

.comments-area .comment-edit-link {
    display: inline-block;
    margin-right: 5px;
    font-size: 0
}

.comments-area .comment-edit-link:after {
    vertical-align: middle;
    font-size: 12px;
    content: "\f113";
    font-family: passazh-font
}

.comments-area .comment-author {
    float: right;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px
}

.comments-area .comment-author:first-letter {
    text-transform: uppercase
}

.comments-area .comment-author .fn {
    color: #2d2a2a;
    vertical-align: top;
    font-weight: 600;
    font-style: normal
}

.comments-area .comment-author .says {
    margin-right: 3px;
    vertical-align: top
}

.comments-area .comment-author img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 74px;
    width: 100%;
    border-radius: 50%
}

.comments-area .comment-meta {
    margin-bottom: 15px;
    text-align: left;
    font-size: 14px;
    line-height: 20px
}

.comments-area .comment-meta a {
    color: #BBB;
    vertical-align: middle
}

.comments-area .reply {
    margin-top: 15px
}

.comments-area .reply a {

    font-weight: 900
}

.comments-area .reply a:hover {
    opacity: .7
}

.comments-area .comment-respond {
    margin-top: 10px;
}

#reply-title{
font-size: 18px;
}

.comments-area .logged-in-as {
    margin-bottom: 20px;
    font-size: 0
}

.comments-area .logged-in-as>a {
    color: #3f3f3f;
    font-weight: 600;
    font-size: 14px
}

.comments-area .logged-in-as>a:not(:last-child) {
    margin-left: 12px;
    padding-left: 10px;
    border-left: 1px solid
}

.comments-area .no-comments {
    color: #333;
    font-weight: 600
}

.passazh-dark .comments-area .comment-author .fn {
    color: #FFF
}

.passazh-dark .comments-area .comment-meta a {
    color: rgba(255, 255, 255, .6)
}

.passazh-dark .comments-area .logged-in-as>a {
    color: rgba(255, 255, 255, .9)
}

.passazh-dark .comments-area .logged-in-as>a:hover {
    color: #FFF
}

.commentlist .children,
.comments-area .children {
    margin-bottom: 0;
    margin-right: 30px;
    border-top: 1px solid;
    line-height: 1.6
}

.commentlist .children .comment:last-child,
.comments-area .children .comment:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.blog-post-loop {
    margin-bottom: 50px
}

.blog-post-loop .entry-thumbnail img {
    width: 100%
}

.blog-post-loop .entry-header {
    position: relative;
    text-align: center
}

.blog-post-loop .article-body-container {
    z-index: 1;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #FFF;
    text-align: right;
}

.blog-post-loop .entry-title {
    margin-bottom: 10px;
    word-wrap: break-word;
    font-weight: 600
}

.blog-post-loop .entry-title a {
    display: block;
    color: inherit
}

.blog-post-loop .passazh-entry-content>div[class*=wpb_] {
    display: none
}

.blog-post-loop .passazh-entry-content twitterwidget {
    margin: 10px auto
}

.blog-post-loop .passazh-entry-content p {
    margin-bottom: 15px
}

.blog-post-loop .passazh-entry-content .read-more-section {
    margin-bottom: 0;
    line-height: 1
}

.blog-post-loop:hover .post-image-mask svg {
    opacity: 1;
    -webkit-animation: wd-fadeInRight .3s ease;
    animation: wd-fadeInRight .3s ease
}

.blog-post-loop:hover .post-img-wrapp a {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.blog-post-loop:hover .post-img-wrapp a:after {
    opacity: 1
}

.color-scheme-light .blog-post-loop .article-body-container,
.passazh-dark .blog-post-loop .article-body-container {
    background-color: #101010
}

.color-scheme-light .blog-post-loop .entry-title a:hover,
.passazh-dark .blog-post-loop .entry-title a:hover {
    color: rgba(255, 255, 255, .8)
}

.passazh-entry-content:after {
    content: "";
    display: block;
    clear: both
}

.passazh-entry-content p:last-child {
    margin-bottom: 0
}

.blog-style-shadow .article-body-container {
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    transition: box-shadow .6s ease
}

.blog-style-shadow:hover .article-body-container {
    box-shadow: 0 0 9px rgba(0, 0, 0, .2)
}

.post-img-wrapp {
    overflow: hidden;
    vertical-align: middle;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.post-img-wrapp a {
    display: block;
    margin: -2px;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.post-img-wrapp a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .7s ease
}

.post-image-mask {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -8.5px;
    margin-right: -18.5px;
    text-align: center;
    font-size: 0
}


.post-image-mask svg {
    display: inline-block;
    width: 35px;
    height: auto;
    vertical-align: middle;
    opacity: 0;
    transition: opacity .2s ease;
    -webkit-animation: wd-fadeOutLeft .3s ease;
    animation: wd-fadeOutLeft .3s ease
}


.post-image-mask svg {
    transition-delay: .1s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.read-more-section a {
    position: relative;
    display: inline-block;
    border-bottom: none;
    text-decoration: none;

    float: left;
    font-weight: 800;
    font-size: 13px;
    margin-top: 15px;
}

.read-more-section a:after {
    position: relative;
    top:3px;
    display: inline-block;
    margin-right: 5px;
    height: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 5px;
    transition: opacity .35s ease;
    content: "\f10c";
    font-family: passazh-font
}

.read-more-section a:hover:after {
    opacity: 1;
    -webkit-animation: wd-ShakePrev 1s ease infinite;
    animation: wd-ShakePrev 1s ease infinite
}

.passazh-entry-meta {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 0
}

.passazh-entry-meta .meta-featured-post:before {
    font-size: 14px;
    content: "\f105";
    font-family: passazh-font
}

.passazh-entry-meta .meta-author {
    vertical-align: top;
    font-size: 14px
}

.passazh-entry-meta .meta-author .avatar {
    display: inline-block;
    margin: 0 5px;
    margin-right: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: top
}

.passazh-entry-meta .meta-author a {
    vertical-align: top;
    text-transform: capitalize
}

.passazh-entry-meta .meta-date {
    vertical-align: top;
    font-size: 14px
}

.passazh-entry-meta .meta-reply {
    display: block
}

.passazh-entry-meta .meta-reply a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px
}

.passazh-entry-meta .meta-reply a:after {
    display: inline-block;
    font-size: 16px;
    content: "\f104";
    font-family: passazh-font
}

.passazh-entry-meta .meta-reply .replies-count {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #A4A4A4;
    color: #FFF;
    text-align: center;
    font-size: 9px;
    line-height: 14px
}

.passazh-entry-meta .meta-reply .replies-count-label {
    display: none
}

.entry-meta-list li {
    display: inline-block;
    margin-left: 10px;
    color: #A4A4A4;
    vertical-align: middle
}

.entry-meta-list li a {
    color: #A4A4A4
}

.entry-meta-list li a:focus,
.entry-meta-list li a:hover {
    color: #777
}

.entry-meta-list li.modified-date,
.entry-meta-list li:last-child {
    margin-left: 0
}

.blog-design-mask .entry-meta-list li,
.color-scheme-light .entry-meta-list li,
.passazh-dark .entry-meta-list li {
    color: rgba(255, 255, 255, .6)
}

.blog-design-mask .entry-meta-list li a,
.color-scheme-light .entry-meta-list li a,
.passazh-dark .entry-meta-list li a {
    color: rgba(255, 255, 255, .6)
}

.blog-design-mask .entry-meta-list li a:focus,
.blog-design-mask .entry-meta-list li a:hover,
.color-scheme-light .entry-meta-list li a:focus,
.color-scheme-light .entry-meta-list li a:hover,
.passazh-dark .entry-meta-list li a:focus,
.passazh-dark .entry-meta-list li a:hover {
    color: rgba(255, 255, 255, .8)
}

.hovered-social-icons {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    color: #A4A4A4;
    vertical-align: middle;
    font-size: 0;
    transition: all .25s ease
}

.hovered-social-icons .passazh-social-icons {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 10;
    visibility: hidden;
    margin-bottom: 10px;
    padding: 5px 7px;
    background: rgba(0, 0, 0, .9);
    white-space: nowrap;
    opacity: 0;
    transition: opacity .25s cubic-bezier(.445, .05, .55, .95), visibility .25s cubic-bezier(.445, .05, .55, .95);
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%)
}

.hovered-social-icons .passazh-social-icons:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 10px
}

.hovered-social-icons .passazh-social-icons:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(0, 0, 0, .9)
}

.hovered-social-icons:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    content: "\f114";
    font-family: passazh-font
}

.hovered-social-icons:hover {
    color: #777
}

.hovered-social-icons:hover .passazh-social-icons {
    visibility: visible;
    opacity: 1
}

.blog-design-mask .hovered-social-icons,
.color-scheme-light .hovered-social-icons,
.passazh-dark .hovered-social-icons {
    color: rgba(255, 255, 255, .6)
}

.blog-design-mask .hovered-social-icons:hover,
.color-scheme-light .hovered-social-icons:hover,
.passazh-dark .hovered-social-icons:hover {
    color: rgba(255, 255, 255, .8)
}
.vc_custom_heading h4{
  text-align: right !important;
}
.vc_custom_heading div{
  font-family: inherit !important
}
.vc_gitem-post-data-source-post_title div{
  font-weight: 600 !important
}
.vc_gitem-post-data-source-post_title div{
  font-size: 16px !important
}
.vc_gitem-post-data-source-post_excerpt div{
  font-size: 13px !important
}
.passazh-post-date {
    display: block;
    color: #777;
    text-align: right;
    line-height: 1;
    border-radius: 5px
}

.passazh-post-date>span {
    display: inline-block;
}

.passazh-post-date .post-date-day {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px
}

.passazh-post-date .post-date-month {
    padding-top: 2px;
    padding-bottom: 8px;


    font-weight: 600;
    font-size: 11px
}

.color-scheme-light .passazh-post-date,
.passazh-dark .passazh-post-date {
    background-color: #101010;
    color: #FFF
}

.meta-categories-wrapp {
    position: absolute;
    top:10px;
    z-index: 99;
    left: 10px;
    overflow: hidden;
    height: 25px;
    line-height: 25px
}

.meta-post-categories {
    display: inline-block;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    height: 25px;
    color: #FFF;
    line-height: 25px
}
.single .meta-post-categories{
  float: right;
  margin-left: 7px;
}
.single .passazh-post-date{
  display: none
}
.meta-post-categories>a {
    display: inline-block;
    color: #FFF;
    vertical-align: top;


    font-weight: 600;
    font-size: 12px
}

.meta-post-categories>a:focus,
.meta-post-categories>a:hover {
    color: rgba(255, 255, 255, .8)
}

.passazh-spacing-0+.blog-footer,
.passazh-spacing-2+.blog-footer,
.passazh-spacing-6+.blog-footer {
    margin-top: 15px
}

.post-gallery-slider {
    overflow: hidden
}

.post-gallery-slider div.owl-nav>div {
    background-color: #FFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

.post-gallery-slider div.owl-nav>div:after {
    font-size: 18px;
    line-height: 18px
}

.color-scheme-light .post-gallery-slider .owl-nav>div,
.passazh-dark .post-gallery-slider .owl-nav>div {
    background-color: #101010
}

.format-quote .entry-meta,
.format-quote .entry-title,
.format-quote .hovered-social-icons,
.format-quote .meta-post-categories,
.format-quote .post-date,
.format-quote .post-image-mask,
.format-quote .share-with-lines {
    display: none
}

.format-quote .entry-header {
    z-index: 2;
    display: none;
    margin-bottom: 0
}

.format-quote .post-img-wrapp {
    background: 0 0
}

.format-quote .post-img-wrapp a {
    margin: 0
}

.format-quote .post-img-wrapp a:after {
    content: none
}

.format-quote .post-img-wrapp img {
    display: inline-block;
    max-height: 75px;
    width: auto;
    border-radius: 50%
}

.format-quote blockquote {
    margin-bottom: 0;
    padding-right: 0;
    border-right: none;
    color: #777;
    text-align: center
}

.format-quote blockquote cite,
.format-quote blockquote cite a {
    font-size: 16px
}

.format-quote.has-post-thumbnail .entry-header {
    display: block
}

.format-quote:not(.post-single-page) .article-body-container:before {
    position: absolute;
    left: 30px;
    bottom: 15px;
    display: inline-block;
    color: rgba(0, 0, 0, .06);
    font-size: 96px;
    line-height: 90px;
    content: "\f129";
    font-family: passazh-font
}

.format-quote:hover .post-img-wrapp a {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.color-scheme-light .format-quote:not(.post-single-page) .article-body-container:before,
.passazh-dark .format-quote:not(.post-single-page) .article-body-container:before {
    color: rgba(255, 255, 255, .1)
}

.format-link .entry-content a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #F7F7F7;
    font-size: 22px
}

.format-link .entry-content a:hover {
    background-color: #F1F1F1
}

.color-scheme-light .format-link .entry-content a,
.passazh-dark .format-link .entry-content a {
    background-color: rgba(0, 0, 0, .3)
}

.color-scheme-light .format-link .entry-content a:hover,
.passazh-dark .format-link .entry-content a:hover {
    background-color: rgba(0, 0, 0, .9)
}

.blog-design-default .article-body-container {
    margin-right: 25px;
    margin-left: 25px
}

.blog-design-default .entry-title {
    font-size: 32px;
    line-height: 1.2
}

.blog-design-default .passazh-entry-content {
    font-size: 110%
}

.blog-design-default:not(.has-post-thumbnail) .passazh-post-date {
    position: static;
}

.blog-design-default.has-post-thumbnail.format-quote .article-body-container {
    padding-top: 55px
}

.blog-design-default.format-quote .article-body-container {
    padding-top: 25px;
    padding-right: 105px;
    padding-left: 105px
}

.blog-design-default.format-gallery:not(.has-post-thumbnail) .post-gallery-slider {
    margin-bottom: -25px
}

.blog-design-default-alt {
    text-align: center
}

.blog-design-default-alt .entry-title {
    font-size: 32px;
    line-height: 1.2
}

.blog-design-default-alt .passazh-entry-content {
    font-size: 110%
}

.blog-design-default-alt .article-body-container {
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 25px
}

.blog-design-default-alt .passazh-entry-meta {
    margin-bottom: 15px;
    margin-left: 0
}

.blog-design-default-alt .meta-post-categories {
    margin-bottom: 15px
}

.blog-design-default-alt .share-with-lines {
    margin-top: 20px
}

.blog-design-default-alt .social-icons-wrapper {
    display: none
}

.blog-design-default-alt:not(.has-post-thumbnail) .post-date {
    display: none
}

.blog-design-default-alt.has-post-thumbnail .article-body-container {
    margin-top: -25px
}

.blog-design-default-alt.has-post-thumbnail.format-quote .article-body-container {
    margin-top: -37px;
    padding-top: 55px
}

.blog-design-default-alt.has-post-thumbnail.format-quote .post-date {
    display: none
}

.blog-design-default-alt.format-gallery:not(.has-post-thumbnail):not(.blog-style-flat) .post-gallery-slider {
    margin-bottom: -25px
}

.blog-design-default-alt.format-gallery.blog-style-flat .post-gallery-slider {
    margin-bottom: 15px
}

.blog-design-default-alt.blog-style-flat .article-body-container {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    background-color: transparent
}

.blog-design-default-alt.blog-style-flat .entry-content {
    padding: 15px
}

.blog-design-default-alt.blog-style-flat .share-with-lines {
    margin-top: 5px
}

.blog-design-default-alt.blog-style-flat:not(.has-post-thumbnail) .entry-content {
    padding-top: 0
}

.share-with-lines {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center
}

.share-with-lines .passazh-social-icons {
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px
}

.share-with-lines>span {
    flex: 1 1 auto;
    border-bottom: 1px solid
}

.color-scheme-light .share-with-lines .passazh-social-icons a,
.passazh-dark .share-with-lines .passazh-social-icons a {
    border: 2px solid rgba(255, 255, 255, .4);
    color: #FFF !important
}

.blog-design-small-images:not(.blog-style-flat) .post-gallery-slider .owl-nav>div[class*=next] {
    left: 15px
}

.blog-design-small-images .entry-title {
    font-size: 32px;
    line-height: 1.2
}

.blog-design-small-images.has-post-thumbnail .article-inner {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center
}

.blog-design-small-images.has-post-thumbnail .article-body-container,
.blog-design-small-images.has-post-thumbnail .entry-header {
    flex: 1 0 50%;
    max-width: 50%
}

.blog-design-small-images.has-post-thumbnail .entry-title {
    font-size: 26px;
    line-height: 1.4
}

.blog-design-small-images.has-post-thumbnail.blog-style-shadow .article-body-container {
    margin-right: -15px
}

.blog-design-small-images.has-post-thumbnail.blog-style-flat .article-body-container {
    background-color: transparent
}

.blog-design-small-images.has-post-thumbnail.blog-style-flat .meta-categories-wrapp {
    position: static;
    margin-bottom: 10px
}

.blog-design-small-images.has-post-thumbnail.format-quote .article-body-container,
.blog-design-small-images.has-post-thumbnail.format-quote .entry-header {
    max-width: 100%
}

.blog-design-small-images.has-post-thumbnail.format-quote .article-body-container {
    margin-top: -37px;
    margin-right: 0;
    padding-top: 55px
}

.blog-design-small-images.has-post-thumbnail.format-quote .post-date {
    display: none
}

.blog-design-small-images:not(.has-post-thumbnail) .post-date {
    position: static;
    margin-bottom: 25px
}

.blog-design-small-images.format-quote .article-inner {
    display: block
}

.blog-design-small-images.format-quote .article-body-container,
.blog-design-small-images.format-quote .entry-header {
    width: auto
}

.blog-design-small-images.format-quote .article-body-container {
    padding-top: 25px;
    padding-right: 105px;
    padding-left: 105px
}

.blog-design-small-images.format-quote .post-date {
    display: none
}

.blog-design-chess:nth-child(even):not(.blog-style-flat) .post-gallery-slider .owl-nav>div[class*=next] {
    left: 0
}

.blog-design-chess:nth-child(even):not(.blog-style-flat) .post-gallery-slider .owl-nav>div[class*=prev] {
    right: 15px
}

.blog-design-chess:nth-child(even).has-post-thumbnail .article-inner {
    flex-direction: row-reverse
}

.blog-design-chess:nth-child(even).has-post-thumbnail .post-date {
    left: 15px;
    right: auto
}

.blog-design-chess:nth-child(even).has-post-thumbnail.blog-style-shadow .article-body-container {
    margin-right: 0;
    margin-left: -15px
}

.blog-design-chess:nth-child(even).has-post-thumbnail.format-quote .article-body-container {
    margin-left: 0
}

.blog-design-masonry {
    margin-bottom: 30px
}

.blog-design-masonry .entry-title {
    font-size: 15px;
    line-height: 1.4
}

.blog-design-masonry.has-post-thumbnail .post-date {
    top: 10px;
    right: 10px
}

.blog-design-masonry.blog-style-flat .article-body-container {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: transparent
}

.blog-design-masonry.blog-style-shadow .article-body-container {
    box-shadow: none
}

.blog-design-masonry.blog-style-shadow .article-inner {
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    transition: box-shadow .35s ease
}

.blog-design-masonry.blog-style-shadow:hover .article-inner {
    box-shadow: 0 0 9px rgba(0, 0, 0, .2)
}

.blog-design-masonry.blog-style-shadow:hover .article-body-container {
    box-shadow: none
}

.blog-design-masonry:not(.has-post-thumbnail) .post-date {
    display: none
}

.blog-design-masonry.format-quote .article-inner {
    padding: 25px
}

.blog-design-masonry.format-quote:not(.post-single-page) .article-body-container {
    padding: 0
}

.blog-design-masonry.format-quote:not(.post-single-page) .article-body-container:before {
    left: 0;
    bottom: -20px
}

.blog-design-masonry.format-quote .post-date {
    display: none
}

.blog-design-masonry.format-quote .entry-header {
    display: none;
    margin-bottom: 15px
}

.blog-design-masonry.format-quote.has-post-thumbnail .entry-header {
    display: block
}

.blog-design-masonry.col-lg-3 .entry-title {
    font-size: 18px
}

.blog-design-masonry.col-lg-3.blog-style-flat .article-body-container {
    padding-top: 20px
}

.blog-design-mask .article-inner {
    position: relative;
    overflow: hidden
}

.blog-design-mask .article-body-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 50px;
    padding-bottom: 15px;
    background-color: transparent;
    box-shadow: none
}

.blog-design-mask .entry-title.title {
    color: #FFF
}

.blog-design-mask .entry-title.title>a:hover {
    color: rgba(255, 255, 255, .8)
}

.blog-design-mask .passazh-entry-content {
    display: none;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .8)
}

.blog-design-mask .post-image-mask {
    display: none
}

.blog-design-mask .post-gallery-slider {
    z-index: unset
}

.blog-design-mask .post-gallery-slider .owl-nav {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    background-color: #FFF
}

.blog-design-mask .post-gallery-slider .owl-nav>div {
    position: static;
    visibility: visible;
    margin-top: 0;
    width: 35px;
    height: 40px;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible
}

.blog-design-mask .post-gallery-slider .owl-nav>div:after {
    font-weight: 700;
    font-size: 14px
}

.blog-design-mask.format-quote .entry-header {
    z-index: unset;
    display: block
}

.blog-design-mask.format-quote .post-img-wrapp img {
    max-height: none;
    width: 100%;
    border-radius: unset
}

.blog-design-mask.format-quote:not(.post-single-page) .article-body-container:before {
    color: rgba(255, 255, 255, .16)
}

.blog-design-mask.format-quote .passazh-entry-content {
    display: block
}

.blog-design-mask.blog-style-shadow .article-inner {
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    transition: box-shadow .6s ease
}

.blog-design-mask.blog-style-shadow:hover .article-inner {
    box-shadow: 0 0 9px rgba(0, 0, 0, .2)
}

.blog-design-mask.has-post-thumbnail .article-body-container {
    background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, .35) 50%, rgba(0, 0, 0, .8) 100%)
}

.blog-design-mask:not(.has-post-thumbnail) .article-inner {
    min-height: 300px;
    background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, .35) 50%, rgba(0, 0, 0, .8) 100%)
}

.blog-design-mask:hover .article-body-container {
    box-shadow: none
}

.blog-design-mask .color-scheme-light .post-gallery-slider .owl-nav,
.passazh-dark .blog-design-mask .post-gallery-slider .owl-nav {
    background-color: #101010
}

.post-slide {
    margin-bottom: 0 !important
}

.post-slide:not(.has-post-thumbnail) .post-date {
    display: none
}

.post-slide:not(.has-post-thumbnail) .meta-categories-wrapp {
    position: static;
    margin-bottom: 15px
}

.post-slide.blog-design-small-images .entry-title {
    font-size: 22px
}

.owl-items-lg-4 .post-slide .passazh-entry-meta .meta-author,
.post-slide.blog-design-small-images .passazh-entry-meta .meta-author {
    font-size: 0
}

.owl-items-lg-4 .post-slide .passazh-entry-meta .meta-author a,
.post-slide.blog-design-small-images .passazh-entry-meta .meta-author a {
    font-size: 14px
}

.post-single-page .post-gallery-slider {
    margin-bottom: 30px
}

.post-single-page .entry-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-align: right;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.post-single-page .entry-header {
    position: relative
}

.post-single-page .meta-post-categories {
    margin-top: 0;
}

.post-single-page .passazh-entry-meta {
    margin-bottom: 20px;
    margin-left: 0
}

.post-single-page .article-body-container {
    text-align: right
}

.post-single-page .entry-content {
    font-size: 110%
}

.post-single-page.has-post-thumbnail .article-inner>.entry-header {
    margin-bottom: 30px
}

.post-single-page.format-quote .post-date {
    display: none
}

.wd-justified-gallery:not(.justified-gallery) {
    display: none
}

.post-title-large-image>.container {
    position: relative;
    z-index: 2
}

.post-title-large-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.post-title-large-image .meta-post-categories {
    margin-bottom: 10px
}

.post-title-large-image .meta-post-categories>a:focus,
.post-title-large-image .meta-post-categories>a:hover {
    color: rgba(255, 255, 255, .8)
}

.post-title-large-image .entry-title {
    margin-bottom: 20px
}

.post-title-large-image .passazh-entry-meta {
    margin-bottom: 0;
    margin-left: 0
}

.post-title-large-image.color-scheme-light:after {
    background: linear-gradient(transparent 5%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 100%)
}

.post-single-large-image:not(.format-gallery) .article-inner>.entry-header {
    display: none
}

.site-content>.author-info {
    margin-top: 25px;
    margin-right: 15px;
    margin-bottom: 40px;
    margin-left: 15px
}

footer.entry-author .author-info {
    margin-top: 80px;
    margin-bottom: 25px
}

.author-info {
    position: relative;
    padding: 50px 25px 25px;
    background-color: #F9F9F9;
    text-align: center
}

.author-info .avatar {
    display: inline-block;
    max-width: 74px;
    border: 3px solid #FFF;
    border-radius: 50%
}

.author-info .author-avatar {
    position: absolute;
    top: 0;
    right: 50%;
    margin-top: -37px;
    margin-right: -37px
}

.author-info .author-description {
    min-height: 74px
}

.author-info .author-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px
}

.author-info .author-bio {
    margin-bottom: 0
}

.author-info .author-link {
    display: block;
    margin-top: 10px;
    font-weight: 600
}

.author-info .author-link span {
    display: none
}

.passazh-dark .author-info {
    background-color: #101010
}

.passazh-dark .author-info .avatar {
    border-color: #101010
}

.passazh-single-footer {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}

.passazh-single-footer .single-post-social {
  width: 100%;
display: block;
clear: both;
margin-top: 15px;
}

.passazh-single-footer .single-meta-tags {
  width: 100%;
display: block;
clear: both;
}

.passazh-single-footer .tags-title {
    display: none
}

.passazh-single-footer .tags-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 0
}

.passazh-single-footer .tags-list a {
    position: relative;
    display: inline-flex;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 70px;
    border: 1px solid #c5c5c5;
    color: #212121;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 28px
}

.passazh-single-footer .tags-list a:before {
  content: "\f111";
  font-family: passazh-font;
    float: right;
    margin-left: 7px;
    transition: .25s;
    font-size:8px;
    position: relative;
    top: 1px;
}

.passazh-single-footer .tags-list a:focus,
.passazh-single-footer .tags-list a:hover, {
    color: #212121
}

.passazh-single-footer:empty {
    padding: 0
}

.passazh-dark .passazh-single-footer {
    border-color: rgba(255, 255, 255, .15)
}

.passazh-dark .passazh-single-footer .tags-list a {
    border-color: rgba(255, 255, 255, .15);
    color: #FFF
}

.passazh-dark .passazh-single-footer .tags-list a:after {
    background-color: #FFF
}

.related-posts-slider {
    margin-bottom: 15px
}

.post-password-form label {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: bottom;
    text-align: right;
    font-weight: 600
}

.post-password-form input[type=submit] {
    margin-bottom: 10px;
    vertical-align: bottom
}

.page-links,
.passazh-pagination {
    clear: both;
    font-size: 0
}

.page-links>a,
.page-links>span:not(.page-links-title),
.passazh-pagination>a,
.passazh-pagination>span:not(.page-links-title) {
    display: inline-block;
    box-sizing: content-box;
    margin-left: 2px;
    min-width: 32px;
    height: 34px;
    color: #2d2a2a;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    transition: all .2s ease
}

.page-links>a:last-child,
.page-links>span:not(.page-links-title):last-child,
.passazh-pagination>a:last-child,
.passazh-pagination>span:not(.page-links-title):last-child {
    margin-left: 0
}

.page-links>span:not(.page-links-title),
.passazh-pagination>span:not(.page-links-title) {
    color: #FFF;
    font-weight: 600
}

.page-links>a:focus,
.page-links>a:hover,
.passazh-pagination>a:focus,
.passazh-pagination>a:hover {
    background-color: #EEE;
    color: #2d2a2a
}

.passazh-dark .page-links>a,
.passazh-dark .page-links>span:not(.page-links-title),
.passazh-dark .passazh-pagination>a,
.passazh-dark .passazh-pagination>span:not(.page-links-title) {
    color: #FFF
}

.passazh-dark .page-links>a:focus,
.passazh-dark .page-links>a:hover,
.passazh-dark .passazh-pagination>a:focus,
.passazh-dark .passazh-pagination>a:hover {
    background-color: rgba(0, 0, 0, .3);
    color: #FFF
}

.passazh-pagination {
    text-align: center
}

.page-links {
    margin-top: 10px
}

.page-links .page-links-title {
    margin-left: 15px;
    color: #333;
    vertical-align: middle;
    font-weight: 600;
    font-size: 14px
}

.passazh-dark .page-links .page-links-title {
    color: #FFF
}

.single-post-navigation {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.single-post-navigation .blog-posts-nav-btn {
    flex: 0 1 50%;
    max-width: 50%
}

.single-post-navigation .blog-posts-nav-btn a {
    position: relative;
    display: block;
    color: #3f3f3f
}

.single-post-navigation .blog-posts-nav-btn a:after {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 34px;
    line-height: 40px
}

.single-post-navigation .back-to-archive a {
    display: block;
    color: #BBB
}

.single-post-navigation .back-to-archive a:hover {
    color: #212121
}

.single-post-navigation .back-to-archive .passazh-tooltip {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 0;
    line-height: 30px
}

.single-post-navigation .back-to-archive .passazh-tooltip:after {
    display: inline-block;
    font-size: 24px;
    content: "\f11a";
    font-family: passazh-font
}

.single-post-navigation .btn-label {
    display: block;
    margin-bottom: 5px;
    color: #BBB;

    font-weight: 600;
    font-size: 14px
}

.single-post-navigation .post-title {
    word-wrap: break-word;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3
}

.single-post-navigation .prev-btn a {
    padding-right: 50px;
    padding-left: 20px
}

.single-post-navigation .prev-btn a:after {
    right: 0;
    content: "\f10e";
    font-family: passazh-font
}

.single-post-navigation .prev-btn a:hover:after {
    -webkit-animation: wd-ShakeNext 1s ease infinite;
    animation: wd-ShakeNext 1s ease infinite
}

.single-post-navigation .next-btn {
    text-align: left
}

.single-post-navigation .next-btn a {
    padding-left: 50px;
    padding-right: 20px
}

.single-post-navigation .next-btn a:after {
    left: 0;
    content: "\f10d";
    font-family: passazh-font
}

.single-post-navigation .next-btn a:hover:after {
    -webkit-animation: wd-ShakePrev 1s ease infinite;
    animation: wd-ShakePrev 1s ease infinite
}

.passazh-dark .single-post-navigation {
    border-color: rgba(255, 255, 255, .15)
}

.passazh-dark .single-post-navigation .blog-posts-nav-btn a {
    color: rgba(255, 255, 255, .9)
}

.passazh-dark .single-post-navigation .blog-posts-nav-btn a:hover {
    color: #FFF
}

.passazh-dark .single-post-navigation .back-to-archive a {
    color: rgba(255, 255, 255, .6)
}

.passazh-dark .single-post-navigation .back-to-archive a:hover {
    color: #FFF
}

.page-portfolio {
    padding-top: 0
}

.portfolio-filter {
    position: relative;
    margin-bottom: 20px
}

.masonry-filter li {
    display: inline-block;
    padding: 10px;
    color: #333;
    font-weight: 600
}

.masonry-filter li a {
    color: inherit;

    font-weight: inherit;
    font-size: 16px;
    opacity: .7
}

.masonry-filter li a.filter-active,
.masonry-filter li a:focus,
.masonry-filter li a:hover {
    color: inherit;
    opacity: 1
}

.color-scheme-light .masonry-filter li,
.passazh-dark .masonry-filter li {
    color: #FFF
}

.portfolio-entry {
    margin-bottom: 30px
}

.portfolio-entry .entry-header {
    position: relative
}

.portfolio-entry .project-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.portfolio-entry .entry-thumbnail {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.portfolio-entry .entry-thumbnail img {
    width: 100%
}

.portfolio-entry .portfolio-thumbnail {
    position: relative;
    display: block
}

.portfolio-entry .portfolio-thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0
}

.portfolio-entry .portfolio-info {
    padding: 20px
}

.portfolio-entry .wrap-meta {
    margin-bottom: 10px
}

.portfolio-entry .entry-title {
    margin-bottom: 0;
    color: #FFF;

    font-weight: 600;
    font-size: 20px;
    line-height: 1.4
}

.portfolio-entry .entry-title a {
    color: inherit
}

.portfolio-entry .entry-title a:hover {
    color: rgba(255, 255, 255, .8)
}

.portfolio-entry .proj-cats-list li {
    display: inline-flex;
    margin-left: 2px;
    color: rgba(255, 255, 255, .7);


    font-size: 12px
}

.portfolio-entry .proj-cats-list li:after {
    content: ", "
}

.portfolio-entry .proj-cats-list li:last-child {
    margin-left: 0
}

.portfolio-entry .proj-cats-list li:last-child:after {
    content: none
}

.portfolio-entry .social-icons-wrapper {
    position: absolute;
    top: 35px;
    left: 1px;
    z-index: 2;
    opacity: 0;
    transition: opacity .4s ease
}

.portfolio-entry .social-icons-wrapper:after {
    display: block;
    width: 30px;
    height: 30px;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    transition: color .3s ease;
    content: "\f114";
    font-family: passazh-font
}

.portfolio-entry .social-icons-wrapper .passazh-social-icons {
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 2;
    flex-wrap: nowrap;
    visibility: hidden;
    margin-top: -18px;
    padding: 5px;
    background: rgba(0, 0, 0, .9);
    white-space: nowrap;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s ease
}

.portfolio-entry .social-icons-wrapper .passazh-social-icons a {
    color: #FFF
}

.portfolio-entry .social-icons-wrapper .passazh-social-icons a:hover {
    color: rgba(255, 255, 255, .8)
}

.portfolio-entry .social-icons-wrapper .passazh-social-icons:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-right-color: rgba(0, 0, 0, .9)
}

.portfolio-entry .social-icons-wrapper:hover .passazh-social-icons {
    visibility: visible;
    opacity: 1
}

.portfolio-entry .social-icons-wrapper:hover:after {
    color: rgba(255, 255, 255, .8)
}

.portfolio-entry .portfolio-enlarge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    outline: 0;
    color: #FFF;
    text-align: center;
    font-size: 0;
    opacity: 0;
    transition: opacity .4s ease, color .4s ease
}

.portfolio-entry .portfolio-enlarge:after {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    content: "\f121";
    font-family: passazh-font
}

.portfolio-entry .portfolio-enlarge:hover {
    color: rgba(255, 255, 255, .8)
}

.portfolio-entry .entry-summary {
    display: none
}

.portfolio-entry:hover .portfolio-enlarge,
.portfolio-entry:hover .social-icons-wrapper {
    opacity: 1
}

.portfolio-entry:hover .portfolio-thumbnail:after {
    opacity: 1
}

div.passazh-portfolio-holder {
    transition: height .4s ease
}

.passazh-spacing-0+.vc_row-full-width+.portfolio-footer,
.passazh-spacing-10+.vc_row-full-width+.portfolio-footer,
.passazh-spacing-2+.vc_row-full-width+.portfolio-footer,
.passazh-spacing-6+.vc_row-full-width+.portfolio-footer {
    margin-top: 25px
}

.single-portfolio .single-post-navigation {
    margin-bottom: 0;
    border-top: 2px solid rgba(199, 199, 199, .25)
}

.single-portfolio .single-post-navigation+.passazh-carousel-container {
    margin-top: 40px
}

.portfolio-hover .wrap-meta,
.portfolio-hover .wrap-title {
    overflow: hidden
}

.portfolio-hover .portfolio-thumbnail {
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.portfolio-hover .portfolio-thumbnail:after {
    transition: visibility .5s ease, opacity .5s ease
}

.portfolio-hover .entry-title,
.portfolio-hover .proj-cats-list {
    opacity: 0;
    transition: opacity .5s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.165, .84, .44, 1)
}

.portfolio-hover .proj-cats-list {
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}

.portfolio-hover .entry-title {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.portfolio-hover:hover .entry-title,
.portfolio-hover:hover .proj-cats-list {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.portfolio-hover:hover .portfolio-thumbnail {
    -webkit-transform: scale(1.09);
    transform: scale(1.09)
}

.portfolio-parallax .portfolio-thumbnail:after {
    transition: opacity .4s ease
}

.portfolio-parallax .portfolio-info {
    opacity: 0;
    transition: opacity .4s ease
}

.portfolio-parallax:hover .portfolio-info {
    opacity: 1
}

.portfolio-hover .portfolio-info,
.portfolio-parallax .portfolio-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    text-align: center
}

.portfolio-hover-inverse .entry-header {
    overflow: hidden;
    background-color: #000
}

.portfolio-hover-inverse .portfolio-thumbnail {
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.portfolio-hover-inverse .portfolio-thumbnail:after {
    background-color: rgba(0, 0, 0, .4);
    transition: opacity .4s ease
}

.portfolio-hover-inverse .portfolio-info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.portfolio-hover-inverse:hover .portfolio-thumbnail {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

.portfolio-hover-inverse:hover .portfolio-info {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.portfolio-text-shown .entry-header {
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    transition: box-shadow .35s ease-in-out
}

.portfolio-text-shown .portfolio-thumbnail {
    transition: -webkit-transform .7s ease-out;
    transition: transform .7s ease-out;
    transition: transform .7s ease-out, -webkit-transform .7s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.portfolio-text-shown .portfolio-thumbnail:after {
    background-color: rgba(0, 0, 0, .5);
    transition: visibility .7s ease-out, opacity .7s ease-out
}

.portfolio-text-shown .portfolio-info {
    background-color: #FFF;
    text-align: center
}

.portfolio-text-shown .proj-cats-list li {
    color: #a2a2a2
}

.portfolio-text-shown .entry-title a {
    color: #2d2a2a
}

.portfolio-text-shown .entry-title a:hover {
    color: #2d2a2a;
    opacity: .7
}

.portfolio-text-shown:hover .entry-header {
    box-shadow: 0 0 9px rgba(0, 0, 0, .2)
}

.portfolio-text-shown:hover .portfolio-thumbnail {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.color-scheme-light .portfolio-text-shown .portfolio-info,
.passazh-dark .portfolio-text-shown .portfolio-info {
    background-color: #101010
}

.color-scheme-light .portfolio-text-shown .proj-cats-list li,
.passazh-dark .portfolio-text-shown .proj-cats-list li {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light .portfolio-text-shown .entry-title a,
.passazh-dark .portfolio-text-shown .entry-title a {
    color: #FFF
}

.color-scheme-light .portfolio-text-shown .entry-title a:hover,
.passazh-dark .portfolio-text-shown .entry-title a:hover {
    color: #FFF
}

.admin-bar #cboxClose,
.admin-bar .cart-widget-side,
.admin-bar .full-screen-close-icon,
.admin-bar .header-banner,
.admin-bar .mobile-nav,
.admin-bar button.mfp-close {
    top: 32px
}

.passazh-close-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    transition: opacity .25s ease, visibility 0s ease .25s
}

.passazh-dark .passazh-close-side {
    background-color: rgba(0, 0, 0, .8)
}

.passazh-close-side-opened {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease, visibility 0s ease
}

.passazh-lazy-load {
    width: 100%;
    transition: all .3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.owl-carousel .passazh-lazy-load {
    -webkit-transform: none;
    transform: none
}

.passazh-lazy-blur {
    -webkit-filter: blur(2vw);
    filter: blur(2vw)
}

.passazh-lazy-blur.passazh-loaded {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.passazh-lazy-fade {
    opacity: 0
}

.passazh-lazy-fade.passazh-loaded {
    opacity: 1
}

.widget,
.passazh-widget,
div[class^=vc_wp] {
    line-height: 1.4
}

.widget a,
.passazh-widget a,
div[class^=vc_wp] a {
    color: #727272
}

.widget a:hover,
.passazh-widget a:hover,
div[class^=vc_wp] a:hover {
    color: #333
}

.widget li,
.passazh-widget li,
div[class^=vc_wp] li {
    margin-bottom: 15px
}

.widget li:last-child,
.passazh-widget li:last-child,
div[class^=vc_wp] li:last-child {
    margin-bottom: 0
}

.color-scheme-light .widget a,
.color-scheme-light .passazh-widget a,
.color-scheme-light div[class^=vc_wp] a,
.passazh-dark .widget a,
.passazh-dark .passazh-widget a,
.passazh-dark div[class^=vc_wp] a {
    color: rgba(255, 255, 255, .8)
}

.color-scheme-light .widget a:hover,
.color-scheme-light .passazh-widget a:hover,
.color-scheme-light div[class^=vc_wp] a:hover,
.passazh-dark .widget a:hover,
.passazh-dark .passazh-widget a:hover,
.passazh-dark div[class^=vc_wp] a:hover {
    color: #FFF
}

.color-scheme-dark .widget a,
.color-scheme-dark .passazh-widget a,
.color-scheme-dark div[class^=vc_wp] a {
    color: #727272
}

.color-scheme-dark .widget a:hover,
.color-scheme-dark .passazh-widget a:hover,
.color-scheme-dark div[class^=vc_wp] a:hover {
    color: #333
}

.widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid
}

.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.color-scheme-light .widget,
.passazh-dark .widget {
    border-color: rgba(255, 255, 255, .25)
}

.filter-widget {
    padding-bottom: 0;
    border-bottom: none
}

.filter-widget:last-child {
    margin-bottom: 30px
}

.widgetarea-mobile {
    padding: 20px
}

.dropdowns-color-light .widgetarea-mobile {
    color: rgba(255, 255, 255, .8)
}

.dropdowns-color-light .widgetarea-mobile a {
    color: rgba(255, 255, 255, .9)
}

.dropdowns-color-light .widgetarea-mobile a:hover {
    color: #FFF
}

.dropdowns-color-light .widgetarea-mobile .title,
.dropdowns-color-light .widgetarea-mobile .widget-title,
.dropdowns-color-light .widgetarea-mobile .widgettitle,
.dropdowns-color-light .widgetarea-mobile h1,
.dropdowns-color-light .widgetarea-mobile h2,
.dropdowns-color-light .widgetarea-mobile h3,
.dropdowns-color-light .widgetarea-mobile h4,
.dropdowns-color-light .widgetarea-mobile h5,
.dropdowns-color-light .widgetarea-mobile h6,
.dropdowns-color-light .widgetarea-mobile label,
.dropdowns-color-light .widgetarea-mobile legend {
    color: #FFF
}

.dropdowns-color-light .widgetarea-mobile .inline-list-with-border li:not(:last-child) {
    border-color: rgba(255, 255, 255, .15)
}

.mobile-menu-widget {
    margin: 0 -20px 20px -20px;
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid
}

.mobile-menu-widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget-area-fs-menu {
    margin-top: 30px
}

.color-scheme-light .footer-widget a {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light .footer-widget a:hover {
    color: #FFF
}

.widget-heading {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 20px 15px 20px 15px;
    border-bottom: 1px solid
}

.widget-heading .widget-title {
    flex: 1 1 auto;
    margin-bottom: 0;
    font-size: 20px
}

.widget-heading .close-side-widget {
    flex: 0 0 auto
}

.widget-title,
.widgettitle {
  margin-bottom: 20px;
color: #2d2a2a;
font-size: 14px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
border-bottom: 2px solid #f0f0f0;
padding-bottom: 5px;
position: relative;
color:#777;
font-size: 18px !important;
}

.sidebar-widget .widget-title,
.dokan-store-widget .widget-title{
border-bottom: 1px solid #f0f0f0;
padding-bottom: 5px;
position: relative;
}

.sidebar-widget .widget-title::before,
.dokan-store-widget .widget-title::before{
  bottom: -1px;
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
}

.woocommerce-billing-fields h3::before,
.woocommerce-additional-fields h3::before{
  bottom: -2px;
  content: "";
  position: absolute;
  width: 25%;
  height: 2px;
}

.widget_recent_entries ul li a {
    display: block
}

.widget_recent_entries .post-date {
    display: block;
    margin-top: 5px;
    color: #BBB;
    font-size: 12px
}

.color-scheme-light .widget_recent_entries .post-date,
.passazh-dark .widget_recent_entries .post-date {
    color: rgba(255, 255, 255, .8)
}

.widget_recent_comments ul li .url {
    color: #2d2a2a;
    font-weight: 600
}

.widget_recent_comments ul li:before {
    display: inline-block;
    margin-left: 7px;
    color: #2d2a2a;
    font-weight: 400;
    font-size: 12px;
    content: "\f104";
    font-family: passazh-font
}

.color-scheme-light .widget_recent_comments ul li .url,
.passazh-dark .widget_recent_comments ul li .url {
    color: #FFF
}

.color-scheme-light .widget_recent_comments ul li:before,
.passazh-dark .widget_recent_comments ul li:before {
    color: #FFF
}

.passazh-recent-posts li {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid
}

.passazh-recent-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.passazh-recent-posts .recent-posts-thumbnail {
    flex: 0 0 auto;
    overflow: hidden;
    margin-left: 15px
}

.passazh-recent-posts .recent-posts-thumbnail img {
    min-width: 60px
}

.passazh-recent-posts .recent-posts-info {
    flex: 1 1 auto
}

.passazh-recent-posts .entry-title {
    margin-bottom: 8px;
    font-size: 14px
}

.passazh-recent-posts .recent-posts-comment,
.passazh-recent-posts .recent-posts-time {
    color: #BBB;
    font-size: 12px
}

.passazh-recent-posts .recent-posts-time {
    margin-left: 5px
}

.color-scheme-light .passazh-recent-posts li,
.passazh-dark .passazh-recent-posts li {
    border-color: rgba(255, 255, 255, .2)
}

.color-scheme-light .passazh-recent-posts .recent-posts-comment,
.color-scheme-light .passazh-recent-posts .recent-posts-time,
.passazh-dark .passazh-recent-posts .recent-posts-comment,
.passazh-dark .passazh-recent-posts .recent-posts-time {
    color: rgba(255, 255, 255, .8)
}

.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li {
    display: block;
    color: #BBB;
    font-size: 14px
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a {
    display: inline-block;
    padding-left: 2px
}

.widget_archive ul li.current_page_item>a,
.widget_categories ul li.current_page_item>a,
.widget_nav_menu ul li.current_page_item>a,
.widget_pages ul li.current_page_item>a {
    color: #333;
    font-weight: 600
}

.widget_archive li ul,
.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
    margin-top: 15px;
    padding-right: 15px
}

.color-scheme-light .widget_archive ul li,
.color-scheme-light .widget_categories ul li,
.color-scheme-light .widget_nav_menu ul li,
.color-scheme-light .widget_pages ul li,
.passazh-dark .widget_archive ul li,
.passazh-dark .widget_categories ul li,
.passazh-dark .widget_nav_menu ul li,
.passazh-dark .widget_pages ul li {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light .widget_archive ul li.current_page_item>a,
.color-scheme-light .widget_categories ul li.current_page_item>a,
.color-scheme-light .widget_nav_menu ul li.current_page_item>a,
.color-scheme-light .widget_pages ul li.current_page_item>a,
.passazh-dark .widget_archive ul li.current_page_item>a,
.passazh-dark .widget_categories ul li.current_page_item>a,
.passazh-dark .widget_nav_menu ul li.current_page_item>a,
.passazh-dark .widget_pages ul li.current_page_item>a {
    color: #FFF
}

.widget_text .textwidget>:last-child {
    margin-bottom: 0
}

.widget_rss .widget-title a {
    color: #2d2a2a;
    vertical-align: middle
}

.widget_rss .widget-title a img {
    vertical-align: initial
}

.widget_rss ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    line-height: 1.5
}

.widget_rss ul li>a {
    display: block;
    margin-bottom: 8px;
    color: #2d2a2a;
    font-weight: 600;
    font-size: 14px
}

.widget_rss ul li cite {
    display: inline-block;
    margin-top: 5px
}

.widget_rss ul li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.widget_rss .rss-date {
    display: block;
    margin-bottom: 8px;
    color: #BBB;
    font-size: 12px
}

.widget_rss .rss-date:before {
    display: inline-block;
    margin-left: 5px;
    content: "\f973";
    font-family: passazh-font
}

.color-scheme-light .widget_rss .widget-title a,
.passazh-dark .widget_rss .widget-title a {
    color: #FFF
}

.color-scheme-light .widget_rss ul li,
.passazh-dark .widget_rss ul li {
    border-color: rgba(255, 255, 255, .2)
}

.color-scheme-light .widget_rss ul li a,
.passazh-dark .widget_rss ul li a {
    color: #FFF
}

.color-scheme-light .widget_rss .rss-date,
.passazh-dark .widget_rss .rss-date {
    color: rgba(255, 255, 255, .8)
}

.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
    margin: -1px;
    font-size: 0
}

.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin: 1px;
    padding: 5px 12px;
    border: 1px solid;
    text-transform: capitalize;
    font-size: 12px !important
}

.widget_product_tag_cloud .tagcloud a:focus,
.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus,
.widget_tag_cloud .tagcloud a:hover {
    color: #FFF
}

.color-scheme-light .widget_product_tag_cloud .tagcloud a,
.color-scheme-light .widget_tag_cloud .tagcloud a,
.passazh-dark .widget_product_tag_cloud .tagcloud a,
.passazh-dark .widget_tag_cloud .tagcloud a {
    border-color: rgba(255, 255, 255, .3)
}

.widget_calendar #wp-calendar {
    margin-bottom: 0
}

.widget_calendar #wp-calendar>caption {
    margin-bottom: 10px;
    color: #2d2a2a;
    text-align: center;
    font-weight: 600;
    font-size: 18px
}

.widget_calendar #wp-calendar th {
    padding: 5px;
    border-bottom: none;
    text-align: center;
    font-size: 16px
}

.widget_calendar #wp-calendar td {
    padding: 10px;
    border-bottom: none;
    text-align: center
}

.widget_calendar #wp-calendar #today {
    color: #FFF;
    font-weight: 600
}

.widget_calendar #wp-calendar #prev {
    text-align: right
}

.widget_calendar #wp-calendar #next {
    text-align: left
}

.widget_calendar #wp-calendar thead th {
    border-bottom: 2px solid rgba(129, 129, 129, .1)
}

.widget_calendar #wp-calendar tfoot td {
    border-top: 2px solid rgba(129, 129, 129, .1)
}

.color-scheme-light .widget_calendar #wp-calendar>caption,
.passazh-dark .widget_calendar #wp-calendar>caption {
    color: #FFF
}

.color-scheme-light .widget_calendar #wp-calendar thead th,
.passazh-dark .widget_calendar #wp-calendar thead th {
    border-color: rgba(255, 255, 255, .2)
}

.color-scheme-light .widget_calendar #wp-calendar tfoot td,
.passazh-dark .widget_calendar #wp-calendar tfoot td {
    border-color: rgba(255, 255, 255, .2)
}

.passazh-author-information .author-avatar img {
    border-radius: 50%
}

.passazh-author-information .author-area-info {
    line-height: 1.6
}

.widget_nav_mega_menu>.widget-title {
    display: block;
    margin-bottom: 0;
    padding: 19px;
    background-color: #F1F1F1;
    color: #000;
    text-align: right;


    font-size: 16px;
    line-height: 24px
}

.widget_nav_mega_menu>.widget-title:before {
    content: none
}

.widget_nav_mega_menu>.widget-title.color-scheme-light {
    color: #FFF
}

.widget_nav_mega_menu>.widget-title+.vertical-navigation .menu {
    border-top: none
}

.widget_nav_mega_menu .vertical-navigation {
    display: block
}

.passazh-cookies-popup {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 15px 30px;
    background-color: #FFF;
    box-shadow: 0 0 9px rgba(0, 0, 0, .14);
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.passazh-cookies-popup.popup-display {
    -webkit-transform: none;
    transform: none
}

.passazh-cookies-popup.popup-hide {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.passazh-dark .passazh-cookies-popup {
    background-color: #101010
}

.passazh-cookies-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.passazh-cookies-inner .cookies-buttons {
    flex: 0 0 auto
}

.passazh-cookies-inner .cookies-info-text {
    flex: 1 1 auto;
    padding-left: 30px
}

.cookies-buttons>a {
    margin-left: 20px
}

.cookies-buttons>a:last-child {
    margin-left: 0
}

.cookies-buttons .cookies-more-btn {
    border-bottom: 2px solid #E4E4E4;
    color: #333;

    font-weight: 600;
    font-size: 13px
}

.cookies-buttons .cookies-more-btn:focus,
.cookies-buttons .cookies-more-btn:hover {
    opacity: .7
}

.passazh-dark .cookies-buttons .cookies-more-btn {
    border-color: rgba(255, 255, 255, .25);
    color: #FFF
}

.woocommerce-demo-store .passazh-cookies-popup.popup-display {
    -webkit-transform: translate3d(0, -46px, 0);
    transform: translate3d(0, -46px, 0)
}

.full-screen-close-icon,
button.mfp-close {
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background: 0 0;
    background-color: rgba(0, 0, 0, .3);
    color: #FFF;
    text-align: center;
    text-indent: 0;
    font-weight: 400;
    font-size: 0;
    opacity: 1;
    cursor: pointer;
    transition: all .25s ease
}

.full-screen-close-icon:after,
button.mfp-close:after {
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    content: "\f10f";
    font-family: passazh-font
}

.full-screen-close-icon:hover,
button.mfp-close:hover {
    background-color: rgba(0, 0, 0, .5);
    box-shadow: none;
    color: #FFF;
    opacity: 1
}

button.mfp-close {
    opacity: 0;
    transition: all .25s ease, opacity 0s ease 0s
}

.mfp-ready button.mfp-close {
    opacity: 1;
    transition: all .25s ease, opacity .3s ease .35s
}

.wd-cross-button,
.widget_layered_nav_filters ul li a,
.woocommerce-remove-coupon,
td.product-remove a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 30px
}


.wd-cross-button:after,
.wd-cross-button:before,
.widget_layered_nav_filters ul li a:after,
.widget_layered_nav_filters ul li a:before,
.woocommerce-remove-coupon:after,
.woocommerce-remove-coupon:before,
td.product-remove a:after,
td.product-remove a:before {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -1px;
    width: 12px;
    height: 1px;
    background-color: #000;
    transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.wd-cross-button:after,
.widget_layered_nav_filters ul li a:after,
.woocommerce-remove-coupon:after,
td.product-remove a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.wd-cross-button:before,
.widget_layered_nav_filters ul li a:before,
.woocommerce-remove-coupon:before,
td.product-remove a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.wd-cross-button:hover:after,
.wd-cross-button:hover:before,
.widget_layered_nav_filters ul li a:hover:after,
.widget_layered_nav_filters ul li a:hover:before,
.woocommerce-remove-coupon:hover:after,
.woocommerce-remove-coupon:hover:before,
td.product-remove a:hover:after,
td.product-remove a:hover:before {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.woocommerce-remove-coupon,
td.product-remove a {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    font-size: 0
}

.woocommerce-remove-coupon:after,
.woocommerce-remove-coupon:before,
td.product-remove a:after,
td.product-remove a:before {
    left: 8px
}

.wd-cross-button[class*=wd-with-text],
.widget_layered_nav_filters ul li a {
    color: #2d2a2a;
    text-decoration: none;


    font-weight: 600;
    font-size: 13px
}

.wd-cross-button.wd-with-text-left {
    padding-left: 18px
}

.wd-cross-button.wd-with-text-left:after,
.wd-cross-button.wd-with-text-left:before {
    left: 0
}

.wd-cross-button.wd-with-text-right,
.widget_layered_nav_filters ul li a {
    padding-right: 18px
}

.wd-cross-button.wd-with-text-right:after,
.wd-cross-button.wd-with-text-right:before,
.widget_layered_nav_filters ul li a:after,
.widget_layered_nav_filters ul li a:before {
    right: 0
}

.wd-cross-button.wd-size-s[class*=wd-with-text]:after,
.wd-cross-button.wd-size-s[class*=wd-with-text]:before,
.widget_layered_nav_filters ul li a:after,
.widget_layered_nav_filters ul li a:before {
    width: 10px
}

.wd-cross-button.wd-size-s.wd-with-text-left {
    padding-left: 16px
}

.wd-cross-button.wd-size-s.wd-with-text-right,
.widget_layered_nav_filters ul li a {
    padding-right: 16px
}

.widget_layered_nav_filters ul li a,
.passazh-clear-filters-wrapp .passazh-clear-filters {
    text-transform: none;
    line-height: inherit
}

.color-scheme-light .widget_layered_nav_filters ul li a,
.dropdowns-color-light .cart-widget-side .close-side-widget,
.dropdowns-color-light .passazh-search-full-screen .passazh-close-search,
.passazh-dark .wd-cross-button,
.passazh-dark .widget_layered_nav_filters ul li a,
.passazh-dark .woocommerce-remove-coupon,
.passazh-dark td.product-remove a {
    color: #FFF
}

.color-scheme-light .widget_layered_nav_filters ul li a:after,
.color-scheme-light .widget_layered_nav_filters ul li a:before,
.dropdowns-color-light .cart-widget-side .close-side-widget:after,
.dropdowns-color-light .cart-widget-side .close-side-widget:before,
.dropdowns-color-light .passazh-search-full-screen .passazh-close-search:after,
.dropdowns-color-light .passazh-search-full-screen .passazh-close-search:before,
.passazh-dark .wd-cross-button:after,
.passazh-dark .wd-cross-button:before,
.passazh-dark .widget_layered_nav_filters ul li a:after,
.passazh-dark .widget_layered_nav_filters ul li a:before,
.passazh-dark .woocommerce-remove-coupon:after,
.passazh-dark .woocommerce-remove-coupon:before,
.passazh-dark td.product-remove a:after,
.passazh-dark td.product-remove a:before {
    background-color: #FFF
}

.wd-cross-button .remove-loader {
    position: absolute;
    top: 50%;
    left: 0;
    visibility: hidden;
    margin-top: -6px;
    -webkit-animation: wd-FadeInLoader .6s ease forwards;
    animation: wd-FadeInLoader .6s ease forwards;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle
}

.wd-cross-button.loading .remove-loader {
    visibility: visible;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.wd-cross-button.loading:after,
.wd-cross-button.loading:before {
    opacity: 0
}

.passazh-dark .wd-cross-button .remove-loader {
    border-color: rgba(255, 255, 255, .15);
    border-left-color: #FFF
}

.passazh-toolbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 350;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
    height: 55px;
    background-color: #FFF;
    box-shadow: 0 0 9px rgba(0, 0, 0, .12)
}

.passazh-toolbar>a {
    display: flex;
    align-items: center;
    justify-content: center
}

.passazh-toolbar>a,
.passazh-toolbar>div {
    flex: 1 0 20%
}

.passazh-toolbar>a,
.passazh-toolbar>div a {
    height: 45px
}

.passazh-toolbar .passazh-cart-design-5 {
    margin-left: 0
}

.passazh-toolbar .passazh-sticky-sidebar-opener {
    display: none;
    padding-right: 10px;
    padding-left: 10px
}

.passazh-toolbar .passazh-sticky-sidebar-opener:after {
    height: 20px;
    font-size: 19px;
    line-height: 1
}

.passazh-toolbar.passazh-toolbar-label-show>a,
.passazh-toolbar.passazh-toolbar-label-show>div a {
    position: relative;
    padding-bottom: 15px
}

.passazh-toolbar.passazh-toolbar-label-show .passazh-toolbar-label {
    display: block
}

.passazh-dark .passazh-toolbar {
    background-color: #101010
}

.passazh-dark .passazh-toolbar a {
    color: #FFF
}

.passazh-dark .passazh-toolbar a:hover {
    color: rgba(255, 255, 255, .8)
}

.passazh-toolbar-label {
    position: absolute;
    right: 10px;
    bottom: 5px;
    left: 10px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 11px;
    line-height: 1
}

.passazh-toolbar-item .wd-tools-icon:before {
    font-size: 19px
}

.passazh-toolbar-shop .wd-tools-icon:before {
    content: "\f443";
    font-family: passazh-font
}

.passazh-toolbar-blog .wd-tools-icon:before {
    content: "\f442";
    font-family: passazh-font
}

.passazh-toolbar-home .wd-tools-icon:before {
    content: "\f441";
    font-family: passazh-font
}

.passazh-toolbar-link .wd-tools-icon:before {
    content: "\f437";
    font-family: passazh-font
}

.passazh-toolbar-link .passazh-custom-icon {
    min-width: auto;
    width: auto
}

.passazh-toolbar-link .passazh-custom-icon img {
    width: auto;
    height: 20px
}

.passazh-tltp {
    position: relative
}

.passazh-tltp .passazh-tooltip-label:before {
    content: ""
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.top .tooltip-arrow {
    bottom: 0
}

.error404 .page-header {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 0
}

.error404 .page-header:before {
    content: "404";
    position: absolute;
    top: -20px;
    left: 50%;
    color: #F4F4F4;
    font-weight: 700;
    font-size: 400px;
    line-height: 320px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.error404 .page-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 115px 0;
    border-bottom: none;
    text-align: center;


    font-weight: 900;
    font-size: 82px;
    line-height: 82px
}

.error404 .page-content {
    text-align: center
}

.error404 .page-content h2 {
    margin-bottom: 10px;

    font-weight: 800;
    font-size: 28px;
    line-height: 1.2
}

.error404 .page-content p {
    font-size: 110%
}

.error404 .page-content>.passazh-search-form {
    margin: 0 auto;
    max-width: 400px
}

.error404.passazh-dark .page-header:before {
    color: rgba(255, 255, 255, .1)
}

.search-no-results .page-title .breadcrumbs,
.search-no-results .page-title .yoast-breadcrumb {
    display: none
}

.not-found .entry-header {
    text-align: center
}

.not-found .entry-header:before {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 100px;
    line-height: 100px;
    content: "\f125";
    font-family: passazh-font
}

.not-found .entry-header .entry-title {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 48px
}

.not-found .entry-content {
    text-align: center
}

.not-found .entry-content>p {
    margin-bottom: 30px;
    font-size: 16px
}

.not-found .searchform {
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 350px;
    width: 100%
}

.not-found .searchform input[type=text] {
    padding-left: 105px
}

.not-found .searchform .searchsubmit {
    position: absolute;
    top: 0;
    left: 0
}

.wd-blog-search-results {
    margin-top: 30px
}

.wd-search-show-all {
    text-align: center
}

.wd-search-show-all .button {
    border-color: #E9E9E9;
    color: #333;
    font-weight: 900;
    border-width: 2px
}

.wd-search-show-all .button:not(:hover) {
    background-color: transparent !important
}

.wd-search-show-all .button:hover {
    box-shadow: none
}

.wd-search-show-all .button:hover {
    border-color: #DCDCDC;
    background-color: transparent
}

.passazh-dark .wd-search-show-all .button {
    border-color: rgba(255, 255, 255, .25);
    color: #FFF
}

.passazh-dark .wd-search-show-all .button:hover {
    border-color: #FFF;
    color: #FFF
}

.passazh-scroll {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.passazh-scroll .passazh-scroll-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.passazh-scroll .passazh-scroll-content:focus {
    outline: 0
}

.passazh-scroll .passazh-scroll-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar>.passazh-scroll-content::-webkit-scrollbar {
    display: block
}

.platform-Mac .passazh-scroll .passazh-scroll-content::-webkit-scrollbar {
    display: none
}

.passazh-scroll-pane {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden\9;
    width: 3px;
    background: rgba(0, 0, 0, .15);
    opacity: 0;
    transition: .2s
}

.passazh-scroll-pane>.passazh-scroll-slider {
    position: relative;
    margin: 0;
    background: rgba(0, 0, 0, .25)
}

.passazh-scroll-pane.active,
.passazh-scroll-pane.flashed,
.passazh-scroll:hover>.passazh-scroll-pane,
.passazh-sidebar-scroll:hover>.passazh-scroll-pane {
    visibility: visible\9;
    opacity: .99
}

.color-scheme-light .passazh-scroll-pane,
.passazh-dark .passazh-scroll-pane {
    background: rgba(255, 255, 255, .15)
}

.color-scheme-light .passazh-scroll-pane>.passazh-scroll-slider,
.passazh-dark .passazh-scroll-pane>.passazh-scroll-slider {
    background: rgba(255, 255, 255, .35)
}

.mfp-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1042;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #0B0B0B;
    opacity: .8
}

.mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1043;
    width: 100%;
    height: 100%;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    direction: ltr
}

.mfp-container {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 8px;
    width: 100%;
    height: 100%;
    text-align: center;
    direction: rtl
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    z-index: 1045;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    text-align: right
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    position: absolute;
    top: 50%;
    right: 8px;
    left: 8px;
    z-index: 1044;
    margin-top: -.8em;
    width: auto;
    color: #CCC;
    text-align: center
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    z-index: 1046;
    display: block;
    overflow: visible;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 18px 10px;
    width: 44px;
    height: 44px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-size: 28px;
    line-height: 44px;
    opacity: .65
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-counter {
    position: absolute;
    top: 0;
    left: 0;
    color: #CCC;
    white-space: nowrap;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
    opacity: .65
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-top: 35px;
    margin-right: 35px;
    width: 0;
    height: 0;
    border: medium inset transparent
}

.mfp-arrow:after {
    top: 8px;
    border-top-width: 13px;
    border-bottom-width: 13px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    right: 0
}

.mfp-arrow-left:after {
    margin-right: 31px;
    border-left: 17px solid #FFF
}

.mfp-arrow-left:before {
    margin-right: 25px;
    border-left: 27px solid #3F3F3F
}

.mfp-arrow-right {
    left: 0
}

.mfp-arrow-right:after {
    margin-right: 39px;
    border-right: 17px solid #FFF
}

.mfp-arrow-right:before {
    border-right: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    max-width: 900px;
    width: 100%;
    line-height: 0
}

.mfp-iframe-scaler {
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
    height: 0
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

img.mfp-img {
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 0;
    max-width: 100%;
    width: auto;
    height: auto;
    line-height: 0
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: -1;
    display: block;
    width: auto;
    height: auto;
    background: #444;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.mfp-figure small {
    display: block;
    color: #BDBDBD;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -36px;
    width: 100%;
    cursor: auto
}

.mfp-title {
    padding-right: 36px;
    color: #F3F3F3;
    text-align: left;
    word-wrap: break-word;
    line-height: 18px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-right: 0;
        padding-left: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        position: fixed;
        top: auto;
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        background: rgba(0, 0, 0, .6)
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        top: 3px;
        right: 5px
    }
    .mfp-img-mobile .mfp-close {
        position: fixed;
        top: 0;
        right: 0;
        padding: 0;
        width: 35px;
        height: 35px;
        background: rgba(0, 0, 0, .6);
        text-align: center;
        line-height: 35px
    }
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateX(100px);
    transform: translateX(100px)
}

.mfp-move-horizontal .mfp-with-anim .summary-inner {
    opacity: 0;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: opacity .3s ease
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim .summary-inner {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-horizontal.mfp-removing .mfp-close {
    display: none
}

.justified-gallery {
    position: relative;
    overflow: hidden;
    width: 100%
}

.justified-gallery>a,
.justified-gallery>div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.justified-gallery>a>a>img,
.justified-gallery>a>img,
.justified-gallery>div>a>img,
.justified-gallery>div>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: none;
    opacity: 0;
    filter: "alpha(opacity=0)"
}

.justified-gallery>.entry-visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: wd-fadeIn 500ms 0 ease;
    animation: wd-fadeIn 500ms 0 ease
}

.justified-gallery>.entry-visible>a>img,
.justified-gallery>.entry-visible>img {
    opacity: 1;
    filter: "alpha(opacity=100)";
    transition: opacity 500ms ease-in
}

.passazh-row-gradient-enable {
    position: relative
}

.passazh-parallax {
    background-attachment: fixed !important;
    background-size: cover !important
}

.parallax-yes {
    background-size: cover
}

.attachment_fixed-yes {
    background-attachment: fixed
}

.vc_row.passazh-disable-overflow,
.vc_section.passazh-disable-overflow {
    overflow: visible !important
}

.vc_row-full-width {
    float: left;
    width: 100%
}

.compose-mode .vc_column-inner .vc_controls>.vc_controls-out-tl {
    right: -1px;
    left: auto;
    z-index: 2000
}

.vc_row[data-vc-full-width].wpb_animate_when_almost_visible {
    transition: none !important
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    z-index: auto
}

.vc_row-no-padding .vc_row-fluid {
    margin-right: 0;
    margin-left: 0
}

.wpb_widgetised_column>.wpb_wrapper>:last-child {
    margin-bottom: 0
}

.widgetarea-head .wpb_widgetised_column {
    margin-bottom: 0
}

.wd-bottom-flip-x,
.wd-left-flip-y,
.wd-right-flip-y,
.wd-rotate-z,
.wd-slide-from-bottom,
.wd-slide-from-left,
.wd-slide-from-right,
.wd-slide-from-top,
.wd-top-flip-x,
.wd-zoom-in {
    transition: opacity .7s cubic-bezier(0, .87, .58, 1);
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important
}

.wd-bottom-flip-x.animated,
.wd-left-flip-y.animated,
.wd-right-flip-y.animated,
.wd-rotate-z.animated,
.wd-slide-from-bottom.animated,
.wd-slide-from-left.animated,
.wd-slide-from-right.animated,
.wd-slide-from-top.animated,
.wd-top-flip-x.animated,
.wd-zoom-in.animated {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: cubic-bezier(0, .87, .58, 1);
    animation-timing-function: cubic-bezier(0, .87, .58, 1)
}

.wd-slide-from-top {
    -webkit-animation-name: wd-SlideFromTop;
    animation-name: wd-SlideFromTop
}

.wd-slide-from-bottom {
    -webkit-animation-name: wd-SlideFromBottom;
    animation-name: wd-SlideFromBottom
}

.wd-slide-from-left {
    -webkit-animation-name: wd-SlideFromLeft;
    animation-name: wd-SlideFromLeft
}

.wd-slide-from-right {
    -webkit-animation-name: wd-SlideFromRight;
    animation-name: wd-SlideFromRight
}

.wd-right-flip-y {
    -webkit-animation-name: wd-RightFlipY;
    animation-name: wd-RightFlipY
}

.wd-left-flip-y {
    -webkit-animation-name: wd-LeftFlipY;
    animation-name: wd-LeftFlipY
}

.wd-top-flip-x {
    -webkit-animation-name: wd-TopFlipX;
    animation-name: wd-TopFlipX
}

.wd-bottom-flip-x {
    -webkit-animation-name: wd-BottomFlipX;
    animation-name: wd-BottomFlipX
}

.wd-zoom-in {
    -webkit-animation-name: wd-ZoomIn;
    animation-name: wd-ZoomIn
}

.wd-rotate-z {
    -webkit-animation-name: wd-RotateZ;
    animation-name: wd-RotateZ;
    will-change: animation
}

.wpb_wrapper>.wpb_animate_when_almost_visible:nth-child(2) {
    transition-delay: .1s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.wpb_wrapper>.wpb_animate_when_almost_visible:nth-child(3) {
    transition-delay: .2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.wpb_wrapper>.wpb_animate_when_almost_visible:nth-child(4) {
    transition-delay: .3s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.wpb_wrapper>.wpb_animate_when_almost_visible:nth-child(5) {
    transition-delay: .4s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.wpb_wrapper>.wpb_animate_when_almost_visible:nth-child(6) {
    transition-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.wpb_wrapper>.wpb_animate_when_almost_visible:nth-child(7) {
    transition-delay: .6s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

body .passazh-bg-left-top,
body .passazh-bg-left-top>.vc_column-inner {
    background-position: left top !important
}

body .passazh-bg-left-center,
body .passazh-bg-left-center>.vc_column-inner {
    background-position: left center !important
}

body .passazh-bg-left-bottom,
body .passazh-bg-left-bottom>.vc_column-inner {
    background-position: left bottom !important
}

body .passazh-bg-right-top,
body .passazh-bg-right-top>.vc_column-inner {
    background-position: right top !important
}

body .passazh-bg-right-center,
body .passazh-bg-right-center>.vc_column-inner {
    background-position: right center !important
}

body .passazh-bg-right-bottom,
body .passazh-bg-right-bottom>.vc_column-inner {
    background-position: right bottom !important
}

body .passazh-bg-center-top,
body .passazh-bg-center-top>.vc_column-inner {
    background-position: center top !important
}

body .passazh-bg-center-center,
body .passazh-bg-center-center>.vc_column-inner {
    background-position: center center !important
}

body .passazh-bg-center-bottom,
body .passazh-bg-center-bottom>.vc_column-inner {
    background-position: center bottom !important
}

.slider-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: right
}

.slider-title:before {
    content: " ";
    position: absolute;
    top: 100%;
    right: 0;
    width: 40px;
    height: 2px
}

.owl-carousel {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.owl-carousel .owl-item {
    position: relative;
    float: left;
    min-height: 1px;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item.animated {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-item.fadeOut {
    -webkit-animation-name: wd-fadeOut;
    animation-name: wd-fadeOut
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
    -webkit-backface-visibility: hidden
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.owl-dots {
    text-align: center;
    width: 100%;
}

.top-main-slider .owl-dots {
    margin-top: 5px;
    text-align: center;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin-top: 10px
}

.owl-dots .owl-dot span {
    display: block;
    margin: 5px;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    transition: all .25s ease
}

.owl-dots .owl-dot:not(.active):hover span {
    border-color: #3E3E3E
}

.owl-dots .owl-dot.active span {
    border-color: #3E3E3E;
    background-color: #3E3E3E
}

.color-scheme-light .owl-dots .owl-dot span,
.pagin-color-light .owl-dots .owl-dot span,
.passazh-dark .owl-dots .owl-dot span {
    border-color: rgba(255, 255, 255, .4)
}

.color-scheme-light .owl-dots .owl-dot:not(.active):hover span,
.pagin-color-light .owl-dots .owl-dot:not(.active):hover span,
.passazh-dark .owl-dots .owl-dot:not(.active):hover span {
    border-color: rgba(255, 255, 255, .8)
}

.color-scheme-light .owl-dots .owl-dot.active span,
.pagin-color-light .owl-dots .owl-dot.active span,
.passazh-dark .owl-dots .owl-dot.active span {
    border-color: #FFF;
    background-color: #FFF
}

.owl-nav,
.wrap-loading-arrow {
    font-size: 0
}

.owl-nav>div,
.wrap-loading-arrow>div {
    position: absolute;
    top: 50%;
    z-index: 250;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    visibility: hidden;
    margin-top: -25px;
    padding: 0;
    width: 50px;
    height: 50px;
    color: rgba(0, 0, 0, .8);
    text-align: center;
    opacity: 0;
    cursor: pointer;
    transition: all .25s ease;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.owl-nav>div:after,
.wrap-loading-arrow>div:after {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.owl-nav>div[class*=prev],
.wrap-loading-arrow>div[class*=prev] {
    padding-left: 2px;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

.owl-nav>div[class*=prev]:after,
.wrap-loading-arrow>div[class*=prev]:after {
    content: "\f110";
    font-family: passazh-font
}

.owl-nav>div[class*=next],
.wrap-loading-arrow>div[class*=next] {
    padding-right: 2px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

.owl-nav>div[class*=next]:after,
.wrap-loading-arrow>div[class*=next]:after {
    content: "\f111";
    font-family: passazh-font
}

.browser-Safari .owl-nav>div,
.browser-Safari .wrap-loading-arrow>div {
    visibility: visible
}

.color-scheme-light .owl-nav>div,
.color-scheme-light .wrap-loading-arrow>div,
.pagin-color-light .owl-nav>div,
.pagin-color-light .wrap-loading-arrow>div,
.passazh-dark .owl-nav>div,
.passazh-dark .wrap-loading-arrow>div {
    color: #FFF
}

.owl-nav>div[class*=prev] {
    right: 0
}

.owl-nav>div[class*=next] {
    left: 0
}

.owl-nav>div:hover {
    color: rgba(0, 0, 0, .5)
}

.color-scheme-light .owl-nav>div:hover,
.pagin-color-light .owl-nav>div:hover,
.passazh-dark .owl-nav>div:hover {
    color: rgba(255, 255, 255, .8)
}

.wrap-loading-arrow>div {
    position: fixed
}

.owl-carousel:hover .owl-nav>div,
.show-arrow .wrap-loading-arrow>div {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: visible
}

.passazh-carousel-spacing-0 .owl-nav>div[class*=prev] {
    right: -50px
}

.passazh-carousel-spacing-0 .owl-nav>div[class*=next] {
    left: -50px
}

.passazh-carousel-spacing-2 .owl-nav>div[class*=prev] {
    right: -49px
}

.passazh-carousel-spacing-2 .owl-nav>div[class*=next] {
    left: -49px
}

.passazh-carousel-spacing-6 .owl-nav>div[class*=prev] {
    right: -47px
}

.passazh-carousel-spacing-6 .owl-nav>div[class*=next] {
    left: -47px
}

.passazh-carousel-spacing-10 .owl-nav>div[class*=prev] {
    right: -45px
}

.passazh-carousel-spacing-10 .owl-nav>div[class*=next] {
    left: -45px
}

.passazh-carousel-spacing-20 .owl-nav>div[class*=prev] {
    right: -40px
}

.passazh-carousel-spacing-20 .owl-nav>div[class*=next] {
    left: -40px
}

.passazh-carousel-spacing-30 .owl-nav>div[class*=prev] {
    right: -35px
}

.passazh-carousel-spacing-30 .owl-nav>div[class*=next] {
    left: -35px
}

.passazh-carousel-spacing-0 {
    margin-right: 0;
    margin-left: 0
}

.passazh-carousel-spacing-0 .slider-title {
    margin-right: 0;
    margin-left: 0
}

.passazh-carousel-spacing-0 .owl-carousel:not(.owl-loaded)>div,
.passazh-carousel-spacing-0 .owl-item {
    padding-right: 0;
    padding-left: 0
}

.passazh-carousel-spacing-2 {
    margin-right: -1px;
    margin-left: -1px
}

.passazh-carousel-spacing-2 .slider-title {
    margin-right: 1px;
    margin-left: 1px
}

.passazh-carousel-spacing-2 .owl-carousel:not(.owl-loaded)>div,
.passazh-carousel-spacing-2 .owl-item {
    padding-right: 1px;
    padding-left: 1px
}

.passazh-carousel-spacing-6 {
    margin-right: -3px;
    margin-left: -3px
}

.passazh-carousel-spacing-6 .slider-title {
    margin-right: 3px;
    margin-left: 3px
}

.passazh-carousel-spacing-6 .owl-carousel:not(.owl-loaded)>div,
.passazh-carousel-spacing-6 .owl-item {
    padding-right: 3px;
    padding-left: 3px
}

.passazh-carousel-spacing-10 {
    margin-right: -5px;
    margin-left: -5px
}

.passazh-carousel-spacing-10 .slider-title {
    margin-right: 5px;
    margin-left: 5px
}

.passazh-carousel-spacing-10 .owl-carousel:not(.owl-loaded)>div,
.passazh-carousel-spacing-10 .owl-item {
    padding-right: 5px;
    padding-left: 5px
}

.passazh-carousel-spacing-20 {
    margin-right: -10px;
    margin-left: -10px
}

.passazh-carousel-spacing-20 .slider-title {
    margin-right: 10px;
    margin-left: 10px
}

.passazh-carousel-spacing-20 .owl-carousel:not(.owl-loaded)>div,
.passazh-carousel-spacing-20 .owl-item {
    padding-right: 10px;
    padding-left: 10px
}

.passazh-carousel-spacing-30 {
    margin-right: -15px;
    margin-left: -15px
}

.passazh-carousel-spacing-30 .slider-title {
    margin-right: 15px;
    margin-left: 15px
}

.passazh-carousel-spacing-30 .owl-carousel:not(.owl-loaded)>div,
.passazh-carousel-spacing-30 .owl-item {
    padding-right: 15px;
    padding-left: 15px
}

.owl-carousel:not(.owl-loaded) {
    display: flex;
    flex-wrap: wrap
}

[data-hide_pagination_control=no] .owl-carousel:not(.owl-loaded) {
    padding-bottom: 41px !important
}

[data-hide_pagination_control=no] .owl-carousel.passazh-slider {
    padding-bottom: 0 !important
}

.owl-loaded:after,
.owl-loaded:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px
}

.owl-loaded:before {
    right: -50px
}

.owl-loaded:after {
    left: -50px
}

.categories-style-carousel,
.slider-type-post,
.slider-type-product {
    margin-bottom: 35px
}

.categories-style-carousel .owl-carousel:not(.owl-loaded),
.categories-style-carousel .owl-stage-outer {
    padding-top: 2px;
    padding-bottom: 2px
}

.categories-style-carousel .category-grid-item {
    margin-bottom: 0
}

.slider-type-product .owl-carousel:not(.owl-loaded),
.slider-type-product .owl-stage-outer {
    padding-top: 3px;
    padding-bottom: 3px
}

.slider-type-product .product-grid-item {
    margin-bottom: 0
}

.slider-type-post .owl-carousel:not(.owl-loaded),
.slider-type-post .owl-stage-outer {
    padding-top: 11px;
    padding-bottom: 11px
}

.info-box-carousel-wrapper {
    margin-bottom: 30px
}

.info-box-carousel-wrapper .owl-carousel:not(.owl-loaded),
.info-box-carousel-wrapper .owl-stage-outer {
    padding-top: 5px;
    padding-bottom: 5px
}

.info-box-carousel-wrapper .passazh-info-box {
    margin-bottom: 0
}

.banners-carousel-wrapper {
    margin-bottom: 0
}

.banners-carousel-wrapper .promo-banner {
    margin-bottom: 0
}

.banners-carousel-wrapper .content-banner {
    -webkit-animation: wd-fadeOut 0s ease both;
    animation: wd-fadeOut 0s ease both
}

.banners-carousel-wrapper .owl-loaded .content-banner {
    -webkit-animation: wd-fadeOut .5s ease both;
    animation: wd-fadeOut .5s ease both
}

.banners-carousel-wrapper .owl-loaded .active .content-banner {
    -webkit-animation: wd-fadeIn .5s ease both .4s;
    animation: wd-fadeIn .5s ease both .4s
}

.banners-carousel-wrapper .owl-dots {
    margin-top: 10px
}

.wpb_revslider_element {
    margin-bottom: 0
}

.hermes .tp-arr-imgholder {
    background-size: cover
}

.pswp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1500;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    touch-action: none;
    -webkit-backface-visibility: hidden
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.pswp__container,
.pswp__zoom-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    touch-action: none
}

.pswp__container,
.pswp__img {
    -webkit-tap-highlight-color: transparent;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.pswp__bg {
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important
}

.pswp__error-msg {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 100%;
    color: #CCC;
    text-align: center;
    font-size: 14px;
    line-height: 16px
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
    opacity: .75;
    transition: opacity .2s;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    right: 0
}

.pswp__button--arrow--right {
    left: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__button--arrow--right:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    left: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.passazh-dark .pswp__share-tooltip a {
    color: #000
}

.passazh-dark .pswp__share-tooltip .pswp__share--facebook:hover,
.passazh-dark .pswp__share-tooltip .pswp__share--twitter:hover {
    color: rgba(255, 255, 255, .9)
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width:1024px) {
  .fixed-icon{
      bottom: 70px !important;
  }
  .latest-visited-passazh .product_list_widget li {
    width: 31% !important;
    margin-left: 1.5% !important;
    padding-left: 1.5% !important;
  }
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

.icl_post_in_other_langs,
.wpml-ls-statics-post_translations {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid
}

.icl_post_in_other_langs a,
.wpml-ls-statics-post_translations a {
    font-weight: 600
}

.wpml-ls-legacy-list-vertical {
    display: block
}

.widget_icl_lang_sel_widget #lang_sel,
.widget_icl_lang_sel_widget #lang_sel_list {
    font-family: inherit
}

.widget_icl_lang_sel_widget #lang_sel,
.widget_icl_lang_sel_widget #lang_sel_click {
    width: 100%;
    height: auto
}

.widget_icl_lang_sel_widget #lang_sel ul ul,
.widget_icl_lang_sel_widget #lang_sel_click ul ul {
    top: 100%;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    border-top: none
}

.widget_icl_lang_sel_widget #lang_sel ul ul a,
.widget_icl_lang_sel_widget #lang_sel_click ul ul a {
    padding: 10px 15px;
    line-height: 1.4
}

.widget_icl_lang_sel_widget #lang_sel li,
.widget_icl_lang_sel_widget #lang_sel_click li {
    float: none;
    width: auto
}

.widget_icl_lang_sel_widget #lang_sel li a,
.widget_icl_lang_sel_widget #lang_sel_click li a {
    font-size: 14px
}

.widget_icl_lang_sel_widget #lang_sel img.iclflag,
.widget_icl_lang_sel_widget #lang_sel_click img.iclflag {
    top: -1px;
    margin-left: 5px
}

.widget_icl_lang_sel_widget #lang_sel .lang_sel_sel,
.widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    padding-left: 27px;
    height: 42px;
    border-width: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 38px
}

.widget_icl_lang_sel_widget #lang_sel .lang_sel_sel:after,
.widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel:after {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
    height: 16px;
    border: none;
    color: #BBB;
    font-size: 16px;
    line-height: 16px;
    content: "\f128";
    font-family: passazh-font
}

.widget_icl_lang_sel_widget #lang_sel ul li:hover ul {
    top: 100%;
    opacity: 1
}

.widget_icl_lang_sel_widget #lang_sel ul ul {
    top: 120%;
    opacity: 0;
    transition: all .2s ease
}

.widget_icl_lang_sel_widget #lang_sel_click ul ul li {
    margin-bottom: 0
}

.widget_icl_lang_sel_widget #lang_sel_list {
    height: auto
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal ul a,
.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal ul a:visited,
.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul a,
.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul a:visited {
    padding: 6px 10px
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal .lang_sel_sel,
.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical .lang_sel_sel {
    font-weight: 700
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal ul li {
    display: inline-block
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical {
    width: 100%
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul {
    height: auto
}

.widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical li {
    width: 100%
}

.widget_icl_lang_sel_widget #lang_sel_list a,
.widget_icl_lang_sel_widget #lang_sel_list a:visited {
    font-size: 14px;
    line-height: 20px
}

.widget_icl_lang_sel_widget #lang_sel_list img.iclflag {
    top: -1px;
    margin-left: 5px
}

div#lang_sel_footer {
    margin-bottom: 0;
    padding: 10px 15px;
    font-family: inherit
}

.wcml_currency_switcher+img[src$="ajax-loader.gif"] {
    display: none
}

.wcml-dropdown,
.wcml-dropdown-click {
    width: 100%
}

.wcml-dropdown a,
.wcml-dropdown-click a {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wcml-dropdown .wcml-cs-submenu a,
.wcml-dropdown-click .wcml-cs-submenu a {
    padding: 10px 15px;
    line-height: 1.4
}

.wcml-dropdown .wcml-cs-active-currency,
.wcml-dropdown-click .wcml-cs-active-currency {
    border-width: 2px;
    transition: all .2s ease
}

.wcml-dropdown a.wcml-cs-item-toggle,
.wcml-dropdown-click a.wcml-cs-item-toggle {
    position: relative;
    padding: 0 15px;
    padding-left: 27px;
    height: 38px;
    line-height: 38px
}

.wcml-dropdown a.wcml-cs-item-toggle:after,
.wcml-dropdown-click a.wcml-cs-item-toggle:after {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
    height: 16px;
    border: none;
    color: #BBB;
    font-size: 16px;
    line-height: 16px;
    content: "\f128";
    font-family: passazh-font
}

.wcml-dropdown .wcml-cs-submenu,
.wcml-dropdown-click .wcml-cs-submenu {
    z-index: 400;
    border-top: none
}

.wcml-dropdown .wcml-cs-submenu {
    top: 120%;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease
}

.wcml-dropdown li:focus.wcml-cs-active-currency .wcml-cs-submenu,
.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu {
    top: 100%;
    visibility: visible;
    opacity: 1
}

.wcml-horizontal-list li a,
.wcml-vertical-list li a {
    padding: 6px 10px;
    color: #777;
    font-size: 14px;
    line-height: 20px
}

.wcml-horizontal-list li a:focus,
.wcml-horizontal-list li a:hover,
.wcml-vertical-list li a:focus,
.wcml-vertical-list li a:hover {
    color: #333
}

.wcml-horizontal-list .wcml-cs-active-currency,
.wcml-vertical-list .wcml-cs-active-currency {
    font-weight: 600
}

.wcml-horizontal-list .wcml-cs-active-currency>a,
.wcml-vertical-list .wcml-cs-active-currency>a {
    color: #333
}

.woocommerce .wcml-horizontal-list.product,
.woocommerce .wcml-vertical-list.product {
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: -5px
}

.woocommerce .product_meta .wcml-dropdown.product {
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 250px
}

.widget_currency_sel_widget .wcml-dropdown {
    max-width: 100%
}

.widget_currency_sel_widget li {
    margin-bottom: 0
}

.widgetarea-mobile .widget_currency_sel_widget,
.widgetarea-mobile .widget_icl_lang_sel_widget {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.widgetarea-mobile .widget_currency_sel_widget .widget-title,
.widgetarea-mobile .widget_icl_lang_sel_widget .widget-title {
    margin-bottom: 0;
    margin-left: 20px;
    color: #2d2a2a;


    font-weight: 600;
    font-size: 13px;
    line-height: 20px
}

.widgetarea-mobile #lang_sel_list.lang_sel_list_horizontal,
.widgetarea-mobile .wcml-horizontal-list {
    margin-bottom: -10px;
    text-align: left;
    text-transform: uppercase
}

.widgetarea-mobile #lang_sel_list.lang_sel_list_horizontal ul,
.widgetarea-mobile .wcml-horizontal-list ul {
    margin-left: -15px !important;
    border-top: 0
}

.widgetarea-mobile #lang_sel_list.lang_sel_list_horizontal ul a,
.widgetarea-mobile .wcml-horizontal-list ul a {
    padding: 0 5px
}

.widgetarea-mobile #lang_sel_list.lang_sel_list_horizontal ul li,
.widgetarea-mobile .wcml-horizontal-list ul li {
    margin-bottom: 10px !important;
    margin-left: 10px !important
}

.widgetarea-mobile .widget_icl_lang_sel_widget .widget-title:after {
    content: ":"
}

.widgetarea-mobile .wcml-horizontal-list {
    text-align: left
}

.widgetarea-mobile .wcml-vertical-list {
    width: 100%
}

.dropdowns-color-light .widgetarea-mobile .widget_currency_sel_widget .widget-title,
.dropdowns-color-light .widgetarea-mobile .widget_icl_lang_sel_widget .widget-title {
    color: #FFF
}

.whb-text-element .wcml-dropdown,
.whb-text-element .wcml-dropdown-click {
    max-width: none;
    width: auto
}

.whb-text-element .wcml-dropdown-click.product,
.whb-text-element .wcml-dropdown.product {
    margin-top: 0;
    margin-bottom: 0
}

.whb-text-element .wcml-dropdown a.wcml-cs-item-toggle,
.whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent !important;
    color: #333;

    font-size: 12px
}

.whb-text-element .wcml-dropdown a.wcml-cs-item-toggle:after,
.whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle:after {
    position: static;
    margin-top: 0;
    margin-right: 4px;
    font-size: 100%
}

.whb-text-element .wcml-dropdown a.wcml-cs-item-toggle:hover,
.whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle:hover {
    color: rgba(51, 51, 51, .6)
}

.whb-text-element .wcml-dropdown .wcml-cs-active-currency,
.whb-text-element .wcml-dropdown-click .wcml-cs-active-currency {
    border: none;
    background-color: transparent
}

.whb-text-element .wcml-dropdown .wcml-cs-submenu,
.whb-text-element .wcml-dropdown-click .wcml-cs-submenu {
    right: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 165px;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.whb-text-element .wcml-dropdown .wcml-cs-submenu li,
.whb-text-element .wcml-dropdown-click .wcml-cs-submenu li {
    border: none;
    background-color: transparent !important
}

.whb-text-element .wcml-dropdown .wcml-cs-submenu li a,
.whb-text-element .wcml-dropdown-click .wcml-cs-submenu li a {
    overflow: visible;
    background-color: transparent;
    color: #777;
    text-overflow: clip;
    white-space: normal;
    font-size: 14px
}

.whb-text-element .wcml-dropdown .wcml-cs-submenu li a:hover,
.whb-text-element .wcml-dropdown-click .wcml-cs-submenu li a:hover {
    background-color: #F9F9F9;
    color: #777
}

.whb-color-light .whb-text-element .wcml-dropdown,
.whb-color-light .whb-text-element .wcml-dropdown-click {
    border-color: rgba(255, 255, 255, .25)
}

.whb-color-light .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle,
.whb-color-light .whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle {
    color: #FFF
}

.whb-color-light .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle:after,
.whb-color-light .whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle:after {
    color: rgba(255, 255, 255, .6)
}

.whb-color-light .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle:hover,
.whb-color-light .whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle:hover {
    color: rgba(255, 255, 255, .8)
}

.dropdowns-color-light .whb-text-element .wcml-dropdown .wcml-cs-submenu,
.dropdowns-color-light .whb-text-element .wcml-dropdown-click .wcml-cs-submenu,
.passazh-dark .whb-text-element .wcml-dropdown .wcml-cs-submenu,
.passazh-dark .whb-text-element .wcml-dropdown-click .wcml-cs-submenu {
    background-color: #101010
}

.dropdowns-color-light .whb-text-element .wcml-dropdown .wcml-cs-submenu li a,
.dropdowns-color-light .whb-text-element .wcml-dropdown-click .wcml-cs-submenu li a,
.passazh-dark .whb-text-element .wcml-dropdown .wcml-cs-submenu li a,
.passazh-dark .whb-text-element .wcml-dropdown-click .wcml-cs-submenu li a {
    color: rgba(255, 255, 255, .8)
}

.dropdowns-color-light .whb-text-element .wcml-dropdown .wcml-cs-submenu li a:hover,
.dropdowns-color-light .whb-text-element .wcml-dropdown-click .wcml-cs-submenu li a:hover,
.passazh-dark .whb-text-element .wcml-dropdown .wcml-cs-submenu li a:hover,
.passazh-dark .whb-text-element .wcml-dropdown-click .wcml-cs-submenu li a:hover {
    background-color: rgba(255, 255, 255, .08);
    color: #FFF
}

.whb-text-element .wcml-dropdown a.wcml-cs-item-toggle,
.whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle {
    padding-right: 0;
    padding-left: 0;
    height: auto;
    line-height: 1
}

.whb-text-element .wcml-dropdown .wcml-cs-submenu,
.whb-text-element .wcml-dropdown-click .wcml-cs-submenu {
    right: -10px;
    left: -10px
}

.whb-col-right .whb-text-element .wcml-cs-submenu {
    right: auto
}

.whb-general-header .whb-text-element .wcml-dropdown,
.whb-general-header .whb-text-element .wcml-dropdown-click {
    display: inline-block
}

.whb-general-header .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle,
.whb-general-header .whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle {
    height: 40px
}

.whb-general-header .whb-text-element .wcml-dropdown .wcml-cs-submenu,
.whb-general-header .whb-text-element .wcml-dropdown-click .wcml-cs-submenu {
    margin: 15px 0 0 !important
}

.whb-general-header .whb-text-element .wcml-dropdown .wcml-cs-submenu:after,
.whb-general-header .whb-text-element .wcml-dropdown-click .wcml-cs-submenu:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 100%;
    left: 0;
    width: auto;
    height: 15px
}

.whb-row:not(.whb-top-bar) .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle,
.whb-row:not(.whb-top-bar) .whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle {
    white-space: nowrap;

    font-weight: 600;
    font-size: 13px
}

.form-border-width-1 .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel,
.form-border-width-1 .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
    border-width: 1px
}

.form-border-width-1 .wcml-dropdown .wcml-cs-active-currency {
    border-width: 1px
}

.form-border-width-1.form-style-underlined .comment-form-author,
.form-border-width-1.form-style-underlined .comment-form-email,
.form-border-width-1.form-style-underlined .comment-form-url,
.form-border-width-1.form-style-underlined .order_comments_field>p,
.form-border-width-1.form-style-underlined .woocommerce-billing-fields__field-wrapper>p,
.form-border-width-1.form-style-underlined .woocommerce-shipping-fields__field-wrapper>p {
    border-width: 1px
}

.form-style-rounded .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel,
.form-style-rounded .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
    border-radius: 20px
}

.form-style-rounded .wcml-dropdown .wcml-cs-submenu,
.form-style-rounded .widget_icl_lang_sel_widget #lang_sel ul ul,
.form-style-rounded .widget_icl_lang_sel_widget #lang_sel_click ul ul {
    right: 20px;
    left: 20px
}

.form-style-rounded .wcml-dropdown .wcml-cs-active-currency,
.form-style-rounded .wcml-dropdown .wcml-cs-active-currency>a {
    border-radius: 20px
}

.form-style-semi-rounded .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel,
.form-style-semi-rounded .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
    border-radius: 5px
}

.form-style-semi-rounded .wcml-dropdown .wcml-cs-submenu,
.form-style-semi-rounded .widget_icl_lang_sel_widget #lang_sel ul ul,
.form-style-semi-rounded .widget_icl_lang_sel_widget #lang_sel_click ul ul {
    right: 5px;
    left: 5px
}

.form-style-semi-rounded .wcml-dropdown .wcml-cs-active-currency,
.form-style-semi-rounded .wcml-dropdown .wcml-cs-active-currency>a {
    border-radius: 5px
}

.form-style-underlined .wcml-dropdown .wcml-cs-active-currency,
.form-style-underlined .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel,
.form-style-underlined .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none
}

.form-style-underlined .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel,
.form-style-underlined .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
    padding: 0 2px
}

.form-style-underlined .wcml-dropdown .wcml-cs-active-currency>a {
    padding: 0 2px
}

div.wpcf7 .ajax-loader {
    position: relative;
    visibility: hidden
}

div.wpcf7 .ajax-loader:before {
    position: absolute;
    top: 0;
    left: 15px;
    margin-top: 4px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 .ajax-loader.is-active:before {
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

div.wpcf7 .ajax-error {
    display: none
}

.color-scheme-light div.wpcf7 .ajax-loader:before,
.passazh-dark div.wpcf7 .ajax-loader:before {
    border-color: rgba(255, 255, 255, .15);
    border-left-color: #FFF
}

div.wpcf7-response-output {
    margin: 0 0 20px
}

div.wpcf7-response-output.wpcf7-display-none {
    display: none
}

div.wpcf7-response-output[style*="display: block;"] {
    display: flex !important
}

.wpcf7-list-item {
    display: inline-block;
    margin-left: 10px
}

.wpcf7-radio input {
    margin-right: 5px
}

.wpcf7-not-valid-tip {
    display: block;
    color: red
}

.mc4wp-form {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center
}

.mc4wp-form>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 17px;
    margin-left: 17px
}

.mc4wp-form>div>p:first-child {
    flex: 1 1 200px;
    max-width: 290px;
    width: 100%
}

.mc4wp-form-fields p{
  margin-bottom: 0px !important
}

.mc4wp-form>div>p>br {
    display: none
}

.mc4wp-form label {
    display: none
}

.mc4wp-form input[type=submit] {
    padding-right: 35px;
    padding-left: 35px;
    color: #FFF
}

.mc4wp-form input[type=submit]:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.mc4wp-form .mc4wp-response {
    margin-right: 0;
    margin-left: 0
}

.text-right .mc4wp-form>div {
    justify-content: flex-end
}

.text-left .mc4wp-form>div {
    justify-content: flex-start
}

body .mfp-content .mc4wp-alert,
body:not(.notifications-sticky) .mc4wp-alert {
    margin-bottom: 20px
}

.widget_mc4wp_form_widget .mc4wp-form {
    margin-bottom: 0
}

.widget_mc4wp_form_widget .mc4wp-form p {
    margin-bottom: 10px
}

.subtitle-style-background.banner-subtitle,
.subtitle-style-background.info-box-subtitle,
.subtitle-style-background.title-subtitle {
    display: inline-block;
    padding: 6px 10px;
    font-weight: 600;
    line-height: 1.2
}

.subtitle-color-default.subtitle-style-background {
    background-color: #F4F4F4;
    color: #333
}

.subtitle-color-primary.subtitle-style-background {
    color: #FFF
}

.subtitle-color-alt.subtitle-style-background {
    color: #FFF
}

.inline-element {
    display: inline-block;
    vertical-align: middle
}

.inline-element:not(:last-child) {
    margin-left: 15px
}

.text-left .inline-element {
    margin-left: 0
}

.text-left .inline-element:not(:last-child) {
    margin-right: 15px
}

.text-right .inline-element {
    margin-right: 0
}

.text-right .inline-element:not(:first-child) {
    margin-left: 15px
}

.text-center .inline-element {
    margin-right: 7px;
    margin-left: 7px
}

.title-wrapper {
    margin-bottom: 30px
}

.title-wrapper .title {
    display: block;
    margin-bottom: 0
}

.title-wrapper .title-subtitle {
    margin-bottom: 10px;
    letter-spacing: .3px
}

.title-wrapper .title-after_title p {
    margin-bottom: 0
}

.title-wrapper .liner-continer {
    position: relative;
    margin-bottom: 10px
}

.title-wrapper .left-line,
.title-wrapper .right-line {
    display: none
}

.title-wrapper .img-wrapper {
    margin-top: 10px
}

.title-wrapper>div:last-child {
    margin-bottom: 0
}

.title-wrapper.text-center .title,
.title-wrapper.text-center .title-after_title,
.title-wrapper.text-center .title-subtitle {
    margin-right: auto;
    margin-left: auto
}

.title-wrapper.text-right .title,
.title-wrapper.text-right .title-after_title,
.title-wrapper.text-right .title-subtitle {
    margin-left: auto
}

.color-scheme-light .title-wrapper .title,
.passazh-dark .title-wrapper .title {
    color: #FFF
}

.color-scheme-light .title-wrapper .title-after_title,
.passazh-dark .title-wrapper .title-after_title {
    color: rgba(255, 255, 255, .8)
}

.passazh-title-size-small .title-subtitle {
    font-size: 12px
}

.passazh-title-size-small .passazh-title-container {
    font-size: 18px
}

.passazh-title-size-small .title-after_title {
    font-size: 14px
}

.passazh-title-size-default .title-subtitle {
    font-size: 14px
}

.passazh-title-size-default .passazh-title-container {
    font-size: 22px
}

.passazh-title-size-default .title-after_title {
    font-size: 14px
}

.passazh-title-size-medium .title-subtitle {
    font-size: 14px
}

.passazh-title-size-medium .passazh-title-container {
    font-size: 26px
}

.passazh-title-size-medium .title-after_title {
    font-size: 110%
}

.passazh-title-size-large .title-subtitle {
    font-size: 14px
}

.passazh-title-size-large .passazh-title-container {
    font-size: 36px;
    line-height: 1.3
}

.passazh-title-size-large .title-after_title {
    font-size: 110%
}

.passazh-title-size-extra-large .title-subtitle {
    font-size: 18px
}

.passazh-title-size-extra-large .subtitle-style-background {
    font-size: 14px
}

.passazh-title-size-extra-large .passazh-title-container {
    font-size: 48px;
    line-height: 1.2
}

.passazh-title-size-extra-large .title-after_title {
    font-size: 110%
}

.passazh-title-color-default .subtitle-style-default {
    color: #989898
}

.passazh-title-color-default .subtitle-style-background {
    background-color: #F4F4F4;
    color: #333
}

.color-scheme-light .passazh-title-color-default .subtitle-style-default,
.passazh-dark .passazh-title-color-default .subtitle-style-default {
    color: rgba(255, 255, 255, .8)
}

.passazh-title-color-primary .subtitle-style-background {
    color: #FFF
}

.passazh-title-color-alt .subtitle-style-background {
    color: #FFF
}

.passazh-title-color-black .subtitle-style-default {
    color: #000
}

.passazh-title-color-black .subtitle-style-background {
    background-color: #333;
    color: #FFF
}

.passazh-title-color-white .subtitle-style-default {
    color: rgba(255, 255, 255, .8)
}

.passazh-title-color-white .subtitle-style-background {
    background-color: rgba(255, 255, 255, .8);
    color: #212121
}

.passazh-title-color-white .title {
    color: #FFF
}

.passazh-title-color-white .title-after_title {
    color: rgba(255, 255, 255, .8)
}

.passazh-title-color-gradient .subtitle-style-default {
    color: #989898
}

.passazh-title-color-gradient .subtitle-style-background {
    background-color: #F4F4F4;
    color: #333
}

.passazh-title-color-gradient .title {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent
}

.color-scheme-light .passazh-title-color-gradient .subtitle-style-default,
.passazh-dark .passazh-title-color-gradient .subtitle-style-default {
    color: rgba(255, 255, 255, .8)
}

.passazh-title-style-simple .liner-continer {
    padding-bottom: 10px
}

.passazh-title-style-simple .liner-continer:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px
}

.passazh-title-style-simple.text-left .liner-continer:after {
    left: 0;
    margin-left: 0
}

.passazh-title-style-simple.text-right .liner-continer:after {
    right: 0;
    left: auto;
    margin-left: 0
}

.passazh-title-style-simple.passazh-title-color-default .liner-continer:after {
    background-color: rgba(119, 119, 119, .17)
}

.passazh-title-style-simple.passazh-title-color-black .liner-continer:after {
    background-color: #000
}

.passazh-title-style-simple.passazh-title-color-white .liner-continer:after {
    background-color: #FFF
}

.passazh-title-style-bordered .liner-continer {
    display: flex;
    align-items: center;
    flex-direction: row-reverse
}

.passazh-title-style-bordered .title {
    padding-right: 20px;
    padding-left: 20px
}

.passazh-title-style-bordered .left-line,
.passazh-title-style-bordered .right-line {
    display: block;
    flex: 1 1 auto;
    border-bottom: 1px solid
}

.passazh-title-style-bordered.text-left .left-line {
    display: none
}

.passazh-title-style-bordered.text-left .title {
    padding-left: 0
}

.passazh-title-style-bordered.text-right .right-line {
    display: none
}

.passazh-title-style-bordered.text-right .title {
    padding-right: 0
}

.passazh-title-style-bordered.passazh-title-color-white .left-line,
.passazh-title-style-bordered.passazh-title-color-white .right-line {
    border-color: rgba(255, 255, 255, .3)
}

.color-scheme-light .passazh-title-style-bordered .left-line,
.color-scheme-light .passazh-title-style-bordered .right-line,
.passazh-dark .passazh-title-style-bordered .left-line,
.passazh-dark .passazh-title-style-bordered .right-line {
    border-color: rgba(255, 255, 255, .3)
}

.passazh-title-style-underlined .liner-continer {
    border-bottom: 2px solid rgba(119, 119, 119, .17)
}

.passazh-title-style-underlined .title {
    display: inline-block;
    margin-bottom: -2px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent
}

.passazh-title-style-underlined.passazh-title-color-default .title {
    border-color: #CCC
}

.passazh-title-style-underlined.passazh-title-color-black .title {
    border-color: #000
}

.passazh-title-style-underlined.passazh-title-color-white .liner-continer {
    border-color: rgba(255, 255, 255, .5)
}

.passazh-title-style-underlined.passazh-title-color-white .title {
    border-color: #FFF
}

.color-scheme-light .passazh-title-style-underlined .liner-continer,
.passazh-dark .passazh-title-style-underlined .liner-continer {
    border-color: rgba(255, 255, 255, .5)
}

.passazh-title-style-underlined-2 .title-subtitle {
    margin-bottom: 15px
}

.passazh-title-style-underlined-2 .liner-continer {
    margin-bottom: 15px
}

.passazh-title-style-underlined-2 .title {
    display: inline-block;
    border-bottom: 2px solid;
    line-height: .85
}

.passazh-title-style-underlined-2.passazh-title-size-large .title {
    border-width: 3px
}

.passazh-title-style-underlined-2.passazh-title-size-extra-large .title {
    border-width: 4px
}

.passazh-title-style-underlined-2:not(.passazh-title-color-gradient) .title {
    text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #FFF
}

.passazh-title-style-underlined-2:not(.passazh-title-color-gradient).passazh-title-size-extra-large .title {
    text-shadow: 2px 2px #fff, 2px -2px #fff, -2px 2px #fff, -2px -2px #FFF
}

.passazh-title-style-underlined-2.passazh-title-color-default .title {
    border-color: #CCC
}

.passazh-title-style-underlined-2.passazh-title-color-black .title {
    border-color: #000
}

.passazh-title-style-underlined-2.passazh-title-color-white .title {
    border-color: #FFF
}

.color-scheme-light .passazh-title-style-underlined-2 .title,
.passazh-dark .passazh-title-style-underlined-2 .title,
.passazh-title-style-underlined-2.passazh-title-color-white .title {
    text-shadow: none !important
}

.passazh-title-style-shadow {
    padding: 25px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .12)
}

.passazh-title-width-10 .title-after_title,
.passazh-title-width-10 .title-subtitle,
.passazh-title-width-10 .passazh-title-container {
    max-width: 10%
}

.passazh-title-width-20 .title-after_title,
.passazh-title-width-20 .title-subtitle,
.passazh-title-width-20 .passazh-title-container {
    max-width: 20%
}

.passazh-title-width-30 .title-after_title,
.passazh-title-width-30 .title-subtitle,
.passazh-title-width-30 .passazh-title-container {
    max-width: 30%
}

.passazh-title-width-40 .title-after_title,
.passazh-title-width-40 .title-subtitle,
.passazh-title-width-40 .passazh-title-container {
    max-width: 40%
}

.passazh-title-width-50 .title-after_title,
.passazh-title-width-50 .title-subtitle,
.passazh-title-width-50 .passazh-title-container {
    max-width: 50%
}

.passazh-title-width-60 .title-after_title,
.passazh-title-width-60 .title-subtitle,
.passazh-title-width-60 .passazh-title-container {
    max-width: 60%
}

.passazh-title-width-70 .title-after_title,
.passazh-title-width-70 .title-subtitle,
.passazh-title-width-70 .passazh-title-container {
    max-width: 70%
}

.passazh-title-width-80 .title-after_title,
.passazh-title-width-80 .title-subtitle,
.passazh-title-width-80 .passazh-title-container {
    max-width: 80%
}

.passazh-title-width-90 .title-after_title,
.passazh-title-width-90 .title-subtitle,
.passazh-title-width-90 .passazh-title-container {
    max-width: 90%
}

.passazh-text-block-wrapper {
    margin-bottom: 35px
}

.passazh-text-block-wrapper .passazh-text-block p:first-child:empty,
.passazh-text-block-wrapper .passazh-text-block p:first-child:empty~p:last-child {
    display: none
}

.passazh-text-block-wrapper .passazh-text-block a,
.passazh-text-block-wrapper .passazh-text-block h1,
.passazh-text-block-wrapper .passazh-text-block h2,
.passazh-text-block-wrapper .passazh-text-block h3,
.passazh-text-block-wrapper .passazh-text-block h4,
.passazh-text-block-wrapper .passazh-text-block h5,
.passazh-text-block-wrapper .passazh-text-block h6,
.passazh-text-block-wrapper .passazh-text-block p {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.passazh-text-block-wrapper.text-center .passazh-title-container {
    margin-right: auto;
    margin-left: auto
}

.passazh-text-block-wrapper.text-left .passazh-title-container {
    margin-right: auto
}

.passazh-text-block-wrapper.text-right .passazh-title-container {
    margin-left: auto
}

.passazh-text-block-wrapper.color-scheme-dark .passazh-title-container {
    color: #2d2a2a
}

.passazh-text-block-wrapper.color-scheme-light .passazh-title-container {
    color: #FFF
}

.passazh-social-icons {
    vertical-align: middle;
    font-size: 0
}

.passazh-social-icons .passazh-social-icon {
    display: inline-block;
    margin: 4px;
    text-align: center;
    font-size: 0
}

.passazh-social-icons i {
    vertical-align: middle
}

.passazh-social-icons p {
    display: inline-block;
    margin: 0
}

.icons-design-default .passazh-social-icon {
    margin: 0 !important;
    padding: 6px;
    width: auto !important;
    height: auto !important;
    color: rgba(0, 0, 0, .6) !important
}

.icons-design-default .passazh-social-icon i {
    line-height: 1 !important
}

.icons-design-default .passazh-social-icon:hover {
    color: rgba(0, 0, 0, .8) !important
}

.color-scheme-light .icons-design-default .passazh-social-icon,
.icons-design-default.color-scheme-light .passazh-social-icon,
.passazh-dark .icons-design-default .passazh-social-icon {
    color: #FFF !important
}

.color-scheme-light .icons-design-default .passazh-social-icon:hover,
.icons-design-default.color-scheme-light .passazh-social-icon:hover,
.passazh-dark .icons-design-default .passazh-social-icon:hover {
    color: rgba(255, 255, 255, .6) !important
}

.icons-design-simple .passazh-social-icon {
    background-color: #F2F2F2;
    color: rgba(0, 0, 0, .4) !important
}

.icons-design-simple .passazh-social-icon:hover {
    color: #FFF !important
}

.color-scheme-light .icons-design-simple .passazh-social-icon,
.icons-design-simple.color-scheme-light .passazh-social-icon {
    background-color: rgba(255, 255, 255, .3);
    color: #FFF !important
}

.icons-design-colored-alt .passazh-social-icon {
    background-color: #EFEFEF;
    color: rgba(0, 0, 0, .4) !important
}

.color-scheme-light .icons-design-colored-alt .passazh-social-icon,
.icons-design-colored-alt.color-scheme-light .passazh-social-icon {
    background-color: rgba(255, 255, 255, .3);
    color: #FFF !important
}

.icons-design-bordered .passazh-social-icon {
    border: 2px solid #CCC;
    background-color: transparent;
    color: rgba(0, 0, 0, .4) !important
}

.icons-design-bordered .passazh-social-icon i {
    margin-top: -2px
}

.color-scheme-light .icons-design-bordered .passazh-social-icon,
.icons-design-bordered.color-scheme-light .passazh-social-icon {
    border: 2px solid rgba(255, 255, 255, .4);
    color: #FFF !important
}

.icons-design-colored .passazh-social-icon {
    color: #FFF !important
}

.icons-design-colored .passazh-social-icon:hover {
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .15);
    color: #FFF !important
}

.icons-design-colored .social-facebook {
    background-color: #365493
}

.icons-design-colored .social-twitter {
    background-color: #3CF
}

.icons-design-colored .social-instagram {
    background-color: #774430
}

.icons-design-colored .social-email {
    background-color: #F89A1E
}

.icons-design-colored .social-pinterest {
    background-color: #CB2027
}

.icons-design-colored .social-youtube {
    background-color: #CB2027
}

.icons-design-colored .social-tumblr {
    background-color: #36465D
}

.icons-design-colored .social-linkedin {
    background-color: #0274B3
}

.icons-design-colored .social-vimeo {
    background-color: #1AB7EA
}

.icons-design-colored .social-flickr {
    background-color: #FE0072
}

.icons-design-colored .social-github {
    background-color: #171515
}

.icons-design-colored .social-dribbble {
    background-color: #EC5E95
}

.icons-design-colored .social-behance {
    background-color: #1F6FFC
}

.icons-design-colored .social-soundcloud {
    background-color: #F9490D
}

.icons-design-colored .social-spotify {
    background-color: #2EBD59
}

.icons-design-colored .social-skype {
    background-color: #00AFF0
}

.icons-design-colored .social-ok {
    background-color: #EE8208
}

.icons-design-colored .social-whatsapp {
    background-color: #1EBEA5
}

.icons-design-colored .social-vk {
    background-color: #4C75A3
}

.icons-design-colored .social-snapchat {
    background-color: #FFFC00
}

.icons-design-colored .social-tg {
    background-color: #37AEE2
}

.icons-design-bordered .passazh-social-icon:hover,
.icons-design-colored-alt .passazh-social-icon:hover {
    color: #FFF !important
}

.icons-design-bordered .social-facebook:hover,
.icons-design-colored-alt .social-facebook:hover {
    border-color: #365493;
    background-color: #365493
}

.icons-design-bordered .social-twitter:hover,
.icons-design-colored-alt .social-twitter:hover {
    border-color: #3CF;
    background-color: #3CF
}

.icons-design-bordered .social-instagram:hover,
.icons-design-colored-alt .social-instagram:hover {
    border-color: #774430;
    background-color: #774430
}

.icons-design-bordered .social-email:hover,
.icons-design-colored-alt .social-email:hover {
    border-color: #F89A1E;
    background-color: #F89A1E
}

.icons-design-bordered .social-youtube:hover,
.icons-design-colored-alt .social-youtube:hover {
    border-color: #CB2027;
    background-color: #CB2027
}

.icons-design-bordered .social-pinterest:hover,
.icons-design-colored-alt .social-pinterest:hover {
    border-color: #CB2027;
    background-color: #CB2027
}

.icons-design-bordered .social-tumblr:hover,
.icons-design-colored-alt .social-tumblr:hover {
    border-color: #36465D;
    background-color: #36465D
}

.icons-design-bordered .social-linkedin:hover,
.icons-design-colored-alt .social-linkedin:hover {
    border-color: #0274B3;
    background-color: #0274B3
}

.icons-design-bordered .social-vimeo:hover,
.icons-design-colored-alt .social-vimeo:hover {
    border-color: #1AB7EA;
    background-color: #1AB7EA
}

.icons-design-bordered .social-flickr:hover,
.icons-design-colored-alt .social-flickr:hover {
    border-color: #FE0072;
    background-color: #FE0072
}

.icons-design-bordered .social-github:hover,
.icons-design-colored-alt .social-github:hover {
    border-color: #171515;
    background-color: #171515
}

.icons-design-bordered .social-dribbble:hover,
.icons-design-colored-alt .social-dribbble:hover {
    border-color: #EC5E95;
    background-color: #EC5E95
}

.icons-design-bordered .social-behance:hover,
.icons-design-colored-alt .social-behance:hover {
    border-color: #1F6FFC;
    background-color: #1F6FFC
}

.icons-design-bordered .social-soundcloud:hover,
.icons-design-colored-alt .social-soundcloud:hover {
    border-color: #F9490D;
    background-color: #F9490D
}

.icons-design-bordered .social-spotify:hover,
.icons-design-colored-alt .social-spotify:hover {
    border-color: #2EBD59;
    background-color: #2EBD59
}

.icons-design-bordered .social-skype:hover,
.icons-design-colored-alt .social-skype:hover {
    border-color: #00AFF0;
    background-color: #00AFF0
}

.icons-design-bordered .social-ok:hover,
.icons-design-colored-alt .social-ok:hover {
    border-color: #EE8208;
    background-color: #EE8208
}

.icons-design-bordered .social-whatsapp:hover,
.icons-design-colored-alt .social-whatsapp:hover {
    border-color: #1EBEA5;
    background-color: #1EBEA5
}

.icons-design-bordered .social-vk:hover,
.icons-design-colored-alt .social-vk:hover {
    border-color: #4C75A3;
    background-color: #4C75A3
}

.icons-design-bordered .social-snapchat:hover,
.icons-design-colored-alt .social-snapchat:hover {
    border-color: #FFFC00;
    background-color: #FFFC00
}

.icons-design-bordered .social-tg:hover,
.icons-design-colored-alt .social-tg:hover {
    border-color: #37AEE2;
    background-color: #37AEE2
}

.icons-size- .passazh-social-icon,
.icons-size-small .passazh-social-icon {
    width: 30px;
    height: 30px
}

.passazh-social-icons.icons-size- i,
.passazh-social-icons.icons-size-small i {
    font-size: 14px;
    line-height: 30px
}

.icons-size-default .passazh-social-icon {
    width: 40px;
    height: 40px
}

.passazh-social-icons.icons-size-default i {
    font-size: 18px;
    line-height: 40px
}

.icons-size-large .passazh-social-icon {
    width: 60px;
    height: 60px
}

.passazh-social-icons.icons-size-large i {
    font-size: 22px;
    line-height: 60px
}

.social-form-circle .passazh-social-icon {
    border-radius: 50%
}

.passazh-sticky-social {
    position: fixed;
    top: 50%;
    z-index: 399;
    display: flex;
    flex-direction: column;
    transition: -webkit-transform .3s ease 1s;
    transition: transform .3s ease 1s;
    transition: transform .3s ease 1s, -webkit-transform .3s ease 1s
}

.passazh-sticky-social .passazh-social-icon {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    margin: 0;
    min-width: 40px;
    width: auto;
    height: 40px
}

.passazh-sticky-social .passazh-social-icon:hover {
    box-shadow: none
}

.passazh-sticky-social .passazh-social-icon:hover .passazh-social-icon-name {
    max-width: 220px
}

.passazh-sticky-social i {
    width: 40px;
    font-size: 14px;
    line-height: 40px
}

.passazh-sticky-social .passazh-social-icon-name {
    overflow: hidden;
    padding: 0;
    max-width: 0;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    transition: padding .4s cubic-bezier(.175, .885, .32, 1.15), max-width .4s cubic-bezier(.175, .885, .32, 1.15)
}

.passazh-sticky-social.buttons-loaded {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.passazh-sticky-social-right {
    right: 0;
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
    align-items: flex-start
}

.passazh-sticky-social-right .passazh-social-icon {
    flex-direction: row
}

.passazh-sticky-social-right .passazh-social-icon:hover .passazh-social-icon-name {
    padding-left: 15px
}

.passazh-sticky-social-left {
    left: 0;
    -webkit-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0);
    align-items: flex-end
}

.passazh-sticky-social-left .passazh-social-icon {
    flex-direction: row-reverse
}

.passazh-sticky-social-left .passazh-social-icon:hover .passazh-social-icon-name {
    padding-right: 15px
}

.google-map-container {
    position: relative
}

.google-map-container img {
    max-width: none
}

.google-map-container .passazh-google-map-wrapper {
    z-index: 4
}

.google-map-container .passazh-google-map,
.google-map-container .passazh-google-map-wrapper {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.google-map-container .gm-style-iw-d>div>h3:empty {
    display: none
}

.map-container-with-content.content-vertical-top .passazh-google-map-content-wrap {
    justify-content: flex-start
}

.map-container-with-content.content-vertical-middle .passazh-google-map-content-wrap {
    justify-content: center
}

.map-container-with-content.content-vertical-bottom .passazh-google-map-content-wrap {
    justify-content: flex-end
}

.map-container-with-content.content-horizontal-left .passazh-google-map-content-wrap {
    align-items: flex-start
}

.map-container-with-content.content-horizontal-center .passazh-google-map-content-wrap {
    align-items: center
}

.map-container-with-content.content-horizontal-right .passazh-google-map-content-wrap {
    align-items: flex-end
}

.passazh-google-map-content-wrap {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    margin: 0 auto;
    padding: 50px 15px;
    width: 90%;
    height: 100%
}

.passazh-google-map-content-wrap>.passazh-google-map-content {
    z-index: 6;
    margin-bottom: 0;
    padding: 30px;
    max-width: 300px;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, .22)
}

.passazh-dark .passazh-google-map-content-wrap>.passazh-google-map-content {
    background-color: #101010
}

.map-mask-dark {
    background-color: #000
}

.map-mask-dark .passazh-google-map-wrapper {
    opacity: .6
}

.map-mask-light {
    background-color: #FFF
}

.map-mask-light .passazh-google-map-wrapper {
    opacity: .7
}

.passazh-map-placeholder {
    display: flex;
    overflow: hidden
}

.passazh-map-placeholder img {
    width: 100%;
    height: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.passazh-init-map {
    display: flex;
    align-items: center
}

.passazh-init-map svg {
    margin-top: -2px;
    margin-left: 10px;
    width: 25px;
    height: 25px
}

.passazh-init-map span {
    margin-top: 4px
}

.google-map-container .passazh-init-map-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center
}

.map-lazy-loading:not(.passazh-map-inited) .passazh-google-map-content-wrap {
    display: none
}

.passazh-map-inited .passazh-init-map-wrap,
.passazh-map-inited .passazh-map-placeholder {
    display: none
}

.passazh-counter {
    margin-bottom: 35px
}

.passazh-counter>span {
    display: block
}

.passazh-counter .counter-value {
    color: #333;
    font-size: 36px;
    line-height: 1
}

.passazh-counter .counter-label {
    margin-top: 10px;
    color: #777;
    font-size: 16px;
    line-height: 1.4
}

.passazh-counter.counter-small .counter-value {
    font-size: 28px
}

.passazh-counter.counter-small .counter-label {
    font-size: 14px
}

.passazh-counter.counter-large .counter-value {
    font-size: 44px
}

.passazh-counter.counter-large .counter-label {
    font-size: 18px
}

.passazh-counter.counter-extra-large .counter-value {
    font-size: 54px
}

.passazh-counter.counter-extra-large .counter-label {
    font-size: 20px
}

.color-scheme-light .passazh-counter .counter-value,
.passazh-counter.color-scheme-light .counter-value {
    color: #FFF
}

.color-scheme-light .passazh-counter .counter-label,
.passazh-counter.color-scheme-light .counter-label {
    color: rgba(255, 255, 255, .8)
}

.passazh-counter.color-scheme-dark .counter-value {
    color: #333
}

.passazh-counter.color-scheme-dark .counter-label {
    color: #777
}

.passazh-counter.color-scheme-custom .counter-label,
.passazh-counter.color-scheme-custom .counter-value {
    color: inherit
}

.team-member {
    margin-bottom: 35px
}

.team-member .member-image {
    margin-bottom: 15px;
    text-align: center
}

.team-member .member-name,
.team-member .member-position {
    margin-bottom: 0
}

.team-member .member-name {
    font-weight: 600
}

.team-member .member-position {
    display: block;
    margin-top: 5px;
    color: #9E9E9E;
    font-size: 14px
}

.team-member .member-bio {
    margin-top: 10px
}

.team-member .member-bio:empty {
    display: none
}

.team-member .member-social {
    margin-top: 10px
}

.team-member .passazh-social-icons {
    margin-right: -4px;
    margin-left: -4px
}

.team-member.text-center .passazh-social-icons {
    justify-content: center
}

.team-member.text-right .passazh-social-icons {
    justify-content: flex-end
}

.team-member.color-scheme-light .member-position {
    color: rgba(255, 255, 255, .6)
}

.team-member.color-scheme-light .member-email {
    color: rgba(255, 255, 255, .8)
}

.member-layout-hover {
    position: relative
}

.member-layout-hover .member-image-wrapper {
    overflow: hidden
}

.member-layout-hover .member-image {
    margin-bottom: 0;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.member-layout-hover .member-details {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 20px 20px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .61) 100%)
}

.member-layout-hover .member-social {
    margin-top: 5px
}

.member-layout-hover.color-scheme-light .member-details {
    background: linear-gradient(transparent 0, rgba(0, 0, 0, .65) 100%)
}

.member-layout-hover.color-scheme-light .member-name {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.member-layout-hover:hover .member-image {
    -webkit-transform: scale3D(1.09, 1.09, 1.09);
    transform: scale3D(1.09, 1.09, 1.09)
}

.promo-banner {
    position: relative;
    overflow: hidden
}

.promo-banner .promo-banner-image {
    width: 100%
}

.promo-banner .wrapper-content-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    overflow: hidden;
    padding: 30px
}

.promo-banner .content-banner {
    position: relative;
    width: 100%
}

.promo-banner .content-banner>div:first-child {
    margin-top: 0
}

.promo-banner .banner-title-wrap .banner-subtitle:first-child,
.promo-banner .banner-title-wrap .banner-title:first-child {
    margin-top: 0
}

.promo-banner .banner-title-wrap:empty {
    display: none
}

.promo-banner .banner-inner,
.promo-banner .banner-subtitle,
.promo-banner .banner-title {
    margin-top: 7px
}

.promo-banner .banner-subtitle {
    display: block
}

.promo-banner .subtitle-style-background {
    display: inline-block
}

.promo-banner .banner-title {
    display: block;
    margin-bottom: 0;
    line-height: 1.4
}

.promo-banner .banner-btn-wrapper {
    margin-top: 15px
}

.promo-banner .banner-inner p:first-child:empty {
    display: none
}

.content-width-10 {
    max-width: 10%
}

.content-width-20 {
    max-width: 20%
}

.content-width-30 {
    max-width: 30%
}

.content-width-40 {
    max-width: 40%
}

.content-width-50 {
    max-width: 50%
}

.content-width-60 {
    max-width: 60%
}

.content-width-70 {
    max-width: 70%
}

.content-width-80 {
    max-width: 80%
}

.content-width-90 {
    max-width: 90%
}

.banner-title-small .banner-subtitle {
    font-size: 14px
}

.banner-title-small .banner-title {
    font-size: 16px
}

.banner-title-default .banner-subtitle {
    font-size: 14px
}

.banner-title-default .banner-title {
    font-size: 22px
}

.banner-title-large .banner-subtitle {
    font-size: 16px
}

.banner-title-large .subtitle-style-background {
    font-size: 14px
}

.banner-title-large .banner-title {
    font-size: 28px;
    line-height: 1.2
}

.banner-title-extra-large .banner-subtitle {
    font-size: 18px
}

.banner-title-extra-large .subtitle-style-background {
    font-size: 14px
}

.banner-title-extra-large .banner-title {
    font-size: 32px;
    line-height: 1.2
}

.content-banner .content-size-default {
    font-size: 14px
}

.content-banner .content-size-medium {
    font-size: 16px
}

.content-banner .content-size-large {
    font-size: 18px
}

.banner-increased-padding .wrapper-content-banner {
    padding: 7%
}

.banner-vr-align-middle .wrapper-content-banner {
    justify-content: center
}

.banner-vr-align-bottom .wrapper-content-banner {
    justify-content: flex-end
}

.banner-hr-align-left .wrapper-content-banner {
    align-items: flex-end
}

.banner-hr-align-right .wrapper-content-banner {
    align-items: flex-start
}

.banner-hr-align-center .wrapper-content-banner {
    align-items: center
}

.banner-hover-zoom {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.banner-hover-zoom .banner-image {
    transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18), -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18)
}

.banner-hover-zoom:hover .banner-image {
    -webkit-transform: scale(1.09);
    transform: scale(1.09)
}

.banner-hover-zoom-reverse {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.banner-hover-zoom-reverse .banner-image {
    transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18), -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
    -webkit-transform: scale(1.09);
    transform: scale(1.09)
}

.banner-hover-zoom-reverse:hover .banner-image {
    -webkit-transform: none;
    transform: none
}

.banner-hover-background,
.banner-hover-border {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.banner-hover-background .banner-image,
.banner-hover-border .banner-image {
    transition: -webkit-transform 1s cubic-bezier(0, 0, .44, 1.18);
    transition: transform 1s cubic-bezier(0, 0, .44, 1.18);
    transition: transform 1s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, .44, 1.18)
}

.banner-hover-background:hover .banner-image,
.banner-hover-border:hover .banner-image {
    -webkit-transform: scale(1.09);
    transform: scale(1.09)
}

.banner-hover-background:not(.banner-background) .wrapper-content-banner,
.banner-hover-border:not(.banner-border) .wrapper-content-banner {
    overflow: hidden;
    padding: 40px
}

.banner-hover-background:not(.banner-background) .wrapper-content-banner:after,
.banner-hover-border:not(.banner-border) .wrapper-content-banner:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    opacity: 0;
    transition: opacity .35s cubic-bezier(.05, .2, .1, 1), -webkit-transform .35s cubic-bezier(.05, .2, .1, 1);
    transition: transform .35s cubic-bezier(.05, .2, .1, 1), opacity .35s cubic-bezier(.05, .2, .1, 1);
    transition: transform .35s cubic-bezier(.05, .2, .1, 1), opacity .35s cubic-bezier(.05, .2, .1, 1), -webkit-transform .35s cubic-bezier(.05, .2, .1, 1);
    -webkit-transform: scale(.5);
    transform: scale(.5);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.banner-hover-background:not(.banner-background) .content-banner,
.banner-hover-border:not(.banner-border) .content-banner {
    z-index: 4
}

.banner-hover-background:not(.banner-background):hover .wrapper-content-banner:after,
.banner-hover-border:not(.banner-border):hover .wrapper-content-banner:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.banner-hover-background.banner-border .wrapper-content-banner,
.banner-hover-border.banner-background .wrapper-content-banner {
    padding: 30px
}

.banner-hover-background.banner-border .wrapper-content-banner:after,
.banner-hover-border.banner-background .wrapper-content-banner:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.banner-hover-background:not(.banner-background) .wrapper-content-banner:after {
    background-color: rgba(0, 0, 0, .9)
}

.banner-hover-background.color-scheme-dark:not(.banner-border) .wrapper-content-banner:after {
    background-color: rgba(255, 255, 255, .9)
}

.banner-hover-border:not(.banner-border) .wrapper-content-banner:after {
    border: 5px solid rgba(255, 255, 255, .3)
}

.banner-hover-border.color-scheme-dark:not(.banner-border) .wrapper-content-banner:after {
    border-color: rgba(0, 0, 0, .1)
}

.banner-mask .wrapper-content-banner {
    background-color: rgba(0, 0, 0, .3);
    transition: background-color .5s cubic-bezier(0, 0, .44, 1.18)
}

.banner-mask.color-scheme-dark .wrapper-content-banner {
    background-color: rgba(255, 255, 255, .3)
}

.banner-mask.banner-hover-zoom-reverse:hover .wrapper-content-banner,
.banner-mask.banner-hover-zoom:hover .wrapper-content-banner {
    background-color: rgba(0, 0, 0, .6)
}

.banner-mask.banner-hover-zoom-reverse.color-scheme-dark:hover .wrapper-content-banner,
.banner-mask.banner-hover-zoom.color-scheme-dark:hover .wrapper-content-banner {
    background-color: rgba(255, 255, 255, .6)
}

.banner-shadow {
    box-shadow: 0 10px 20px -9px rgba(0, 0, 0, .5)
}

.banner-background .wrapper-content-banner,
.banner-border .wrapper-content-banner {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    overflow: hidden
}

.banner-background .wrapper-content-banner {
    background-color: rgba(0, 0, 0, .8)
}

.banner-background.color-scheme-dark .wrapper-content-banner {
    background-color: rgba(255, 255, 255, .8)
}

.banner-content-background .wrapper-content-banner {
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 800px;
    perspective: 800px
}

.banner-content-background.banner-vr-align-top .wrapper-content-banner {
    bottom: auto
}

.banner-content-background.banner-vr-align-middle .wrapper-content-banner {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.banner-content-background.banner-vr-align-bottom .wrapper-content-banner {
    top: auto
}

.banner-content-background.banner-hr-align-left .wrapper-content-banner {
    right: auto
}

.banner-content-background.banner-hr-align-center .wrapper-content-banner {
    right: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.banner-content-background.banner-hr-align-center.banner-vr-align-middle .wrapper-content-banner {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.banner-content-background.banner-hr-align-right .wrapper-content-banner {
    left: auto
}

.banner-content-background.color-scheme-dark .wrapper-content-banner {
    background-color: rgba(255, 255, 255, .8)
}

.banner-border .wrapper-content-banner {
    border: 5px solid rgba(255, 255, 255, .3)
}

.banner-border.color-scheme-dark .wrapper-content-banner {
    border-color: rgba(0, 0, 0, .1)
}

.testimonial .testimonial-avatar {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%
}

.testimonial .testimonial-avatar img {
    min-width: 60px;
    max-width: 100px
}

.testimonial .testimonial-rating {
    display: none;
    margin-bottom: 10px;
    font-size: 0
}

.testimonial .testimonial-content footer {
    margin-top: 15px;
    color: #2d2a2a;
    font-weight: 600
}

.testimonial .testimonial-content footer>span {
    color: #777;
    font-weight: 400
}

.testimonial .testimonial-content footer>span:before {
    content: " - "
}

.color-scheme-light .testimonial .testimonial-content,
.passazh-dark .testimonial .testimonial-content {
    color: #FFF
}

.color-scheme-light .testimonial .testimonial-content footer,
.passazh-dark .testimonial .testimonial-content footer {
    color: rgba(255, 255, 255, .9)
}

.color-scheme-light .testimonial .testimonial-content footer>span,
.passazh-dark .testimonial .testimonial-content footer>span {
    color: rgba(255, 255, 255, .8)
}

.testimon-with-rating .testimonial-rating {
    display: block
}

.testimon-text-size-small .testimonial-content {
    font-size: 14px
}

.testimon-text-size-medium .testimonial-content {
    font-size: 16px
}

.testimon-text-size-large .testimonial-content {
    font-size: 18px
}

.testimon-align-center .testimonial {
    text-align: center
}

.testimon-align-center .testimonial-avatar {
    margin-bottom: 15px
}

.testimon-align-left .testimonial-inner,
.testimon-align-right .testimonial-inner {
    display: flex;
    align-items: flex-start
}

.testimon-align-left .testimonial-avatar,
.testimon-align-right .testimonial-avatar {
    flex: 0 0 auto
}

.testimon-align-left .testimonial-content,
.testimon-align-right .testimonial-content {
    flex: 1 1 auto
}

.testimon-align-left .testimonial {
    text-align: left
}

.testimon-align-left .testimonial-inner {
    flex-direction: row-reverse
}

.testimon-align-left .testimonial-avatar {
    margin-right: 20px
}

.testimon-align-right .testimonial {
    text-align: right
}

.testimon-align-right .testimonial-inner {
    flex-direction: row
}

.testimon-align-right .testimonial-avatar {
    margin-left: 20px
}

.testimonials-slider .owl-carousel:not(.owl-loaded),
.testimonials-slider .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 10px
}

.testimon-style-boxed .testimonial-inner {
    padding: 30px;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    transition: box-shadow .5s ease
}

.testimon-style-boxed .testimonial:hover .testimonial-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.color-scheme-light .testimon-style-boxed .testimonial-inner,
.passazh-dark .testimon-style-boxed .testimonial-inner {
    background-color: rgba(0, 0, 0, .7)
}

.instagram-widget {
    position: relative
}

.instagram-widget.instagram-with-error img {
    width: 100%
}

.instagram-widget.instagram-with-error.loading {
    -webkit-animation: wd-SemiFadeOut .4s infinite alternate linear;
    animation: wd-SemiFadeOut .4s infinite alternate linear
}

.instagram-widget .instagram-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.instagram-widget .instagram-content-inner {
    z-index: 5;
    padding: 30px;
    max-width: 300px;
    width: 100%;
    background: #FFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, .22)
}

.instagram-widget .clear {
    margin-top: 10px;
    margin-bottom: 0
}

.instagram-widget .clear a {
    color: #333;
    font-weight: 600;
    font-size: 14px
}

.instagram-widget .clear a:before {
    margin-left: 5px;
    vertical-align: middle;
    content: "\f16d";
    font-family: passazh-font
}

.passazh-dark .instagram-widget .instagram-content-inner {
    background-color: #101010
}

.passazh-dark .instagram-widget .clear a {
    color: #FFF
}

.instagram-picture {
    padding-right: 0;
    padding-left: 0
}

.instagram-picture img {
    width: 100%
}

.instagram-picture .wrapp-picture {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 800px;
    perspective: 800px
}

.instagram-picture .wrapp-picture a,
.instagram-picture .wrapp-picture:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.instagram-picture .wrapp-picture a {
    z-index: 4
}

.instagram-picture .wrapp-picture:after {
    content: "";
    z-index: 1;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: opacity .3s ease
}

.instagram-picture .hover-mask {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    background: linear-gradient(transparent 0, rgba(0, 0, 0, .65) 100%);
    opacity: 0;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.instagram-picture .instagram-comments,
.instagram-picture .instagram-likes {
    flex: 0 0 50%;
    overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 50%;
    width: 50%;
    color: #FFF;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 18px;
    line-height: 1
}

.instagram-picture .instagram-comments span,
.instagram-picture .instagram-comments:before,
.instagram-picture .instagram-likes span,
.instagram-picture .instagram-likes:before {
    vertical-align: middle
}

.instagram-picture .instagram-comments:before,
.instagram-picture .instagram-likes:before {
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
    font-size: 20px
}

.instagram-picture .instagram-likes {
    text-align: right
}

.instagram-picture .instagram-likes:before {
    content: "\f108";
    font-family: passazh-font
}

.instagram-picture .instagram-comments {
    text-align: left
}

.instagram-picture .instagram-comments:before {
    font-size: 18px;
    content: "\f104";
    font-family: passazh-font
}

.instagram-picture:hover .hover-mask {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.instagram-picture:hover .wrapp-picture:after {
    opacity: 1
}

.instagram-rounded .wrapp-picture {
    border-radius: 50%
}

.instagram-rounded .hover-mask {
    top: 0;
    justify-content: center;
    background: 0 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.instagram-rounded .instagram-comments,
.instagram-rounded .instagram-likes {
    flex-basis: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: none;
    width: auto;
    text-align: center
}

.passazh-instagram .hover-mask {
    display: none
}

.instagram-widget.data-source-api .wrapp-picture {
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.passazh-info-box {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 35px
}

.passazh-info-box .box-icon-wrapper {
    flex: 0 0 auto;
    line-height: 0
}

.passazh-info-box .info-box-icon {
    display: inline-block;
    transition: all .25s ease
}

.passazh-info-box .info-svg-wrapper {
    display: inline-block
}

.passazh-info-box .info-svg-wrapper svg {
    width: inherit !important;
    height: inherit !important
}

.passazh-info-box .info-box-subtitle {
    margin-bottom: 9px;
    line-height: 1.4
}

.passazh-info-box .subtitle-style-background {
    line-height: 1.2
}

.passazh-info-box .info-box-title {
    display: block;
    margin-bottom: 10px;
    line-height: 1.4
}

.passazh-info-box .info-box-content {
    position: relative;
    flex: 1 1 auto
}

.passazh-info-box .info-box-inner p:first-child:empty,
.passazh-info-box .info-box-inner p:first-child:empty~p:last-child {
    display: none
}

.passazh-info-box .info-btn-wrapper {
    margin-top: 15px
}

.passazh-info-box.hover-color-scheme-light:hover .info-svg-wrapper svg {
    fill: #FFF !important
}

.passazh-info-box.hover-color-scheme-light:hover .info-box-title {
    color: #FFF !important
}

.passazh-info-box.hover-color-scheme-light:hover .info-box-icon {
    color: #FFF
}

.passazh-info-box.hover-color-scheme-light:hover .btn-style-link {
    border-color: rgba(255, 255, 255, .3);
    color: #FFF
}

.passazh-info-box.hover-color-scheme-light:hover .btn-style-link:hover {
    border-color: #FFF;
    color: #FFF
}

.box-icon-align-top .box-icon-wrapper {
    margin-bottom: 15px
}

.box-icon-align-left {
    flex-direction: row-reverse
}

.box-icon-align-left .box-icon-wrapper {
    margin-right: 20px;
    max-width: 50%
}

.box-icon-align-right {
    flex-direction: row
}

.box-icon-align-right .box-icon-wrapper {
    margin-left: 20px;
    max-width: 50%
}

.box-title-style-underlined {
    padding-bottom: 10px;
    border-bottom: 1px solid;
    border-color: rgba(129, 129, 129, .2)
}

.passazh-info-box.color-scheme-light .box-title-style-underlined,
.passazh-info-box.hover-color-scheme-light:hover .box-title-style-underlined {
    border-color: rgba(255, 255, 255, .15)
}

.box-title-small .info-box-subtitle {
    font-size: 14px
}

.box-title-small .info-box-title {
    font-size: 16px
}

.box-title-default .info-box-subtitle {
    font-size: 14px
}

.box-title-default .info-box-title {
    font-size: 20px
}

.box-title-large .info-box-subtitle {
    font-size: 16px
}

.box-title-large .subtitle-style-background {
    font-size: 14px
}

.box-title-large .info-box-title {
    font-size: 28px;
    line-height: 1.3
}

.box-title-extra-large .info-box-subtitle {
    font-size: 18px
}

.box-title-extra-large .subtitle-style-background {
    font-size: 14px
}

.box-title-extra-large .info-box-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2
}

.box-with-icon .info-box-icon {
    overflow: hidden
}

.box-icon-wrapper.box-with-text {
    font-weight: 700;
    line-height: 1
}

.box-with-text.text-size-small {
    font-size: 38px
}

.box-with-text.text-size-default {
    font-size: 52px
}

.box-with-text.text-size-large {
    font-size: 74px
}

.box-icon-with-bg .info-box-icon {
    padding: 20px;
    background-color: #F4F4F4
}

.box-icon-with-border .info-box-icon {
    padding: 18px;
    border: 2px solid #F4F4F4
}

.box-icon-with-bg .info-box-icon,
.box-icon-with-border .info-box-icon {
    border-radius: 50%;
    text-align: center
}

.box-icon-with-bg.box-with-text .info-box-icon,
.box-icon-with-border.box-with-text .info-box-icon {
    padding: 0 10px;
    border-radius: 100px
}

.box-icon-with-bg.text-size-small .info-box-icon,
.box-icon-with-border.text-size-small .info-box-icon {
    min-width: 85px;
    height: 85px;
    line-height: 85px
}

.box-icon-with-bg.text-size-default .info-box-icon,
.box-icon-with-border.text-size-default .info-box-icon {
    min-width: 100px;
    height: 100px;
    line-height: 100px
}

.box-icon-with-bg.text-size-large .info-box-icon,
.box-icon-with-border.text-size-large .info-box-icon {
    min-width: 130px;
    height: 130px;
    line-height: 130px
}

.box-btn-hover .info-btn-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin-top: 0;
    padding-top: 15px;
    opacity: 0;
    transition: opacity .25s ease, -webkit-transform .25s ease;
    transition: transform .25s ease, opacity .25s ease;
    transition: transform .25s ease, opacity .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}

.box-btn-hover:hover .info-btn-wrapper {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.info-box-wrapper.inline-element {
    max-width: 100%
}

.info-box-carousel .inline-element {
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important
}

.info-box-carousel .inline-element .passazh-info-box {
    display: inline-flex
}

.box-style-shadow {
    padding: 30px;
    background-color: #FFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    transition: box-shadow .7s ease
}

.box-style-shadow:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, .2)
}

.box-style-bg-hover {
    position: relative;
    padding: 30px;
    box-shadow: 2px 3px 14px transparent
}

.box-style-bg-hover .info-svg-wrapper svg {
    transition: fill .25s ease
}

.box-style-bg-hover .box-icon-wrapper,
.box-style-bg-hover .info-box-content {
    z-index: 1
}

.box-style-bg-hover:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    opacity: 0;
    transition: opacity .25s ease
}

.box-style-bg-hover:hover {
    box-shadow: 2px 3px 14px rgba(0, 0, 0, .16)
}

.box-style-bg-hover:hover:after {
    opacity: 1
}

.box-style-border .info-box-content {
    padding: 30px;
    border: 3px solid rgba(119, 119, 119, .17)
}

.box-style-border .box-icon-wrapper {
    position: relative;
    z-index: 2
}

.box-style-border.box-icon-align-left {
    align-items: center
}

.box-style-border.box-icon-align-left .info-box-content {
    padding-left: 50px
}

.box-style-border.box-icon-align-left .info-box-icon {
    margin-right: -50px
}

.box-style-border.box-icon-align-right {
    align-items: center
}

.box-style-border.box-icon-align-right .info-box-content {
    padding-right: 50px
}

.box-style-border.box-icon-align-right .info-box-icon {
    margin-left: -50px
}

.box-style-border.box-icon-align-top .box-icon-wrapper {
    margin-bottom: -25px;
    padding-right: 30px;
    padding-left: 30px
}

.box-style-border.box-icon-align-top .info-box-content {
    padding-top: 35px
}

.box-style-border.box-btn-static .info-btn-wrapper {
    margin-top: 0;
    margin-bottom: -30px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.box-style-border.box-btn-hover .info-btn-wrapper {
    margin-top: -15px;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 0
}

.box-style-border.box-btn-hover.box-icon-align-left .info-btn-wrapper {
    margin-left: 50px
}

.box-style-border.box-btn-hover.box-icon-align-right .info-btn-wrapper {
    margin-right: 50px
}

.box-style-border.color-scheme-light .info-box-content {
    border-color: rgba(255, 255, 255, .15)
}

.passazh-twitter-element .twitter-post {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid
}

.passazh-twitter-element .twitter-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.passazh-twitter-element .twitter-image-wrapper {
    flex: 0 0 auto;
    margin-left: 10px
}

.passazh-twitter-element .twitter-content-wrapper {
    flex: 1 1 auto
}

.passazh-twitter-element .stt-em {
    display: block;
    margin-top: 5px
}

.passazh-twitter-element .stt-em a {
    color: #BBB
}

.passazh-twitter-element .stt-em a:focus,
.passazh-twitter-element .stt-em a:hover {
    color: #777
}

.color-scheme-light .passazh-twitter-element .stt-em a {
    color: rgda(255, 255, 255, .6)
}

.color-scheme-light .passazh-twitter-element .stt-em a:focus,
.color-scheme-light .passazh-twitter-element .stt-em a:hover {
    color: rgda(255, 255, 255, .8)
}

.passazh-images-gallery[class*=align] .owl-item,
.passazh-images-gallery[class*=align] .owl-stage,
.passazh-images-gallery[class*=align] .passazh-gallery-item {
    display: flex;
    flex-direction: row
}

.passazh-images-gallery.view-carousel,
.passazh-images-gallery.view-justified {
    margin-bottom: 30px
}

.passazh-images-gallery.view-justified .caption {
    display: none !important
}

.passazh-images-gallery.view-justified .justified-gallery>.spiner {
    display: none !important
}

.passazh-images-gallery.view-justified>.gallery-images:not(.justified-gallery) {
    display: none
}

.passazh-images-gallery.view-carousel {
    text-align: center
}

.passazh-gallery-item {
    overflow: hidden
}

.passazh-gallery-item>a {
    display: block
}

.gallery-valign-top .passazh-gallery-item {
    align-items: flex-start
}

.gallery-valign-middle .passazh-gallery-item {
    align-items: center
}

.gallery-valign-bottom .passazh-gallery-item {
    align-items: flex-end
}

.gallery-halign-left .owl-item,
.gallery-halign-left .passazh-gallery-item {
    justify-content: flex-end
}

.gallery-halign-center .owl-item,
.gallery-halign-center .passazh-gallery-item {
    justify-content: center
}

.gallery-halign-right .owl-item,
.gallery-halign-right .passazh-gallery-item {
    justify-content: flex-start
}

.wd-age-verify,
.passazh-content-popup,
.passazh-promo-popup {
    margin: 30px auto;
    padding: 30px;
    width: 100%;
    background-color: #FFF
}

.passazh-dark .wd-age-verify,
.passazh-dark .passazh-content-popup,
.passazh-dark .passazh-promo-popup {
    background-color: #101010
}

.wd-age-verify {
    padding: 60px;
    display: none
}

.wd-age-verify h4 {
    font-size: 42px
}

.wd-age-verify.wd-forbidden .wd-age-verify-buttons,
.wd-age-verify.wd-forbidden .wd-age-verify-text {
    display: none
}

.wd-age-verify.wd-forbidden .wd-age-verify-text-error {
    display: block
}

.mfp-wrap .wd-age-verify {
    display: block
}

[class*=wd-age-verify-text]>:last-child {
    margin-bottom: 0
}

.wd-age-verify-text-error {
    -webkit-animation: wd-fadeIn .6s ease;
    animation: wd-fadeIn .6s ease;
    display: none
}

.wd-age-verify-buttons {
    margin-top: 25px;
    text-align: center;
    margin-bottom: -10px
}

.wd-age-verify-buttons .btn {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px
}

.passazh-promo-popup {
    display: none;
    max-width: 800px
}

.mfp-wrap .passazh-promo-popup {
    display: block
}

.passazh-timer {
    display: block;
    font-size: 0;
    line-height: 1
}

.passazh-timer>span {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 2px 5px;
    padding: 5px;
    min-width: 55px;
    min-height: 55px;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    color: #333;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px
}

.passazh-timer>span span {
    display: block;
    margin-top: 5px;
    color: #777;

    font-weight: 400;
    font-size: 10px;
    line-height: 10px
}

.passazh-countdown-timer {
    direction: ltr
}

.passazh-countdown-timer.color-scheme-light .passazh-timer>span {
    color: #FFF
}

.passazh-countdown-timer.color-scheme-light .passazh-timer>span span {
    color: rgba(255, 255, 255, .8)
}

.timer-size-medium .passazh-timer>span {
    min-width: 65px;
    min-height: 65px;
    font-size: 24px;
    line-height: 24px
}

.timer-size-medium .passazh-timer>span span {
    font-size: 12px;
    line-height: 12px
}

.timer-size-large .passazh-timer>span {
    min-width: 80px;
    min-height: 80px;
    font-size: 28px;
    line-height: 28px
}

.timer-size-large .passazh-timer>span span {
    font-size: 14px;
    line-height: 14px
}

.timer-size-xlarge .passazh-timer>span {
    min-width: 100px;
    min-height: 100px;
    font-size: 42px;
    line-height: 42px
}

.timer-size-xlarge .passazh-timer>span span {
    font-size: 16px;
    line-height: 16px
}

.timer-style-standard.color-scheme-light .passazh-timer>span {
    background-color: #101010
}

.timer-style-transparent .passazh-timer>span {
    background-color: rgba(255, 255, 255, .2);
    box-shadow: none
}

.timer-style-transparent.color-scheme-light .passazh-timer>span {
    background-color: rgba(0, 0, 0, .2)
}

.color-scheme-light .passazh-product-countdown>span,
.passazh-dark .passazh-product-countdown>span {
    background-color: #101010;
    color: #FFF
}

.color-scheme-light .passazh-product-countdown>span span,
.passazh-dark .passazh-product-countdown>span span {
    color: rgba(255, 255, 255, .8)
}

.pricing-tables-wrapper .pricing-tables {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.passazh-price-table {
    position: relative;
    flex: 1 1 230px;
    margin-right: 15px;
    margin-bottom: 35px;
    margin-left: 15px;
    text-align: center;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    perspective: 800px;
    backface-visibility: hidden;
    -webkit-perspective: 800px;
    -webkit-backface-visibility: hidden
}

.passazh-price-table .passazh-plan-name {
    padding: 15px
}

.passazh-price-table .passazh-plan-title {
    color: #2d2a2a;
    font-weight: 600;
    font-size: 20px
}

.passazh-price-table .passazh-plan-inner {
    position: relative;
    border: 1px solid;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    transition: box-shadow .3s ease
}

.passazh-price-table .price-label {
    position: absolute;
    top: -1px;
    left: -1px;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    width: 80px;
    height: 80px;
    color: #FFF;
    text-align: center;

    white-space: nowrap;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px
}

.passazh-price-table .price-label>span {
    display: block;
    margin-top: 15px;
    margin-right: -15px;
    width: 115px;
    background: red;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.passazh-price-table .passazh-plan-price {
    padding: 15px 20px;
    background-position: center center;
    background-size: cover;
    line-height: 1
}

.passazh-price-table .passazh-price-currency {
    color: #333;
    vertical-align: top;
    font-size: 28px
}

.passazh-price-table .passazh-price-value {
    color: #333;
    vertical-align: middle;
    font-weight: 600;
    font-size: 42px
}

.passazh-price-table .passazh-price-suffix {
    display: block;
    margin-top: 5px;
    color: #BBB;
    font-size: 16px
}

.passazh-price-table .passazh-plan-features {
    padding: 25px;
    border-bottom: 1px solid
}

.passazh-price-table .passazh-plan-feature {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    color: #777
}

.passazh-price-table .passazh-plan-feature:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.passazh-price-table .passazh-plan-footer {
    padding: 20px 15px
}

.passazh-price-table .passazh-plan-footer>a {
    color: #FFF
}

.passazh-price-table .passazh-plan-footer>a:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.passazh-price-table.label-color-red .price-label>span {
    background-color: #EF4836
}

.passazh-price-table.label-color-green .price-label>span {
    background-color: #0FA34C
}

.passazh-price-table.label-color-blue .price-label>span {
    background-color: #2A7CE4
}

.passazh-price-table.label-color-yellow .price-label>span {
    background-color: #F7CA18
}

.passazh-price-table.price-style-default .passazh-plan-price {
    margin-top: -1px;
    margin-right: -1px;
    margin-left: -1px
}

.passazh-price-table.price-style-default .passazh-plan-price>span {
    color: #FFF
}

.passazh-price-table.price-style-alt .passazh-plan-price {
    border-bottom: 1px solid
}

.passazh-price-table.price-highlighted {
    top: -10px
}

.passazh-price-table.price-highlighted .price-label {
    top: -2px;
    left: -2px
}

.passazh-price-table.price-highlighted .passazh-plan-inner {
    box-shadow: 0 0 9px rgba(0, 0, 0, .12)
}

.passazh-price-table.price-highlighted .passazh-plan-inner {
    border: 2px solid
}

.passazh-price-table.price-highlighted.price-style-default .passazh-plan-price {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0
}

.passazh-price-table:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.passazh-price-table:hover .passazh-plan-inner {
    box-shadow: 0 0 9px rgba(0, 0, 0, .12)
}

.color-scheme-light .passazh-price-table .passazh-plan-title,
.passazh-dark .passazh-price-table .passazh-plan-title {
    color: #FFF
}

.color-scheme-light .passazh-price-table .passazh-plan-inner,
.passazh-dark .passazh-price-table .passazh-plan-inner {
    background-color: rgba(0, 0, 0, .3)
}

.color-scheme-light .passazh-price-table .passazh-price-suffix,
.passazh-dark .passazh-price-table .passazh-price-suffix {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light .passazh-price-table .passazh-plan-feature,
.passazh-dark .passazh-price-table .passazh-plan-feature {
    color: rgba(255, 255, 255, .8)
}

.passazh-price-table .passazh-plan-footer .add-to-cart-loop span {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px
}

.passazh-price-table .passazh-plan-footer .add-to-cart-loop.added {
    display: none
}

.passazh-menu-price {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 35px
}

.passazh-menu-price .menu-price-image {
    flex: 0 0 auto;
    overflow: hidden;
    margin-left: 15px;
    max-width: 180px
}

.passazh-menu-price .menu-price-description-wrapp {
    flex: 1 1 auto
}

.passazh-menu-price .menu-price-heading {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -10px;
    margin-left: -10px
}

.passazh-menu-price .menu-price-title {
    flex: 1 1 270px;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 16px;
    transition: color .25s ease
}

.passazh-menu-price .menu-price-price {
    flex: 0 0 auto;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2
}

.passazh-menu-price .menu-price-details {
    margin-top: 5px;
    padding: 7px 0;
    border-top: 1px dotted rgba(146, 146, 146, .6);
    font-style: italic;
    font-size: 110%
}

.color-scheme-light .passazh-menu-price .menu-price-details,
.passazh-dark .passazh-menu-price .menu-price-details {
    border-color: rgba(255, 255, 255, .2)
}

.passazh-row-divider {
    margin-right: -15px;
    margin-left: -15px
}

.passazh-row-divider svg {
    display: block
}

.dvr-style-triangle svg,
.dvr-style-waves-small svg,
.dvr-style-waves-wide svg {
    height: 3vw
}

.dvr-style-clouds svg {
    height: 6vw
}

.dvr-style-curved-line svg,
.dvr-style-diagonal-left svg,
.dvr-style-diagonal-right svg,
.dvr-style-half-circle svg,
.dvr-style-paint-stroke svg,
.dvr-style-sweet-wave svg {
    height: 50px
}

.dvr-overlap-enable {
    position: relative
}

.dvr-overlap-enable svg {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 100
}

.dvr-overlap-enable.dvr-position-top svg {
    top: 0
}

.dvr-overlap-enable.dvr-position-bottom svg {
    bottom: 0
}

.browser-Firefox .dvr-position-top svg {
    margin-top: -1px
}

.browser-Firefox .dvr-position-bottom svg {
    margin-bottom: -1px
}

.passazh-timeline-wrapper {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px
}

.passazh-timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);
    border-width: 2px
}

.passazh-timeline-line .line-dot {
    position: absolute;
    left: calc(50% - 5px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: inset 100px 100px rgba(0, 0, 0, .1)
}

.passazh-timeline-line .dot-start {
    top: -4px
}

.passazh-timeline-line .dot-end {
    bottom: -4px
}

.passazh-line-default .passazh-timeline-line {
    border-left-style: solid
}

.passazh-line-dashed .passazh-timeline-line {
    border-left-style: dashed
}

.passazh-timeline-breakpoint {
    margin-bottom: 50px;
    text-align: center
}

.passazh-timeline-breakpoint-title {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 8px 25px;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4
}

.passazh-timeline-item {
    position: relative;
    margin-bottom: 50px
}

.passazh-timeline-item .passazh-timeline-image {
    display: inline-block;
    overflow: hidden
}

.browser-Internet .passazh-timeline-item .passazh-timeline-image img {
    width: 100%
}

.passazh-timeline-item .passazh-timeline-content,
.passazh-timeline-item .passazh-timeline-image,
.passazh-timeline-item .passazh-timeline-title {
    margin-bottom: 15px
}

.passazh-timeline-item .passazh-timeline-content:empty,
.passazh-timeline-item .passazh-timeline-image:empty,
.passazh-timeline-item .passazh-timeline-title:empty {
    display: none
}

.passazh-timeline-content p:first-child:empty {
    display: none
}

.passazh-item-position-left,
.passazh-item-position-right {
    display: flex;
    align-items: center
}

.passazh-item-position-left .timeline-col,
.passazh-item-position-right .timeline-col {
    position: relative;
    flex: 1 1 50%;
    padding: 30px 30px 15px;
    max-width: 50%;
    width: 50%;
    background-color: #FFF
}

.passazh-item-position-left .timeline-col .timeline-arrow,
.passazh-item-position-right .timeline-col .timeline-arrow {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    color: #FFF;
    font-size: 0;
    line-height: 0
}

.passazh-item-position-left .timeline-col .timeline-arrow:before,
.passazh-item-position-right .timeline-col .timeline-arrow:before {
    color: inherit;
    font-size: 28px;
    font-family: passazh-font;
    line-height: 28px
}

.passazh-item-position-left {
    flex-direction: row-reverse
}

.passazh-item-position-left .timeline-col-primary {
    margin-right: 30px;
    text-align: right
}

.passazh-item-position-left .timeline-col-primary .timeline-arrow {
    left: calc(100% - 1px)
}

.passazh-item-position-left .timeline-col-primary .timeline-arrow:before {
    content: "\f9da"
}

.passazh-item-position-left .timeline-col-secondary {
    margin-left: 30px;
    text-align: left
}

.passazh-item-position-left .timeline-col-secondary .timeline-arrow {
    right: calc(100% - 1px)
}

.passazh-item-position-left .timeline-col-secondary .timeline-arrow:before {
    content: "\f9d9"
}

.passazh-item-position-right {
    flex-direction: row
}

.passazh-item-position-right .timeline-col-primary {
    margin-left: 30px;
    text-align: left
}

.passazh-item-position-right .timeline-col-primary .timeline-arrow {
    right: calc(100% - 1px)
}

.passazh-item-position-right .timeline-col-primary .timeline-arrow:before {
    content: "\f9d9"
}

.passazh-item-position-right .timeline-col-secondary {
    margin-right: 30px;
    text-align: right
}

.passazh-item-position-right .timeline-col-secondary .timeline-arrow {
    left: calc(100% - 1px)
}

.passazh-item-position-right .timeline-col-secondary .timeline-arrow:before {
    content: "\f9da"
}

.passazh-item-position-full-width {
    position: relative;
    margin-top: 30px;
    padding: 30px 30px 15px;
    background-color: #FFF;
    text-align: center
}

.passazh-item-position-full-width:not(:first-child) {
    margin-top: 80px
}

.passazh-item-position-full-width .timeline-col-primary .timeline-arrow {
    position: absolute;
    bottom: calc(100% - 1px);
    left: calc(50% - 8px);
    width: 16px;
    height: 12px;
    color: #FFF;
    line-height: 0
}

.passazh-item-position-full-width .timeline-col-primary .timeline-arrow:before {
    display: inline-block;
    height: 12px;
    color: inherit;
    font-size: 28px;
    line-height: 12px;
    content: "\f9d8";
    font-family: passazh-font
}

.passazh-item-position-full-width .timeline-col {
    background-color: transparent !important
}

.passazh-item-position-full-width .passazh-timeline-dot {
    top: -30px
}

.passazh-timeline-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border: solid 2px #FFF;
    border-radius: 50%
}

.passazh-timeline-breakpoint:last-child,
.passazh-timeline-item:last-child {
    margin-bottom: 0
}

.passazh-item-shadow .passazh-timeline-breakpoint-title {
    box-shadow: 0 0 4px rgba(0, 0, 0, .13)
}

.passazh-item-shadow .passazh-item-position-left .timeline-col,
.passazh-item-shadow .passazh-item-position-right .timeline-col {
    box-shadow: 0 0 4px rgba(0, 0, 0, .13)
}

.passazh-item-shadow .passazh-item-position-left .timeline-col-primary .timeline-arrow:before {
    text-shadow: 2px 0 2px rgba(0, 0, 0, .1)
}

.passazh-item-shadow .passazh-item-position-left .timeline-col-secondary .timeline-arrow:before {
    text-shadow: -2px 0 2px rgba(0, 0, 0, .1)
}

.passazh-item-shadow .passazh-item-position-right .timeline-col-primary .timeline-arrow:before {
    text-shadow: -2px 0 2px rgba(0, 0, 0, .1)
}

.passazh-item-shadow .passazh-item-position-right .timeline-col-secondary .timeline-arrow:before {
    text-shadow: 2px 0 2px rgba(0, 0, 0, .1)
}

.passazh-item-shadow .passazh-item-position-full-width {
    box-shadow: 0 0 4px rgba(0, 0, 0, .13)
}

.passazh-item-shadow .passazh-item-position-full-width .timeline-col-primary .timeline-arrow:before {
    text-shadow: 0 -2px 2px rgba(0, 0, 0, .1)
}

.passazh-list {
    margin-bottom: 35px;
    text-align: right
}

.passazh-list ul li {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap
}

.passazh-list ul li:not(:last-child) {
    margin-bottom: 15px
}

.passazh-list .list-icon {
    flex: 0 0 auto;
    margin-left: 10px;
    vertical-align: middle;
    text-align: center
}

.passazh-list .list-content {
    flex: 1 1 auto
}

.passazh-list-type-ordered ul {
    counter-reset: item
}

.passazh-list-type-ordered ul li {
    list-style: none
}

.passazh-list-type-ordered ul li .list-icon {
    font-weight: 600
}

.passazh-list-type-ordered ul li .list-icon:before {
    content: counter(item) ".";
    counter-increment: item
}

.passazh-list-type-unordered ul li {
    list-style: none
}

.passazh-list-type-unordered ul li .list-icon {
    font-weight: 600;
    font-size: 60%
}

.passazh-list-type-unordered ul li .list-icon:before {
    content: "\f111";
    font-family: passazh-font
}

.passazh-list-style-rounded .list-icon {
    border-radius: 100px
}

.passazh-text-size-small ul {
    font-size: 12px
}

.passazh-text-size-small.passazh-list-shape-icon .list-icon {
    min-width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px
}

.passazh-text-size-small.passazh-list-shape-icon.passazh-list-type-unordered .list-icon {
    font-size: 8px
}

.passazh-text-size-default.passazh-list-shape-icon .list-icon {
    min-width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px
}

.passazh-text-size-default.passazh-list-shape-icon.passazh-list-type-unordered .list-icon {
    font-size: 10px
}

.passazh-text-size-medium ul {
    font-size: 16px
}

.passazh-text-size-medium.passazh-list-shape-icon .list-icon {
    min-width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px
}

.passazh-text-size-medium.passazh-list-shape-icon.passazh-list-type-unordered .list-icon {
    font-size: 12px
}

.passazh-text-size-large ul {
    font-size: 18px
}

.passazh-text-size-large.passazh-list-shape-icon .list-icon {
    min-width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px
}

.passazh-text-size-large.passazh-list-shape-icon.passazh-list-type-unordered .list-icon {
    font-size: 14px
}

.passazh-text-size-extra-large ul {
    font-size: 24px
}

.passazh-text-size-extra-large.passazh-list-shape-icon .list-icon {
    min-width: 45px;
    height: 45px;
    font-size: 24px;
    line-height: 45px
}

.passazh-text-size-extra-large.passazh-list-shape-icon.passazh-list-type-unordered .list-icon {
    font-size: 20px
}

.passazh-slider-wrapper.wd-full-width-content .container,
.passazh-slider-wrapper.wd-full-width-content .passazh-slide-inner {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%
}

.passazh-slider {
    overflow: hidden
}

.slider-in-container .passazh-slide-container {
    padding-right: 5%;
    padding-left: 5%;
    width: 100%
}

.passazh-slide {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.passazh-slide .passazh-slide-container {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    padding-top: 35px;
    padding-bottom: 35px
}

.passazh-slide .passazh-slide-container:after,
.passazh-slide .passazh-slide-container:before {
    content: none
}

.passazh-slide .passazh-slide-inner {
    position: relative;
    width: 100%
}

.slide-valign-top .passazh-slide-container {
    justify-content: flex-start
}

.slide-valign-middle .passazh-slide-container {
    justify-content: center
}

.slide-valign-bottom .passazh-slide-container {
    justify-content: flex-end
}

.slide-halign-left .passazh-slide-container {
    align-items: flex-end
}

.slide-halign-center .passazh-slide-container {
    align-items: center
}

.slide-halign-right .passazh-slide-container {
    align-items: flex-start
}

.slide-without-padding .passazh-slide-container {
    padding: 0
}

.passazh-slider:after,
.passazh-slider:before {
    content: none
}

.arrows-style-2 .owl-nav>div,
.arrows-style-3 .owl-nav>div {
    background-color: #FFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

.arrows-style-2 .owl-nav>div:after,
.arrows-style-3 .owl-nav>div:after {
    font-size: 18px;
    line-height: 18px
}

.arrows-style-2.pagin-color-light .owl-nav>div,
.arrows-style-3.pagin-color-light .owl-nav>div {
    background-color: #101010
}

.arrows-style-3 .owl-nav>div {
    border-radius: 50%
}

.arrows-style-3 .owl-nav>div[class*=prev] {
    right: 15px
}

.arrows-style-3 .owl-nav>div[class*=next] {
    left: 15px
}

.arrows-style-3.pagin-color-dark .owl-nav>div {
    color: rgba(0, 0, 0, .8)
}

.arrows-style-3.pagin-color-dark .owl-nav>div:hover {
    color: rgba(0, 0, 0, .5)
}

.passazh-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    padding-bottom: 5px;
    text-align: center;
    -webkit-animation: wd-fadeIn .6s ease;
    animation: wd-fadeIn .6s ease
}

.pagin-style-2 .owl-dots {
    padding-bottom: 15px;
    counter-reset: section
}

.pagin-style-2 .owl-dots .owl-dot {
    padding: 2px 15px;
    color: #333;
    white-space: nowrap;
    line-height: 1
}

.pagin-style-2 .owl-dots .owl-dot:after,
.pagin-style-2 .owl-dots .owl-dot:before {
    display: inline-block;
    color: inherit;
    vertical-align: middle
}

.pagin-style-2 .owl-dots .owl-dot:before {
    content: "0" counter(section);
    margin-left: 5px;
    counter-increment: section;
    font-weight: 600;
    font-size: 15px
}

.pagin-style-2 .owl-dots .owl-dot:after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: currentColor;
    transition: width .3s ease
}

.pagin-style-2 .owl-dots .owl-dot span {
    display: none
}

.pagin-style-2 .owl-dots .owl-dot:hover:after {
    width: 35px
}

.pagin-style-2 .owl-dots .owl-dot.active:after {
    width: 45px
}

.pagin-style-2.pagin-color-light .owl-dots .owl-dot {
    color: #FFF
}

.passazh-slider .slide-animation {
    opacity: 0;
    transition: opacity .8s ease, -webkit-transform .8s ease;
    transition: opacity .8s ease, transform .8s ease;
    transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease;
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden
}

.passazh-slider .anim-slide-from-top {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px)
}

.passazh-slider .anim-slide-from-bottom {
    -webkit-transform: translateY(150px);
    transform: translateY(150px)
}

.passazh-slider .anim-slide-from-left {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px)
}

.passazh-slider .anim-slide-from-right {
    -webkit-transform: translateX(500px);
    transform: translateX(500px)
}

.passazh-slider .anim-zoom-in {
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.passazh-slider .anim-bottom-flip-x {
    -webkit-transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(.6);
    transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(.6)
}

.passazh-slider .anim-top-flip-x {
    -webkit-transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(.6);
    transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(.6)
}

.passazh-slider .anim-left-flip-y {
    -webkit-transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(.6);
    transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(.6)
}

.passazh-slider .anim-right-flip-y {
    -webkit-transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(.6);
    transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(.6)
}

.passazh-slider .active .slide-animation {
    opacity: 1
}

.passazh-slider .active .anim-slide-from-bottom,
.passazh-slider .active .anim-slide-from-left,
.passazh-slider .active .anim-slide-from-right,
.passazh-slider .active .anim-slide-from-top,
.passazh-slider .active .anim-zoom-in {
    -webkit-transform: none;
    transform: none
}

.passazh-slider .active .anim-bottom-flip-x {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
    transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1)
}

.passazh-slider .active .anim-top-flip-x {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
    transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1)
}

.passazh-slider .active .anim-left-flip-y {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1);
    transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1)
}

.passazh-slider .active .anim-right-flip-y {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1);
    transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1)
}

.passazh-slider .pseudo-active .slide-animation {
    opacity: 1;
    transition: none;
    -webkit-transform: none;
    transform: none
}

.passazh-image-hotspot-hotspots {
    position: relative
}

.passazh-image-hotspot-img {
    width: 100%
}

.hotspot-content {
    position: absolute;
    z-index: 10;
    visibility: hidden;
    padding: 15px;
    width: 250px;
    background: #FFF;
    text-align: center;
    opacity: 0;
    transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(20px) translateZ(0);
    transform: translateY(20px) translateZ(0);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.hotspot-content>div,
.hotspot-content>h4 {
    margin-bottom: 10px
}

.hotspot-content>div:last-child,
.hotspot-content>h4:last-child {
    margin-bottom: 0
}

.hotspot-content .hotspot-content-text {
    margin-bottom: 15px
}

.hotspot-content .hotspot-content-image a,
.hotspot-content .hotspot-content-title a {
    display: block
}

.hotspot-content .hotspot-content-title {
    font-size: 16px
}

.hotspot-content:before {
    content: "";
    position: absolute
}

.hotspot-opened .hotspot-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.hotspot-content:hover .passazh-more-desc-btn {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.color-scheme-light .hotspot-content,
.passazh-dark .hotspot-content {
    background: #101010
}

.hotspot-dropdown-bottom,
.hotspot-dropdown-top {
    left: -115px
}

.hotspot-dropdown-bottom:before,
.hotspot-dropdown-top:before {
    left: 0;
    width: 100%;
    height: 30px
}

.hotspot-dropdown-bottom.hotspot-overflow-left,
.hotspot-dropdown-top.hotspot-overflow-left {
    right: 0;
    left: auto
}

.hotspot-dropdown-bottom.hotspot-overflow-right,
.hotspot-dropdown-top.hotspot-overflow-right {
    left: 0
}

.hotspot-dropdown-top {
    bottom: 40px
}

.hotspot-dropdown-top:before {
    top: 100%
}

.hotspot-dropdown-bottom {
    top: 40px
}

.hotspot-dropdown-bottom:before {
    bottom: 100%
}

.hotspot-dropdown-left,
.hotspot-dropdown-right {
    top: -55px
}

.hotspot-dropdown-left:before,
.hotspot-dropdown-right:before {
    top: 0;
    width: 30px;
    height: 100%
}

.hotspot-dropdown-left {
    right: 40px
}

.hotspot-dropdown-left:before {
    left: 100%
}

.hotspot-dropdown-left.hotspot-overflow-right {
    right: auto;
    left: 40px
}

.hotspot-dropdown-left.hotspot-overflow-right:before {
    right: 100%;
    left: auto
}

.hotspot-dropdown-right {
    left: 40px
}

.hotspot-dropdown-right:before {
    right: 100%
}

.hotspot-dropdown-right.hotspot-overflow-left {
    right: 40px;
    left: auto
}

.hotspot-dropdown-right.hotspot-overflow-left:before {
    right: auto;
    left: 100%
}

.passazh-image-hotspot {
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    opacity: 0;
    transition: opacity .8s ease
}

.loaded .passazh-image-hotspot {
    opacity: 1
}

.hotspot-btn,
.hotspot-sonar {
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 800px;
    perspective: 800px
}

.hotspot-btn {
    z-index: 1;
    letter-spacing: normal;
    transition: all .3s ease
}

.hotspot-action-click .hotspot-btn {
    cursor: pointer
}

.hotspot-btn:after {
    content: "";
    position: absolute;
    transition: all .3s ease
}

.hotspot-sonar {
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    display: block;
    -webkit-animation: wd-Sonar 2s ease infinite;
    animation: wd-Sonar 2s ease infinite
}

.hotspot-icon-default .hotspot-btn {
    box-shadow: inset 100px 100px transparent;
    -webkit-animation: wd-Pulse 2s ease-in-out infinite;
    animation: wd-Pulse 2s ease-in-out infinite
}

.hotspot-icon-default .hotspot-btn:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FFF
}

.hotspot-icon-default .passazh-image-hotspot.hotspot-opened .hotspot-btn {
    box-shadow: inset 100px 100px rgba(0, 0, 0, .1)
}

.hotspot-icon-default .hotspot-sonar {
    background-color: rgba(255, 255, 255, .5)
}

.hotspot-icon-alt .hotspot-btn {
    background-color: #FFF
}

.hotspot-icon-alt .hotspot-btn:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-weight: 700;
    font-size: 8px;
    line-height: 20px;
    content: "\f440";
    font-family: passazh-font
}

.hotspot-icon-alt .passazh-image-hotspot.hotspot-opened .hotspot-btn:after {
    color: #FFF
}

.hotspot-icon-alt .hotspot-sonar {
    background-color: #FFF
}

.hotspot-content .price {
    font-size: 16px;
    line-height: 1.2
}

.hotspot-content .add_to_cart_button,
.hotspot-content .product_type_variable {
    color: #FFF;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px
}

.hotspot-content .add_to_cart_button:hover,
.hotspot-content .product_type_variable:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.hotspot-content .added_to_cart {
    display: none
}

.passazh-threed-view {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: ew-resize;
    cursor: -webkit-grab
}

.passazh-threed-view:active {
    cursor: ew-resize;
    cursor: -webkit-grabbing
}

.passazh-threed-view .threed-title {
    position: relative;
    z-index: 40;
    padding-top: 20px;
    text-align: center
}

.passazh-threed-view .threed-view-images {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px
}

.passazh-threed-view .threed-view-images img {
    position: absolute;
    top: 0;
    left: 50%;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.passazh-threed-view .threed-view-images img.previous-image {
    visibility: hidden
}

.passazh-threed-view .threed-view-images img.current-image {
    visibility: visible
}

.passazh-threed-view .spinner {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    color: #000;
    text-align: center;
    font-weight: bolder;
    line-height: 60px
}

.passazh-threed-view .spinner span {
    line-height: 60px
}

.passazh-threed-view .nav_bar {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 11;
    margin-left: -42px;
    background-color: #FFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15)
}

.passazh-threed-view .nav_bar a {
    display: inline-block;
    width: 42px;
    height: 45px;
    color: rgba(0, 0, 0, .8);
    text-align: center;
    text-decoration: none;
    font-size: 0;
    line-height: 45px
}

.passazh-threed-view .nav_bar a:hover {
    color: rgba(0, 0, 0, .6)
}

.passazh-threed-view .nav_bar a:after {
    font-weight: 700;
    font-size: 16px
}

.passazh-threed-view .nav_bar a.nav_bar_play,
.passazh-threed-view .nav_bar a.nav_bar_stop {
    display: none
}

.passazh-threed-view .nav_bar a.nav_bar_previous:after {
    content: "\f110";
    font-family: passazh-font
}

.passazh-threed-view .nav_bar a.nav_bar_next:after {
    content: "\f111";
    font-family: passazh-font
}

.passazh-dark .passazh-threed-view .nav_bar {
    background-color: #101010
}

.passazh-dark .passazh-threed-view .nav_bar a {
    color: #FFF
}

.passazh-dark .passazh-threed-view .nav_bar a:hover {
    color: rgba(255, 255, 255, .8)
}

.passazh-threed-view:-webkit-full-screen {
    margin-top: 0;
    padding-top: 200px;
    width: 100%;
    height: 100%;
    background: #FFF
}

.passazh-threed-view:-moz-full-screen {
    margin-top: 0;
    padding-top: 200px;
    width: 100%;
    height: 100%;
    background: #FFF
}

.author-area>a {
    margin-top: 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    padding: 0;
    border-width: 2px;
    border-style: solid;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent !important;
    border-color: #DFDFDF;
    color: #333
}

.author-area>a:hover {
    text-decoration: none
}

.author-area>a:focus {
    outline: 0
}

.author-area>a:hover {
    background-color: transparent !important;
    box-shadow: none
}

.author-area>a:hover {
    border-color: #C5C5C5;
    color: #333
}

.author-area .author-avatar {
    margin-bottom: 15px
}

.color-scheme-light .author-area>a,
.passazh-dark .author-area>a {
    border-color: rgba(255, 255, 255, .3);
    color: #FFF
}

.color-scheme-light .author-area>a:hover,
.passazh-dark .author-area>a:hover {
    border-color: #FFF;
    color: #FFF
}

.vc_progress_bar .vc_single_bar {
    border-radius: 0;
    box-shadow: none
}

.vc_progress_bar .vc_single_bar .vc_label {
    padding: .6em 1.2em;

    text-shadow: none !important;

    font-weight: 600;
    font-size: 12px
}

.vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 0;
    transition: width .8s ease
}

.wpb_video_wrapper {
    position: relative;
    overflow: hidden
}

.wpb_video_wrapper .passazh-video-poster,
.wpb_video_wrapper .passazh-video-poster-wrapper,
.wpb_video_wrapper .passazh-video-poster-wrapper:after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
}

.wpb_video_wrapper .passazh-video-poster-wrapper {
    position: absolute !important;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
    transition: opacity .5s cubic-bezier(0, 0, .44, 1.18), visibility .5s cubic-bezier(0, 0, .44, 1.18);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.wpb_video_wrapper .passazh-video-poster-wrapper:after {
    content: "";
    z-index: 2;
    background-color: rgba(0, 0, 0, .15);
    transition: background-color .5s cubic-bezier(0, 0, .44, 1.18)
}

.wpb_video_wrapper .passazh-video-poster-wrapper.hidden-poster {
    visibility: hidden;
    opacity: 0
}

.wpb_video_wrapper .passazh-video-poster {
    margin: -1px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18), -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18)
}

.wpb_video_wrapper .button-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin-top: -50px;
    margin-left: -50px;
    padding-left: 5px;
    width: 100px;
    height: 100px;
    border: 4px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    line-height: 95px;
    transition: border-color .5s cubic-bezier(0, 0, .44, 1.18)
}

.wpb_video_wrapper .button-play:after {
    display: inline-block;
    font-size: 32px;
    transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18), -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
    content: "\f100";
    font-family: passazh-font
}

.wpb_video_wrapper:hover .passazh-video-poster-wrapper:after {
    background-color: rgba(0, 0, 0, .3)
}

.wpb_video_wrapper:hover .button-play {
    border-color: rgba(255, 255, 255, .6)
}

.wpb_video_wrapper:hover .button-play:after {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.wpb_video_wrapper:hover .passazh-video-poster {
    -webkit-transform: scale(1.09);
    transform: scale(1.09)
}

.wpb_single_image .vc_single_image-wrapper[class*=vc_box_shadow],
.wpb_single_image .vc_single_image-wrapper[class*=vc_box_shadow] img {
    box-shadow: 0 0 9px rgba(0, 0, 0, .12)
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: none !important
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title>a {
    padding-top: 18px;
    padding-bottom: 18px
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panels {
    border-top: 2px solid rgba(119, 119, 119, .17)
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel {
    border-bottom: 1px solid
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #333
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-heading:hover {
    background-color: transparent
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title>a {
    padding-right: 0;
    padding-left: 0
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 5px
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right>a {
    padding-right: 25px;
    padding-left: 5px
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 5px
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left>a {
    padding-right: 5px;
    padding-left: 25px
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title:hover>a {
    color: #333
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-body {
    padding-top: 0;
    padding-right: 5px;
    padding-left: 5px;
    border: none
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
    position: relative
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab {
    color: #333
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: none;
    background-color: transparent;
    color: inherit;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    opacity: .7;
    transition: all .25s ease
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a:hover {
    border: none;
    background-color: transparent;
    opacity: 1
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text {
    position: relative
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active>a {
    border: none;
    background-color: transparent;
    opacity: 1
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
    overflow: hidden;
    margin: 0
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-body {
    position: relative;
    z-index: 2;
    visibility: visible;
    opacity: 1;
    transition: opacity .25s ease .25s, visibility .25s ease .25s, -webkit-transform .25s ease .25s;
    transition: transform .25s ease .25s, opacity .25s ease .25s, visibility .25s ease .25s;
    transition: transform .25s ease .25s, opacity .25s ease .25s, visibility .25s ease .25s, -webkit-transform .25s ease .25s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-body {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: block !important;
    visibility: hidden;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: auto !important;
    opacity: 0;
    transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-body {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.wpb-js-composer .color-scheme-light .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab,
.wpb-js-composer.passazh-dark .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab {
    color: #FFF
}

.product-image-summary .stock,
.variations_form .stock,
.passazh-compare-col .stock,
.passazh-sticky-btn .stock {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2
}

.product-image-summary .stock:before,
.variations_form .stock:before,
.passazh-compare-col .stock:before,
.passazh-sticky-btn .stock:before {
    display: inline-block;
    margin-left: 5px;
    vertical-align: text-top
}

.product-image-summary .out-of-stock,
.variations_form .out-of-stock,
.passazh-compare-col .out-of-stock {
    color: #777
}

.product-image-summary .in-stock,
.variations_form .in-stock,
.passazh-compare-col .in-stock,
.passazh-sticky-btn .in-stock {
    color: #333
}

.product-image-summary .in-stock:before,
.variations_form .in-stock:before,
.passazh-compare-col .in-stock:before,
.passazh-sticky-btn .in-stock:before {
    content: "\f109";
    font-family: passazh-font
}

.color-scheme-light .product-image-summary .in-stock,
.color-scheme-light .variations_form .in-stock,
.color-scheme-light .passazh-sticky-btn .in-stock,
.passazh-dark .product-image-summary .in-stock,
.passazh-dark .variations_form .in-stock,
.passazh-dark .passazh-compare-col .in-stock,
.passazh-dark .passazh-sticky-btn .in-stock {
    color: #FFF
}

.hotspot-content .add_to_cart_button:after,
.hotspot-content .product_type_variable:after,
.popup-quick-view .passazh-scroll-content>a:after,
.single_add_to_cart_button:after,
.passazh-compare-col .added_to_cart:after,
.passazh-compare-col .button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 0;
    transition: opacity 0s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-left-color: #FFF;
    border-radius: 50%;
    vertical-align: middle
}

.hotspot-content .loading.add_to_cart_button,
.hotspot-content .loading.product_type_variable,
.loading.single_add_to_cart_button,
.popup-quick-view .passazh-scroll-content>a.loading,
.passazh-compare-col .loading.added_to_cart,
.passazh-compare-col .loading.button {
    color: transparent !important
}

.hotspot-content .loading.add_to_cart_button:after,
.hotspot-content .loading.product_type_variable:after,
.loading.single_add_to_cart_button:after,
.popup-quick-view .passazh-scroll-content>a.loading:after,
.passazh-compare-col .loading.added_to_cart:after,
.passazh-compare-col .loading.button:after {
    opacity: 1;
    transition: opacity .25s ease;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.popup-quick-view .entry-summary .passazh-product-brands,
.product-design-alt .product-image-summary .passazh-product-brands,
.product-design-default .entry-summary.col-lg-4 .passazh-product-brands {
    float: none;
    margin-right: 0
}

.popup-quick-view .entry-summary .passazh-product-brands a,
.product-design-alt .product-image-summary .passazh-product-brands a,
.product-design-default .entry-summary.col-lg-4 .passazh-product-brands a {
    display: inline-block;
    padding: 0;
    min-height: 0;
    background-color: transparent !important;
    box-shadow: none
}

.popup-quick-view .entry-summary .passazh-product-brands a:hover,
.product-design-alt .product-image-summary .passazh-product-brands a:hover,
.product-design-default .entry-summary.col-lg-4 .passazh-product-brands a:hover {
    box-shadow: none;
    opacity: .5
}

.meta-location-add_to_cart .product_meta,
.popup-quick-view .entry-summary .product_meta {
    padding-top: 20px;
    border-top: 1px solid
}

.meta-location-add_to_cart .product_meta>span,
.popup-quick-view .entry-summary .product_meta>span {
    display: block;
    margin-bottom: 15px
}

.product-design-alt table.variations label,
.quick-shop-wrapper table.variations label {
    margin-left: 0
}

.product-design-alt table.variations tr,
.quick-shop-wrapper table.variations tr {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 10px
}

.product-design-alt table.variations tr:last-child,
.quick-shop-wrapper table.variations tr:last-child {
    margin-bottom: 0
}

.product-design-alt table.variations td,
.quick-shop-wrapper table.variations td {
    padding-bottom: 0;
    text-align: center
}

.product-design-alt table.variations .label,
.quick-shop-wrapper table.variations .label {
    margin-bottom: 5px
}

.product-design-alt table.variations .reset_variations,
.quick-shop-wrapper table.variations .reset_variations {
    position: absolute;
    left: 50%;
    margin-right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.product-design-alt .swatches-on-single,
.quick-shop-wrapper .swatches-on-single {
    padding-bottom: 0;
    transition: padding .25s ease
}

.passazh-pf-dropdown .filter-swatch,
.passazh-woocommerce-layered-nav .filter-swatch {
    position: relative;
    margin-left: 10px;
    font-size: 0;
    transition: opacity .25s ease
}

.passazh-pf-dropdown .filter-swatch>span,
.passazh-woocommerce-layered-nav .filter-swatch>span {
    position: relative;
    display: block;
    border-radius: 50%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle
}

.passazh-pf-dropdown .filter-swatch>span[style$="#ffffff;"],
.passazh-pf-dropdown .filter-swatch>span[style^=background-image],
.passazh-woocommerce-layered-nav .filter-swatch>span[style$="#ffffff;"],
.passazh-woocommerce-layered-nav .filter-swatch>span[style^=background-image] {
    border: 1px solid rgba(0, 0, 0, .15)
}

.passazh-pf-dropdown .filter-swatch>span:after,
.passazh-woocommerce-layered-nav .filter-swatch>span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .1);
    color: #FFF;
    font-weight: 700;
    line-height: 1;
    opacity: 0;
    transition: opacity .2s ease;
    content: "\f109";
    font-family: passazh-font
}

.passazh-pf-dropdown .pf-active>.pf-value .filter-swatch span:after,
.passazh-pf-dropdown .pf-value:hover .filter-swatch span:after,
.passazh-woocommerce-layered-nav .chosen .filter-swatch span:after {
    opacity: 1
}

.passazh-pf-dropdown .swatches-small .filter-swatch>span,
.passazh-woocommerce-layered-nav .swatches-small .filter-swatch>span {
    width: 15px;
    height: 15px
}

.passazh-pf-dropdown .swatches-small .filter-swatch>span:after,
.passazh-woocommerce-layered-nav .swatches-small .filter-swatch>span:after {
    font-size: 8px
}

.passazh-pf-dropdown .swatches-small.swatches-brands .filter-swatch>span,
.passazh-woocommerce-layered-nav .swatches-small.swatches-brands .filter-swatch>span {
    width: 45px;
    height: 30px
}

.passazh-pf-dropdown .swatches-normal .filter-swatch>span,
.passazh-woocommerce-layered-nav .swatches-normal .filter-swatch>span {
    width: 25px;
    height: 25px
}

.passazh-pf-dropdown .swatches-normal .filter-swatch>span:after,
.passazh-woocommerce-layered-nav .swatches-normal .filter-swatch>span:after {
    font-size: 12px
}

.passazh-pf-dropdown .swatches-normal.swatches-brands .filter-swatch>span,
.passazh-woocommerce-layered-nav .swatches-normal.swatches-brands .filter-swatch>span {
    width: 60px;
    height: 30px
}

.passazh-pf-dropdown .swatches-large .filter-swatch>span,
.passazh-woocommerce-layered-nav .swatches-large .filter-swatch>span {
    width: 35px;
    height: 35px
}

.passazh-pf-dropdown .swatches-large .filter-swatch>span:after,
.passazh-woocommerce-layered-nav .swatches-large .filter-swatch>span:after {
    font-size: 14px
}

.passazh-pf-dropdown .swatches-large.swatches-brands .filter-swatch>span,
.passazh-woocommerce-layered-nav .swatches-large.swatches-brands .filter-swatch>span {
    width: 90px;
    height: 40px
}

.widget_product_categories .count,
.passazh-woocommerce-layered-nav .count {
    padding-right: 5px;
    padding-left: 5px;
    min-width: 30px;
    height: 20px;
    border: 1px solid;
    border-radius: 35px;
    color: #777;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease
}

.widget_product_categories .product-categories li a:focus+.count,
.widget_product_categories .product-categories li a:hover+.count,
.widget_product_categories .product-categories li.current-cat>.count,
.passazh-woocommerce-layered-nav .chosen .count,
.passazh-woocommerce-layered-nav .layered-nav-link:focus+.count,
.passazh-woocommerce-layered-nav .layered-nav-link:hover+.count {
    color: #FFF
}

.color-scheme-light .widget_product_categories .count,
.color-scheme-light .passazh-woocommerce-layered-nav .count,
.passazh-dark .widget_product_categories .count,
.passazh-dark .passazh-woocommerce-layered-nav .count {
    border-color: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8)
}

.color-scheme-light .widget_shopping_cart .cart-item-image:after,
.dropdowns-color-light .cart-widget-side .cart-item-image:after,
.dropdowns-color-light .dropdown-cart .cart-item-image:after,
.passazh-dark .widget_shopping_cart .cart-item-image:after {
    border-color: rgba(255, 255, 255, .15);
    border-left-color: #FFF
}

.color-scheme-light .widget_shopping_cart .remove,
.dropdowns-color-light .cart-widget-side .remove,
.dropdowns-color-light .dropdown-cart .remove,
.passazh-dark .widget_shopping_cart .remove {
    color: #FFF
}

.color-scheme-light .widget_shopping_cart .remove:hover,
.dropdowns-color-light .cart-widget-side .remove:hover,
.dropdowns-color-light .dropdown-cart .remove:hover,
.passazh-dark .widget_shopping_cart .remove:hover {
    background-color: rgba(0, 0, 0, .3)
}

.color-scheme-light .widget_shopping_cart .empty,
.dropdowns-color-light .cart-widget-side .empty,
.dropdowns-color-light .dropdown-cart .empty,
.passazh-dark .widget_shopping_cart .empty {
    color: #FFF
}

.color-scheme-light .widget_shopping_cart .product-title p,
.dropdowns-color-light .cart-widget-side .product-title p,
.dropdowns-color-light .dropdown-cart .product-title p,
.passazh-dark .widget_shopping_cart .product-title p {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light .widget_shopping_cart .quantity,
.dropdowns-color-light .cart-widget-side .quantity,
.dropdowns-color-light .dropdown-cart .quantity,
.passazh-dark .widget_shopping_cart .quantity {
    color: rgba(255, 255, 255, .8)
}

.color-scheme-light .widget_shopping_cart .amount,
.dropdowns-color-light .cart-widget-side .amount,
.dropdowns-color-light .dropdown-cart .amount,
.passazh-dark .widget_shopping_cart .amount {
    color: #FFF
}

.color-scheme-light .widget_shopping_cart .total,
.dropdowns-color-light .cart-widget-side .total,
.dropdowns-color-light .dropdown-cart .total,
.passazh-dark .widget_shopping_cart .total {
    border-color: rgba(255, 255, 255, .15)
}

.color-scheme-light .widget_shopping_cart .total strong,
.dropdowns-color-light .cart-widget-side .total strong,
.dropdowns-color-light .dropdown-cart .total strong,
.passazh-dark .widget_shopping_cart .total strong {
    color: #FFF
}

.col2-set {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col2-set .col-1,
.col2-set .col-2 {
    flex: 1 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 50%
}

p.form-row-first,
p.form-row-last {
    overflow: visible;
    width: 48%
}

p.form-row-first {
    float: right
}

p.form-row-last {
    float: left
}

p.form-row-wide {
    clear: both
}

.shop-sidebar-opener:not(.sticky-toolbar) {
    opacity: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.passazh-sidebar-btn-shown:not(.sticky-toolbar) {
    pointer-events: visible;
    pointer-events: unset;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.shop_table tr td:last-child,
.shop_table tr th:last-child {
    text-align: left
}
.shipping p,
.shipping form{
  text-align: right;
}
.shipping .amount{
  color:#777 !important;
  font-weight: 600 !important
}

tr.order-total th {
    font-size: 18px
}

tr.order-total strong .amount {
    font-size: 22px
}

tr.order-total td strong {
    display: block
}

th.product-remove,
th.product-thumbnail {
    font-size: 0
}

th.product-name {
    text-align: right
}

th.product-thumbnail {
    width: 10px
}

th.product-remove {
    width: 40px
}

td.product-name {
    text-align: right
}

td.product-name a {
    font-weight: 500;
    font-size: 14px
}

td.product-name p {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #777;
    font-weight: 400;
    font-size: 12px
}

td.product-price .amount {
    color: #777;
    font-weight: 400;
    font-size: 14px
}

td.product-price del {
    color: #BDBDBD
}

td.product-price del .amount {
    color: #BDBDBD;
    font-size: 90%
}

td.product-price ins {
    padding: 0;
    background-color: transparent;
    text-decoration: none;
    opacity: 1
}

td.product-subtotal span {
    font-size: 16px
}

td.product-thumbnail>a {
    display: block;
    overflow: hidden
}

td.product-thumbnail img {
    min-width: 80px;
    max-width: 80px
}

td.woocommerce-orders-table__cell-order-number a {
    color: #3f3f3f;
    font-weight: 600
}

td.woocommerce-orders-table__cell-order-actions a {
    margin-left: 5px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    color: #FFF
}

td.woocommerce-orders-table__cell-order-actions a:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

td.woocommerce-orders-table__cell-order-actions a:last-child {
    margin-left: 0
}

td.product-remove {
    padding: 0;
    text-align: center;
    background-color: #333;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: red!important;
}

td.product-remove a::before,
td.product-remove a::after{
    background-color: #fff !important;
}
.wc-proceed-to-checkout a{
  font-size: 16px !important;
}
td.product-total .amount {
    color: #777;
    font-weight: 400
}

.color-scheme-light td.product-total .amount,
.passazh-dark td.product-total .amount {
    color: #FFF
}

.passazh-dark td.woocommerce-orders-table__cell-order-number a {
    color: rgba(255, 255, 255, .9)
}

.passazh-dark td.woocommerce-orders-table__cell-order-number a:hover {
    color: #FFF
}

.passazh-dark td.product-name p {
    color: rgba(255, 255, 255, .8)
}

.passazh-dark td.product-price .amount {
    color: rgba(255, 255, 255, .8)
}

.passazh-dark td.product-price del {
    color: rgba(255, 255, 255, .6)
}

.passazh-dark td.product-price del .amount {
    color: rgba(255, 255, 255, .6)
}

.wd-action-btn:empty {
    display: none
}

.wd-action-btn>a {
    color: #333
}

.wd-action-btn>a:after {
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle
}

.wd-action-btn>a.loading:before {
    opacity: 0
}

.wd-action-btn>a.loading:after {
    opacity: 1;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.wd-action-btn.wd-style-icon .button {
    padding: 0;
    background-color: transparent;
    letter-spacing: 0
}

.wd-action-btn.wd-style-icon .button:hover {
    background-color: transparent;
    box-shadow: none
}

.wd-action-btn.wd-style-icon>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-weight: 400;
    font-size: 0;
    line-height: 0
}

.wd-action-btn.wd-style-icon>a:before {
    font-size: 21px;
    transition: opacity .15s ease
}
.popup-quick-view .product_bar{
  display: none !important
}
.wd-action-btn.wd-style-icon>a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px
}

.wd-action-btn.wd-add-cart-btn>a:before {
    content: "\f11d";
    font-family: passazh-font
}

.wd-action-btn.wd-quick-view-btn>a:before {
    content: "\f125";
    font-family: passazh-font
}

.wd-action-btn.wd-sizeguide-btn>a:before {
    content: "\f438";
    font-family: passazh-font
}

.wd-action-btn.wd-compare-btn>a:before {
    content: "\f122";
    font-family: passazh-font
}

.wd-action-btn.wd-compare-btn .blockOverlay {
    display: none !important
}

.wd-action-btn.wd-style-text {
    font-size: 0;
    line-height: 1
}

.wd-action-btn.wd-style-text>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    font-weight: 600;
    font-size: 14px;
    line-height: 1
}

.wd-action-btn.wd-style-text>a:before {
    margin-left: 5px;
    font-weight: 400
}

.wd-action-btn.wd-style-text>a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px
}

.wd-action-btn.wd-wishlist-btn>a:before {
    content: "\f108";
    font-family: passazh-font
}

.wd-action-btn.wd-compare-btn>a.added:before,
.wd-action-btn.wd-wishlist-btn>a.added:before {
    content: "\f109";
    font-family: passazh-font
}

.color-scheme-light .wd-action-btn>a,
.passazh-dark .wd-action-btn>a {
    color: #FFF
}

.color-scheme-light .wd-action-btn>a:after,
.passazh-dark .wd-action-btn>a:after {
    border-color: rgba(255, 255, 255, .15);
    border-left-color: #FFF
}

.color-scheme-light .wd-action-btn>a:hover,
.passazh-dark .wd-action-btn>a:hover {
    color: rgba(255, 255, 255, .8)
}

.passazh-sizeguide {
    margin-bottom: 30px
}

.passazh-sizeguide .responsive-table {
    margin-bottom: 0
}

.mfp-content .passazh-sizeguide {
    margin-bottom: 0;
    max-width: 800px
}

.passazh-sizeguide-title {
    text-align: center;

    font-size: 24px
}

.passazh-sizeguide-content {
    margin-bottom: 30px
}

.passazh-sizeguide-content:after {
    content: "";
    display: block;
    clear: both
}

.passazh-sizeguide-table td,
.passazh-sizeguide-table tr {
    transition: all .25s ease
}

.passazh-sizeguide-table td {
    text-align: center
}

.passazh-sizeguide-table tr:first-child {
    background-color: #F4F4F4
}

.passazh-sizeguide-table tr:first-child td {
    border-bottom: none;
    color: #2d2a2a;

    font-weight: 600;
    font-size: 14px
}

.passazh-sizeguide-table tr:first-child td:empty {
    padding: 0;
    border-color: transparent
}

.passazh-sizeguide-table tr:not(:first-child):hover {
    background-color: #F8F8F8
}

.passazh-sizeguide-table tr:not(:first-child):hover td {
    color: #444
}

.passazh-sizeguide-table tr:not(:first-child) td:hover {
    background-color: rgba(0, 0, 0, .06)
}

.passazh-dark .passazh-sizeguide-table tr:first-child {
    background-color: rgba(0, 0, 0, .3)
}

.passazh-dark .passazh-sizeguide-table tr:first-child td {
    color: #FFF
}

.passazh-dark .passazh-sizeguide-table tr:not(:first-child):hover {
    background-color: rgba(0, 0, 0, .2)
}

.passazh-dark .passazh-sizeguide-table tr:not(:first-child):hover td {
    color: #FFF
}

.passazh-dark .passazh-sizeguide-table tr:not(:first-child) td:hover {
    background-color: rgba(0, 0, 0, .3)
}

.product-quick-view {
    overflow: hidden
}

.popup-quick-view {
    position: relative;
    margin: 25px auto;
    max-width: 920px;
    background-color: #FFF;
    box-shadow: 4px 4px 17px rgba(0, 0, 0, .3)
}

.popup-quick-view .product-images {
    overflow: hidden
}

.popup-quick-view .product-images .owl-carousel .product-image-wrap {
    padding: 0
}

.popup-quick-view .product-images:hover .view-details-btn {
    -webkit-transform: none;
    transform: none
}

.popup-quick-view .product-image-summary {
    min-height: 450px
}

.popup-quick-view .has-scrollbar .passazh-scroll-content {
    overflow: scroll;
    overflow-x: hidden
}

.popup-quick-view .entry-summary .entry-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4
}

.popup-quick-view .entry-summary div[itemprop=offers] {
    clear: both
}

.popup-quick-view .entry-summary div[itemprop=offers] .price {
    margin-bottom: 15px
}

.popup-quick-view .entry-summary .passazh-product-brands {
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 1px;
    vertical-align: middle
}

.popup-quick-view .entry-summary .passazh-product-brands img {
    max-width: 65px
}

.popup-quick-view .entry-summary .woocommerce-product-rating {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    vertical-align: middle
}

.popup-quick-view .entry-summary .star-rating {
    margin-left: 5px
}

.popup-quick-view .entry-summary .product-share {
    margin-bottom: 20px;
    float: right;
    width: 100%
}

.popup-quick-view .passazh-scroll-content>a {
    margin-bottom: 20px;
    color: #FFF
}

.popup-quick-view .passazh-scroll-content>a:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.popup-quick-view .passazh-scroll-content>a.added {
    display: none
}

.popup-quick-view .passazh-scroll-content:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px
}

.popup-quick-view .view-details-btn {
    position: absolute !important;
    right: 15px;
    bottom: 0;
    left: 15px;
    z-index: 15;
    transition: all .25s ease !important;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    color: #FFF
}

.popup-quick-view .view-details-btn:hover {
    text-decoration: none
}

.popup-quick-view .view-details-btn:focus {
    outline: 0
}

.popup-quick-view .view-details-btn:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.popup-quick-view button.mfp-close {
    position: absolute;
    top: 0 !important;
    background-color: transparent;
    color: #000;
    opacity: 1;
    transition: all .25s ease
}

.popup-quick-view button.mfp-close:hover {
    background-color: transparent;
    color: #777
}

.passazh-dark .popup-quick-view {
    background-color: #101010
}

.passazh-dark .popup-quick-view button.mfp-close {
    color: #FFF
}

.passazh-dark .popup-quick-view button.mfp-close:hover {
    color: rgba(255, 255, 255, .8)
}

.passazh-dark .popup-quick-view .passazh-product-brands a {
    background-color: transparent !important
}

.quick-view-horizontal .summary-inner {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    width: auto
}

.quick-view-horizontal .passazh-scroll-content {
    padding-top: 30px;
    padding-left: 45px
}

.quick-view-horizontal .product-images {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.quick-view-horizontal .product-images>.images {
    width: 100%
}

.quick-view-vertical .passazh-scroll-content {
    position: relative;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
    max-height: 400px
}

.quick-view-vertical .passazh-scroll-content:after {
    height: 25px
}

.passazh-sticky-btn {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 340;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFF;
    box-shadow: 0 0 9px rgba(0, 0, 0, .12);
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.passazh-sticky-btn .passazh-sticky-btn-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between
}

.passazh-sticky-btn .passazh-sticky-btn-content {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    flex-direction: row;
    margin-left: 15px
}

.passazh-sticky-btn .passazh-sticky-btn-thumbnail {
    flex: 0 0 auto;
    overflow: hidden;
    margin-left: 10px
}

.passazh-sticky-btn .passazh-sticky-btn-thumbnail img {
    min-width: 65px;
    max-width: 65px
}

.passazh-sticky-btn .passazh-sticky-btn-info {
    flex: 1 1 auto
}

.passazh-sticky-btn .woocommerce-price-suffix {
    display: block
}

.passazh-sticky-btn .product-title {
    margin-bottom: 0;
    font-size: 14px
}

.passazh-sticky-btn .star-rating {
    margin-top: 5px
}

.passazh-sticky-btn .price {
    margin-left: 15px;
    text-align: left;
    font-size: 16px
}

.passazh-sticky-btn #wc-stripe-payment-request-button-separator,
.passazh-sticky-btn .wc-stripe-payment-request-wrapper {
    display: none !important
}

.passazh-sticky-btn .passazh-sticky-btn-cart {
    display: flex;
    align-items: center;
    flex-direction: row
}

.passazh-sticky-btn .cart {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap
}

.passazh-sticky-btn .cart:not(:last-child) {
    margin-left: 10px
}

.passazh-sticky-btn .quantity {
    margin-left: 10px
}

.passazh-sticky-btn .stock {
    margin-bottom: 0;
    margin-left: 15px
}

.passazh-sticky-btn .wd-action-btn.wd-style-icon>a {
    height: 40px
}

.passazh-dark .passazh-sticky-btn {
    background-color: #101010
}

.passazh-sticky-btn-shown.passazh-sticky-btn {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.popup-added_to_cart {
    margin: 0 auto;
    max-width: 450px;
    background-color: #FFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, .31);
    text-align: center
}

.popup-added_to_cart .added-to-cart {
    padding: 30px 30px 25px
}

.popup-added_to_cart h4 {
    margin-bottom: 10px;

    font-size: 22px
}

.popup-added_to_cart .close-popup,
.popup-added_to_cart .view-cart {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px
}

.popup-added_to_cart .view-cart {
    min-width: 150px
}

.passazh-dark .popup-added_to_cart {
    background-color: #101010
}

.passazh-dark .popup-added_to_cart .close-popup {
    border-color: rgba(255, 255, 255, .5);
    color: #FFF
}

.passazh-dark .popup-added_to_cart .close-popup:hover {
    border-color: #FFF;
    background-color: transparent;
    color: #FFF
}

.product-labels {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 50%;
    transition: opacity .3s ease
}

.product-label {
    min-width: 50px;
    color: #FFF;
    text-align: center;

    word-break: break-all;

    font-weight: 600;
    line-height: 1.2
}

.product-label img {
    width: 100%
}

.product-label:not(:last-child) {
    margin-bottom: 10px
}

.product-label.featured {
    background-color: #E22D2D
}

.product-label.new {
    background-color: #438E44
}

.product-label.out-of-stock {
    background-color: #eee;
    color: #fff;
    font-weight: 900
}

.product-label.attribute-label:not(.label-with-img) {
    background-color: rgba(255, 255, 255, .9);
    color: #2d2a2a
}

.passazh-dark .product-label.attribute-label:not(.label-with-img),
.passazh-dark .product-label.out-of-stock {
    background-color: #101010;
    color: #FFF
}

.labels-rectangular {
    top: 15px;
    right: 10px
}

.labels-rectangular .product-label {
    padding: 5px 10px;
    font-size: 12px
}

.labels-rectangular .label-with-img {
    padding: 0;
    max-width: 50px
}

.labels-rounded {
    top: 7px;
    right: 7px
}

.labels-rounded .product-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px;
    min-height: 50px;
    border-radius: 35px;
    font-size: 14px
}

.browser-Internet .labels-rounded .product-label {
    height: 50px
}

.labels-rounded .label-with-img {
    padding: 0;
    min-height: auto;
    max-width: 55px
}

.labels-rounded .out-of-stock {
    max-width: 50px;
    font-size: 12px
}

.passazh-more-desc {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    max-height: 88px
}

.passazh-more-desc table {
    margin-bottom: 0
}

.passazh-more-desc .passazh-more-desc-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .8) 0, #FFF 100%);
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 0;
    line-height: 20px;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.passazh-more-desc .passazh-more-desc-btn span:after {
    font-weight: 700;
    font-size: 20px;
    content: "\f10c";
    font-family: passazh-font
}

.passazh-more-desc .passazh-more-desc-btn:hover {
    color: #000
}

.color-scheme-light .passazh-more-desc .passazh-more-desc-btn,
.passazh-dark .passazh-more-desc .passazh-more-desc-btn {
    background: linear-gradient(to bottom, rgba(16, 16, 16, .8) 0, #101010 100%);
    color: #FFF
}

.color-scheme-light .passazh-more-desc .passazh-more-desc-btn:hover,
.passazh-dark .passazh-more-desc .passazh-more-desc-btn:hover {
    color: #FFF
}

.passazh-more-desc-inner {
    line-height: 22px
}

.passazh-more-desc-inner p {
    margin-bottom: 0;
    line-height: 22px
}

.passazh-more-desc-full {
    max-height: none
}

.passazh-more-desc-full .passazh-more-desc-btn {
    display: none
}

.widget_product_categories .widget-title {
    margin-bottom: 10px
}

.widget_product_categories .product-categories {
    margin-bottom: -5px
}

.widget_product_categories .product-categories li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0
}

.widget_product_categories .product-categories li a {
    display: block;
    flex: 1 1 calc(100% - 40px);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    width: calc(100% - 40px);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4
}

.widget_product_categories .product-categories li.current-cat>a {
    color: #333;
    font-weight: 600
}

.widget_product_categories .children {
    flex: 1 1 auto;
    padding-right: 15px;
    width: 100%
}

.widget_product_categories .count {
    flex: 0 0 auto
}

.widget_product_categories .passazh-cats-toggle {
    position: absolute;
    top: 7px;
    left: -25px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #BBB;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    transition: all .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.widget_product_categories .passazh-cats-toggle:after {
    font-size: 16px;
    content: "\f128";
    font-family: passazh-font
}

.widget_product_categories .passazh-cats-toggle.toggle-active {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.widget_product_categories .passazh-cats-toggle.toggle-active,
.widget_product_categories .passazh-cats-toggle:hover {
    background-color: #F9F9F9;
    color: #333
}

.categories-accordion-on .widget_product_categories .product-categories {
    padding-left: 25px
}

.categories-accordion-on .widget_product_categories .product-categories li {
    align-items: flex-start
}

.categories-accordion-on .widget_product_categories .count {
    margin-top: 8px
}

.categories-accordion-on .widget_product_categories .children {
    display: none
}

.color-scheme-light .widget_product_categories .product-categories li.current-cat>a,
.passazh-dark .widget_product_categories .product-categories li.current-cat>a {
    color: #FFF
}

.color-scheme-light .widget_product_categories .passazh-cats-toggle,
.passazh-dark .widget_product_categories .passazh-cats-toggle {
    color: rgba(255, 255, 255, .8)
}

.color-scheme-light .widget_product_categories .passazh-cats-toggle.toggle-active,
.color-scheme-light .widget_product_categories .passazh-cats-toggle:hover,
.passazh-dark .widget_product_categories .passazh-cats-toggle.toggle-active,
.passazh-dark .widget_product_categories .passazh-cats-toggle:hover {
    background-color: #FFF;
    color: #333
}

.product_list_widget>li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid
}

.product_list_widget>li:after {
    content: "";
    display: block;
    clear: both
}

.product_list_widget>li>a {
    display: block;
    margin-bottom: 8px
}

.product_list_widget>li img {
    float: right;
    margin-left: 15px;
    min-width: 65px;
    max-width: 65px
}

.product_list_widget>li .widget-product-wrap {
    display: flex;
    align-items: stretch;
    flex-direction: row
}

.product_list_widget>li .widget-product-img {
    flex: 0 0 auto;
    overflow: hidden;
    margin-left: 15px
}

.product_list_widget>li .widget-product-img>img {
    float: none;
    margin-left: 0
}

.product_list_widget>li .widget-product-info {
    flex: 1 1 auto
}

.product_list_widget>li .widget-product-info .star-rating {
    margin-right: 0
}

.product_list_widget>li .product-title {
    margin-bottom: 8px;
    font-size: 14px
}

.product_list_widget>li .star-rating {
    display: block;
    margin-top: -3px;
    margin-bottom: 4px;
    margin-right: 80px;
    width: 70px;
    font-size: 12px
}

.product_list_widget>li .star-rating span:before {
    font-size: 12px
}

.product_list_widget>li .reviewer {
    color: #BBB;
    font-size: 14px
}

.product_list_widget>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.color-scheme-light .product_list_widget>li,
.passazh-dark .product_list_widget>li {
    border-color: rgba(255, 255, 255, .2)
}

.color-scheme-light .product_list_widget>li .reviewer,
.passazh-dark .product_list_widget>li .reviewer {
    color: rgba(255, 255, 255, .8)
}

.widget_recent_reviews .product-title {
    font-size: 14px
}

.widget_shopping_cart .has-scrollbar .passazh-scroll-content {
    overflow: scroll;
    overflow-x: hidden
}

.widget_shopping_cart .passazh-scroll-content {
    position: relative;
    padding-left: 5px;
    max-height: 250px
}

.widget_shopping_cart .product_list_widget {
    margin-bottom: 0;
    text-align: right
}

.widget_shopping_cart .mini_cart_item {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: row
}

.widget_shopping_cart .mini_cart_item a {
    margin-bottom: 0
}

.widget_shopping_cart .cart-item-image {
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
    margin-left: 15px
}

.widget_shopping_cart .cart-item-image:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    transition: opacity .6s ease;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-left-color: rgba(0, 0, 0, .8);
    border-radius: 50%;
    vertical-align: middle
}

.widget_shopping_cart .cart-item-image img {
    float: none;
    margin-left: 0;
    transition: opacity .6s ease
}

.widget_shopping_cart .blockOverlay {
    display: none !important
}

.widget_shopping_cart .removing-process .cart-item-image:after {
    opacity: 1;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.widget_shopping_cart .removing-process .cart-item-image img {
    opacity: .2
}

.widget_shopping_cart .cart-item-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 0
}

.widget_shopping_cart .cart-info {
    flex: 1 1 auto;
    padding-left: 20px
}

.widget_shopping_cart .product-title {
    display: block;
    margin-bottom: 6px
}

.widget_shopping_cart .product-title p {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #777;
    font-weight: 400;
    font-size: 12px
}

.widget_shopping_cart .variation {
    margin-bottom: 6px
}

.widget_shopping_cart .quantity {
    display: block;
    color: #BBB;
    font-size: 13px
}

.widget_shopping_cart .remove {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 2;
    margin-bottom: 0;
    padding-left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: rgba(0, 0, 0, .8);
    text-align: center;
    font-size: 0;
    line-height: 20px
}

.widget_shopping_cart .remove:after {
    font-weight: 700;
    font-size: 8px;
    content: "\f10f";
    font-family: passazh-font
}

.widget_shopping_cart .remove:hover {
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.widget_shopping_cart .shopping-cart-widget-footer>p {
    margin-bottom: 5px
}

.widget_shopping_cart .shopping-cart-widget-footer>p:last-child {
    margin-bottom: 0
}

.widget_shopping_cart .total {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid
}

.widget_shopping_cart .total strong {
    color: #2d2a2a;

    font-weight: 600;
    font-size: 18px
}

.widget_shopping_cart .total .amount {
    font-weight: 600;
    font-size: 20px
}

.widget_shopping_cart .buttons {
    display: block;
    margin-bottom: 0;
    text-align: center
}

.widget_shopping_cart .buttons a {
    margin-bottom: 10px;
    width: 100%
}

.widget_shopping_cart .buttons a:last-child {
    margin-bottom: 0
}

.widget_shopping_cart .buttons .checkout {
    color: #FFF
}

.widget_shopping_cart .buttons .checkout:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.widget_shopping_cart .return-to-shop {
    margin-bottom: 0
}

.widget_shopping_cart .return-to-shop a {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px
}

.widget_shopping_cart .empty {
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    color: #2d2a2a;
    text-align: center;

    font-weight: 600;
    font-size: 14px
}

.dropdowns-color-light .cart-widget-side .product-title,
.dropdowns-color-light .dropdown-cart .product-title {
    color: #FFF
}

.widget_price_filter .price_slider {
    margin-bottom: 20px
}

.widget_price_filter #max_price,
.widget_price_filter #min_price {
    display: none
}

.widget_price_filter .price_slider_amount {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -10px
}

.widget_price_filter .price_slider_amount .button {
    order: 2;
    margin-bottom: 10px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px
}

.widget_price_filter .price_slider_amount .price_label {
    order: 1;
    margin-bottom: 10px;
    color: #717171;
    font-size: 0
}

.widget_price_filter .price_slider_amount .price_label>span {
    color: #2d2a2a;
    font-weight: 600;
    font-size: 14px
}

.widget_price_filter .price_slider_amount .clear {
    display: none
}

.widget_price_filter .price_slider_amount .price_label>.from{
  float: left;
}

.widget_price_filter .price_slider_amount .price_label>.to::before{
  content:"قیمت: ";
  color: #717171;
  font-weight: normal;
}

.widget_price_filter .price_slider_amount .price_label>.to::after{
  content:" — ";
  margin-left: 2px;
  color: #717171;
  font-weight: normal;
}



.widget_price_filter .ui-slider {
    position: relative
}

.widget_price_filter .ui-slider-horizontal {
    height: 20px;
    border: none;
    background: 0 0;
    cursor: pointer
}

.widget_price_filter .ui-slider-horizontal:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -1px;
    height: 2px;
    background-color: #E7E7E7
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    margin-top: -1px;
    height: 2px;
    border: 0;
    border-radius: 0;
    background-image: none
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    outline: 0;
    border: none;
    border-radius: 0;
    background: 0 0;
    background-color: transparent !important;
    cursor: ew-resize
}

.widget_price_filter .ui-slider .ui-slider-handle:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 15px
}

.widget_price_filter .ui-slider-range-min {
    left: -1px
}

.widget_price_filter .ui-slider-range-max {
    right: -1px
}

.login-see-prices .widget_price_filter {
    display: none
}

.color-scheme-light .widget_price_filter .price_slider_amount .price_label,
.passazh-dark .widget_price_filter .price_slider_amount .price_label {
    color: rgba(255, 255, 255, .8)
}

.color-scheme-light .widget_price_filter .price_slider_amount .price_label>span,
.passazh-dark .widget_price_filter .price_slider_amount .price_label>span {
    color: #FFF
}

.color-scheme-light .widget_price_filter .ui-slider-horizontal:before,
.passazh-dark .widget_price_filter .ui-slider-horizontal:before {
    background-color: rgba(255, 255, 255, .4)
}

.widget_rating_filter .wc-layered-nav-rating a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #BBB
}

.widget_layered_nav ul li {
    display: flex;
    align-items: center;
    flex-direction: row
}

.widget_layered_nav ul li a {
    position: relative;
    flex: 1 1 auto;
    padding-left: 10px
}

.widget_layered_nav ul li a:before {
    content: "";
    display: inline-block;
    margin-top: -2px;
    margin-left: 8px;
    width: 14px;
    height: 14px;
    border: 2px solid #D8D8D8;
    vertical-align: middle;
    transition: all .2s ease
}

.widget_layered_nav ul li a:after {
    position: absolute;
    top: 2px;
    right: 2px;
    color: #FFF;
    font-weight: 600;
    font-size: 10px;
    opacity: 0;
    content: "\f109";
    font-family: passazh-font
}

.widget_layered_nav ul .chosen a {
    color: #333;
    font-weight: 600
}

.widget_layered_nav ul .chosen a:after {
    opacity: 1
}

.widget_layered_nav ul .count {
    color: #BBB
}

.color-scheme-light .widget_layered_nav .chosen a,
.passazh-dark .widget_layered_nav .chosen a {
    color: #FFF
}

.color-scheme-light .widget_layered_nav ul li a:before,
.passazh-dark .widget_layered_nav ul li a:before {
    border-color: rgba(255, 255, 255, .2)
}

.color-scheme-light .widget_layered_nav .count,
.passazh-dark .widget_layered_nav .count {
    color: rgba(255, 255, 255, .8)
}

.widget_layered_nav_filters ul li {
    margin-bottom: 15px
}

.passazh-user-panel>.passazh-user-panel {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    font-size: 110%
}

.passazh-user-panel>a {
    margin-right: 5px;
    font-weight: 600
}

.passazh-user-panel .user-avatar {
    flex: 0 0 auto;
    margin-left: 15px
}

.passazh-user-panel .user-avatar img {
    max-width: 60px;
    border-radius: 50%
}

.passazh-user-panel .user-info {
    flex: 1 1 auto
}

.passazh-user-panel .user-info>span {
    display: block;
    margin-bottom: 10px
}

.passazh-user-panel .user-info strong {
    color: #333
}

.passazh-user-panel .logout-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    border-width: 2px;
    border-style: solid;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent !important;
    border-color: #DFDFDF;
    color: #333
}

.passazh-user-panel .logout-link:hover {
    text-decoration: none
}

.passazh-user-panel .logout-link:focus {
    outline: 0
}

.passazh-user-panel .logout-link:hover {
    background-color: transparent !important;
    box-shadow: none
}

.passazh-user-panel .logout-link:hover {
    border-color: #C5C5C5;
    color: #333
}

.color-scheme-light .passazh-user-panel .user-info strong,
.passazh-dark .passazh-user-panel .user-info strong {
    color: #FFF
}

.passazh-price-filter .amount {
    color: inherit;
    font-weight: inherit
}

.passazh-price-filter .current-state {
    color: #333;
    font-weight: 600
}

.passazh-price-filter .current-state .amount {
    font-weight: 600
}

.login-see-prices .passazh-price-filter {
    display: none
}

.color-scheme-light .passazh-price-filter .current-state,
.passazh-dark .passazh-price-filter .current-state {
    color: #FFF
}

.woocommerce-ordering-list .selected-order {
    color: #333;
    font-weight: 600
}

.color-scheme-light .woocommerce-ordering-list .selected-order,
.passazh-dark .woocommerce-ordering-list .selected-order {
    color: #FFF
}

.upsells-widget .product_list_widget {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.upsells-widget .small-product-content {
    flex: 0 1 50%;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
    max-width: 50%;
    border: none
}

.upsells-widget .small-product-content a {
    margin-bottom: 0
}

.upsells-widget .small-product-content .attachment-woocommerce_thumbnail {
    float: none;
    margin-right: 0;
    max-width: 100%
}

.upsells-widget .small-product-content:hover .small-product-info {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.upsells-widget .product-small-inner {
    position: relative;
    text-align: center
}

.upsells-widget .small-product-info {
    position: absolute;
    right: -5px;
    bottom: 100%;
    left: -5px;
    z-index: 4;
    z-index: 400;
    visibility: hidden;
    padding: 10px;
    background: #FFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    line-height: 1;
    opacity: 0;
    transition: visibility .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    transition: visibility .3s ease, opacity .3s ease, transform .3s ease;
    transition: visibility .3s ease, opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: none
}

.upsells-widget .small-product-info .price,
.upsells-widget .small-product-info .product-title {
    display: block;
    font-size: 12px
}

.upsells-widget .small-product-info .product-title {
    margin-bottom: 5px
}

.upsells-widget .small-product-info:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -2px;
    margin-left: -5px;
    width: 10px;
    height: 9px;
    color: #FFF;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    font-size: 20px;
    line-height: 10px;
    content: "\f9d7";
    font-family: passazh-font
}

.passazh-dark .upsells-widget .small-product-info {
    background-color: #101010
}

.passazh-dark .upsells-widget .small-product-info:after {
    color: #101010
}

.search-by-category {
    position: absolute;
    top: 2px;
    left: 52px
}

.search-by-category .input-dropdown-inner {
    height: 42px;
    border-right: 1px solid rgba(129, 129, 129, .2);
    border-left: 1px solid rgba(129, 129, 129, .2);
    line-height: 42px
}

.search-by-category .input-dropdown-inner>a {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    color: #777;
    text-align: center;

    font-size: 13px
}

.search-by-category .input-dropdown-inner>a:hover {
    text-decoration: none
}

.search-by-category .input-dropdown-inner>a:after {
    display: inline-block;
    margin-right: 8px;
    font-weight: 400;
    font-size: 14px;
    content: "\f128";
    font-family: passazh-font
}

.search-by-category .list-wrapper {
    position: absolute;
    top: 100%;
    left: 1px;
    z-index: 300;
    display: none;
    margin-top: 2px;
    width: 170px;
    height: auto;
    background-color: #FFF;
    text-align: right;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.search-by-category .list-wrapper .passazh-scroll-content {
    position: relative;
    max-height: 255px
}

.search-by-category .list-wrapper.has-scrollbar .passazh-scroll-content {
    overflow: scroll;
    overflow-x: hidden
}

.search-by-category ul li {
    margin-bottom: 0
}

.search-by-category ul li a {
    display: block;
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 8px;
    padding-left: 18px;
    color: #777;
    font-size: 14px;
    line-height: 20px
}

.search-by-category ul li a:focus,
.search-by-category ul li a:hover {
    background-color: #F9F9F9;
    color: #777
}

.search-by-category ul li.current-item>a {
    background-color: #F4F4F4;
    color: #777
}

.search-by-category ul .children>li>a {
    padding-right: 30px
}

.color-scheme-light .search-by-category .list-wrapper,
.dropdowns-color-light .whb-column .search-by-category .list-wrapper,
.passazh-dark .search-by-category .list-wrapper {
    background-color: #101010
}

.color-scheme-light .search-by-category ul li a,
.dropdowns-color-light .whb-column .search-by-category ul li a,
.passazh-dark .search-by-category ul li a {
    color: rgba(255, 255, 255, .8)
}

.color-scheme-light .search-by-category ul li a:focus,
.color-scheme-light .search-by-category ul li a:hover,
.dropdowns-color-light .whb-column .search-by-category ul li a:focus,
.dropdowns-color-light .whb-column .search-by-category ul li a:hover,
.passazh-dark .search-by-category ul li a:focus,
.passazh-dark .search-by-category ul li a:hover {
    background-color: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .8)
}

.color-scheme-light .search-by-category ul li.current-item>a,
.dropdowns-color-light .whb-column .search-by-category ul li.current-item>a,
.passazh-dark .search-by-category ul li.current-item>a {
    background-color: rgba(0, 0, 0, .9);
    color: rgba(255, 255, 255, .8)
}

.color-scheme-light .search-by-category .passazh-scroll-pane,
.dropdowns-color-light .whb-column .search-by-category .passazh-scroll-pane,
.passazh-dark .search-by-category .passazh-scroll-pane {
    background: rgba(255, 255, 255, .15)
}

.color-scheme-light .search-by-category .passazh-scroll-pane>.passazh-scroll-slider,
.dropdowns-color-light .whb-column .search-by-category .passazh-scroll-pane>.passazh-scroll-slider,
.passazh-dark .search-by-category .passazh-scroll-pane>.passazh-scroll-slider {
    background: rgba(255, 255, 255, .35)
}

.has-categories-dropdown input[type=text] {
    padding-left: 230px
}

.passazh-woocommerce-layered-nav>.filter-pseudo-link {
    display: none
}

.passazh-woocommerce-layered-nav .passazh-scroll {
    display: flex;
    align-items: stretch;
    flex-direction: row
}

.passazh-woocommerce-layered-nav .passazh-scroll .swatches-display-list li {
    margin-left: 5px
}

.passazh-woocommerce-layered-nav .passazh-scroll-content {
    position: relative;
    flex: 1 1 auto
}

.passazh-woocommerce-layered-nav .has-scrollbar .passazh-scroll-content {
    overflow: scroll;
    overflow-x: hidden
}

.passazh-woocommerce-layered-nav .passazh-scroll-pane {
    position: relative;
    flex: 0 0 auto
}

.disabled-nanoscroller .passazh-woocommerce-layered-nav .swatches-display-list li {
    margin-left: 5px
}

.passazh-woocommerce-layered-nav li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px
}

.passazh-woocommerce-layered-nav .layered-nav-link {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    flex-direction: row;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px
}

.passazh-woocommerce-layered-nav .layered-nav-link:after {
    display: none;
    margin-right: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    content: "\f50d";
    font-family: passazh-font
}

.passazh-woocommerce-layered-nav .layered-nav-link:focus .filter-swatch span:after,
.passazh-woocommerce-layered-nav .layered-nav-link:hover .filter-swatch span:after {
    opacity: 1
}

.passazh-woocommerce-layered-nav .swatch-inner {
    display: inline-flex;
    align-items: center;
    flex-direction: row
}

.passazh-woocommerce-layered-nav .layer-term-name {
    position: relative;
    font-size: 14px;
    line-height: 1.2
}

.passazh-woocommerce-layered-nav .chosen .layered-nav-link {
    color: #333;
    font-weight: 600
}

.passazh-woocommerce-layered-nav .chosen .layered-nav-link:after {
    display: block
}

.passazh-woocommerce-layered-nav .with-swatch-text .layered-nav-link {
    color: #333;
    font-weight: 600
}

.passazh-woocommerce-layered-nav .with-swatch-text .layer-term-name {
    min-width: 20px;
    text-align: center
}

.passazh-woocommerce-layered-nav .with-swatch-text .layer-term-name:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin-top: 1px;
    height: 2px;
    background-color: #000;
    opacity: 0;
    transition: all .25s ease
}

.passazh-woocommerce-layered-nav .with-swatch-text .layered-nav-link:focus,
.passazh-woocommerce-layered-nav .with-swatch-text .layered-nav-link:hover {
    color: #777
}

.passazh-woocommerce-layered-nav .with-swatch-text.chosen .layer-term-name:after {
    opacity: 1
}

.passazh-woocommerce-layered-nav .swatches-brands .filter-swatch span {
    border: none;
    border-radius: 0
}

.passazh-woocommerce-layered-nav .swatches-brands .filter-swatch span:after {
    content: none
}

.passazh-woocommerce-layered-nav .swatches-brands .layered-nav-link:focus .filter-swatch,
.passazh-woocommerce-layered-nav .swatches-brands .layered-nav-link:hover .filter-swatch {
    opacity: .5
}

.passazh-woocommerce-layered-nav .swatches-brands .chosen .layered-nav-link .filter-swatch {
    opacity: .5
}

.passazh-woocommerce-layered-nav .swatches-display-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.passazh-woocommerce-layered-nav .swatches-display-inline li {
    margin-left: 10px
}

.passazh-woocommerce-layered-nav .swatches-display-inline li:last-child {
    margin-bottom: 5px
}

.passazh-woocommerce-layered-nav .swatches-display-inline .with-swatch-text .layer-term-name {
    padding-right: 4px;
    padding-left: 4px;
    min-width: 0
}

.passazh-woocommerce-layered-nav .swatches-display-inline .count {
    min-width: 25px;
    font-size: 10px
}

.passazh-woocommerce-layered-nav .swatches-display-inline.swatches-brands li {
    margin-left: 20px
}

.passazh-woocommerce-layered-nav .swatches-display-inline.show-labels-off .with-swatch-text .layer-term-name {
    min-width: 25px
}

.passazh-woocommerce-layered-nav .swatches-display-double {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -5px
}

.passazh-woocommerce-layered-nav .swatches-display-double li {
    flex: 1 1 50%;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 50%
}

.passazh-woocommerce-layered-nav .swatches-display-double li:last-child {
    margin-bottom: 5px
}

.passazh-woocommerce-layered-nav .swatches-small .with-swatch-text .layer-term-name {
    font-size: 14px
}

.passazh-woocommerce-layered-nav .swatches-normal .with-swatch-text .layer-term-name {
    font-size: 16px
}

.passazh-woocommerce-layered-nav .swatches-large .with-swatch-text .layer-term-name {
    font-size: 18px
}

.passazh-woocommerce-layered-nav .show-labels-off .wc-layered-nav-term:not(.with-swatch-text) .layer-term-name {
    display: none
}

.passazh-woocommerce-layered-nav .show-labels-off .count {
    display: none
}

.passazh-woocommerce-layered-nav .show-labels-off .filter-swatch {
    margin-left: 0
}

.passazh-woocommerce-layered-nav .show-labels-off .layered-nav-link {
    padding-left: 0
}

.passazh-woocommerce-layered-nav .show-labels-off .layered-nav-link:after {
    content: none
}

.color-scheme-light .passazh-woocommerce-layered-nav .chosen .layered-nav-link,
.passazh-dark .passazh-woocommerce-layered-nav .chosen .layered-nav-link {
    color: #FFF
}

.color-scheme-light .passazh-woocommerce-layered-nav .with-swatch-text .layered-nav-link,
.passazh-dark .passazh-woocommerce-layered-nav .with-swatch-text .layered-nav-link {
    color: #FFF
}

.color-scheme-light .passazh-woocommerce-layered-nav .with-swatch-text .layer-term-name:after,
.passazh-dark .passazh-woocommerce-layered-nav .with-swatch-text .layer-term-name:after {
    background-color: #FFF
}

.woocommerce-widget-layered-nav-dropdown,
.passazh-widget-layered-nav-dropdown-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.woocommerce-widget-layered-nav-dropdown select[multiple=multiple],
.passazh-widget-layered-nav-dropdown-form select[multiple=multiple] {
    overflow: hidden;
    background-image: none
}

.woocommerce-widget-layered-nav-dropdown select[multiple=multiple] option,
.passazh-widget-layered-nav-dropdown-form select[multiple=multiple] option {
    margin-top: 9px;
    padding: 0;
    background-color: transparent
}

.woocommerce-widget-layered-nav-dropdown select[multiple=multiple] option:not(:first-child),
.passazh-widget-layered-nav-dropdown-form select[multiple=multiple] option:not(:first-child) {
    display: none
}

.woocommerce-widget-layered-nav-dropdown__submit,
.passazh-widget-layered-nav-dropdown__submit {
    margin-top: 20px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px
}

.woocommerce-store-notice {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 341;
    margin: 0;
    padding: 12px 60px;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    background-color: rgba(0, 0, 0, .1);
    color: #FFF;
    font-size: 0;
    transition: background-color .25s ease
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:after {
    font-weight: 600;
    font-size: 14px;
    content: "\f10f";
    font-family: passazh-font
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover {
    background-color: rgba(0, 0, 0, .2)
}

.passazh-woo-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.passazh-woo-breadcrumbs .woocommerce-breadcrumb,
.passazh-woo-breadcrumbs .yoast-breadcrumb {
    margin-bottom: 15px
}

.woocommerce-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap
}

.woocommerce-breadcrumb a {
    margin-left: 6px
}

.woocommerce-breadcrumb a:after {
    content: "/";
    margin-right: 5px
}

.woocommerce-breadcrumb,
.yoast-breadcrumb {
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    float: left;
}

.woocommerce-breadcrumb a,
.yoast-breadcrumb a {
    color: #8E8E8E;
    font-weight: 400;
    font-style: normal
}

.woocommerce-breadcrumb a:focus,
.woocommerce-breadcrumb a:hover,
.yoast-breadcrumb a:focus,
.yoast-breadcrumb a:hover {
    color: #585858
}

.passazh-dark .woocommerce-breadcrumb a,
.passazh-dark .yoast-breadcrumb a {
    color: rgba(255, 255, 255, .6)
}

.passazh-dark .woocommerce-breadcrumb a:hover,
.passazh-dark .yoast-breadcrumb a:hover {
    color: #FFF
}

.woocommerce-breadcrumb .breadcrumb-last,
.yoast-breadcrumb .breadcrumb_last {
    margin-left: 8px;
    color: #333;
    font-weight: 600
}

.woocommerce-breadcrumb .breadcrumb-last:last-child,
.yoast-breadcrumb .breadcrumb_last:last-child {
    margin-left: 0
}

.passazh-dark .woocommerce-breadcrumb .breadcrumb-last,
.passazh-dark .yoast-breadcrumb .breadcrumb_last {
    color: #FFF
}

.star-rating {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 18px;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 3px;
    font-weight: 300;
    font-size: 14px;
    font-family: passazh-font;
    line-height: 18px
}

.star-rating:before {
    content: "\f506" "\f506" "\f506" "\f506" "\f506";
    position: absolute;
    top: 0;
    left: 0;
    color: #C9C9C9
}

.star-rating span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    font-size: 0
}

.star-rating span span,
.star-rating span strong {
    display: none
}

.star-rating span:before {
    content: "\f505" "\f505" "\f505" "\f505" "\f505";
    position: absolute;
    top: 0;
    left: 0;
    color: #EABE12;
    font-size: 14px;
    letter-spacing: 3px;
}

.color-scheme-light .star-rating:before,
.passazh-dark .star-rating:before {
    color: rgba(255, 255, 255, .6)
}

.quantity {
    display: inline-flex;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0
}

.quantity input[type=number],
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.quantity input[type=button],
.quantity input[type=number] {
    display: inline-block;
    color: #777
}

.quantity input[type=number] {
    width: 30px;
    height: 42px;
    border-right: none;
    border-left: none
}

.browser-Firefox .quantity input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.quantity input[type=button] {
    padding: 0 5px;
    min-width: 25px;
    height: 42px;
    border: 2px solid rgba(129, 129, 129, .2);
    background: 0 0;
    box-shadow: none
}

.quantity input[type=button]:hover {
    color: #FFF
}

.passazh-dark .quantity input[type=button],
.passazh-dark .quantity input[type=number] {
    color: #FFF
}

.passazh-dark .quantity input[type=button] {
    border-color: rgba(255, 255, 255, .15)
}

.amount {
    font-weight: 600;
    font-size: 14px
}

.color-scheme-light .amount,
.passazh-dark .amount {
    color: #FFF
}

del .amount {
    color: #BDBDBD;
    font-weight: 400
}

.color-scheme-light del .amount,
.passazh-dark del .amount {
    color: rgba(255, 255, 255, .6)
}

.price {
    font-size: 14px
}

.price .amount {
    font-size: inherit
}

.price del {
    color: #BDBDBD;
    font-size: 90%
}

.price ins {
    padding: 0;
    background-color: transparent;
    text-decoration: none;
    opacity: 1
}

.color-scheme-light .price,
.passazh-dark .price {
    color: #FFF
}

.color-scheme-light .price del,
.passazh-dark .price del {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light .price ins,
.passazh-dark .price ins {
    color: #FFF
}

.woocommerce-price-suffix {
    color: #777
}

.hide-larger-price .price {
    word-spacing: -999em
}

.hide-larger-price .price * {
    word-spacing: normal
}

.hide-larger-price .price>span:nth-child(2) {
    display: none
}

.hide-larger-price .price>ins,
.hide-larger-price .price>small {
    margin-right: 5px
}

.product-title {
    display: block
}

.product-title a {
    display: block;
    color: inherit
}

.swatches-select {
    display: inline-block;
    vertical-align: middle
}

.passazh-swatch {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #1B1919;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    cursor: pointer
}

.passazh-swatch:after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    border-bottom: 2px solid transparent;
    border-color: #000;
    opacity: 0;
    transition: opacity .2s ease
}

.passazh-swatch.text-only:after {
    bottom: -4px
}

.passazh-swatch.swatch-with-bg {
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    font-size: 0
}

.passazh-swatch.swatch-with-bg[style$="#ffffff"] {
    border: 1px solid rgba(0, 0, 0, .15)
}

.passazh-swatch.active-swatch:after,
.passazh-swatch:hover:after {
    opacity: 1
}

.color-scheme-light .passazh-swatch,
.passazh-dark .passazh-swatch {
    color: #FFF
}

.swatch-on-single {
    min-width: 25px;
    font-size: 16px
}

.swatch-on-single.text-only.swatch-size-large {
    font-size: 18px
}

.swatch-on-single.text-only.swatch-size-xlarge {
    font-size: 24px
}

.swatch-on-single.swatch-with-bg {
    width: 25px;
    height: 25px
}

.swatch-on-single.swatch-with-bg.swatch-size-large {
    width: 45px;
    height: 45px
}

.swatch-on-single.swatch-with-bg.swatch-size-xlarge {
    width: 70px;
    height: 70px
}

.swatch-on-single.swatch-enabled {
    cursor: pointer
}

.swatch-on-single.swatch-disabled {
    opacity: .4;
    cursor: default
}

.swatch-on-single:not(:last-child) {
    margin-left: 15px
}

.swatch-on-grid {
    min-width: 15px;
    font-size: 14px
}

.swatch-on-grid.text-only.swatch-size-large {
    font-size: 16px
}

.swatch-on-grid.text-only.swatch-size-xlarge {
    font-size: 18px
}

.swatch-on-grid.swatch-with-bg {
    width: 15px;
    height: 15px
}

.swatch-on-grid.swatch-with-bg.swatch-size-large {
    width: 25px;
    height: 25px
}

.swatch-on-grid.swatch-with-bg.swatch-size-xlarge {
    width: 35px;
    height: 35px
}

.swatch-on-grid:not(:last-child) {
    margin-left: 8px
}

.product-grid-item:not(.product-swatched) .swatch-on-grid:after {
    opacity: 0
}

.woocommerce-notices-wrapper:empty {
    display: none
}

ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message {
    align-items: stretch;
    flex-direction: column;
    justify-content: center
}

ul.woocommerce-error li:not(:last-child),
ul.woocommerce-info li:not(:last-child),
ul.woocommerce-message li:not(:last-child) {
    margin-bottom: 15px
}

ul.woocommerce-error li .button,
ul.woocommerce-info li .button,
ul.woocommerce-message li .button {
    float: left;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px
}

.passazh-stock-progress-bar .stock-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
    color: #777
}

.passazh-stock-progress-bar .stock-info span {
    margin-right: 3px;
    color: #333;
    font-weight: 600
}

.passazh-stock-progress-bar .progress-area,
.passazh-stock-progress-bar .progress-bar {
    height: 7px
}

.passazh-stock-progress-bar .progress-area {
    width: 100%;
    background-color: #F4F4F4
}

.color-scheme-light .passazh-stock-progress-bar .stock-info,
.passazh-dark .passazh-stock-progress-bar .stock-info {
    color: rgba(255, 255, 255, .8)
}

.color-scheme-light .passazh-stock-progress-bar .stock-info span,
.passazh-dark .passazh-stock-progress-bar .stock-info span {
    color: #FFF
}

.color-scheme-light .passazh-stock-progress-bar .progress-area,
.passazh-dark .passazh-stock-progress-bar .progress-area {
    background-color: #101010
}

.woocommerce-pagination ul {
    display: inline-block;
    font-size: 0
}

.woocommerce-pagination li {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    text-align: center
}
.product_bar {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
  }
  .product_bar inss{
    line-height: 30px;
  }
  .product_bar inss em{
    margin-left: 10px
  }

.woocommerce-pagination li .page-numbers {
    display: inline-block;
    box-sizing: content-box;
    padding-right: 5px;
    padding-left: 5px;
    min-width: 22px;
    height: 34px;
    color: #2d2a2a;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    transition: all .2s ease
}

.woocommerce-pagination li .current {
    color: #FFF;
    font-weight: 600
}

.woocommerce-pagination li .next,
.woocommerce-pagination li .prev {
    font-size: 0
}

.woocommerce-pagination li .next:before,
.woocommerce-pagination li .prev:before {
    font-size: 12px;
    content: "\f111";
    font-family: passazh-font
}

.woocommerce-pagination li .prev:before {
    content: "\f110";
    font-family: passazh-font
}

.woocommerce-pagination li:last-child {
    margin-left: 0
}

.woocommerce-pagination a {
    text-decoration: none
}

.woocommerce-pagination a:focus,
.woocommerce-pagination a:hover {
    background-color: #EEE
}

.woocommerce-Reviews .woocommerce-pagination {
    margin-top: 10px;
    margin-bottom: 15px
}

.passazh-dark .woocommerce-pagination li .page-numbers {
    color: #FFF
}

.passazh-dark .woocommerce-pagination a:focus,
.passazh-dark .woocommerce-pagination a:hover {
    background-color: rgba(0, 0, 0, .3);
    color: #FFF
}

.wc-item-meta {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.2
}

.wc-item-meta li p,
.wc-item-meta li strong {
    display: inline-block;
    margin-bottom: 5px
}

.wc-item-meta li strong {
    color: #333
}

.passazh-dark .wc-item-meta li strong {
    color: #FFF
}

.blockOverlay {
    z-index: 340 !important;
    background-image: none !important;
    -webkit-animation: wd-FadeInLoader .6s ease forwards;
    animation: wd-FadeInLoader .6s ease forwards
}

.blockOverlay:before {
    content: none !important
}

.blockOverlay:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.passazh-dark .blockOverlay {
    background-color: rgba(0, 0, 0, .5) !important
}

.passazh-dark .blockOverlay:after {
    border-color: rgba(255, 255, 255, .15);
    border-left-color: #FFF
}

[class*=screen-reader] {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

a.login-to-prices-msg {
    font-weight: 600
}

a.login-to-prices-msg:hover {
    opacity: .6
}

.category-grid-item {
    margin-bottom: 30px
}

.category-grid-item .category-image {
    display: block;
    margin: -1px;
    transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18), -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18)
}

.category-grid-item img {
    width: 100%
}

.category-grid-item .category-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5
}

.category-grid-item .category-title {
    margin-bottom: 0;
    color: #333;

    font-weight: 600;
    font-size: 20px;
    line-height: 1.5
}

.category-grid-item .count {
    display: none;
    padding: 0;
    background-color: transparent;
    color: rgba(88, 88, 88, .35)
}

.category-grid-item .more-products {
    color: #8E8E8E;
    font-size: 110%
}

.category-grid-item .more-products>a {
    color: inherit
}

.category-grid-item:hover .category-image {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.passazh-dark .category-grid-item .category-title {
    color: #FFF
}

.passazh-dark .category-grid-item .more-products {
    color: rgba(255, 255, 255, .9)
}

.categories-style-masonry-first:not([style]) {
    display: block
}

.categories-style-masonry-first:not([style]):after {
    content: "";
    display: block;
    clear: both
}

.categories-style-masonry-first:not([style]) .category-grid-item {
    float: left
}

.categories-style-masonry-first .category-grid-item:first-child .category-title {
    font-size: 28px
}

.cat-design-center .wrapp-category,
.cat-design-replace-title .wrapp-category {
    position: relative;
    overflow: hidden
}

.cat-design-center .wrapp-category:before,
.cat-design-replace-title .wrapp-category:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #000;
    opacity: .1
}

.cat-design-center:hover .wrapp-category:before,
.cat-design-replace-title:hover .wrapp-category:before {
    opacity: .4
}

.cat-design-default .wrapp-category {
    position: relative;
    overflow: hidden
}

.cat-design-default .hover-mask {
    position: absolute;
    right: 20px;
    bottom: 15px;
    left: 20px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0)
}

.cat-design-default .category-title {
    position: absolute;
    bottom: 100%;
    right: 0
}

.cat-design-default .more-products {
    margin-top: 5px;
    opacity: 0;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0)
}

.cat-design-default.categories-with-shadow .wrapp-category {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .12)
}

.cat-design-default:hover .hover-mask {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.cat-design-default:hover .more-products {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.cat-design-alt {
    margin-bottom: 20px;
    text-align: center
}

.cat-design-alt .category-image-wrapp {
    position: relative;
    overflow: hidden
}

.cat-design-alt img {
    width: auto
}

.cat-design-alt .category-link {
    display: none
}

.cat-design-alt .hover-mask {
    padding: 10px
}

.cat-design-alt.categories-with-shadow .category-image-wrapp {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .12)
}

.cat-design-center {
    text-align: center
}

.cat-design-center .wrapp-category:before {
    transition: opacity .5s cubic-bezier(0, 0, .44, 1.18)
}

.cat-design-center .hover-mask {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 3;
    padding: 15px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.cat-design-center .category-title {
    color: #FFF
}

.cat-design-center .more-products {
    margin-top: 5px;
    color: rgba(255, 255, 255, .9);
    line-height: 20px;
    opacity: 0;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0)
}

.cat-design-center .more-products a {
    color: inherit
}

.cat-design-center:not(.without-product-count) .hover-mask {
    -webkit-transform: translateY(calc(-50% + 20px)) translateZ(0);
    transform: translateY(calc(-50% + 20px)) translateZ(0)
}

.cat-design-center:not(.without-product-count):hover .hover-mask {
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0)
}

.cat-design-center:not(.without-product-count):hover .more-products {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.cat-design-center.without-product-count .hover-mask {
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0)
}

.cat-design-replace-title {
    text-align: center
}

.cat-design-replace-title .wrapp-category:before {
    transition: opacity .6s cubic-bezier(0, 0, .44, 1.18)
}

.cat-design-replace-title .hover-mask,
.cat-design-replace-title .more-products {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px
}

.cat-design-replace-title .category-title {
    padding: 12px 25px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    color: #FFF;
    font-size: 18px;
    line-height: 1.4;
    transition: opacity .25s ease .25s
}

.cat-design-replace-title .more-products {
    color: #FFF;

    font-weight: 600;
    font-size: 16px;
    opacity: 0;
    transition: opacity .25s ease
}

.cat-design-replace-title:not(.without-product-count):hover .category-title {
    opacity: 0;
    transition: opacity .25s ease
}

.cat-design-replace-title:not(.without-product-count):hover .more-products {
    opacity: 1;
    transition: opacity .25s ease .25s
}

.passazh-buttons.wd-pos-r-t {
    position: absolute;
    top: 10px;
    left: 10px
}

.passazh-buttons.wd-pos-r-b {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.passazh-hover-icons .wrapp-buttons {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0
}

.passazh-buttons[class*=wd-pos-r] {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateZ(0);
    transform: translateX(-20px) translateZ(0)
}

.product-grid-item:hover .passazh-buttons[class*=wd-pos-r] {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.passazh-hover-icons .wrapp-buttons {
    opacity: 0;
    -webkit-transform: translateY(25px) translateZ(0);
    transform: translateY(25px) translateZ(0)
}

.passazh-hover-icons:hover .wrapp-buttons {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.wd-add-btn-replace .add-to-cart-loop,
.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop {
    overflow: hidden;
    padding: 0
}

.wd-add-btn-replace .add-to-cart-loop .passazh-tooltip-label,
.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop .passazh-tooltip-label {
    display: none
}

.wd-add-btn-replace .add-to-cart-loop span,
.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop span {
    display: block;
    transition: opacity .15s ease, -webkit-transform .25s ease;
    transition: transform .25s ease, opacity .15s ease;
    transition: transform .25s ease, opacity .15s ease, -webkit-transform .25s ease
}

.wd-add-btn-replace .add-to-cart-loop:before,
.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    color: #FFF;
    font-weight: 400;
    font-size: 20px;
    transition: opacity .15s ease, -webkit-transform .25s ease;
    transition: opacity .15s ease, transform .25s ease;
    transition: opacity .15s ease, transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    content: "\f11d";
    font-family: passazh-font
}

.wd-add-btn-replace .add-to-cart-loop:after,
.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-left-color: #FFF;
    border-radius: 50%;
    vertical-align: middle
}

.wd-add-btn-replace .add-to-cart-loop:focus:before,
.wd-add-btn-replace .add-to-cart-loop:hover:before,
.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop:focus:before,
.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop:hover:before {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.wd-add-btn-replace .add-to-cart-loop:focus span,
.wd-add-btn-replace .add-to-cart-loop:hover span,
.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop:focus span,
.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop:hover span {
    -webkit-transform: translateY(-100%) translateZ(0);
    transform: translateY(-100%) translateZ(0)
}

.wd-add-btn-replace .loading.add-to-cart-loop:before,
.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .loading.add-to-cart-loop:before {
    opacity: 0
}

.wd-add-btn-replace .loading.add-to-cart-loop:after,
.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .loading.add-to-cart-loop:after {
    opacity: 1;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.wd-add-btn-replace .loading.add-to-cart-loop span,
.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .loading.add-to-cart-loop span {
    opacity: 0
}

.passazh-hover-button .passazh-add-btn>a,
.passazh-hover-info-alt .passazh-add-btn>a {
    border-color: #FFF;
    color: #FFF;
    border-width: 2px
}

.passazh-hover-button .passazh-add-btn>a:not(:hover),
.passazh-hover-info-alt .passazh-add-btn>a:not(:hover) {
    background-color: transparent !important
}

.passazh-hover-button .passazh-add-btn>a:hover,
.passazh-hover-info-alt .passazh-add-btn>a:hover {
    box-shadow: none
}

.passazh-hover-button .passazh-add-btn>a span,
.passazh-hover-info-alt .passazh-add-btn>a span {
    padding: 8px 14px
}

.passazh-hover-button .passazh-add-btn>a:hover,
.passazh-hover-info-alt .passazh-add-btn>a:hover {
    border-color: rgba(255, 255, 255, .6);
    background-color: transparent
}

.passazh-hover-button .product-element-top:before,
.passazh-hover-info-alt .product-element-top:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .3s ease
}

.passazh-hover-button.product-swatched:not([class*=wd-loading]):not(.quick-shop-shown) .product-element-top:hover:before,
.passazh-hover-button:hover .product-element-top:before,
.passazh-hover-info-alt:hover .product-element-top:before {
    opacity: 1
}

.passazh-hover-button.product-swatched .product-element-top:before,
.passazh-hover-button.quick-shop-shown .product-element-top:before,
.passazh-hover-button[class*=wd-loading] .product-element-top:before,
.passazh-hover-info-alt.quick-shop-shown .product-element-top:before,
.passazh-hover-info-alt[class*=wd-loading] .product-element-top:before {
    opacity: 0
}

.passazh-hover-base .passazh-product-countdown,
.passazh-hover-tiled .passazh-product-countdown {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 5px;
    border-top: 1px solid rgba(129, 129, 129, .2)
}

.passazh-hover-base .passazh-product-countdown>span,
.passazh-hover-tiled .passazh-product-countdown>span {
    flex: 1 1 auto;
    margin: 0;
    min-width: 0;
    background-color: transparent;
    box-shadow: none
}

.color-scheme-light .passazh-hover-base .passazh-product-countdown,
.color-scheme-light .passazh-hover-tiled .passazh-product-countdown,
.passazh-dark .passazh-hover-base .passazh-product-countdown,
.passazh-dark .passazh-hover-tiled .passazh-product-countdown {
    border-color: rgba(255, 255, 255, .15)
}

.product-grid-item {
    margin-bottom: 30px;
    text-align: center
}

.product-grid-item .product-element-top {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.product-grid-item .product-element-top:after {
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
    margin-top: -16px;
    margin-left: -16px;
    opacity: 0;
    transition: opacity .1s ease, visibility .1s ease;
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle
}

.product-grid-item .product-element-top:hover .hover-img {
    opacity: 1;
    -webkit-transform: scale(1.09);
    transform: scale(1.09)
}

.product-grid-item .swatches-on-grid {
    margin-bottom: 5px
}

.product-grid-item .swatches-on-grid:empty {
    display: none
}

.product-grid-item .hover-img img,
.product-grid-item .product-image-link img {
    width: 100%
}

.product-grid-item .product-image-link {
    display: block
}

.product-grid-item .hover-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    opacity: 0;
    transition: opacity .5s ease, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18)
}

.product-grid-item .hover-img>a {
    display: block;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%
}

.product-grid-item .product-title {
    margin-bottom: 5px;
    font-size: 14px
}

.product-grid-item .product-title a {
    color: inherit
}

.product-grid-item .passazh-product-brands-links,
.product-grid-item .passazh-product-cats {
    margin-bottom: 5px;
    color: #9E9E9E;
    font-size: 14px;
    line-height: 1.3
}

.product-grid-item .passazh-product-brands-links a,
.product-grid-item .passazh-product-cats a {
    display: inline-block;
    color: #9E9E9E
}

.product-grid-item .passazh-product-brands-links a:focus,
.product-grid-item .passazh-product-brands-links a:hover,
.product-grid-item .passazh-product-cats a:focus,
.product-grid-item .passazh-product-cats a:hover {
    color: #5C5C5C
}

.product-grid-item .passazh-product-countdown,
.product-grid-item .passazh-stock-progress-bar {
    margin-top: 10px
}

.product-grid-item .star-rating {
    margin-bottom: 5px
}

.product-grid-item .price {
    display: block;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.3
}

.product-grid-item .added_to_cart {
    display: none !important
}

.product-grid-item.product-swatched .hover-img {
    display: none
}

.product-grid-item.wd-loading-image .hover-img {
    display: none
}

.product-grid-item.wd-loading-image .product-image-link {
    opacity: .4
}

.product-grid-item.wd-loading-image .product-element-top:after {
    visibility: visible;
    opacity: 1;
    transition: opacity .25s ease, visibility .25s ease;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.product-grid-item.quick-shop-shown .product-element-top .hover-img,
.product-grid-item.wd-loading-quick-shop .product-element-top .hover-img {
    opacity: 0;
    transition: opacity .25s ease, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .25s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .25s ease, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18)
}

.passazh-spacing-0 .product-grid-item:not([class*=passazh-hover-info]),
.passazh-spacing-2 .product-grid-item:not([class*=passazh-hover-info]) {
    margin-bottom: 0px
}

.color-scheme-light .product-grid-item .product-element-top:after,
.passazh-dark .product-grid-item .product-element-top:after {
    border-color: rgba(255, 255, 255, .15);
    border-left-color: #FFF
}

.color-scheme-light .product-grid-item .passazh-product-brands-links,
.color-scheme-light .product-grid-item .passazh-product-cats,
.passazh-dark .product-grid-item .passazh-product-brands-links,
.passazh-dark .product-grid-item .passazh-product-cats {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light .product-grid-item .passazh-product-brands-links a,
.color-scheme-light .product-grid-item .passazh-product-cats a,
.passazh-dark .product-grid-item .passazh-product-brands-links a,
.passazh-dark .product-grid-item .passazh-product-cats a {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light .product-grid-item .passazh-product-brands-links a:hover,
.color-scheme-light .product-grid-item .passazh-product-cats a:hover,
.passazh-dark .product-grid-item .passazh-product-brands-links a:hover,
.passazh-dark .product-grid-item .passazh-product-cats a:hover {
    color: #FFF
}

.quick-shop-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .95);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate3d(0, 103%, 0);
    transform: translate3d(0, 103%, 0)
}

.quick-shop-wrapper .quick-shop-form {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    padding-top: 45px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    height: 100%;
    text-align: center
}

.quick-shop-wrapper .variations_form {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between
}

.quick-shop-wrapper .variations_form:before {
    content: ""
}

.quick-shop-wrapper .variations_form .woocommerce-variation {
    -webkit-animation: none;
    animation: none
}

.quick-shop-wrapper .variations_form .woocommerce-variation-description p {
    margin-bottom: 10px
}

.quick-shop-wrapper .variations_form .woocommerce-variation-price .price {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px
}

.quick-shop-wrapper .variations_form .woocommerce-variation-availability .stock {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px
}

.quick-shop-wrapper .quantity {
    display: none !important;
    order: 2
}

.quick-shop-wrapper .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
    order: 1;
    margin-right: -10px;
    margin-left: -10px
}

.quick-shop-wrapper .single_add_to_cart_button {
    flex: 1 1 auto;
    border-radius: 0 !important
}

.quick-shop-wrapper .single_add_to_cart_button:before {
    display: inline-block;
    margin-left: 10px;
    margin-right: -9px;
    vertical-align: bottom;
    font-weight: 400;
    font-size: 19px;
    content: "\f11d";
    font-family: passazh-font
}

.quick-shop-wrapper table.variations {
    margin-bottom: 10px
}

.quick-shop-wrapper table.variations .reset_variations {
    bottom: -30px
}

.quick-shop-wrapper .variation-swatch-selected .variations {
    margin-bottom: 40px
}

.quick-shop-wrapper .quick-shop-close {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 5;
    height: 30px;
    letter-spacing: .6px;
    font-size: 12px;
    opacity: 0;
    transition: opacity .2s ease 0s
}

.btns-shop-3d .quick-shop-wrapper .single_add_to_cart_button {
    top: -1px
}

.btns-shop-3d .quick-shop-wrapper .single_add_to_cart_button:active {
    top: 0
}

.color-scheme-light .quick-shop-wrapper,
.passazh-dark .quick-shop-wrapper {
    background-color: rgba(0, 0, 0, .9)
}

.quick-shop-shown .passazh-buttons,
.wd-loading-quick-shop .passazh-buttons {
    opacity: 0
}

.quick-shop-shown .product-labels,
.wd-loading-quick-shop .product-labels {
    opacity: 0
}

.wd-loading-quick-shop .product-element-top:after {
    visibility: visible;
    opacity: 1;
    transition: opacity .25s ease, visibility .25s ease;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.wd-loading-quick-shop .product-image-link {
    opacity: .2
}

.quick-shop-shown .quick-shop-wrapper {
    overflow: hidden;
    overflow-y: scroll;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.quick-shop-shown .quick-shop-close {
    opacity: 1;
    transition: all .25s ease .35s
}

.passazh-buttons {
    z-index: 2;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.65);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    transition: all .3s ease;
    border-radius: 15px;
}

.passazh-buttons .wd-action-btn>a {
    height: 45px
}

.product-grid-item.product-swatched .passazh-buttons[class*=wd-pos-r],
.product-grid-item.quick-shop-shown .passazh-buttons[class*=wd-pos-r],
.product-grid-item[class*=wd-loading] .passazh-buttons[class*=wd-pos-r] {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateZ(0);
    transform: translateX(-20px) translateZ(0)
}

.product-grid-item.product-swatched:not(.quick-shop-shown):not([class*=wd-loading]) .product-element-top:hover .passazh-buttons[class*=wd-pos-r] {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.color-scheme-light .passazh-buttons,
.passazh-dark .passazh-buttons {
    background-color: #101010
}

.title-line-one .product-grid-item .product-title,
.title-line-two .product-grid-item .product-title {
    overflow: hidden;
    line-height: 18px
}

.title-line-one .product-grid-item .product-title {
    max-height: 18px
}

.title-line-two .product-grid-item .product-title {
    max-height: 36px
}

.passazh-hover-base {
    margin-bottom: 20px
}

.passazh-hover-base .product-wrapper {
    position: relative;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.passazh-hover-base .content-product-imagin {
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: 0;
    left: -15px;
    visibility: hidden;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    opacity: 0;
    -webkit-transform: scale(.98);
    transform: scale(.98)
}

.passazh-hover-base .product-element-top {
    margin-bottom: 0
}

.passazh-hover-base .product-information {
    position: relative;
    padding: 10px
}

.passazh-hover-base .product-information:hover .passazh-more-desc-btn {
    -webkit-transform: none;
    transform: none
}

.passazh-hover-base .quick-shop-close {
    top: -5px
}

.passazh-hover-base .wrapp-product-price {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: flex-end;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.passazh-hover-base .fade-in-block {
    position: absolute;
    top: calc(100% - 5px);
    right: 0;
    left: 0;
    visibility: hidden;
    padding: 0 10px 10px 10px;
    opacity: 0
}

.passazh-hover-base .wrapp-swatches {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    min-height: 47px;
    border-top: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    background-color: #FFF;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(102%) translateZ(0);
    transform: translateY(102%) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.passazh-hover-base .wrapp-swatches:empty {
    display: none
}

.passazh-hover-base .swatches-on-grid {
    margin-bottom: 0
}

.passazh-hover-base .wd-compare-btn {
    flex: 1 1 auto;
    text-align: left
}

.passazh-hover-base .wd-bottom-actions {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between
}

.passazh-hover-base .wd-bottom-actions .wd-action-btn.wd-style-icon>a,
.passazh-hover-base .wd-compare-btn>a {
    width: 35px;
    height: 35px
}

.passazh-hover-base .wd-bottom-actions .wrap-quickview-button,
.passazh-hover-base .wd-bottom-actions .wrap-wishlist-button {
    flex: 1 0 0
}

.passazh-hover-base .wd-bottom-actions .wrap-wishlist-button {
    text-align: right
}

.passazh-hover-base .wd-bottom-actions .wrap-quickview-button {
    text-align: left
}

.passazh-hover-base.has-stars.product-type-external .fade-in-block,
.passazh-hover-base.has-stars.purchasable .fade-in-block {
    top: calc(100% - 10px);
    padding-bottom: 5px
}

.passazh-hover-base.has-stars.product-type-external .wrapp-product-price,
.passazh-hover-base.has-stars.purchasable .wrapp-product-price {
    height: 80px
}

.passazh-hover-base.has-stars.product-type-external .product-rating-price,
.passazh-hover-base.has-stars.product-type-external .star-rating,
.passazh-hover-base.has-stars.product-type-external .wrapp-product-price .price,
.passazh-hover-base.has-stars.purchasable .product-rating-price,
.passazh-hover-base.has-stars.purchasable .star-rating,
.passazh-hover-base.has-stars.purchasable .wrapp-product-price .price {
    overflow: hidden;
    height: 40px;
    line-height: 30px
}

.passazh-hover-base.has-stars.product-type-external .star-rating,
.passazh-hover-base.has-stars.product-type-external .passazh-product-brands-links,
.passazh-hover-base.has-stars.product-type-external .passazh-product-cats,
.passazh-hover-base.has-stars.product-type-external .wrapp-product-price .price,
.passazh-hover-base.has-stars.purchasable .star-rating,
.passazh-hover-base.has-stars.purchasable .passazh-product-brands-links,
.passazh-hover-base.has-stars.purchasable .passazh-product-cats,
.passazh-hover-base.has-stars.purchasable .wrapp-product-price .price {
    margin-bottom: 0
}

.passazh-hover-base.has-stars.product-type-external .passazh-product-cats+.passazh-product-brands-links,
.passazh-hover-base.has-stars.purchasable .passazh-product-cats+.passazh-product-brands-links {
    margin-top: 5px
}

.passazh-hover-base.has-stars.product-type-external.state-hover .wrapp-product-price,
.passazh-hover-base.has-stars.product-type-external:hover .wrapp-product-price,
.passazh-hover-base.has-stars.purchasable.state-hover .wrapp-product-price,
.passazh-hover-base.has-stars.purchasable:hover .wrapp-product-price {
    -webkit-transform: translateY(-30px) translateZ(0);
    transform: translateY(-30px) translateZ(0)
}

.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .passazh-add-btn>a {
    color: #FFF
}

.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .passazh-add-btn>a:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop span {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px
}

.passazh-hover-base:not([class*=add-small]).quick-shop-shown .wd-bottom-actions .add-to-cart-loop {
    opacity: .3;
    pointer-events: none
}

.passazh-hover-base[class*=add-small] .wd-bottom-actions>div:not(:last-child) {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.passazh-hover-base[class*=add-small] .wd-bottom-actions .passazh-add-btn {
    flex: 1 0 0
}

.passazh-hover-base[class*=add-small] .wd-bottom-actions .wd-action-btn>a {
    width: 100%
}

.passazh-hover-base.product-in-carousel {
    overflow: hidden
}

.passazh-hover-base.product-in-carousel .content-product-imagin {
    display: none
}

.passazh-hover-base.product-in-carousel .quick-shop-close {
    top: 5px;
    left: 10px
}

.passazh-hover-base.product-in-carousel .product-information {
    position: static
}

.passazh-hover-base.product-in-carousel .fade-in-block {
    position: static;
    visibility: visible;
    padding: 0;
    opacity: 1
}

.passazh-hover-base.product-in-carousel .hover-content {
    display: none
}

.catalog-mode-on .passazh-hover-base .passazh-add-btn,
.login-see-prices .passazh-hover-base .passazh-add-btn {
    display: none
}

.catalog-mode-on .passazh-hover-base:not([class*=add-small]) .wd-bottom-actions,
.login-see-prices .passazh-hover-base:not([class*=add-small]) .wd-bottom-actions {
    padding-top: 10px;
    padding-bottom: 10px
}

.passazh-hover-base.state-hover .wrapp-swatches,
.passazh-hover-base:hover .wrapp-swatches {
    -webkit-transform: none;
    transform: none
}

.passazh-hover-base.state-hover .passazh-more-desc-btn {
    -webkit-transform: none;
    transform: none
}

.passazh-hover-base.hover-ready.state-hover .product-wrapper,
.passazh-hover-base.hover-ready:hover .product-wrapper {
    z-index: 20;
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0)
}

.passazh-hover-base.hover-ready.state-hover .content-product-imagin,
.passazh-hover-base.hover-ready:hover .content-product-imagin {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility 0s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.passazh-hover-base.hover-ready.state-hover .fade-in-block,
.passazh-hover-base.hover-ready:hover .fade-in-block {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility 0s ease
}

.passazh-hover-base.quick-shop-shown .wrapp-swatches,
.passazh-hover-base.wd-loading-quick-shop .wrapp-swatches {
    -webkit-transform: translateY(103%) translateZ(0);
    transform: translateY(103%) translateZ(0)
}

.browser-Safari .passazh-hover-base .fade-in-block {
    visibility: visible;
    pointer-events: none
}

.browser-Safari .passazh-hover-base.hover-ready.state-hover .fade-in-block,
.browser-Safari .passazh-hover-base.hover-ready:hover .fade-in-block {
    pointer-events: visible;
    pointer-events: unset
}

.color-scheme-light .passazh-hover-base .content-product-imagin,
.passazh-dark .passazh-hover-base .content-product-imagin {
    background-color: #101010
}

.color-scheme-light .passazh-hover-base .wrapp-swatches,
.passazh-dark .passazh-hover-base .wrapp-swatches {
    border-color: rgba(255, 255, 255, .15);
    background-color: #101010
}

.color-scheme-light .passazh-hover-base[class*=add-small] .wd-bottom-actions>div,
.passazh-dark .passazh-hover-base[class*=add-small] .wd-bottom-actions>div {
    border-color: rgba(255, 255, 255, .15)
}

.passazh-hover-alt {
    text-align: right
}

.passazh-hover-alt .wrap-price {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.passazh-hover-alt .passazh-product-countdown,
.passazh-hover-alt .passazh-stock-progress-bar {
    margin-top: 5px
}

.passazh-hover-alt .swatches-on-grid {
    margin-bottom: 0
}

.passazh-hover-alt .star-rating {
    display: none
}

.passazh-hover-alt .passazh-add-btn>a {
    padding: 0;
    background-color: transparent;
    color: #2d2a2a;
    text-transform: capitalize;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    transition: all .2s ease
}

.passazh-hover-alt .passazh-add-btn>a span {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid rgba(101, 101, 101, .15);
    vertical-align: middle
}

.passazh-hover-alt .passazh-add-btn>a span:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 1px;
    transition: width .4s cubic-bezier(.175, .885, .32, 1.15)
}

.passazh-hover-alt .passazh-add-btn>a:after {
    position: absolute;
    top: 3px;
    right: 0;
    opacity: 0;
    transition: opacity .25s ease;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle
}

.passazh-hover-alt .passazh-add-btn>a:hover {
    box-shadow: none
}

.passazh-hover-alt .passazh-add-btn>a:hover span:before {
    width: 100%
}

.passazh-hover-alt .passazh-add-btn>a.loading {
    padding-right: 20px
}

.passazh-hover-alt .passazh-add-btn>a.loading:after {
    opacity: 1;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.color-scheme-light .passazh-hover-alt .passazh-add-btn>a,
.passazh-dark .passazh-hover-alt .passazh-add-btn>a {
    color: #FFF
}

.color-scheme-light .passazh-hover-alt .passazh-add-btn>a span,
.passazh-dark .passazh-hover-alt .passazh-add-btn>a span {
    border-color: rgba(255, 255, 255, .25)
}

.color-scheme-light .passazh-hover-alt .passazh-add-btn>a:after,
.passazh-dark .passazh-hover-alt .passazh-add-btn>a:after {
    border-color: rgba(255, 255, 255, .15);
    border-left-color: #FFF
}

.passazh-hover-icons .wrapp-buttons {
    visibility: hidden;
    text-align: center;
    transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.passazh-hover-icons .passazh-buttons {
    display: inline-flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 7px;
    padding-right: 7px;
    max-width: calc(100% - 20px)
}

.passazh-hover-icons .passazh-buttons .wd-action-btn {
    max-width: 43px;
    width: 100vw;
    flex: 1 1 auto
}

.passazh-hover-icons .passazh-buttons .wd-action-btn>a {
    width: 100%
}

.passazh-hover-icons:hover .wrapp-buttons {
    visibility: visible
}

.passazh-hover-icons.product-swatched .wrapp-buttons,
.passazh-hover-icons.quick-shop-shown .wrapp-buttons,
.passazh-hover-icons[class*=wd-loading] .wrapp-buttons {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(25px) translateZ(0);
    transform: translateY(25px) translateZ(0)
}

.passazh-hover-icons.product-swatched:not(.quick-shop-shown):not([class*=wd-loading]) .product-element-top:hover .wrapp-buttons {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.passazh-hover-button .passazh-buttons {
    z-index: 3;
    visibility: hidden;
    background-color: transparent;
    box-shadow: none
}

.passazh-hover-button .passazh-add-btn {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease
}

.passazh-hover-button:hover .passazh-buttons {
    visibility: visible
}

.passazh-hover-button:hover .passazh-add-btn {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1
}

.passazh-hover-button.product-swatched .passazh-add-btn,
.passazh-hover-button.quick-shop-shown .passazh-add-btn,
.passazh-hover-button[class*=wd-loading] .passazh-add-btn {
    -webkit-transform: none;
    transform: none;
    opacity: 0
}

.passazh-hover-button.product-swatched:not([class*=wd-loading]):not(.quick-shop-shown) .product-element-top:hover .passazh-add-btn {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1
}

.passazh-hover-info {
    text-align: right
}

.passazh-hover-info .product-element-top {
    margin-bottom: 0
}

.passazh-hover-info .top-information {
    position: absolute;
    top: 20px;
    right: 25px;
    left: 25px;
    transition: opacity .3s ease
}

.passazh-hover-info .bottom-information {
    position: absolute;
    left: 60px;
    bottom: 20px;
    right: 25px;
    display: flex;
    flex-direction: column;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.passazh-hover-info .bottom-information .login-to-prices-msg,
.passazh-hover-info .bottom-information .price {
    position: absolute;
    bottom: 100%;
    right: 0
}

.passazh-hover-info .bottom-information .price {
    font-size: 16px
}

.passazh-hover-info .bottom-information .price del,
.passazh-hover-info .bottom-information .price ins {
    display: block
}

.passazh-hover-info .bottom-information .price ins {
    margin-top: 5px
}

.passazh-hover-info .product-labels {
    right: auto;
    align-items: flex-end;
    max-width: 60px
}

.passazh-hover-info .labels-rectangular {
    left: 0
}

.passazh-hover-info .labels-rounded {
    left: 7px
}

.passazh-hover-info .star-rating,
.passazh-hover-info .swatches-on-grid {
    margin-top: 10px;
    opacity: 0;
    transition: opacity .3s ease
}

.passazh-hover-info .swatches-on-grid {
    order: 3
}

.passazh-hover-info .star-rating {
    order: 2;
    margin-bottom: 0
}

.passazh-hover-info.wd-with-labels .top-information {
    left: 60px
}

.passazh-hover-info:hover .bottom-information {
    -webkit-transform: none;
    transform: none
}

.passazh-hover-info:hover .star-rating,
.passazh-hover-info:hover .swatches-on-grid {
    opacity: 1
}

.passazh-hover-info.quick-shop-shown .bottom-information,
.passazh-hover-info.quick-shop-shown .top-information,
.passazh-hover-info[class*=wd-loading] .bottom-information,
.passazh-hover-info[class*=wd-loading] .top-information {
    opacity: 0
}

.passazh-hover-info-alt .product-element-top {
    margin-bottom: 0
}

.passazh-hover-info-alt .passazh-buttons {
    z-index: 3;
    visibility: hidden;
    background-color: transparent;
    box-shadow: none
}

.passazh-hover-info-alt .top-information {
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px 38px;
    opacity: 0;
    transition: opacity .3s ease
}

.passazh-hover-info-alt .product-title,
.passazh-hover-info-alt .star-rating,
.passazh-hover-info-alt .passazh-product-brands-links,
.passazh-hover-info-alt .passazh-product-cats {
    margin-bottom: 7px
}

.passazh-hover-info-alt .swatches-on-grid {
    margin-top: -2px;
    margin-bottom: 4px
}

.passazh-hover-info-alt .passazh-add-btn {
    margin-top: 10px
}

.passazh-hover-info-alt:hover .passazh-buttons {
    visibility: visible
}

.passazh-hover-info-alt:hover .top-information {
    opacity: 1
}

.passazh-hover-info-alt.quick-shop-shown .top-information,
.passazh-hover-info-alt[class*=wd-loading] .top-information {
    opacity: 0
}

.passazh-hover-quick .single_add_to_cart_button {
    border-radius: 0
}

.passazh-hover-quick .passazh-add-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(103%) translateZ(0);
    transform: translateY(103%) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.passazh-hover-quick .passazh-add-btn>p {
    display: none
}

.passazh-hover-quick .passazh-add-btn>a {
    display: block;
    font-size: 13px;
    opacity: .8;
    color: #FFF
}

.passazh-hover-quick .passazh-add-btn>a:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.passazh-hover-quick .passazh-add-btn>a span {
    padding: 10px
}

.passazh-hover-quick .passazh-add-btn>a:hover {
    box-shadow: none;
    opacity: 1
}

.passazh-hover-quick:hover .passazh-add-btn {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.passazh-hover-quick.product-swatched .passazh-add-btn,
.passazh-hover-quick.quick-shop-shown .passazh-add-btn,
.passazh-hover-quick[class*=wd-loading] .passazh-add-btn {
    -webkit-transform: translateY(103%) translateZ(0);
    transform: translateY(103%) translateZ(0)
}

.passazh-hover-quick.product-swatched:not(.quick-shop-shown):not([class*=wd-loading]) .product-element-top:hover .passazh-add-btn {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.product-list-item {
    text-align: right;
    padding-right: 0 !important;
    padding-left: 0 !important
}

.product-list-item .product-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap
}

.product-list-item:not(:last-child) .product-wrapper {
    padding-bottom: 30px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(129, 129, 129, .2)
}

.product-list-item .product-element-top {
    flex: 0 0 300px;
    margin-bottom: 0;
    margin-left: 15px
}

.product-list-item .product-list-content {
    flex: 1 1 auto
}

.product-list-item .product-title {
    margin-bottom: 10px;
    font-size: 18px
}

.product-list-item .price,
.product-list-item .woocommerce-product-rating,
.product-list-item .passazh-product-brands-links,
.product-list-item .passazh-product-cats {
    margin-bottom: 10px
}

.product-list-item .star-rating {
    margin-bottom: 0
}

.product-list-item .price {
    font-size: 20px
}

.product-list-item .passazh-product-countdown {
    margin-bottom: 15px
}

.product-list-item .passazh-stock-progress-bar {
    margin-bottom: 20px
}

.product-list-item .woocommerce-review-link {
    display: none
}

.product-list-item .woocommerce-product-details__short-description {
    margin-bottom: 20px
}

.product-list-item .swatch-on-grid.swatch-size-default.swatch-with-bg {
    width: 20px;
    height: 20px
}

.product-list-item .passazh-add-btn>a {
    color: #FFF
}

.product-list-item .passazh-add-btn>a:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.product-list-item .add-to-cart-loop span {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px
}

.color-scheme-light .product-list-item:not(:last-child) .product-wrapper,
.passazh-dark .product-list-item:not(:last-child) .product-wrapper {
    border-bottom-color: rgba(255, 255, 255, .15)
}

.passazh-hover-standard .passazh-add-btn {
    margin-top: 10px
}

.passazh-hover-standard .passazh-add-btn>p {
    display: none
}

.passazh-hover-standard .passazh-add-btn>a {
    color: #FFF
}

.passazh-hover-standard .passazh-add-btn>a:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.passazh-hover-standard .add-to-cart-loop span {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px
}

.passazh-hover-tiled {
    text-align: right
}

.passazh-hover-tiled .product-element-top {
    margin-bottom: 0
}

.passazh-hover-tiled .product-element-bottom {
    padding: 15px 20px;
    background-color: #FFF
}

.color-scheme-light .passazh-hover-tiled .product-element-bottom,
.passazh-dark .passazh-hover-tiled .product-element-bottom {
    background-color: #101010
}

.image-full-width.product-design-alt .summary-inner,
.product-full-width.image-full-width .summary-inner,
.product-full-width.product-design-alt .summary-inner,
.product-full-width.product-summary-shadow .summary-inner {
    max-width: 620px
}

.single-product .site-content {
    padding-right: 0;
    padding-left: 0
}

.breadcrumbs-location-below_header .single-breadcrumbs-wrapper {
    margin-top: -15px;
    margin-bottom: 15px
}

.breadcrumbs-location-summary .single-breadcrumbs-wrapper {
    margin-bottom: 10px
}

.single-breadcrumbs-wrapper .container:after {
    content: none
}

.single-breadcrumbs-wrapper .container,
.single-breadcrumbs-wrapper .single-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.single-breadcrumbs-wrapper .container:before,
.single-breadcrumbs-wrapper .single-breadcrumbs:before {
    content: "";
    display: block
}

.single-breadcrumbs-wrapper .woocommerce-breadcrumb,
.single-breadcrumbs-wrapper .yoast-breadcrumb {
    flex: 1 1 auto;
    margin-bottom: 10px;
    font-size: 13px
}

.single-breadcrumbs-wrapper .passazh-products-nav {
    flex: 0 0 auto
}

.single-product-sidebar {
    margin-bottom: 0
}

.single-product-sidebar.sidebar-right {
    border-right: 1px solid
}

.single-product-sidebar.sidebar-left {
    border-left: 1px solid
}

.single-product-page>div:not(:last-child) {
    margin-bottom: 15px
}

.single-product-page .woocommerce-product-rating {
    align-items: center;
    float: left;
    position: absolute;
    top: 15px;
    left: 15px;
}

.single-product-page .star-rating {
    display: block;
    width: 75px;
    letter-spacing: 3px;
}

.product-image-summary .product-images .product-labels {
    right: auto;
    z-index: 10;
    align-items: flex-end;
    max-width: 30%
}

.product-image-summary .product-images .labels-rectangular {
    top: 15px;
    left: 0;
    right: auto
}

.product-image-summary .product-images .labels-rounded {
    top: 15px;
    left: 15px
}

.product-image-summary .product-images .labels-rounded .product-label {
    min-width: 55px;
    min-height: 55px
}

.browser-Internet .product-image-summary .product-images .labels-rounded .product-label {
    height: 55px
}

.product-image-summary .product-images .labels-rounded .label-with-img {
    min-height: auto
}

.product-image-summary .entry-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 15px;
}

.product-image-summary .summary-inner>.price,
.product-image-summary .passazh-scroll-content>.price {
    font-size: 16px;
    line-height: 1.2
}

.product-image-summary .summary-inner>.price .login-to-prices-msg,
.product-image-summary .passazh-scroll-content>.price .login-to-prices-msg {
    font-size: 80%
}

.product-image-summary .summary-inner>.price:empty,
.product-image-summary .passazh-scroll-content>.price:empty {
    display: none
}

.product-image-summary .woocommerce-product-details__short-description {
    margin-bottom: 25px
}

.product-image-summary .shop_attributes {
    margin-bottom: 25px
}

.product-image-summary .passazh-price-outside .price>.price {
    font-size: inherit
}

.product-image-summary .passazh-price-outside .woocommerce-variation {
    height: auto !important;
    -webkit-animation: none;
    animation: none
}

.product-image-summary .passazh-price-outside .woocommerce-variation-price {
    display: none
}

.product-image-summary .passazh-after-add-to-cart,
.product-image-summary .passazh-before-add-to-cart {
    margin-bottom: 25px
}

.product-image-summary .passazh-product-brands {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px
}

.product-image-summary .passazh-product-brands a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    min-height: 70px;
    background-color: #FFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12);
    transition: all .3s ease
}

.product-image-summary .passazh-product-brands a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .14)
}

.product-image-summary .passazh-product-brands img {
    max-width: 90px
}

.product-image-summary .passazh-product-countdown {
    margin-bottom: 10px
}

.product-image-summary .passazh-stock-progress-bar {
    margin-bottom: 20px
}

.product-image-summary .quantity {
    margin-bottom: 10px;
    margin-left: 10px
}

.product-image-summary .single_add_to_cart_button {
    margin-bottom: 10px
}

.product-image-summary .cart {
    margin-bottom: 15px
}

.product-image-summary .variations {
    margin-bottom: 25px
}

.passazh-dark .product-image-summary .passazh-product-brands a {
    background-color: #101010
}

.woocommerce-product-details__short-description table {
    margin-bottom: 0
}
.summary-inner>.passazh-wishlist-btn{
    display: none !important;
}
.summary-inner>.wd-action-btn {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    vertical-align: middle;
}

.product-images img {
    width: 100%
}

.product-images-inner {
    position: relative;
    z-index: 1
}

.woocommerce-product-gallery:not(.thumbs-position-centered) {
    opacity: 1 !important
}

.woocommerce-product-gallery .owl-carousel {
    overflow: hidden
}

.woocommerce-product-gallery .owl-carousel .product-image-wrap {
    padding-right: 2px;
    padding-left: 2px
}

.woocommerce-product-gallery .owl-loaded:after,
.woocommerce-product-gallery .owl-loaded:before {
    content: none
}

.woocommerce-product-gallery .product-image-thumbnail {
    cursor: pointer;
    transition: opacity .25s ease
}

.woocommerce-product-gallery .product-image-thumbnail.active-thumb {
    transition: none
}

.woocommerce-product-gallery .product-image-thumbnail.active-thumb,
.woocommerce-product-gallery .product-image-thumbnail:hover {
    opacity: .5
}

.woocommerce-product-gallery .thumbnails {
    opacity: 0
}

.woocommerce-product-gallery .thumbnails.thumbnails-ready {
    opacity: 1;
    transition: opacity .6s ease 1s
}

.woocommerce-product-gallery .slick-slider {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.woocommerce-product-gallery .slick-slider .slick-list {
    flex: 1 1 100%;
    order: 1;
    max-width: 100%;
    width: 100%
}

.woocommerce-product-gallery .slick-slider .slick-next,
.woocommerce-product-gallery .slick-slider .slick-prev {
    order: 2
}

.woocommerce-product-gallery .thumbnails.owl-carousel .owl-item {
    padding-right: 2px;
    padding-left: 2px
}

.image-action-none .product-image-wrap a {
    cursor: default
}

.image-action-none .owl-carousel .product-image-wrap a {
    cursor: move
}

.image-action-zoom .owl-carousel .product-image-wrap {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.image-action-zoom .owl-grab .zoomImg {
    opacity: 0 !important;
    transition: opacity .25s ease
}

.thumbs-position-centered .woocommerce-product-gallery__image {
    transition: opacity .3s ease
}

.thumbs-position-centered .owl-item:not(.center) .woocommerce-product-gallery__image {
    opacity: .4;
    pointer-events: none
}

.thumbs-position-bottom .woocommerce-product-gallery__wrapper {
    margin-bottom: 4px
}

.thumbs-position-bottom_column .product-image-wrap,
.thumbs-position-bottom_combined .product-image-wrap,
.thumbs-position-bottom_grid .product-image-wrap {
    margin-bottom: 4px
}

.thumbs-position-bottom_column .product-image-wrap:first-child,
.thumbs-position-bottom_combined .product-image-wrap:first-child,
.thumbs-position-bottom_grid .product-image-wrap:first-child {
    flex: 1 1 100%;
    max-width: 100%
}

.thumbs-position-bottom_combined .woocommerce-product-gallery__wrapper,
.thumbs-position-bottom_grid .woocommerce-product-gallery__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px
}

.thumbs-position-bottom_combined .product-image-wrap,
.thumbs-position-bottom_grid .product-image-wrap {
    flex: 1 1 50%;
    padding-right: 2px;
    padding-left: 2px;
    max-width: 50%
}

.thumbs-position-bottom_combined .product-image-wrap:nth-child(3n+4) {
    flex: 1 1 100%;
    max-width: 100%
}

.image-full-width .product-images.vc_row-no-padding {
    flex-basis: auto;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    max-width: none
}

.image-full-width .product-image-summary-inner {
    display: block
}

.image-full-width .product-image-summary-inner:after,
.image-full-width .product-image-summary-inner:before {
    content: ""
}

.image-full-width .product-image-summary-inner>div:not(:last-child) {
    margin-bottom: 35px
}

.image-full-width .product-image-summary-inner>.vc_row-full-width {
    margin-bottom: 0 !important
}

.image-full-width.product-design-alt .summary-inner {
    margin: 0 auto
}

.product-additional-galleries {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px
}

.product-additional-galleries>div {
    margin-bottom: 10px
}

.product-additional-galleries>div:last-child {
    margin-bottom: 0
}

.wd-gallery-btn {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.wd-gallery-btn>a,
.wd-gallery-btn>div>a {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    min-width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .18);
    color: #333;
    font-size: 13px;
    position: relative;
}

.wd-gallery-btn>a:before,
.wd-gallery-btn>div>a:before {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 21px;
    line-height: 50px;
    content: "\f125";
    font-family: passazh-font
}

.wd-gallery-btn>a>span,
.wd-gallery-btn>div>a>span {
    overflow: hidden;
    padding: 0;
    max-width: 0;
    white-space: nowrap;
    font-weight: 600;
    transition: padding .4s cubic-bezier(.175, .885, .32, 1.15), max-width .4s cubic-bezier(.175, .885, .32, 1.15)
}

.wd-gallery-btn>a:focus,
.wd-gallery-btn>a:hover,
.wd-gallery-btn>div>a:focus,
.wd-gallery-btn>div>a:hover {
    color: #333
}

.wd-gallery-btn>a:hover>span,
.wd-gallery-btn>div>a:hover>span {
    padding-left: 25px;
    max-width: 280px
}

.passazh-dark .wd-gallery-btn>a {
    background-color: rgba(0, 0, 0, .9);
    color: rgba(255, 255, 255, .8)
}

.passazh-dark .wd-gallery-btn>a:focus,
.passazh-dark .wd-gallery-btn>a:hover {
    color: #FFF
}

.product-360-button>a:before {
    font-size: 26px;
    content: "\f102";
    font-family: passazh-font
}

.passazh-show-product-gallery-wrap>a:before {
    content: "\f125";
    font-family: passazh-font
}

.product-video-button>a:before {
    content: "\f100";
    font-family: passazh-font
}


/*STARTS*/
.product-heart-button>div>a:before {
    content: "\f108";
    font-family: passazh-font
}

.product-heart-button>div>a:after {
    content: "\f108";
}

.product-heart-button>div>a:after {
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    right: 25px;
    margin-right: -7px;
    position: absolute;
}

.product-heart-button>div>a.loading:before {
    opacity: 0
}

.product-heart-button>div>a.loading:after {
    opacity: 1;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.product-heart-button>div>.added:before {
    content: "\f108";
    color: red
}
/*ENDS*/



/*STARTS*/
.product-compare-button>div>a:before {
    content: "\f122";
    font-family: passazh-font
}

.product-compare-button>div>a:after {
    content: "\f122";
}

.product-compare-button>div>a:after {
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    right: 25px;
    margin-right: -7px;
    position: absolute;
}

.product-compare-button>div>a.loading:before {
    opacity: 0
}

.product-compare-button>div>a.loading:after {
    opacity: 1;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.product-compare-button>div>.added:before {
    content: "\f122";
    color: green
}
/*ENDS*/

.variations_form .variations {
    transition: margin-bottom .3s ease
}

.variations_form .variations label {
    margin-bottom: 0;
    margin-left: 20px;
    color: #2d2a2a;
    white-space: nowrap;
    font-weight: 600
}

.variations_form .variations label:after {
    content: ":";
    margin-right: 2px
}

.variations_form .variations tr:last-child td {
    padding-bottom: 0
}

.variations_form .variations td {
    padding: 0;
    padding-bottom: 20px;
    border: none;
    vertical-align: middle
}

.variations_form .variations .value {
    position: relative;
    width: 100%
}

.variations_form .variations .value select {
    display: inline-block;
    max-width: 260px
}

.variations_form .variations .with-swatches select {
    display: none
}

.variations_form .reset_variations {
    display: inline-flex;
    display: inline-flex !important;
    visibility: hidden !important;
    margin-right: 10px;
    color: #3f3f3f;
    align-items: center;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0 !important;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.variations_form .reset_variations:before {
    display: inline-block;
    margin-left: 5px;
    content: "\f130";
    font-family: passazh-font
}

.variations_form .reset_variations:hover {
    color: #818181
}

.variations_form.variation-swatch-selected .reset_variations {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: visible
}

.variations_form .woocommerce-variation {
    -webkit-animation: wd-fadeInBottomShort .2s ease;
    animation: wd-fadeInBottomShort .2s ease
}

.variations_form .woocommerce-variation:after {
    content: "";
    display: block;
    clear: both
}

.variations_form .woocommerce-variation-availability,
.variations_form .woocommerce-variation-price {
    display: inline;
    vertical-align: middle
}

.variations_form .woocommerce-variation-price .price {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 15px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.2
}

.variations_form .woocommerce-variation-availability .stock {
    display: inline-block;
    vertical-align: middle
}

.variations_form .woocommerce-variation-description p {
    margin-bottom: 10px
}

.color-scheme-light .variations_form label,
.passazh-dark .variations_form label {
    color: #FFF
}

.color-scheme-light .variations_form .reset_variations,
.passazh-dark .variations_form .reset_variations {
    color: rgba(255, 255, 255, .9)
}

.color-scheme-light .variations_form .reset_variations:hover,
.passazh-dark .variations_form .reset_variations:hover {
    color: #FFF
}

.product_meta {
    display: block;
    line-height: 1.2
}

.product_meta>span {
    color: #333;
    font-weight: 600;
    font-size: 14px
}

.product_meta>span a,
.product_meta>span span {
    display: inline-block;
    margin: 0 1px;
    color: #777;
    font-weight: 400
}

.product_meta>span a:hover {
    color: #747474
}

.passazh-dark .product_meta>span {
    color: #FFF
}

.passazh-dark .product_meta>span a,
.passazh-dark .product_meta>span span {
    color: rgba(255, 255, 255, .8)
}

.passazh-dark .product_meta>span a:hover {
    color: #FFF
}

.product-share {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2
}

.product-share .share-title {
    margin-left: 5px;
    color: #1B1919;
    vertical-align: middle;
    font-weight: 600
}

.product-share .share-title:after {
    content: ":"
}

.product-share .passazh-social-icons {
    display: inline-flex
}

.passazh-dark .product-share .share-title {
    color: #FFF
}

.passazh-dark .product-share .passazh-social-icon a {
    color: #FFF
}

.passazh-dark .product-share .passazh-social-icon a:hover {
    color: rgba(255, 255, 255, .6)
}

.single_add_to_cart_button {
    color: #FFF
}

.single_add_to_cart_button:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.single_add_to_cart_button+.added_to_cart {
    display: none
}

.browser-Safari .product-sticky-on .product-images-inner.is_stuck,
.browser-Safari .product-sticky-on .summary-inner.is_stuck {
    -webkit-transform: translateZ(0);
    -webkit-perspective: 800px;
    -webkit-backface-visibility: hidden
}

.product-summary-shadow .summary-inner {
    padding: 30px 35px 15px;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.product-summary-shadow .single-product-sidebar {
    border: none
}

.passazh-dark .product-summary-shadow .summary-inner {
    background-color: rgba(0, 0, 0, .3)
}

.product-full-width.image-full-width .summary-inner {
    margin: 0 auto
}

.product-full-width.product-design-alt:not(.product-sticky-on) .summary-inner,
.product-full-width.product-summary-shadow:not(.product-sticky-on) .summary-inner {
    margin: 0 auto
}

.product-has-bg .product-tabs-wrapper {
    border-top: none
}

.product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-link-last,
.product-design-default .entry-summary.col-lg-4 .yoast-breadcrumb .breadcrumb-link-last {
    margin-left: 0;
    color: #333;
    font-weight: 600
}

.product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-link-last:after,
.product-design-default .entry-summary.col-lg-4 .yoast-breadcrumb .breadcrumb-link-last:after {
    content: none
}

.product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-last,
.product-design-default .entry-summary.col-lg-4 .yoast-breadcrumb .breadcrumb-last {
    display: none
}

.passazh-dark .product-design-default .entry-summary.col-lg-4 .woocommerce-breadcrumb .breadcrumb-link-last {
    color: #FFF
}

.passazh-before-product-tabs {
    margin-top: -41px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #F7F7F7;
    text-align: center
}

.passazh-before-product-tabs .product_meta {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.passazh-before-product-tabs .product_meta>div:not(.product-share),
.passazh-before-product-tabs .product_meta>span {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px
}

.passazh-before-product-tabs .product-share {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    vertical-align: middle
}

.passazh-dark .passazh-before-product-tabs {
    background-color: rgba(0, 0, 0, .3)
}
.wc-tabs-wrapper{
  background-color: #fff;
  float: right;
  width: 100%;
  margin-top: 10px;
}
.product-tabs-wrapper {
    padding-top: 0;
    border-bottom: 1px solid;
}
.poduct-tabs-inner li a:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 24px;
}
li.description_tab a:before {
width: 24px;
margin-left: 10px;
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMS45OTkgNTExLjk5OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjk5OSA1MTEuOTk5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI3NC41MjksMjAxLjI4NEgxMDIuMDQ2Yy04LjQwNSwwLTE1LjIxOSw2LjgxNC0xNS4yMTksMTUuMjE5czYuODE0LDE1LjIxOSwxNS4yMTksMTUuMjE5aDE3Mi40ODMgICAgYzguNDA1LDAsMTUuMjE5LTYuODE0LDE1LjIxOS0xNS4yMTlTMjgyLjkzNCwyMDEuMjg0LDI3NC41MjksMjAxLjI4NHoiIGZpbGw9IiM2NjY2NjYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMDEuOTU5LDM2My45MzNoLTk5LjkxM2MtOC40MDUsMC0xNS4yMTksNi44MTQtMTUuMjE5LDE1LjIxOXM2LjgxNCwxNS4yMTksMTUuMjE5LDE1LjIxOWg5OS45MTMgICAgYzguNDA1LDAsMTUuMjE5LTYuODE0LDE1LjIxOS0xNS4yMTlTMjEwLjM2NCwzNjMuOTMzLDIwMS45NTksMzYzLjkzM3oiIGZpbGw9IiM2NjY2NjYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00NzUuNzAxLDExOC4xNzJjLTI0LjE0LTE4LjU5Mi01OC45MDctMTQuMDc5LTc3LjQ5OCwxMC4wNjFsLTM2LjQxNiw0Ny4yODF2LTY5LjgwM2MwLTIyLjgzMy0xOC41NzctNDEuNDEtNDEuNDEtNDEuNDEgICAgSDI3OS4xM1Y0OC40NTZjMC04LjQwNS02LjgxNC0xNS4yMTktMTUuMjE5LTE1LjIxOWgtMjUuOTA2VjE1LjIxOUMyMzguMDA0LDYuODE0LDIzMS4xODksMCwyMjIuNzg0LDBoLTY5LjAwMiAgICBjLTguNDA1LDAtMTUuMjE5LDYuODE0LTE1LjIxOSwxNS4yMTl2MTguMDE4aC0yNS45MDZjLTguNDA1LDAtMTUuMjE5LDYuODE0LTE1LjIxOSwxNS4yMTlWNjQuM0g1Ni4xODkgICAgYy0yMi44MzQsMC00MS40MSwxOC41NzctNDEuNDEsNDEuNDF2MzY0Ljg3OWMwLDIyLjgzNCwxOC41NzcsNDEuNDEsNDEuNDEsNDEuNDFoMjY0LjE4OGMyMi44MzQsMCw0MS40MS0xOC41NzcsNDEuNDEtNDEuNDEgICAgVjM1Ni42MzZMNDg1Ljc2MiwxOTUuNjdDNTA0LjM1NCwxNzEuNTMsNDk5Ljg0MSwxMzYuNzY0LDQ3NS43MDEsMTE4LjE3MnogTTEyNy44NzUsNjMuNjc2aDI1LjkwNiAgICBjOC40MDUsMCwxNS4yMTktNi44MTQsMTUuMjE5LTE1LjIxOVYzMC40MzloMzguNTYzdjE4LjAxOGMwLDguNDA1LDYuODE0LDE1LjIxOSwxNS4yMTksMTUuMjE5aDI1LjkwNnYzMS42ODdIMTI3Ljg3NVY2My42NzZ6ICAgICBNMzMxLjM0OCw0NzAuNTljMCw2LjA0OS00LjkyMSwxMC45NzEtMTAuOTcxLDEwLjk3MUg1Ni4xODljLTYuMDUsMC0xMC45NzEtNC45MjItMTAuOTcxLTEwLjk3MVYxMDUuNzExICAgIGMwLTYuMDQ5LDQuOTIyLTEwLjk3MSwxMC45NzEtMTAuOTcxaDQxLjI0OHYxNS44NDNjMCw4LjQwNSw2LjgxNCwxNS4yMTksMTUuMjE5LDE1LjIxOWgxNTEuMjUzICAgIGM4LjQwNSwwLDE1LjIxOS02LjgxNCwxNS4yMTktMTUuMjE5Vjk0LjczOWg0MS4yNDhjNi4wNSwwLDEwLjk3MSw0LjkyMiwxMC45NzEsMTAuOTcxdjEwOS4zMjVsLTUyLjUyNiw2OC4xOTggICAgYy0xLjM2My0wLjQwMS0yLjgwMS0wLjYyNC00LjI5My0wLjYyNEgxMDIuMDQ2Yy04LjQwNSwwLTE1LjIxOSw2LjgxNC0xNS4yMTksMTUuMjE5czYuODE0LDE1LjIxOSwxNS4yMTksMTUuMjE5aDE1NS4zOTkgICAgYy0wLjM2LDEuNDE0LTAuNTI5LDIuODgtMC40Nyw0LjM2MWwyLjUxMyw2Mi4zNTdjMC4xODMsNC41MDMsMi4zNSw4LjY5NCw1LjkyLDExLjQ0NWMyLjY4NiwyLjA2OSw1Ljk1OCwzLjE2Miw5LjI4NywzLjE2MiAgICBjMS4wOTcsMCwyLjIwMS0wLjExOSwzLjI5LTAuMzZsNTMuMzYyLTExLjgxNlY0NzAuNTl6IE0zMjYuOTQyLDM1MS45OTVsLTM3Ljc3MSw4LjM2NWwtMS41NTctMzguNjU0bDExMC41MDQtMTQzLjQ3NiAgICBsMzkuMjQzLDMwLjQwMkwzMjYuOTQyLDM1MS45OTV6IE00NjEuNjQ2LDE3Ny4wOTdsLTUuNzE0LDcuNDE5bC0zOS4yNDMtMzAuNDAybDUuNjI4LTcuMzA3ICAgIGM4LjM1MS0xMC44NDIsMjMuOTY5LTEyLjg3LDM0LjgxLTQuNTE5QzQ2Ny45NywxNTAuNjM4LDQ2OS45OTgsMTY2LjI1Myw0NjEuNjQ2LDE3Ny4wOTd6IiBmaWxsPSIjNjY2NjY2Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

li.seller_tab a:before {
width: 24px;
margin-left: 10px;
    background-image:url(../images/person.svg);
    background-size: cover;
}li.more_seller_product_tab a:before {
width: 24px;
margin-left: 10px;
    background-image:url(../images/product.svg);
    background-size: cover;
}

li.additional_information_tab a:before {
width: 24px;
margin-left: 10px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ1LjA3OCwwSDY2LjkyMmMtOC40MjEsMC0xNS4yNDgsNi44MjctMTUuMjQ4LDE1LjI0OHY0ODEuNTAzYzAsOC40MjEsNi44MjcsMTUuMjQ4LDE1LjI0OCwxNS4yNDhoMzc4LjE1NyAgICBjOC40MjEsMCwxNS4yNDgtNi44MjcsMTUuMjQ4LTE1LjI0OFYxNS4yNDhDNDYwLjMyNyw2LjgyNyw0NTMuNSwwLDQ0NS4wNzgsMHogTTQyOS44Myw0ODEuNTAzSDgyLjE3VjMwLjQ5N2gzNDcuNjZWNDgxLjUwM3oiIGZpbGw9IiM2NjY2NjYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zODAuMzU4LDIwNy44MDJoLTY1LjkwNmMtOC40MjEsMC0xNS4yNDgsNi44MjctMTUuMjQ4LDE1LjI0OHY2NS45MDZjMCw4LjQyMSw2LjgyNywxNS4yNDgsMTUuMjQ4LDE1LjI0OGg2NS45MDYgICAgYzguNDIxLDAsMTUuMjQ4LTYuODI3LDE1LjI0OC0xNS4yNDh2LTY1LjkwNkMzOTUuNjA2LDIxNC42MjksMzg4Ljc3OSwyMDcuODAyLDM4MC4zNTgsMjA3LjgwMnogTTM2NS4xMDksMjczLjcwOEgzMjkuN3YtMzUuNDEgICAgaDM1LjQwOVYyNzMuNzA4eiIgZmlsbD0iIzY2NjY2NiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTM4MC4zNTgsMzI3Ljc1NWgtNjUuOTA2Yy04LjQyMSwwLTE1LjI0OCw2LjgyNy0xNS4yNDgsMTUuMjQ4djY1LjkwNmMwLDguNDIxLDYuODI3LDE1LjI0OCwxNS4yNDgsMTUuMjQ4aDY1LjkwNiAgICBjOC40MjEsMCwxNS4yNDgtNi44MjcsMTUuMjQ4LTE1LjI0OHYtNjUuOTA2QzM5NS42MDYsMzM0LjU4MiwzODguNzc5LDMyNy43NTUsMzgwLjM1OCwzMjcuNzU1eiBNMzY1LjEwOSwzOTMuNjYxSDMyOS43di0zNS40MSAgICBoMzUuNDA5VjM5My42NjF6IiBmaWxsPSIjNjY2NjY2Ii8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjQzLjI5MywzNjAuNzA4SDE0MC42MjJjLTguNDIxLDAtMTUuMjQ4LDYuODI3LTE1LjI0OCwxNS4yNDhjMCw4LjQyMSw2LjgyNywxNS4yNDgsMTUuMjQ4LDE1LjI0OGgxMDIuNjcyICAgIGM4LjQyMSwwLDE1LjI0OC02LjgyNywxNS4yNDgtMTUuMjQ4QzI1OC41NDEsMzY3LjUzNSwyNTEuNzE0LDM2MC43MDgsMjQzLjI5MywzNjAuNzA4eiIgZmlsbD0iIzY2NjY2NiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI0My4yOTMsMjQwLjc1NUgxNDAuNjIyYy04LjQyMSwwLTE1LjI0OCw2LjgyNy0xNS4yNDgsMTUuMjQ4YzAsOC40MjEsNi44MjcsMTUuMjQ4LDE1LjI0OCwxNS4yNDhoMTAyLjY3MiAgICBjOC40MjEsMCwxNS4yNDgtNi44MjcsMTUuMjQ4LTE1LjI0OEMyNTguNTQxLDI0Ny41ODIsMjUxLjcxNCwyNDAuNzU1LDI0My4yOTMsMjQwLjc1NXoiIGZpbGw9IiM2NjY2NjYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNDMuMjkzLDEyMC44MDJIMTQwLjYyMmMtOC40MjEsMC0xNS4yNDgsNi44MjctMTUuMjQ4LDE1LjI0OGMwLDguNDIxLDYuODI3LDE1LjI0OCwxNS4yNDgsMTUuMjQ4aDEwMi42NzIgICAgYzguNDIxLDAsMTUuMjQ4LTYuODI3LDE1LjI0OC0xNS4yNDhDMjU4LjU0MSwxMjcuNjI5LDI1MS43MTQsMTIwLjgwMiwyNDMuMjkzLDEyMC44MDJ6IiBmaWxsPSIjNjY2NjY2Ii8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzY4Ljk2NywxMzYuMDVsMjIuMTcxLTIyLjE3MWM1Ljk1NS01Ljk1NSw1Ljk1NS0xNS42MDksMC0yMS41NjRjLTUuOTU0LTUuOTU1LTE1LjYwOS01Ljk1NS0yMS41NjQsMGwtMjIuMTcxLDIyLjE3MSAgICBsLTIyLjE3MS0yMi4xNzFjLTUuOTU0LTUuOTU1LTE1LjYwOS01Ljk1NS0yMS41NjQsMHMtNS45NTUsMTUuNjA5LDAsMjEuNTY0bDIyLjE3MSwyMi4xNzFsLTIyLjE3MSwyMi4xNzEgICAgYy01Ljk1NCw1Ljk1NS01Ljk1NCwxNS42MDksMC4wMDIsMjEuNTY0YzIuOTc3LDIuOTc3LDYuODgsNC40NjcsMTAuNzgxLDQuNDY3czcuODA1LTEuNDg4LDEwLjc4Mi00LjQ2N2wyMi4xNzEtMjIuMTcxICAgIGwyMi4xNzEsMjIuMTcxYzIuOTc3LDIuOTc3LDYuODgsNC40NjcsMTAuNzgxLDQuNDY3YzMuOTAyLDAsNy44MDUtMS40ODgsMTAuNzgyLTQuNDY3YzUuOTU1LTUuOTU1LDUuOTU1LTE1LjYwOSwwLTIxLjU2NCAgICBMMzY4Ljk2NywxMzYuMDV6IiBmaWxsPSIjNjY2NjY2Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
li.reviews_tab a:before {
width: 24px;
margin-left: 10px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMS45OTkgNTExLjk5OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjk5OSA1MTEuOTk5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUxMC4xNTYsNDAxLjg0M0w0ODAuNDE5LDMxNS4zYzE0LjMzNC0yOS4zMDIsMjEuOTA5LTYxLjg5LDIxLjk2LTk0LjY3OWMwLjA4OC01Ny4wMTMtMjEuOTctMTEwLjkyLTYyLjExMi0xNTEuNzkgICAgQzQwMC4xMTcsMjcuOTUzLDM0Ni42MTUsNC45NDIsMjg5LjYxNSw0LjAzOUMyMzAuNTEsMy4xMDUsMTc0Ljk1NCwyNS41ODcsMTMzLjE4Nyw2Ny4zNTMgICAgYy00MC4yNzQsNDAuMjczLTYyLjYxMiw5My4zNjYtNjMuMzE5LDE1MC4xMDJDMzAuMTc0LDI0Ny4zNDEsNi43NDUsMjkzLjkzNiw2LjgyMiwzNDMuNzA1ICAgIGMwLjAzNywyMy4yOSw1LjI3OSw0Ni40NDEsMTUuMjEyLDY3LjM3NkwxLjU1MSw0NzAuNjg5Yy0zLjUyMSwxMC4yNDctMC45NDksMjEuMzczLDYuNzEzLDI5LjAzNSAgICBjNS4zOTIsNS4zOTMsMTIuNTAxLDguMjY0LDE5LjgxMiw4LjI2NGMzLjA3NiwwLDYuMTg4LTAuNTA4LDkuMjIzLTEuNTUxbDU5LjYwOS0yMC40ODNjMjAuOTM1LDkuOTMzLDQ0LjA4NiwxNS4xNzUsNjcuMzc2LDE1LjIxMiAgICBjMC4wODQsMCwwLjE2NCwwLDAuMjQ4LDBjNTAuNTEtMC4wMDIsOTcuNDYtMjQuMDM1LDEyNy4yMzctNjQuNzAyYzMwLjk4Ny0wLjgxNiw2MS42NDYtOC4zMTcsODkuMzYzLTIxLjg3Nmw4Ni41NDQsMjkuNzM4ICAgIGMzLjYwNiwxLjIzOSw3LjMwNCwxLjg0MywxMC45NTksMS44NDNjOC42ODgsMCwxNy4xMzYtMy40MTIsMjMuNTQ1LTkuODIyQzUxMS4yODQsNDI3LjI0Miw1MTQuMzQsNDE0LjAyMSw1MTAuMTU2LDQwMS44NDN6ICAgICBNMTY0LjUzLDQ3MC42OWMtMC4wNjUsMC0wLjEzNCwwLTAuMTk5LDBjLTIwLjYxNC0wLjAzMS00MS4wODUtNS4xMTMtNTkuMTk2LTE0LjY5NWMtMy43MjQtMS45NjktOC4wOTYtMi4zMS0xMi4wNzgtMC45NDIgICAgbC02MS4xMjMsMjEuMDAzbDIxLjAwMy02MS4xMjJjMS4zNjgtMy45ODMsMS4wMjgtOC4zNTUtMC45NDItMTIuMDc4Yy05LjU4Mi0xOC4xMTItMTQuNjY0LTM4LjU4Mi0xNC42OTYtNTkuMTk3ICAgIGMtMC4wNTEtMzMuMTU5LDEyLjg0OC02NC41ODgsMzUuNDA1LTg4LjEyMmM3LjM2OCw0NC45MTYsMjguNzc1LDg2LjMwNiw2MS45NTcsMTE4Ljg5OCAgICBjMzIuOTM3LDMyLjM1MSw3NC4zMzksNTIuOTQ5LDExOS4wMTEsNTkuNjgzQzIzMC4wODQsNDU3LjM2NywxOTguMjg4LDQ3MC42OSwxNjQuNTMsNDcwLjY5eiBNNDgwLjYyOCw0MTQuNzk3ICAgIGMtMC44NjcsMC44NjctMS44OTUsMS4xMDMtMy4wNTEsMC43MDVsLTkyLjY0OC0zMS44MzZjLTEuNjA5LTAuNTUzLTMuMjgzLTAuODI3LTQuOTUxLTAuODI3Yy0yLjQ1OSwwLTQuOTA5LDAuNTk1LTcuMTI2LDEuNzY5ICAgIGMtMjYuNDUzLDEzLjk5NC01Ni4zNDUsMjEuNDE2LTg2LjQ0NywyMS40NjJjLTAuMDk5LDAtMC4xODksMC0wLjI4OCwwYy0xMDAuODYzLDAtMTg0LjE3Ni04MS45MzQtMTg1Ljc3NC0xODIuNzczICAgIGMtMC44MDUtNTAuNzg1LDE4LjUxMy05OC41MTQsNTQuMzk0LTEzNC4zOTVjMzUuODgxLTM1Ljg4MSw4My42MTgtNTUuMTkyLDEzNC4zOTYtNTQuMzkyICAgIGMxMDAuOTM2LDEuNjAxLDE4Mi45MjYsODUuMDY4LDE4Mi43NywxODYuMDYzYy0wLjA0NywzMC4xMDItNy40NjgsNTkuOTk1LTIxLjQ2MSw4Ni40NDZjLTEuOTcsMy43MjMtMi4zMSw4LjA5NS0wLjk0MiwxMi4wNzggICAgbDMxLjgzNSw5Mi42NDhDNDgxLjczMiw0MTIuOTA1LDQ4MS40OTQsNDEzLjkzMiw0ODAuNjI4LDQxNC43OTd6IiBmaWxsPSIjNjY2NjY2Ii8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzc2Ljg5MiwxMzkuNTEyaC0xODEuNTZjLTguNDE2LDAtMTUuMjM4LDYuODIzLTE1LjIzOCwxNS4yMzhjMCw4LjQxNiw2LjgyMywxNS4yMzgsMTUuMjM4LDE1LjIzOGgxODEuNTYgICAgYzguNDE2LDAsMTUuMjM4LTYuODIzLDE1LjIzOC0xNS4yMzhDMzkyLjEzLDE0Ni4zMzUsMzg1LjMwOCwxMzkuNTEyLDM3Ni44OTIsMTM5LjUxMnoiIGZpbGw9IiM2NjY2NjYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zNzYuODkyLDIwMi4xODNoLTE4MS41NmMtOC40MTYsMC0xNS4yMzgsNi44MjMtMTUuMjM4LDE1LjIzOHM2LjgyMywxNS4yMzgsMTUuMjM4LDE1LjIzOGgxODEuNTYgICAgYzguNDE2LDAsMTUuMjM4LTYuODIzLDE1LjIzOC0xNS4yMzhTMzg1LjMwOCwyMDIuMTgzLDM3Ni44OTIsMjAyLjE4M3oiIGZpbGw9IiM2NjY2NjYiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zMDcuMDA0LDI2NC44NTJIMTk1LjMzMWMtOC40MTYsMC0xNS4yMzgsNi44MjMtMTUuMjM4LDE1LjIzOGMwLDguNDE2LDYuODIzLDE1LjIzOCwxNS4yMzgsMTUuMjM4aDExMS42NzIgICAgYzguNDE2LDAsMTUuMjM4LTYuODIzLDE1LjIzOC0xNS4yMzhDMzIyLjI0MSwyNzEuNjc1LDMxNS40MiwyNjQuODUyLDMwNy4wMDQsMjY0Ljg1MnoiIGZpbGw9IiM2NjY2NjYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.passazh-dark .product-tabs-wrapper {
    background-color: rgba(0, 0, 0, .3)
}

.full-height-sidebar-wrap .product-tabs-wrapper {
    background-color: transparent
}

.poduct-tabs-inner>div:not(:last-child) {
    margin-bottom: 40px
}

.tabs-layout-tabs .passazh-accordion-title {
    display: none
}

.tabs-layout-tabs .tabs {
    margin-top: -7px;
    margin-bottom: 30px;;
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
    border-left: 1px solid #f0f0f0;
    box-shadow: 0 3px 5px rgba(153,153,153,.26);
    text-align: right;
    float: right;
    width: 100%;
}

.tabs-layout-tabs .tabs li {
  float: right;
    color: #2d2a2a;
    font-weight: 600;
    position: relative;
    border-left: 1px solid #ddd;
}

.tabs-layout-tabs .tabs li a {
    position: relative;
    display: inline-block;
    padding: 16px 40px;
    color: inherit;

    font-weight: inherit;
    font-size: 14px;
}

.tabs-layout-tabs .tabs li a:after {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 4px;
    transition: width .3s cubic-bezier(.175, .885, .32, 1.15);
    background-color: #2196f3 !important;
    top: -4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tabs-layout-tabs .tabs li a:focus,
.tabs-layout-tabs .tabs li a:hover {
    color: inherit;
    opacity: 1
}

.tabs-layout-tabs .tabs li.active a {
    background-color: #fff
}

.tabs-layout-tabs .tabs li.active a:after {
    width: 100%
}

.tabs-layout-tabs .tabs li:last-child {
    margin-left: 0
}

.tabs-layout-tabs #tab-additional_information .wc-tab-inner>div>h2:first-child {
    margin-right: auto;
    margin-left: auto;
    max-width: 650px
}

.tabs-layout-tabs #tab-additional_information .shop_attributes {
    float: right;
    width: 100%
}
.passazh-dark .tabs-layout-tabs li {
    color: #FFF
}

.passazh-accordion-title {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;

    font-weight: 600;
    font-size: 16px
}

.passazh-accordion-title:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    color: #BBB;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    content: "\f124";
    font-family: passazh-font;
    backface-visibility: hidden;
    perspective: 800px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 800px
}

.passazh-accordion-title.active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.passazh-dark .passazh-accordion-title {
    color: #FFF
}

.passazh-dark .passazh-accordion-title:after {
    color: rgba(255, 255, 255, .6)
}

.tabs-layout-accordion {
    border-top: 2px solid rgba(119, 119, 119, .17)
}

.tabs-layout-accordion .passazh-scroll {
    height: auto
}

.tabs-layout-accordion .tabs {
    display: none
}

.tabs-layout-accordion .passazh-tab-wrapper {
    border-bottom: 1px solid rgba(119, 119, 119, .17)
}

.tabs-layout-accordion .passazh-tab-wrapper .wc-tab {
    padding-bottom: 20px
}

.tabs-layout-accordion .passazh-tab-wrapper .wc-tab>h2:first-child {
    display: none
}

.tabs-layout-accordion .passazh-scroll {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    overflow: hidden
}

.tabs-layout-accordion .passazh-scroll .passazh-scroll-content {
    position: relative;
    flex: 1 1 auto;
    padding-left: 20px;
    max-height: 250px
}

.tabs-layout-accordion .passazh-scroll .passazh-scroll-pane {
    left: 2px
}

.tabs-layout-accordion .has-scrollbar .passazh-scroll-content {
    overflow: scroll;
    overflow-x: hidden
}

.tabs-layout-accordion .shop_attributes {
    margin-bottom: 10px
}

.tabs-layout-accordion #tab-reviews {
    margin-top: 10px
}

.tabs-layout-accordion #tab-reviews .wc-tab-inner .passazh-scroll-content {
    max-height: 400px
}
.wc-tab-inner p{
  line-height: 30px;
  font-size: 14px;
}

.passazh-dark .tabs-layout-accordion {
    border-color: rgba(255, 255, 255, .25)
}

.passazh-dark .tabs-layout-accordion .passazh-tab-wrapper {
    border-color: rgba(255, 255, 255, .25)
}

.tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs {
    padding-bottom: 30px;
    border-bottom: 1px solid
}

.tabs-location-standard.tabs-type-accordion>div:not(:last-child) {
    margin-bottom: 25px
}

.tabs-location-standard.tabs-type-accordion .product-tabs-wrapper {
    border-top: none
}

.tabs-location-standard.tabs-type-accordion.meta-location-after_tabs .product-tabs-wrapper,
.tabs-location-standard.tabs-type-accordion:not(.reviews-location-separate) .product-tabs-wrapper {
    border-bottom: none
}

.tabs-location-standard.tabs-type-accordion .passazh-before-product-tabs {
    margin-top: -26px
}

.tabs-location-summary .product-image-summary .woocommerce-Reviews {
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.tabs-location-summary .product-image-summary .woocommerce-Reviews #comments,
.tabs-location-summary .product-image-summary .woocommerce-Reviews #review_form_wrapper {
    flex-basis: 100%;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    width: 100%
}

.tabs-location-summary .product-image-summary .commentlist {
    margin-top: 0;
    margin-bottom: 20px
}

.tabs-location-summary .product-image-summary .commentlist li:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 5px
}

.tabs-location-summary .product-image-summary .woocommerce-Reviews-title {
    display: none
}

.tabs-location-summary .tabs-layout-accordion {
    margin-top: 10px;
    margin-bottom: 25px
}

.tabs-location-summary .tabs-layout-accordion .passazh-accordion-title {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px
}

.tabs-location-summary:not(.reviews-location-separate) .passazh-before-product-tabs {
    margin-top: 0
}

.tabs-location-summary.meta-location-add_to_cart .product_meta {
    padding-top: 0;
    border-top: none
}

.woocommerce-Tabs-panel {
    display: none;
    -webkit-animation: wd-fadeIn .4s ease;
    animation: wd-fadeIn .4s ease
}

.woocommerce-Tabs-panel .wc-tab-inner>div>h2:first-child {

    font-weight: 600;
}

#tab-seller ul li {
    margin-bottom: 15px
}

#tab-seller ul li>span {
    color: #333;
    font-weight: 600
}

#tab-seller ul li>span.details {
    color: #777;
    font-weight: 400
}

.passazh-dark #tab-seller ul li>span {
    color: #FFF
}

.passazh-dark #tab-seller ul li>span.details {
    color: rgba(255, 255, 255, .8)
}

.woocommerce-Reviews {
    display: flex;
    flex-direction: row;
    margin-right: -30px;
    margin-left: -30px
}

.woocommerce-Reviews #comments,
.woocommerce-Reviews #review_form_wrapper {
    flex: 0 1 50%;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 50%
}

.woocommerce-Reviews .comment-reply-title,
.woocommerce-Reviews .woocommerce-Reviews-title {

    font-size: 14px
}

.woocommerce-Reviews .clear {
    display: none
}

.passazh-dark .woocommerce-Reviews .comment-reply-title {
    color: #FFF
}

.woocommerce-review-link {
    color: #777;
    text-decoration: none;
    font-size: 13px
}

.woocommerce-review-link:hover {
    color: #2d2a2a
}

.passazh-dark .woocommerce-review-link {
    color: rgba(255, 255, 255, .6)
}

.passazh-dark .woocommerce-review-link:hover {
    color: #FFF
}

.comment-respond .stars {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap
}

.comment-respond .stars a {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 0
}

.comment-respond .stars a:after,
.comment-respond .stars a:before {
    position: absolute;
    right: 0;
    height: 22px;
    color: #B1B1B1;
    font-size: 14px;
    font-family: passazh-font;
    line-height: 22px
}

.comment-respond .stars a:after {
    content: ""
}

.comment-respond .stars a.active:after,
.comment-respond .stars a:hover:after {
    color: #EABE12
}

.comment-respond .star-1 {
    z-index: 5
}

.comment-respond .star-1.active:after,
.comment-respond .star-1:hover:after {
    content: "\f505"
}

.comment-respond .star-1:after {
    width: 13px
}

.comment-respond .star-2 {
    z-index: 4
}

.comment-respond .star-2.active:after,
.comment-respond .star-2:hover:after {
    content: "\f505" "\f505"
}

.comment-respond .star-2:after {
    width: 29px
}

.comment-respond .star-3 {
    z-index: 3
}

.comment-respond .star-3.active:after,
.comment-respond .star-3:hover:after {
    content: "\f505" "\f505" "\f505"
}

.comment-respond .star-3:after {
    width: 44px
}

.comment-respond .star-4 {
    z-index: 2
}

.comment-respond .star-4.active:after,
.comment-respond .star-4:hover:after {
    content: "\f505" "\f505" "\f505" "\f505"
}

.comment-respond .star-4:after {
    width: 59px
}

.comment-respond .star-5 {
    z-index: 1
}

.comment-respond .star-5.active:after,
.comment-respond .star-5:hover:after {
    content: "\f505" "\f505" "\f505" "\f505" "\f505"
}

.comment-respond .star-5:before {
    content: "\f506" "\f506" "\f506" "\f506" "\f506"
}

.passazh-dark .comment-respond .stars a:not(:hover):not(.active) {
    color: rgba(255, 255, 255, .6)
}

.commentlist>li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid
}

.commentlist>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.commentlist .comment_container,
.commentlist .review_comment_container {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    padding: 15px 0
}

.commentlist .comment_container .dokan-review-author-img img,
.commentlist .comment_container>img,
.commentlist .review_comment_container .dokan-review-author-img img,
.commentlist .review_comment_container>img {
    margin-left: 20px;
    max-width: 60px;
    border-radius: 50%
}

.commentlist .comment-text {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.commentlist .comment-text .star-rating {
    order: 2;
    margin-bottom: 10px;
    margin-left: 0
}

.commentlist .comment-text .meta {
    order: 1;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px
}

.commentlist .comment-text .meta strong {
    color: #2d2a2a;
    float: right;
    margin-left: 5px;
}

.commentlist .comment-text .meta time {
    font-style: italic
}

.commentlist .comment-text .description {
    flex: 1 1 100%;
    order: 3;
    margin-bottom: 0;
    max-width: 100%;
    line-height: 1.6
}

.commentlist .comment-text .description p {
    margin-bottom: 10px
}

.commentlist .comment-text .description p:last-child {
    margin-bottom: 0
}

.passazh-dark .commentlist .comment-text .meta strong {
    color: #FFF
}

.comment-form-images {
    margin-top: 10px
}

label[for=wd-add-img-btn] {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    border-width: 2px;
    border-bottom-style: solid;
    border-color: #DFDFDF;
    color: #333;
    vertical-align: middle;

    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease
}

label[for=wd-add-img-btn]:hover {
    border-color: #C5C5C5
}

.wd-add-img-count {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

#wd-add-img-btn {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px)
}

.wd-add-img-msg {
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.wd-add-img-msg span.passazh-tooltip-label {
    padding: 8px 15px !important;
    min-width: 220px;
    height: auto;
    white-space: normal;
    line-height: 1.6
}

.wd-add-img-msg:before {
    content: "?";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #FFF;
    font-weight: 600;
    font-size: 14px
}

.commentlist .passazh-images-gallery {
    margin-top: 15px
}

.passazh-dark label[for=wd-add-img-btn] {
    border-color: rgba(255, 255, 255, .3);
    color: #FFF
}

.passazh-dark label[for=wd-add-img-btn]:hover {
    border-color: #FFF
}

.product-extra-content {
    margin-bottom: 40px
}

.product-image-summary-wrap+.product-extra-content {
    margin-top: 15px;
    margin-bottom: 0
}

.related-and-upsells>div {
    margin-bottom: 40px
}

.related-and-upsells>div:first-child {
    padding-top: 0;
    border-top: 0
}

.related-and-upsells>div:last-child {
    margin-bottom: 0
}

.related-and-upsells:after,
.related-and-upsells:before {
    content: none
}

.related-and-upsells:empty {
    margin-top: -40px
}

.related-and-upsells .passazh-carousel-container {
    margin-bottom: 0
}

.passazh-products-nav {
    position: relative;
    margin-bottom: 10px;
    font-size: 0
}

.passazh-products-nav .product-btn {
    display: inline-flex;
    vertical-align: middle
}

.passazh-products-nav .product-btn>a {
    display: block;
    width: 20px;
    height: 20px;
    color: #333;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    font-size: 0;
    line-height: 20px
}

.passazh-products-nav .product-btn>a:hover {
    color: #878787
}

.passazh-products-nav .product-btn>a span {
    font-size: 12px
}

.passazh-products-nav .product-btn>a span:before {
    display: inline-block;
    content: "\f110";
    font-family: passazh-font
}

.passazh-products-nav .product-btn:hover>.wrapper-short {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility .3s ease;
    -webkit-animation: wd-fadeInRightShort .3s ease both;
    animation: wd-fadeInRightShort .3s ease both
}

.passazh-products-nav .product-next>a span:before {
    content: "\f111";
    font-family: passazh-font
}

.passazh-products-nav .passazh-back-btn {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    width: 20px;
    height: 20px;
    color: #333;
    vertical-align: middle;
    text-align: center;
    line-height: 20px
}

.passazh-products-nav .passazh-back-btn span:not(.passazh-tooltip-label) {
    display: none
}

.passazh-products-nav .passazh-back-btn .passazh-tooltip-label {
    z-index: 391;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.passazh-products-nav .passazh-back-btn:after {
    font-size: 14px;
    content: "\f11a";
    font-family: passazh-font
}

.passazh-products-nav .passazh-back-btn:hover {
    color: #878787
}

.passazh-products-nav .wrapper-short {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 350;
    visibility: hidden;
    padding-top: 10px;
    min-width: 240px;
    opacity: 0;
    transition: opacity .1s ease .1s, visibility .1s ease .1s;
    -webkit-animation: wd-fadeOutLeftShort .1s ease .1s both;
    animation: wd-fadeOutLeftShort .1s ease .1s both
}

.passazh-products-nav .product-short {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.passazh-products-nav .product-short-image img {
    max-width: 90px
}

.passazh-products-nav .product-short-description {
    padding: 10px 15px
}

.passazh-products-nav .product-short-description .product-title {
    margin-bottom: 7px;
    font-size: 14px
}

.passazh-products-nav .product-short-description .price {
    display: block;
    font-size: 14px;
    line-height: 1.2
}

.passazh-dark .passazh-products-nav .product-btn>a {
    color: #FFF
}

.passazh-dark .passazh-products-nav .product-btn>a:hover {
    color: rgba(255, 255, 255, .8)
}

.passazh-dark .passazh-products-nav .passazh-back-btn {
    color: #FFF
}

.passazh-dark .passazh-products-nav .passazh-back-btn:hover {
    color: rgba(255, 255, 255, .8)
}

.passazh-dark .passazh-products-nav .product-short {
    background-color: #101010
}

.passazh-product-instagram {
    margin-bottom: 35px;
    padding-top: 40px;
    border-top: 1px solid
}

.passazh-product-instagram .product-instagram-intro {
    font-size: 16px
}

.passazh-product-instagram .product-instagram-intro span {
    color: #333;
    font-weight: 600
}

.passazh-dark .passazh-product-instagram .product-instagram-intro span {
    color: #FFF
}

.group_table {
    margin-bottom: 25px;
    border-top: 2px solid #EFEFEF
}

.group_table td.price-column {
    text-align: left
}

.group_table td.label a {
    font-size: 14px
}

.group_table td .quantity {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0
}

.group_table td.product-quantity>a {
    white-space: nowrap;
    padding: 8px 14px;
    border-width: 2px;
    border-color: #E9E9E9;
    color: #333
}

.group_table td.product-quantity>a:not(:hover) {
    background-color: transparent !important
}

.group_table td.product-quantity>a:hover {
    box-shadow: none
}

.group_table td.product-quantity>a:hover {
    background-color: #E9E9E9;
    color: #333
}

.group_table td.product-quantity>.added_to_cart {
    display: none
}

.group_table tr td:first-child {
    padding-right: 0
}

.group_table tr td:last-child {
    padding-left: 0
}

.product-design-alt .product-image-summary div[itemprop=description] {
    margin-bottom: 20px
}

.product-design-alt .entry-summary {
    text-align: center
}

.product-design-alt .woocommerce-product-details__short-description>ol,
.product-design-alt .woocommerce-product-details__short-description>ul {
    padding-right: 0;
    text-align: center
}

.product-design-alt .woocommerce-product-details__short-description>ol li,
.product-design-alt .woocommerce-product-details__short-description>ul li {
    list-style: none
}

.product-design-alt .woocommerce-product-details__short-description>ol li:before,
.product-design-alt .woocommerce-product-details__short-description>ul li:before {
    content: none
}

.product-design-alt .woocommerce-product-details__short-description>ol ol,
.product-design-alt .woocommerce-product-details__short-description>ol ul,
.product-design-alt .woocommerce-product-details__short-description>ul ol,
.product-design-alt .woocommerce-product-details__short-description>ul ul {
    padding-right: 0
}

.product-design-alt .woocommerce-variation {
    margin-top: 0
}

.product-design-alt .woocommerce-variation-price .price {
    margin-right: 7px;
    margin-left: 7px
}

.product-design-alt .woocommerce-variation-availability .stock {
    margin-right: 7px;
    margin-left: 7px
}

.product-design-alt table.variations .reset_variations {
    bottom: -30px
}

.product-design-alt .variation-swatch-selected .variations {
    margin-bottom: 50px
}

.product-design-alt .summary-inner>.wd-action-btn {
    margin-right: 10px;
    margin-left: 10px
}

.product-design-alt.meta-location-add_to_cart .product_meta {
    margin-bottom: 15px
}

.product-design-alt.meta-location-add_to_cart .product_meta>span {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    vertical-align: middle
}

.product-design-alt.tabs-location-summary .passazh-accordion-title:after {
    content: none
}

.product-design-alt.tabs-location-summary .woocommerce-Tabs-panel {
    text-align: right
}

.passazh-product-categories {
    margin-top: 15px;
    margin-right: -15px;
    margin-left: -15px;
    vertical-align: middle
}

.passazh-product-categories>li {
    display: inline-block;
    vertical-align: middle
}

.passazh-product-categories li {
    position: relative
}

.passazh-product-categories .category-nav-link {
    color: #4E4E4E
}

.passazh-product-categories .category-nav-link:focus,
.passazh-product-categories .category-nav-link:hover {
    color: #2d2a2a
}

.passazh-product-categories .children {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 15;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 210px;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.passazh-product-categories .children .category-nav-link {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    width: 100%
}

.passazh-product-categories .children .category-name {
    text-transform: none
}

.passazh-product-categories .children .category-icon {
    max-height: 35px
}

.passazh-product-categories .children .children {
    top: 0;
    right: 100%;
    margin-top: 0
}

.passazh-product-categories .children .children:after {
    content: none
}

.passazh-product-categories .shop-all-link,
.passazh-product-categories .wc-default-cat {
    display: none
}

.passazh-product-categories .shop-all-link a:before {
    margin-left: 10px;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    content: "\f11a";
    font-family: passazh-font
}

.color-scheme-light .passazh-product-categories .children {
    background-color: #101010;
    box-shadow: none
}

.category-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-decoration: none;
    text-transform: uppercase
}

.category-nav-link .category-summary {
    display: inline-block;
    vertical-align: middle;
    text-align: right
}

.category-nav-link .category-icon {
    display: inline-block;
    margin-left: 10px;
    max-height: 40px
}

.category-nav-link .category-name {
    position: relative;
    display: inline-block;

    font-weight: 600;
    font-size: 14px;
    line-height: 1.3
}

.category-nav-link .category-products-count {
    display: block;
    margin-top: 5px;
    color: #9A9A9A;
    text-transform: capitalize;
    font-size: 12px
}

.color-scheme-light .category-nav-link {
    color: #FFF
}

.color-scheme-light .category-nav-link:focus,
.color-scheme-light .category-nav-link:hover {
    color: rgba(255, 255, 255, .9)
}

.color-scheme-light .category-nav-link .category-products-count {
    color: rgba(255, 255, 255, .6)
}

.shop-title-wrapper {
    position: relative;
}

.shop-title-wrapper .entry-title {
    display: inline-block;
    vertical-align: middle
}

.shop-title-wrapper .passazh-back-btn {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    height: 34px;
    vertical-align: middle;
    line-height: 34px
}

.shop-title-wrapper .passazh-back-btn span {
    display: none
}

.shop-title-wrapper .passazh-back-btn:after {
    display: inline-block;
    font-size: 26px;
    content: "\f118";
    font-family: passazh-font
}

.shop-title-wrapper .passazh-back-btn:hover:after {
    -webkit-animation: wd-ShakeNext 1s ease infinite;
    animation: wd-ShakeNext 1s ease infinite
}

.color-scheme-light .shop-title-wrapper .passazh-back-btn:after {
    color: #FFF
}

.page-title.with-back-btn .shop-title-wrapper {
    -webkit-animation: wd-fadeIn .3s ease;
    animation: wd-fadeIn .3s ease
}

.page-title.with-back-btn .passazh-back-btn {
    -webkit-animation: wd-ShakeNext 1s ease;
    animation: wd-ShakeNext 1s ease
}

.hasno-product-count.passazh-product-categories {
    margin-right: -12px;
    margin-left: -12px
}

.hasno-product-count .category-nav-link {
    padding-right: 12px;
    padding-left: 12px
}

.hasno-product-count .category-nav-link .category-icon {
    margin-left: 7px;
    max-height: 18px
}

.hasno-product-count .shop-all-link a:before {
    font-size: 16px
}

.hasno-product-count .shop-all-link .category-products-count {
    display: none
}

.title-size-small .category-icon {
    max-height: 30px
}

.title-size-small .passazh-product-categories {
    margin-top: 10px
}

.title-size-small .passazh-product-categories .children .category-icon {
    max-height: 30px
}

.title-size-small .hasno-product-count .children .category-icon {
    max-height: 20px
}

.title-size-large .category-nav-link .category-name {
    font-size: 15px
}

.title-size-large .passazh-product-categories .children .category-name {
    font-size: 14px
}

.title-design-centered:not(.without-title) .passazh-back-btn {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -17px
}

.without-title .nav-shop {
    position: relative
}

.without-title .passazh-product-categories {
    display: inline-block;
    margin-top: 0
}

.without-title .shop-title-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -17px
}

.without-title .passazh-show-categories {
    margin-top: 0;
    margin-bottom: 0
}

.without-title .category-nav-link {
    padding-top: 17px;
    padding-bottom: 17px
}

.without-title.with-back-btn .nav-shop {
    padding-right: 50px;
    padding-left: 50px
}

.without-title.title-size-small {
    padding-top: 0;
    padding-bottom: 0
}

.without-title.title-size-small .passazh-product-categories .children {
    margin-top: 0
}

.without-title.title-size-small .passazh-product-categories:after {
    content: none
}

.without-title.title-size-default {
    padding-top: 35px;
    padding-bottom: 35px
}

.without-title.title-size-large {
    padding-top: 60px;
    padding-bottom: 60px
}

.icon-drop-category {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    margin-top: -20px;
    width: 60px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.icon-drop-category:after {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #2d2a2a;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    content: "\f110";
    font-family: passazh-font;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.icon-drop-category.passazh-act-icon:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.color-scheme-light .icon-drop-category:after {
    color: #FFF
}

.passazh-show-categories {
    display: none;
    margin-top: 5px;
    margin-bottom: -10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.passazh-show-categories a {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;


    font-weight: 900
}

.passazh-show-categories a:after {
    display: inline-block;
    margin-top: -2px;
    margin-right: 7px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    content: "\f124";
    font-family: passazh-font;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.passazh-show-categories a:not(.inline):focus,
.passazh-show-categories a:not(.inline):hover {
    color: #3f3f3f
}

.passazh-show-categories.button-open a:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.color-scheme-light .passazh-show-categories a {
    color: #FFF
}

.color-scheme-light .passazh-show-categories a:focus,
.color-scheme-light .passazh-show-categories a:hover {
    color: #FFF
}

.page-description,
.term-description {
    margin-bottom: 25px
}

.description-area-after .page-description,
.description-area-after .term-description {
    margin-top: 15px
}

.shop-content-area>.woocommerce-notices-wrapper {
    margin-bottom: 30px
}

.products {
    transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease, -webkit-transform .25s ease
}

.passazh-products-loader:after,
.passazh-shop-loader:after,
.passazh-tabs-loader:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle
}

.color-scheme-light .passazh-products-loader:after,
.color-scheme-light .passazh-shop-loader:after,
.color-scheme-light .passazh-tabs-loader:after,
.passazh-dark .passazh-products-loader:after,
.passazh-dark .passazh-shop-loader:after,
.passazh-dark .passazh-tabs-loader:after {
    border-color: rgba(255, 255, 255, .15);
    border-left-color: #FFF
}

.passazh-shop-loader {
    display: none
}

.passazh-shop-loader:not(.hidden-loader) {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15px
}

.passazh-shop-loader.hidden-from-top {
    position: relative
}

.passazh-shop-loader.hidden-from-top:after {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -15px
}

.passazh-shop-loader.hidden-from-top.hidden-loader {
    margin-left: 0 !important
}

.passazh-shop-loader.hidden-from-bottom {
    position: absolute;
    bottom: 115px;
    left: 50%;
    margin-left: -15px
}

.passazh-shop-loader.hidden-from-bottom.hidden-loader {
    margin-left: -15px !important
}

.content-without-products .passazh-shop-loader {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px
}

.site-content.col-lg-12 .passazh-shop-loader {
    margin-left: -15px
}

.ajax-loading .passazh-shop-loader {
    display: block;
    -webkit-animation: wd-fadeIn 1s ease;
    animation: wd-fadeIn 1s ease
}

.ajax-loading .passazh-shop-loader:after {
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.ajax-loading .products {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    pointer-events: none
}

.ajax-loaded .products {
    -webkit-animation: wd-fadeIn .3s ease;
    animation: wd-fadeIn .3s ease
}

.passazh-active-filters {
    margin-top: -15px;
    margin-bottom: 15px;
    min-height: 1px
}

.passazh-active-filters .widget_layered_nav_filters {
    display: inline
}

.passazh-active-filters .widget_layered_nav_filters ul {
    display: inline
}

.passazh-active-filters .widget_layered_nav_filters ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 15px
}

.passazh-clear-filters-wrapp {
    display: inline;
    margin-bottom: 5px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid
}

.shop-loop-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%
}

.passazh-shop-tools div:last-child,
.passazh-shop-tools form:last-child {
    margin-left: 0
}

.woocommerce-result-count {
    display: none;
    font-size: 14px;
    line-height: 20px
}

.woocommerce-ordering {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 30px;
    vertical-align: middle
}

.woocommerce-ordering select {
    padding-bottom: 5px;
    padding-right: 2px;
    padding-left: 20px;
    max-width: 200px;
    height: auto;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-position: left 0 top 50%;
    color: #2d2a2a;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer
}

.passazh-dark .woocommerce-ordering select {
    color: #FFF
}

.passazh-dark .woocommerce-ordering:after {
    color: rgba(255, 255, 255, .6)
}

.passazh-products-per-page {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-left: 23px;
    color: #8E8E8E;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.passazh-products-per-page .per-page-title {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    color: #2d2a2a;
    vertical-align: middle;
    font-weight: 600
}

.passazh-products-per-page .per-page-title:after {
    content: ' :'
}

.passazh-products-per-page .per-page-variation {
    display: inline-block;
    padding: 0 7px;
    color: #8E8E8E;
    vertical-align: middle
}

.passazh-products-per-page .per-page-variation:focus,
.passazh-products-per-page .per-page-variation:hover {
    color: #2d2a2a
}

.passazh-products-per-page .per-page-variation.current-variation {
    color: #2d2a2a;
    font-weight: 600
}

.passazh-products-per-page .per-page-border {
    display: inline-block;
    vertical-align: middle
}

.passazh-products-per-page .per-page-border:after {
    content: "/"
}

.passazh-products-per-page .per-page-border:last-child {
    display: none
}

.passazh-dark .passazh-products-per-page {
    color: rgba(255, 255, 255, .6)
}

.passazh-dark .passazh-products-per-page .per-page-title {
    color: #FFF
}

.passazh-dark .passazh-products-per-page .per-page-variation {
    color: rgba(255, 255, 255, .6)
}

.passazh-dark .passazh-products-per-page .per-page-variation:focus,
.passazh-dark .passazh-products-per-page .per-page-variation:hover {
    color: #FFF
}

.passazh-dark .passazh-products-per-page .per-page-variation.current-variation {
    color: #FFF
}

.passazh-products-shop-view {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    vertical-align: middle;
    float: left;
}
.passazh-products-shop-view .shop-view {
    display: inline-flex;
    margin-left: 12px;
    vertical-align: middle;
    opacity: .3
}

.passazh-products-shop-view .shop-view svg {
    width: 19px !important;
    height: 19px !important
}

.passazh-products-shop-view .shop-view:hover {
    opacity: .7
}

.passazh-products-shop-view .shop-view:focus {
    opacity: .9
}

.passazh-products-shop-view .shop-view.current-variation {
    opacity: .9;
    cursor: default
}

.passazh-products-shop-view .shop-view:last-child {
    margin-left: 0
}

.passazh-products-shop-view .per-row-5 svg {
    width: 24px !important
}

.passazh-products-shop-view .per-row-6 svg {
    width: 23px !important
}

.passazh-products-shop-view .per-row-list svg {
    width: 18px !important;
    height: 18px !important
}

.passazh-dark .passazh-products-shop-view svg {
    fill: #FFF
}

.passazh-show-sidebar-btn {
    display: none;
    float: right;
    align-items: center;
    margin-left: 30px;
    color: #2d2a2a;
    vertical-align: middle;

    font-weight: 800;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer
}

.passazh-show-sidebar-btn span:not(.passazh-side-bar-icon) {
    vertical-align: middle
}

.passazh-show-sidebar-btn .passazh-side-bar-icon {
    margin-left: 7px;
    vertical-align: middle;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px
}

.passazh-show-sidebar-btn .passazh-side-bar-icon,
.passazh-show-sidebar-btn .passazh-side-bar-icon::after,
.passazh-show-sidebar-btn .passazh-side-bar-icon::before {
    display: inline-block;
    width: 17px;
    height: 2px;
    background-color: rgba(0, 0, 0, .3);
    transition: all .25s ease
}

.passazh-show-sidebar-btn .passazh-side-bar-icon::after,
.passazh-show-sidebar-btn .passazh-side-bar-icon::before {
    content: "";
    position: absolute;
    right: 0
}

.passazh-show-sidebar-btn .passazh-side-bar-icon::before {
    top: -6px
}

.passazh-show-sidebar-btn .passazh-side-bar-icon::after {
    top: 6px
}

.passazh-show-sidebar-btn:hover .passazh-side-bar-icon,
.passazh-show-sidebar-btn:hover .passazh-side-bar-icon:after,
.passazh-show-sidebar-btn:hover .passazh-side-bar-icon:before {
    background-color: #000
}

.passazh-show-sidebar-btn:hover .passazh-side-bar-icon:before {
    width: 12px
}

.passazh-show-sidebar-btn:hover .passazh-side-bar-icon:after {
    width: 10px
}

.passazh-show-sidebar-btn.btn-clicked .passazh-side-bar-icon {
    background-color: transparent
}

.passazh-show-sidebar-btn.btn-clicked .passazh-side-bar-icon:after,
.passazh-show-sidebar-btn.btn-clicked .passazh-side-bar-icon:before {
    width: 15px;
    background-color: #000
}

.passazh-show-sidebar-btn.btn-clicked .passazh-side-bar-icon:before {
    -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
    transform: translate3d(0, 6px, 0) rotate(45deg)
}

.passazh-show-sidebar-btn.btn-clicked .passazh-side-bar-icon:after {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
    transform: translate3d(0, -6px, 0) rotate(-45deg)
}

.passazh-dark .passazh-show-sidebar-btn {
    color: #FFF
}

.passazh-dark .passazh-show-sidebar-btn .passazh-side-bar-icon,
.passazh-dark .passazh-show-sidebar-btn .passazh-side-bar-icon:after,
.passazh-dark .passazh-show-sidebar-btn .passazh-side-bar-icon:before {
    background-color: rgba(255, 255, 255, .6)
}

.passazh-dark .passazh-show-sidebar-btn.btn-clicked .passazh-side-bar-icon {
    background-color: transparent
}

.passazh-dark .passazh-show-sidebar-btn.btn-clicked .passazh-side-bar-icon:after,
.passazh-dark .passazh-show-sidebar-btn.btn-clicked .passazh-side-bar-icon:before {
    background-color: #FFF
}

.filters-area {
    position: relative;
    top: -10px;
    display: none;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid;
    border-bottom: 1px solid
}

.filters-area.custom-content {
    padding-bottom: 30px
}

.filters-area+.passazh-active-filters {
    margin-top: -20px
}

.filters-area .filters-inner-area {
    opacity: 0;
    transition: opacity .25s ease
}

.filters-area.filters-opened .filters-inner-area {
    opacity: 1;
    transition: opacity .25s ease-in-out
}

.body-filters-opened .filters-area,
.filters-area.always-open {
    display: block
}

.body-filters-opened .filters-area .filters-inner-area,
.filters-area.always-open .filters-inner-area {
    opacity: 1
}

.filters-inner-area>.col-12>p {
    display: none
}

.passazh-filter-buttons {
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 30px;
    vertical-align: middle
}

.passazh-filter-buttons .open-filters {
    position: relative;
    padding-left: 18px;
    color: #2D2A2A;
    text-decoration: none;

    letter-spacing: .6px;
    font-weight: 800;
    font-size: 13px;
    line-height: 20px
}

.passazh-filter-buttons .open-filters:after,
.passazh-filter-buttons .open-filters:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    background-color: #1B1919;
    transition: all .25s ease
}

.passazh-filter-buttons .open-filters:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.passazh-filter-buttons .open-filters:hover:after {
    -webkit-transform: translateX(-6px) rotate(50deg);
    transform: translateX(-6px) rotate(50deg)
}

.passazh-filter-buttons .open-filters:hover:before {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.passazh-filter-buttons .open-filters.btn-opened:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.passazh-filter-buttons .open-filters.btn-opened:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.passazh-dark .passazh-filter-buttons .open-filters {
    color: #FFF
}

.passazh-dark .passazh-filter-buttons .open-filters:after,
.passazh-dark .passazh-filter-buttons .open-filters:before {
    background-color: #FFF
}

.search-no-results.woocommerce .woocommerce-info {
    margin-bottom: 30px
}

.passazh-checkout-steps ul {
    color: #2d2a2a
}

.passazh-checkout-steps ul li {
    float: right;
    line-height: 1.2
}
.woocommerce-checkout input[type="checkbox"], .woocommerce-checkout input[type="radio"]{
  float: right;
}

.passazh-checkout-steps ul li a {
    display: inline-block;
    color: inherit;
    opacity: .7
}

.passazh-checkout-steps ul li a:focus,
.passazh-checkout-steps ul li a:hover {
    color: inherit;
    opacity: 1
}

.passazh-checkout-steps ul li>span {
    opacity: .7
}

.passazh-checkout-steps ul li span {
    position: relative;
    display: block
}

.passazh-checkout-steps ul li:after {
    margin: 0 15px;
    font-weight: 700;
    font-size: 85%;
    opacity: .7;
    content: "\f119";
    font-family: passazh-font
}

.passazh-checkout-steps ul li:last-child:after {
    content: none
}

.passazh-checkout-steps ul .step-active a,
.passazh-checkout-steps ul .step-active>span {
    opacity: 1
}

.color-scheme-light .passazh-checkout-steps ul {
    color: #FFF
}

.woocommerce-NoticeGroup-checkout,
form.checkout>.woocommerce-NoticeGroup {
    flex-basis: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
    width: 100%
}

.woocommerce-checkout .woocommerce [role=alert] {
    margin-bottom: 30px
}

.woocommerce-form-coupon-toggle>.woocommerce-info,
.woocommerce-form-login-toggle>.woocommerce-info {
    display: block;
    margin-bottom: 25px !important;
    padding: 0;
    min-height: 0;
    background-color: #f7f7f7;
    color: #2d2a2a;
    font-size: 14px
}

.woocommerce-form-coupon-toggle>.woocommerce-info:before,
.woocommerce-form-login-toggle>.woocommerce-info:before {
    content: none
}

.woocommerce-form-coupon-toggle>.woocommerce-info .showcoupon,
.woocommerce-form-coupon-toggle>.woocommerce-info .showlogin,
.woocommerce-form-login-toggle>.woocommerce-info .showcoupon,
.woocommerce-form-login-toggle>.woocommerce-info .showlogin {
    margin-right: 5px
}

.passazh-dark .woocommerce-form-coupon-toggle>.woocommerce-info,
.passazh-dark .woocommerce-form-login-toggle>.woocommerce-info {
    color: #FFF
}

.login.hidden-form {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    max-width: 470px;
    border: 3px solid #EFEFEF
}

.login.hidden-form p {
    margin-bottom: 15px
}

.passazh-dark .login.hidden-form {
    border-color: rgba(255, 255, 255, .25)
}

.checkout_coupon {
    margin-bottom: 30px;
    padding: 30px 25px 10px;
    max-width: 450px;
    border: 2px dashed #DDD;
    text-align: center
}

.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
    display: inline-block;
    float: none;
    width: auto;
    vertical-align: top
}

.checkout_coupon .input-text {
    min-width: 220px
}

.checkout_coupon .button {
    color: #FFF
}

.checkout_coupon .button:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.passazh-dark .checkout_coupon {
    border-color: rgba(255, 255, 255, .25)
}

.woocommerce-billing-fields {
    margin-top: 0;
    margin-bottom: 20px
}

.woocommerce-billing-fields:after {
    content: "";
    display: block;
    clear: both
}

.woocommerce-billing-fields abbr {
    border: none
}

.woocommerce-shipping-fields {
    margin-bottom: 20px;
    padding-top: 30px;
    border-top: 1px solid
}

.woocommerce-shipping-fields textarea {
    min-height: 110px
}

.woocommerce-account-fields {
    margin-bottom: 30px
}

.woocommerce-account-fields .woocommerce-form__label {
    color: #333;
    font-weight: 600
}

.passazh-dark .woocommerce-account-fields .woocommerce-form__label {
    color: #FFF
}

.create-account>label {
    display: inline-block
}

div.create-account {
    padding: 30px;
    border: 3px solid #EFEFEF
}

.passazh-dark div.create-account {
    border-color: rgba(255, 255, 255, .25)
}

#ship-to-different-address label {
    display: inline;
    margin: 0;
    margin-left: 5px;
    color: #2d2a2a
}

.passazh-dark #ship-to-different-address label {
    color: #FFF
}

.woocommerce-invalid .select2-container--default .select2-selection--single,
.woocommerce-invalid input:not(:focus) {
    border-color: #CA1919
}

#order_review_heading {
    text-align: center
}

.checkout-order-review,
.woocommerce-order-pay .entry-content>.woocommerce {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f0f0f0
}

.checkout-order-review:after,
.checkout-order-review:before,
.woocommerce-order-pay .entry-content>.woocommerce:after,
.woocommerce-order-pay .entry-content>.woocommerce:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(farthest-side, transparent 6px, #f0f0f0 0);
    background-size: 15px 15px
}

.checkout-order-review:before,
.woocommerce-order-pay .entry-content>.woocommerce:before {
    top: -10px;
    background-position: -3px -5px, 0 0
}

.checkout-order-review:after,
.woocommerce-order-pay .entry-content>.woocommerce:after {
    bottom: -10px;
    background-position: -3px 2px, 0 0
}

.passazh-dark .checkout-order-review,
.passazh-dark.woocommerce-order-pay .entry-content>.woocommerce {
    background-color: #101010
}

.passazh-dark .checkout-order-review:after,
.passazh-dark .checkout-order-review:before,
.passazh-dark.woocommerce-order-pay .entry-content>.woocommerce:after,
.passazh-dark.woocommerce-order-pay .entry-content>.woocommerce:before {
    background-image: radial-gradient(farthest-side, transparent 6px, #101010 0)
}

.passazh-table-wrapper {
    overflow-x: auto;
    margin-bottom: 20px;
    padding: 5px 15px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .05)
}

.passazh-table-wrapper table {
    margin-bottom: 0
}

.passazh-dark .passazh-table-wrapper {
    background-color: rgba(0, 0, 0, .3)
}

.payment_methods {
    margin-bottom: 20px
}

.payment_methods li img {
    margin-right: 5px;
    margin-left: 5px;
    max-height: 40px
}

.payment_methods li>label {
    display: inline;
    margin-bottom: 0
}

.payment_methods>li {
    margin-bottom: 15px
}

.payment_methods .payment_box {
    position: relative;
    margin-top: 15px;
    padding: 15px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .05)
}

.payment_methods .payment_box p {
    margin-bottom: 10px
}

.payment_methods .payment_box p:last-child {
    margin-bottom: 0
}

.payment_methods .payment_box:before {
    position: absolute;
    top: -4px;
    right: 25px;
    color: #FFF;
    font-size: 32px;
    line-height: 0;
    content: "\f9d8";
    font-family: passazh-font
}

.payment_methods .payment_method_paypal img {
    margin-right: 10px
}

.payment_methods .payment_method_paypal a {
    margin-right: 15px;
    text-decoration: underline
}

.passazh-dark .payment_methods .payment_box {
    background-color: rgba(0, 0, 0, .3)
}

.passazh-dark .payment_methods .payment_box:before {
    color: rgba(0, 0, 0, .3)
}

.woocommerce-terms-and-conditions {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .05)
}

.passazh-dark .woocommerce-terms-and-conditions {
    background-color: rgba(0, 0, 0, .3)
}

.woocommerce-terms-and-conditions-wrapper {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid
}

.woocommerce-terms-and-conditions-wrapper a {
    font-weight: 600
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    margin-bottom: 20px
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text:not(:last-child) {
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.woocommerce-privacy-policy-text {
    margin-bottom: 20px
}

.woocommerce-privacy-policy-text:empty {
    display: none
}

.woocommerce-privacy-policy-text a {
    font-weight: 600
}

.woocommerce-privacy-policy-text p:last-child {
    margin-bottom: 0
}

#place_order {
    width: 100%;
    color: #FFF;
    padding: 14px 28px;
    font-size: 14px;
    line-height: 20px
}

#place_order:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.woocommerce-order-pay .entry-content>.woocommerce {
    margin: 0 auto;
    max-width: 600px
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    max-width: 50%;
    width: 50%
}

.woocommerce-checkout-review-order-table tfoot tr:last-child td,
.woocommerce-checkout-review-order-table tfoot tr:last-child th {
    border-bottom: none
}
#shipping_method li{
  text-align: right;
}

#shipping_method li {
    margin-bottom: 15px
}

#shipping_method input.shipping_method {
    position: relative;
    top: 4px;
    float: right;
    margin-right: 0;
    margin-left: 7px
}

#shipping_method label {
    margin-bottom: 0
}

.woocommerce-cart .woocommerce-notices-wrapper [role=alert] {
    margin-bottom: 30px
}

.woocommerce-cart .row>.woocommerce-notices-wrapper {
    margin-right: 15px;
    margin-left: 15px;
    max-width: 100%;
    width: 100%
}

.cart-totals-inner {
    padding: 25px;
    border: 2px solid #EFEFEF
}

.cart-totals-inner h2 {
    margin-bottom: 5px;
    padding-right: 6px
}

.cart-totals-inner table {
    margin-bottom: 10px
}

.cart-totals-inner table tr:last-child td,
.cart-totals-inner table tr:last-child th {
    border-bottom: none
}

.cart-totals-inner table .cart-subtotal .amount {
    color: #777;
    font-weight: 400
}

.cart-totals-inner .woocommerce-shipping-destination {
    margin-top: 10px;
    margin-bottom: 10px
}

.cart-totals-inner .woocommerce-shipping-calculator {
    margin-top: 10px
}

.cart-totals-inner .woocommerce-shipping-calculator>p {
    margin-bottom: 0
}

.cart-totals-inner .shipping-calculator-form {
    margin-top: 20px
}

.cart-totals-inner .shipping-calculator-form .button {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px
}

.cart-totals-inner .shipping-calculator-button {
    font-weight: 600
}

.cart-totals-inner .checkout-button {
    padding-top: 13px;
    padding-bottom: 13px;
    color: #FFF;
    width: 100%
}

.cart-totals-inner .checkout-button:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.passazh-dark .cart-totals-inner {
    border-color: rgba(255, 255, 255, .15)
}

.passazh-dark .cart-totals-inner table .cart-subtotal .amount {
    color: rgba(255, 255, 255, .8)
}

.cart-actions .coupon {
    display: flex;
    align-items: center;
    flex-direction: row
}

.cart-actions .coupon label {
    display: none
}

.cart-actions .coupon .input-text {
    margin-left: 10px;
    max-width: 230px
}

.cart-actions .button[name=apply_coupon] {
    flex: 0 0 auto;
    color: #FFF
}

.cart-actions .button[name=apply_coupon]:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.cross-sells {
    margin-top: 70px
}

.passazh-registration-page {
    margin-right: auto;
    margin-left: auto;
}

.passazh-registration-page.passazh-no-registration {
    max-width: 450px
}

#customer_login {
    margin-right: -40px;
    margin-left: -40px
}

#customer_login>.col-md-6 {
    padding-right: 40px;
    padding-left: 40px
}

.wd-login-title,
.cart-totals-inner h2 {
    display: block;
    color: #5f5f5f;
    font-weight: 600;
    text-align: center;
    font-size: 18px !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.passazh-switch-to-register{
  background-color: #3ca3f4 !important;
  color:#fff !important;
}

#customer_login>div:not(:first-child):last-child {
    border-right: 1px solid
}

.col-register-text {
    text-align: center
}

.login-info,
.registration-info {
    margin-bottom: 20px
}

.passazh-register-tabs .col-login,
.passazh-register-tabs .col-register {
    -webkit-animation: wd-fadeIn .7s ease;
    animation: wd-fadeIn .7s ease
}

.passazh-register-tabs .col-register {
    display: none
}

.active-register .col-register {
    display: block
}

.active-register .col-login {
    display: none
}

.with-login-reg-info .login-info,
.with-login-reg-info .registration-info {
    -webkit-animation: wd-fadeIn .7s ease;
    animation: wd-fadeIn .7s ease
}

.with-login-reg-info .login-info {
    display: none
}

.with-login-reg-info.active-register .registration-info {
    display: none
}

.with-login-reg-info.active-register .login-info {
    display: block
}

.login:not(.hidden-form) {
    display: block !important
}

.login-form-footer {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.login-form-footer .lost_password,
.login-form-footer .woocommerce-form-login__rememberme {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px
}

.login-form-footer .lost_password {
    order: 2
}

.login-form-footer .lost_password:hover {
    text-decoration: underline;
    opacity: .7
}

.login-form-footer .woocommerce-form-login__rememberme {
    order: 1
}

.passazh-dark .login-form-footer .lost_password {
    color: rgba(255, 255, 255, .8)
}

.passazh-dark .login-form-footer .lost_password:hover {
    color: #FFF;
    opacity: 1
}

.login .button,
.lost_reset_password .button,
.register .button {
    width: 100%;
    color: #FFF
}

.login .button:hover,
.lost_reset_password .button:hover,
.register .button:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.passazh-social-login {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.social-login-btn {
    flex: 1 1 200px;
    margin-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px
}

.social-login-btn>a {
    display: block !important;
    color: #FFF !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px
}

.social-login-btn>a:hover {
    text-decoration: none
}

.social-login-btn>a:focus {
    outline: 0
}

.social-login-btn>a:before {
    position: absolute;
    top: 50%;
    right: 15px;
    font-weight: 400;
    font-size: 22px;
    font-family: passazh-font;
    line-height: 26px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.social-login-btn>a:hover {
    color: #FFF !important
}

.social-login-btn .login-vk-link {
    background-color: #597DA3
}

.social-login-btn .login-vk-link:before {
    content: "\f189"
}

.social-login-btn .login-vk-link:hover {
    background-color: #4c6b8c
}

.social-login-btn .login-fb-link {
    background-color: #3B5998
}

.social-login-btn .login-fb-link:before {
    content: "\f19a"
}

.social-login-btn .login-fb-link:hover {
    background-color: #314a7e
}

.social-login-btn .login-goo-link {
    background-color: #4285F4
}

.social-login-btn .login-goo-link:before {
    content: "\f1a0"
}

.social-login-btn .login-goo-link:hover {
    background-color: #206ff2
}

.social-login-btn:last-child {
    margin-bottom: 0
}

.passazh-social-alt-style .social-login-btn>a {
    box-shadow: none !important
}

.passazh-social-alt-style .login-fb-link:before {
    right: 9px;
    font-size: 28px;
    content: "\f230"
}

.passazh-social-alt-style .login-goo-link:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 26px;
    height: 26px;
    border-radius: 1.5px;
    background-color: #FFF;
    background-image: url(../inc/admin/assets/images/google-btn-icon.svg);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.passazh-social-alt-style .login-vk-link:before {
    right: 10px
}

.btns-shop-rounded .passazh-social-alt-style .social-login-btn>a {
    border-radius: 5px
}

.btns-shop-rounded .passazh-social-alt-style .login-goo-link:after,
.btns-shop-semi-rounded .passazh-social-alt-style .login-goo-link:after {
    border-radius: 5px
}

.passazh-login-divider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #333;

    font-weight: 600;
    font-size: 14px
}

.passazh-login-divider:after,
.passazh-login-divider:before {
    content: "";
    flex: 1 0 0;
    border-bottom: 1px solid
}

.passazh-login-divider:after {
    margin-right: 20px
}

.passazh-login-divider:before {
    margin-left: 20px
}

.passazh-dark .passazh-login-divider {
    color: #FFF
}

.register-or {
    display: none;
    margin-top: 30px
}

.register>p {
    position: relative
}

#reg_password:focus+.woocommerce-password-strength+.woocommerce-password-hint {
    visibility: visible;
    opacity: 1
}

.woocommerce-password-hint {
    position: absolute;
    left: 0;
    bottom: 100%;
    visibility: hidden;
    margin-bottom: -10px;
    padding: 20px;
    max-width: 300px;
    width: 100%;
    background: #FFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    opacity: 0;
    transition: opacity .5s, visibility .5s
}

.woocommerce-password-hint:after {
    position: absolute;
    top: 100%;
    right: 30px;
    color: #FFF;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    font-size: 26px;
    line-height: 7px;
    content: "\f9d7";
    font-family: passazh-font
}

.passazh-dark .woocommerce-password-hint {
    background-color: #101010
}

.passazh-dark .woocommerce-password-hint:after {
    color: #101010
}

.woocommerce-password-strength {
    margin-top: 20px;
    margin-bottom: -10px;
    padding: 10px 20px
}

.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
    background-color: #ff637d;
    color: #FFF
}

.woocommerce-password-strength.good,
.woocommerce-password-strength.strong {
    background: #459647;
    color: #FFF;
    font-weight: 700
}

.woocommerce-password-strength:empty {
    display: none;
    margin: 0;
    padding: 0
}

.lost_reset_password {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 470px
}

.lost_reset_password .form-row-first {
    padding-top: 20px;
    border-top: 1px solid
}

.lost_reset_password p {
    width: 100%;
    font-size: 110%
}

.woocommerce-lost-password .site-content .woocommerce>p {
    margin-right: auto;
    margin-left: auto;
    max-width: 470px;
    text-align: center;
    font-size: 110%
}

.woocommerce-lost-password .site-content .woocommerce>p:before {
    display: block;
    margin-bottom: 10px;
    color: rgba(135, 135, 135, .15);
    font-weight: 400;
    font-size: 180px;
    line-height: 180px;
    content: "\f11f";
    font-family: passazh-font
}

.woocommerce-my-account-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch
}

#my-account-menu .myaccount-menu li > a {
    display: block;
    padding: 14px 14px 14px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;

    box-shadow: none;
    outline: none;
}

#my-account-menu {
    width: 100% !important;
}

.woocommerce-MyAccount-content,
.passazh-my-account-sidebar {
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 0
}

.passazh-my-account-sidebar {
    flex: 1 0 25%;
    max-width: 25%;
    width: 25%;
    padding-left: 30px;
    border-left: 1px solid
}

.passazh-my-account-sidebar .sidebar-container {
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid
}

.woocommerce-MyAccount-content {
    flex: 1 0 75%;
}

.woocommerce-MyAccount-content>p {
    font-size: 110%
}

.woocommerce-MyAccount-content>p:not(.woocommerce-Message):first-child {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid
}

.woocommerce-MyAccount-content>p:not(.woocommerce-Message):first-child strong {
    color: #2d2a2a
}

.woocommerce-MyAccount-content>p:not(.woocommerce-Message):first-child mark {
    color: #FFF
}

.woocommerce-MyAccount-content>.button {
    color: #FFF
}

.woocommerce-MyAccount-content>.button:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.woocommerce-MyAccount-content .woocommerce-Message {
    margin-bottom: 30px !important
}

.passazh-dark .woocommerce-MyAccount-content>p:not(.woocommerce-Message):first-child strong {
    color: #FFF
}

.order-info mark {
    color: #FFF
}

.woocommerce-EditAccountForm fieldset {
    margin-top: 40px
}

.woocommerce-MyAccount-title {
    font-size: 18px;
    font-weight: 600;
    padding-right: 15px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;

    border-bottom: 1px solid
}

.woocommerce-MyAccount-navigation {
    margin-bottom: 30px
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 15px;
    color: rgba(0, 0, 0, .9);
    line-height: 20px;
    text-transform: none;
    font-size: 14px;
    font-weight: 600
}

.woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-MyAccount-navigation ul li a:hover {
    color: rgba(0, 0, 0, .9);
    background-color: #f8f8f8;
    text-decoration: none
}

.woocommerce-MyAccount-navigation ul li.is-active>a {
    color: rgba(0, 0, 0, .9);
    background-color: rgba(136, 136, 136, .12);
    cursor: default
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none
}

.passazh-dark .woocommerce-MyAccount-navigation ul li a {
    color: #FFF
}

.passazh-dark .woocommerce-MyAccount-navigation ul li a:focus,
.passazh-dark .woocommerce-MyAccount-navigation ul li a:hover {
    color: #FFF;
    background-color: rgba(0, 0, 0, .3)
}

.passazh-dark .woocommerce-MyAccount-navigation ul li.is-active>a {
    color: #FFF;
    background-color: rgba(0, 0, 0, .3)
}

.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
    padding-bottom: 5px
}

.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions>a {
    margin-bottom: 10px
}

.order-again {
    margin-bottom: 30px
}

.order-again .button {
    color: #FFF
}

.order-again .button:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.woocommerce-order-pay .shop_table tfoot tr:last-child th {
    font-size: 24px
}

.woocommerce-order-pay .shop_table tfoot tr:last-child td .amount:first-child {
    display: block;
    font-size: 24px
}

.woocommerce-order-pay td.product-total .amount {
    font-weight: 700;
    font-size: 16px
}

.passazh-my-account-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px
}

.passazh-my-account-links>div {
    flex: 1 1 33%;
    max-width: 33.33333%;
    width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.passazh-my-account-links a {
    display: block;
    padding: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .18);
    font-size: 14px;
    font-weight: 600;
    text-align: center;

    color: #3f3f3f;
    background-color: #fff
}

.passazh-my-account-links a:before {
    content: "\f437";
    font-family: passazh-font;
    display: block;
    color: #d0d0d0;
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    transition: color .25s ease
}

.passazh-my-account-links a:focus,
.passazh-my-account-links a:hover {
    color: #3f3f3f;
}

.passazh-my-account-links .dashboard-link {
    display: none
}

.passazh-my-account-links .wishlist-link a:before {
    content: "\f431";
    font-family: passazh-font
}

.passazh-my-account-links .edit-account-link a:before {
    content: "\f432";
    font-family: passazh-font
}

.passazh-my-account-links .orders-link a:before {
    content: "\f435";
    font-family: passazh-font
}

.passazh-my-account-links .downloads-link a:before {
    content: "\f433";
    font-family: passazh-font
}

.passazh-my-account-links .payment-methods-link a:before {
    content: "\f439";
    font-family: passazh-font
}

.passazh-my-account-links .edit-address-link a:before {
    content: "\f436";
    font-family: passazh-font
}

.passazh-my-account-links .customer-logout-link a:before {
    content: "\f434";
    font-family: passazh-font
}

.passazh-dark .passazh-my-account-links a {
    background-color: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .9)
}

.passazh-dark .passazh-my-account-links a:before {
    color: rgba(255, 255, 255, .3)
}

.passazh-dark .passazh-my-account-links a:focus,
.passazh-dark .passazh-my-account-links a:hover {
    background-color: rgba(0, 0, 0, .3)
}

.woocommerce-Button--next,
.woocommerce-Button--previous,
.woocommerce-MyAccount-downloads-file {
    color: #FFF
}

.woocommerce-Button--next:hover,
.woocommerce-Button--previous:hover,
.woocommerce-MyAccount-downloads-file:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.account-payment-methods-table .button {
    color: #FFF
}

.account-payment-methods-table .button:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

header.title {
    margin-bottom: 10px
}

.woocommerce-Address-title .edit,
.woocommerce-Address-title>h3 {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle
}

.woocommerce-Address-title .edit {
    padding-right: 5px;
    padding-left: 5px;
    color: #3f3f3f;
    font-weight: 600;
    font-size: 12px
}

.passazh-dark .woocommerce-Address-title .edit {
    color: rgba(255, 255, 255, .9)
}

.passazh-dark .woocommerce-Address-title .edit:hover {
    color: #FFF
}

.woocommerce-form__label {
    cursor: pointer
}

button[name=save_account_details],
button[name=save_address],
button[name=track] {
    color: #FFF
}

button[name=save_account_details]:hover,
button[name=save_address]:hover,
button[name=track]:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.wd-order-extra-content:not(:last-child) {
    margin-bottom: 30px
}
.thank-you .woocommerce-customer-details{
  display: none
}

.woocommerce-thankyou-order-received {
    margin-bottom: 30px;
    width: 100%;
    color: #4caf7e;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4
}
.woocommerce-thankyou-order-received::before{
  display: block;
  content:"";
  width: 70px;
  height: 70px;
  background-image: url(../images/order.svg);
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 10px;
}
.woocommerce ul.order_details {
    border: 1px solid #c0f0c1;
    background-color: #f7fff7;
    padding: 30px;
}
.woocommerce ul.order_details li{
  margin-bottom: 0
}
.passazh-dark .woocommerce-thankyou-order-received {
    border-color: rgba(255, 255, 255, .25);
    color: #FFF
}

.wc-bacs-bank-details,
.woocommerce-thankyou-order-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px
}

.wc-bacs-bank-details li,
.woocommerce-thankyou-order-details li {
    flex: 1 1 0%;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-left: 1px solid;
    color: #777;
    text-align: center
}

.wc-bacs-bank-details li:last-child,
.woocommerce-thankyou-order-details li:last-child {
    border-left: none
}

.wc-bacs-bank-details strong,
.woocommerce-thankyou-order-details strong {
    display: block;
    margin-top: 10px;
    color: #2d2a2a
}

.wc-bacs-bank-details .amount,
.woocommerce-thankyou-order-details .amount {
    color: #4caf7e
}

.passazh-dark .wc-bacs-bank-details li,
.passazh-dark .woocommerce-thankyou-order-details li {
    color: rgba(255, 255, 255, .8)
}

.passazh-dark .wc-bacs-bank-details .amount,
.passazh-dark .wc-bacs-bank-details strong,
.passazh-dark .woocommerce-thankyou-order-details .amount,
.passazh-dark .woocommerce-thankyou-order-details strong {
    color: #FFF
}

.woocommerce-bacs-bank-details {
    margin-top: 40px;
    margin-bottom: 40px
}

.wc-bacs-bank-details-heading+.wc-bacs-bank-details-account-name {
    margin-top: -15px
}

.wc-bacs-bank-details-account-name {
    margin-bottom: 30px;
    font-size: 16px;
    opacity: .6
}

.wc-bacs-bank-details-heading,
.woocommerce-customer-details>h2,
.woocommerce-order-details__title {
    text-transform: uppercase
}

.woocommerce-order-details {
    margin-top: 40px
}

.woocommerce-order-details .responsive-table {
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}

.woocommerce-order-details .woocommerce-column__title,
.woocommerce-order-details address {
    text-align: right
}

.color-scheme-light .woocommerce-order-details {
    padding: 30px;
    background: rgba(0, 0, 0, .5)
}

.woocommerce-customer-details--email,
.woocommerce-customer-details--phone {
    margin-bottom: 0
}

.woocommerce-table--order-details td,
.woocommerce-table--order-details th {
    max-width: 50%;
    width: 50%
}

.woocommerce-table--order-details tfoot tr:last-child th {

    font-size: 20px
}

.woocommerce-table--order-details tfoot tr:last-child td>.amount {
    display: block;
    font-size: 20px
}

.passazh-compare-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.passazh-compare-row:nth-child(even) .passazh-compare-col {
    background-color: rgba(0, 0, 0, .03)
}

.passazh-dark .passazh-compare-row:nth-child(even) .passazh-compare-col {
    background-color: rgba(0, 0, 0, .3)
}

.passazh-compare-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    word-break: break-word
}

.passazh-compare-col p {
    margin-bottom: 0
}

.passazh-compare-col .passazh-compare-brand img {
    max-width: 110px
}

.passazh-compare-col .product-image {
    display: block
}

.passazh-compare-col .added_to_cart,
.passazh-compare-col .button {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    color: #FFF
}

.passazh-compare-col .added_to_cart:hover,
.passazh-compare-col .button:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.passazh-compare-col .button.added {
    display: none
}

.passazh-compare-col:not(:last-child) {
    border-left: 1px solid rgba(129, 129, 129, .2)
}

.passazh-dark .passazh-compare-col:not(:last-child) {
    border-color: rgba(255, 255, 255, .15)
}

.compare-field {
    flex: 0 0 20%;
    color: #2d2a2a;

    font-weight: 600;
    font-size: 16px
}

.passazh-dark .compare-field {
    color: #FFF
}

.compare-value {
    flex: 0 1 26.6666%;
    align-items: center;
    text-align: center
}

.compare-value :not(:last-child) {
    margin-bottom: 10px
}

.browser-Internet .compare-value {
    flex-direction: row
}

.compare-basic .compare-value {
    justify-content: flex-start;
    padding-top: 0
}

.compare-basic .compare-value:before {
    display: none
}

.compare-basic-content {
    width: 100%
}

.passazh-wishlist-content:not(.passazh-wishlist-preview) .passazh-hover-base .passazh-wishlist-btn {
    opacity: .3;
    pointer-events: none
}

.passazh-wishlist-content:not(.passazh-wishlist-preview) .product-grid-item:not(.passazh-hover-base) .passazh-wishlist-btn {
    display: none
}

.passazh-wishlist-heading-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 10px;
    border-bottom: 1px solid
}

.passazh-wishlist-title {
    margin-left: 10px;
    margin-bottom: 5px;

    font-weight: 600;
    font-size: 18px
}

.passazh-wishlist-share {
    display: flex;
    align-items: center
}

.passazh-wishlist-share>span {
    margin-left: 3px;
    color: #2D2A2A;
    font-weight: 600
}

.passazh-wishlist-share>span:after {
    content: ' :'
}

.passazh-dark .passazh-wishlist-share>span {
    color: #FFF
}

.wd-button-remove-wrap {
    margin-bottom: 10px;
    text-align: center;
    transition: all .3s ease
}

.passazh-hover-base:hover .wd-button-remove-wrap {
    z-index: 30;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.passazh-empty-page {
    position: relative;
    margin-top: 5vw;
    margin-bottom: 15px;
    color: #2d2a2a;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2
}

.passazh-empty-page:before {
    display: block;
    margin-bottom: 20px;
    color: rgba(135, 135, 135, .15);
    font-weight: 400;
    font-size: 180px;
    line-height: 180px
}

.passazh-dark .passazh-empty-page {
    color: #FFF
}

.passazh-dark .passazh-empty-page:before {
    color: rgba(255, 255, 255, .6)
}

.passazh-empty-page-text {
    margin-bottom: 0;
    text-align: center;
    font-size: 110%
}

.passazh-empty-page-text+.return-to-shop {
    margin-top: 25px;
    margin-bottom: 5vw
}

.passazh-empty-page-text+.return-to-shop .button {
    padding: 14px 28px;
    font-size: 14px;
    line-height: 20px
}

.return-to-shop {
    text-align: center
}

.return-to-shop .button {
    color: #FFF
}

.return-to-shop .button:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.cart-empty:before {
    content: "\f444";
    font-family: passazh-font
}

.passazh-empty-compare:before {
    content: "\f122";
    font-family: passazh-font
}

.passazh-empty-wishlist:before {
    content: "\f108";
    font-family: passazh-font
}

.passazh-products-tabs .tabs-navigation-wrapper {
    position: relative
}

.passazh-products-tabs .passazh-tabs-header {
    position: relative
}

.passazh-products-tabs .open-title-menu {
    display: none
}

.passazh-products-tabs .tabs-name {
    color: #2d2a2a;
    line-height: 1.4
}

.passazh-products-tabs .tabs-name>span {
    vertical-align: middle
}

.passazh-products-tabs .tabs-name .img-wrapper {
    margin-left: 10px
}

.passazh-products-tabs .products-tabs-title {
    margin-left: -15px;
    color: #333;
    font-weight: 600
}

.passazh-products-tabs .products-tabs-title li {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: inherit;
    vertical-align: bottom;

    font-weight: inherit;
    font-size: 16px;
    line-height: 1.4;
    opacity: .7;
    cursor: pointer;
    transition: opacity .25s ease, color .25s ease;
    border-left: 1px solid #eee
}
.passazh-products-tabs .products-tabs-title li:first-child{
border-right: 1px solid #eee

}

.passazh-products-tabs .products-tabs-title li.active-tab-title,
.passazh-products-tabs .products-tabs-title li:hover {
    opacity: 1
}

.passazh-products-tabs .products-tabs-title .tab-label {
    position: relative
}

.passazh-products-tabs .passazh-tab-content {
    visibility: visible;
    opacity: 1;
    transition: opacity .25s ease, visibility 0s ease, -webkit-transform .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility 0s ease;
    transition: transform .25s ease, opacity .25s ease, visibility 0s ease, -webkit-transform .25s ease;
    -webkit-transform: none;
    transform: none
}

.passazh-products-tabs .passazh-tab-content.loading {
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease, visibility 0s ease .3s, -webkit-transform .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility 0s ease .3s;
    transition: transform .25s ease, opacity .25s ease, visibility 0s ease .3s, -webkit-transform .25s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    pointer-events: none
}

.passazh-products-tabs.tabs-design-alt .passazh-tab-content.loading .wrap-loading-arrow,
.passazh-products-tabs.tabs-design-default .passazh-tab-content.loading .wrap-loading-arrow {
    display: none
}

.passazh-products-tabs.tabs-design-default .passazh-tabs-header {
    margin-bottom: 15px
}

.passazh-products-tabs.tabs-design-default .tabs-name {
    margin-bottom: 10px
}

.passazh-products-tabs.tabs-design-default .products-tabs-title .img-wrapper {
    margin-bottom: 10px
}

.passazh-products-tabs.tabs-design-alt .passazh-tabs-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px
}

.passazh-products-tabs.tabs-design-alt .tabs-name,
.passazh-products-tabs.tabs-design-alt .tabs-navigation-wrapper {
    margin-bottom: 10px
}

.passazh-products-tabs.tabs-design-alt .products-tabs-title li {
    align-items: center;
    flex-direction: row;
    vertical-align: middle
}

.passazh-products-tabs.tabs-design-alt .products-tabs-title .img-wrapper {
    margin-left: 10px
}

.passazh-products-tabs.tabs-design-simple .passazh-tabs-header {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    margin-bottom: 20px;
    border-bottom: 1px solid #EAEAEA
}

.passazh-products-tabs.tabs-design-simple .tabs-name {
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
    margin-left: 25px;
    padding-top: 5px;
    padding-bottom: 9px;
    border-bottom: 1px solid;
    vertical-align: middle
}

.passazh-products-tabs.tabs-design-simple .tabs-name>span {
    vertical-align: bottom
}

.passazh-products-tabs.tabs-design-simple .tabs-name .svg-icon {
    position: relative;
    top: -3px;
}

.passazh-products-tabs.tabs-design-simple .products-tabs-title li {
    align-items: flex-end;
    flex-direction: row;
    font-size: 14px
}

.passazh-products-tabs.tabs-design-simple .products-tabs-title .img-wrapper {
    margin-left: 10px
}

.passazh-products-tabs.tabs-design-simple .owl-nav,
.passazh-products-tabs.tabs-design-simple .wrap-loading-arrow {
    position: absolute;
    top: -62px;
    -webkit-animation: wd-fadeIn .5s ease both .3s;
    animation: wd-fadeIn .5s ease both .3s
}

.passazh-products-tabs.tabs-design-simple .owl-nav>div,
.passazh-products-tabs.tabs-design-simple .wrap-loading-arrow>div {
    position: static;
    visibility: visible;
    margin-top: 0;
    width: 30px;
    height: 40px;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible
}

.passazh-products-tabs.tabs-design-simple .owl-nav>div:after,
.passazh-products-tabs.tabs-design-simple .wrap-loading-arrow>div:after {
    font-weight: 700;
    font-size: 14px
}

.passazh-products-tabs.tabs-design-simple .owl-nav>div[class*=next],
.passazh-products-tabs.tabs-design-simple .owl-nav>div[class*=prev],
.passazh-products-tabs.tabs-design-simple .wrap-loading-arrow>div[class*=next],
.passazh-products-tabs.tabs-design-simple .wrap-loading-arrow>div[class*=prev] {
    margin: 0;
    padding: 0
}

.passazh-products-tabs.tabs-design-simple .wrap-loading-arrow {
    left: -10px
}

.passazh-products-tabs.tabs-design-simple .owl-nav {
    left: 0
}

.passazh-products-tabs.tabs-design-simple .passazh-carousel-spacing-30 .owl-nav {
    left: 5px
}

.passazh-products-tabs.tabs-design-simple .owl-loaded:after,
.passazh-products-tabs.tabs-design-simple .owl-loaded:before {
    content: none
}

.passazh-products-tabs.tabs-design-simple .passazh-products-loader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0 !important;
    margin-top: 30px
}

.passazh-products-tabs.tabs-design-simple .passazh-tab-content.loading .owl-nav,
.passazh-products-tabs.tabs-design-simple .passazh-tab-content.loading .wrap-loading-arrow {
    display: none
}

.passazh-products-tabs.element-loading .passazh-tab-content .passazh-products-loader {
    display: none !important
}

.color-scheme-light .passazh-products-tabs .tabs-name,
.passazh-dark .passazh-products-tabs .tabs-name {
    color: #FFF
}

.color-scheme-light .passazh-products-tabs .products-tabs-title li,
.passazh-dark .passazh-products-tabs .products-tabs-title li {
    color: #FFF
}

.color-scheme-light .passazh-products-tabs.tabs-design-simple .passazh-tabs-header,
.passazh-dark .passazh-products-tabs.tabs-design-simple .passazh-tabs-header {
    border-color: rgba(255, 255, 255, .15)
}

.passazh-tabs-loader {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    margin-top: 50px;
    text-align: center;
    opacity: 0;
    pointer-events: none
}

.browser-Safari .passazh-tabs-loader {
    visibility: visible
}

.element-loading .passazh-tabs-loader:after {
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.element-loading .passazh-tabs-loader {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility .3s ease
}

.passazh-product-filters {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.passazh-product-filters .passazh-pf-checkboxes {
    flex: 1 1 200px;
    width: 0
}

.passazh-product-filters>div {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px
}

.passazh-pf-btn button {
    padding-right: 40px;
    padding-left: 40px;
    color: #FFF
}

.passazh-pf-btn button:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.passazh-pf-checkboxes {
    position: relative
}

.passazh-pf-title {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-right: 15px;
    padding-left: 40px;
    height: 42px;
    border: 2px solid rgba(129, 129, 129, .2);
    color: #333;
    line-height: 1;
    cursor: pointer;
    transition: border-color .5s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.passazh-pf-title .title-text {
    flex: 1 0 auto;

    font-weight: 600;
    font-size: 12px
}

.passazh-pf-title:after {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -6px;
    color: #B7B7B7;
    font-size: 12px;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    content: "\f124";
    font-family: passazh-font;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.passazh-pf-title:hover {
    border-color: rgba(129, 129, 129, .3)
}

.opened .passazh-pf-title:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.passazh-product-filters.color-scheme-light .passazh-pf-title {
    border-color: rgba(255, 255, 255, .15);
    color: #FFF
}

.passazh-product-filters.color-scheme-light .passazh-pf-title:after {
    color: rgba(255, 255, 255, .8)
}

.passazh-product-filters.color-scheme-light .passazh-pf-title:hover {
    border-color: rgba(255, 255, 255, .4)
}

.passazh-pf-results {
    overflow: hidden;
    white-space: nowrap;
    line-height: 1
}

.passazh-pf-results li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding: 4px 8px;
    background-color: #F1F1F1;
    color: #333;
    font-weight: 600;
    font-size: 12px;
    transition: all .25s ease
}

.passazh-pf-results li:after {
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -4px;
    font-size: 8px;
    opacity: 0;
    transition: opacity .2s ease;
    content: "\f10f";
    font-family: passazh-font
}

.passazh-pf-results li:hover {
    padding-right: 20px
}

.passazh-pf-results li:hover:after {
    opacity: 1
}

.passazh-product-filters.color-scheme-light .passazh-pf-results li {
    background-color: #101010;
    color: #FFF
}

.passazh-pf-checkboxes .passazh-scroll-content {
    position: relative;
    max-height: 35vh
}

.passazh-pf-checkboxes .has-scrollbar .passazh-scroll-content {
    overflow: scroll;
    overflow-x: hidden
}

.passazh-pf-dropdown {
    position: absolute;
    top: 100%;
    right: 6px;
    left: 6px;
    z-index: 300;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.passazh-pf-dropdown .pf-value {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 8px;
    padding-left: 18px;
    color: #777;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    transition: all .25s ease
}

.passazh-pf-dropdown .pf-value:hover {
    background-color: #F9F9F9;
    color: #777
}

.passazh-pf-dropdown .pf-active>.pf-value {
    color: #333;
    font-weight: 600
}

.passazh-pf-dropdown .swatches-brands .filter-swatch span {
    border: none !important;
    border-radius: 0
}

.passazh-pf-dropdown .swatches-brands:not(.show-labels-off) .filter-swatch span:after {
    content: none
}

.passazh-pf-dropdown .swatches-brands.show-labels-off .filter-swatch span:after {
    border-radius: 0;
    background-color: rgba(255, 255, 255, .6);
    color: #2d2a2a
}

.passazh-pf-dropdown .show-labels-off {
    padding: 10px
}

.passazh-pf-dropdown .show-labels-off .filter-swatch {
    margin-left: 0
}

.passazh-pf-dropdown .show-labels-off li {
    display: inline-block
}

.passazh-pf-dropdown .show-labels-off .pf-value:hover {
    background-color: transparent !important
}

.passazh-pf-dropdown .show-labels-off .swatch-inner {
    margin: 6px;
    padding: 0
}

.passazh-pf-dropdown .show-labels-off li:not(.with-swatch-text) .layer-term-name {
    display: none
}

.passazh-product-filters.color-scheme-light .passazh-pf-dropdown {
    background-color: #101010
}

.passazh-product-filters.color-scheme-light .passazh-pf-dropdown .pf-value {
    color: rgba(255, 255, 255, .8)
}

.passazh-product-filters.color-scheme-light .passazh-pf-dropdown .pf-value:hover {
    background-color: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .8)
}

.passazh-product-filters.color-scheme-light .passazh-pf-dropdown .pf-active>.pf-value {
    color: #FFF
}

.passazh-product-filters.color-scheme-light .passazh-pf-dropdown .swatches-brands.show-labels-off .filter-swatch span:after {
    background-color: rgba(0, 0, 0, .6);
    color: #FFF
}

.passazh-pf-price-range .passazh-pf-dropdown {
    padding: 20px
}

.passazh-pf-price-range .ui-slider-horizontal {
    margin-bottom: 20px
}

.passazh-pf-price-range .filter_price_slider_amount {
    margin-right: -20px;
    margin-bottom: -20px;
    margin-left: -20px;
    padding: 6px 20px;
    border-top: 1px solid;
    background-color: #F9F9F9;
    text-align: center
}

.passazh-pf-price-range .price_label {
    color: #2d2a2a;
    font-weight: 600;
    font-size: 14px
}

.passazh-pf-price-range .price_label .from:after {
    content: "-";
    margin-right: 10px;
    margin-left: 10px
}

.passazh-product-filters.color-scheme-light .passazh-pf-price-range .filter_price_slider_amount {
    background-color: rgba(0, 0, 0, .3)
}

.passazh-product-filters.color-scheme-light .passazh-pf-price-range .price_label {
    color: #FFF
}

.passazh-pf-categories .children .pf-value {
    padding-right: 35px
}

.passazh-pf-categories .children .children .pf-value {
    padding-right: 55px
}

.passazh-products-element {
    position: relative
}

.pagination-arrows {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: none;
    transform: none
}

.pagination-arrows.loading {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    pointer-events: none
}

.browser-Safari .pagination-arrows.loading {
    visibility: visible
}

.passazh-animated-products .product-grid-item {
    opacity: 0;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.passazh-animated-products .product-grid-item.passazh-animated {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.passazh-products-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    visibility: hidden;
    margin-top: -15px;
    margin-left: -15px;
    text-align: center;
    opacity: 0;
    pointer-events: none
}

.browser-Safari .passazh-products-loader {
    visibility: visible
}

.element-loading .passazh-products-loader:after {
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear
}

.element-loading .passazh-products-loader {
    transition: opacity .15s ease, visibility .15s ease
}

.element-loading .passazh-products-loader:not(.hidden-loader) {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility .3s ease
}

.products-bordered-grid {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.products-bordered-grid.elements-grid {
    align-items: stretch !important;
    border-style: solid;
    border-right-width: 1px
}

.products-bordered-grid:not(.elements-list) .product {
    margin-bottom: 0 !important;
    border-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: inherit
}

.products-bordered-grid.passazh-spacing-2 .product {
    padding-top: 1px;
    padding-bottom: 1px
}

.products-bordered-grid.passazh-spacing-6 .product {
    padding-top: 3px;
    padding-bottom: 3px
}

.products-bordered-grid.passazh-spacing-10 .product {
    padding-top: 5px;
    padding-bottom: 5px
}

.products-bordered-grid.passazh-spacing-20 .product {
    padding-top: 10px;
    padding-bottom: 10px
}

.products-bordered-grid.passazh-spacing-30 .product {
    padding-top: 15px;
    padding-bottom: 15px
}

.products-bordered-grid+.products-footer {
    margin-top: 25px
}

.products-bordered-grid.elements-list {
    padding-top: 30px;
    border-width: 1px
}

.products-bordered-grid div.owl-item {
    padding-right: 0;
    padding-left: 0
}

.products-bordered-grid .owl-item,
.products-bordered-grid .owl-stage {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    border-color: inherit
}

.products-bordered-grid .owl-carousel-item {
    width: 100%;
    border-width: 1px;
    border-left-style: solid;
    border-color: inherit
}

.products-bordered-grid .owl-carousel-item .product-grid-item {
    margin-bottom: 0;
    border-style: none
}

.products-bordered-grid .owl-stage-outer,
.products-bordered-grid div.owl-carousel:not(.owl-loaded) {
    padding: 0 !important;
    border-style: solid
}

.products-bordered-grid .owl-stage-outer {
    margin-right: 1px;
    margin-left: 1px;
    border-width: 1px
}

.products-bordered-grid .owl-carousel:not(.owl-loaded) {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.products-bordered-grid .owl-carousel:not(.owl-loaded) .owl-carousel-item:first-child {
    border-right-style: solid
}

.products-bordered-grid .owl-item:last-child .owl-carousel-item {
    border-left-style: none
}

.products-bordered-grid.passazh-carousel-spacing-2 .owl-carousel-item {
    padding: 1px
}

.products-bordered-grid.passazh-carousel-spacing-6 .owl-carousel-item {
    padding: 3px
}

.products-bordered-grid.passazh-carousel-spacing-10 .owl-carousel-item {
    padding: 5px
}

.products-bordered-grid.passazh-carousel-spacing-20 .owl-carousel-item {
    padding: 10px
}

.products-bordered-grid.passazh-carousel-spacing-30 .owl-carousel-item {
    padding: 15px
}

.products-bordered-grid .owl-nav>div[class*=prev] {
    right: -50px !important
}

.products-bordered-grid .owl-nav>div[class*=next] {
    left: -50px !important
}

.passazh-highlighted-products {
    margin-bottom: 35px
}

.passazh-highlighted-products .element-title {
    padding-right: 10px;
    padding-left: 60px
}

.passazh-highlighted-products .elements-grid,
.passazh-highlighted-products.passazh-carousel-container {
    margin-right: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    border: 2px solid
}

.passazh-highlighted-products .passazh-products-loader {
    position: absolute;
    left: 50% !important
}

.passazh-highlighted-products.element-loading .passazh-products-loader {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility .3s ease
}

.passazh-highlighted-products .elements-grid .product-grid-item {
    padding-right: 10px;
    padding-left: 10px;
    transition: all .3s ease
}

.passazh-highlighted-products .pagination-arrows.loading {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.passazh-highlighted-products .pagination-arrows.loading .product-grid-item {
    opacity: 0
}

.passazh-highlighted-products .pagination-infinit+.products-footer,
.passazh-highlighted-products .pagination-more-btn+.products-footer {
    margin-top: 15px
}

.passazh-highlighted-products .owl-carousel {
    margin-bottom: 25px
}

.passazh-highlighted-products .owl-carousel .owl-item,
.passazh-highlighted-products .owl-carousel:not(.owl-loaded)>div {
    padding-right: 10px;
    padding-left: 10px
}

.passazh-highlighted-products .owl-carousel .product-grid-item {
    margin-bottom: 0
}

.passazh-highlighted-products .owl-loaded:after,
.passazh-highlighted-products .owl-loaded:before {
    content: none
}

.passazh-highlighted-products .owl-dots {
    margin-bottom: -10px
}

.passazh-highlighted-products .owl-nav>div,
.passazh-highlighted-products .wrap-loading-arrow>div {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible
}

.passazh-highlighted-products .owl-nav>div:after,
.passazh-highlighted-products .wrap-loading-arrow>div:after {
    font-weight: 700;
    font-size: 14px
}

.passazh-highlighted-products.with-title .owl-nav,
.passazh-highlighted-products.with-title .wrap-loading-arrow {
    position: absolute;
    -webkit-animation: wd-fadeIn .5s ease both .3s;
    animation: wd-fadeIn .5s ease both .3s
}

.passazh-highlighted-products.with-title .owl-nav>div,
.passazh-highlighted-products.with-title .wrap-loading-arrow>div {
    position: static;
    margin-top: 0;
    width: 30px;
    height: 40px
}

.passazh-highlighted-products.with-title .owl-nav>div[class*=next],
.passazh-highlighted-products.with-title .owl-nav>div[class*=prev],
.passazh-highlighted-products.with-title .wrap-loading-arrow>div[class*=next],
.passazh-highlighted-products.with-title .wrap-loading-arrow>div[class*=prev] {
    margin: 0;
    padding: 0
}

.passazh-highlighted-products.with-title .wrap-loading-arrow {
    top: 22px;
    left: 25px
}

.passazh-highlighted-products.with-title .owl-nav {
    top: -55px;
    left: 0
}

.passazh-highlighted-products:not(.with-title) .owl-nav>div,
.passazh-highlighted-products:not(.with-title) .wrap-loading-arrow>div {
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 1px 1px 9px rgba(0, 0, 0, .15)
}

.passazh-highlighted-products:not(.with-title) .owl-nav>div[class*=prev] {
    right: -46px
}

.passazh-highlighted-products:not(.with-title) .owl-nav>div[class*=next] {
    left: -46px
}

.passazh-highlighted-products:not(.with-title) .wrap-loading-arrow>div {
    position: absolute;
    margin-right: 0 !important;
    margin-left: 0 !important
}

.passazh-highlighted-products:not(.with-title) .wrap-loading-arrow>div[class*=prev] {
    right: -24px !important
}

.passazh-highlighted-products:not(.with-title) .wrap-loading-arrow>div[class*=next] {
    left: -24px !important;
    right: auto !important
}

.passazh-highlighted-products .passazh-hover-base.product-in-carousel {
    margin-bottom: 0
}

.color-scheme-light .passazh-highlighted-products:not(.with-title) .owl-nav>div,
.color-scheme-light .passazh-highlighted-products:not(.with-title) .wrap-loading-arrow>div,
.passazh-dark .passazh-highlighted-products:not(.with-title) .owl-nav>div,
.passazh-dark .passazh-highlighted-products:not(.with-title) .wrap-loading-arrow>div {
    background-color: #101010
}

.brands-widget .brand-item {
    text-align: center
}

.brands-widget .brand-item a {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px
}

.brands-widget .brand-item img {
    max-height: 60px
}

.brands-widget .brand-item img.passazh-lazy-load {
    -o-object-fit: contain;
    object-fit: contain
}

.brands-carousel .owl-carousel:not(.owl-loaded),
.brands-carousel .owl-stage {
    display: flex;
    align-items: center
}

.brands-list .brand-item {
    margin-bottom: 15px;
    text-align: right
}

.brands-list .brand-item a {
    padding: 0;
    color: #777
}

.color-scheme-light .brands-list .brand-item a,
.passazh-dark .brands-list .brand-item a {
    color: rgba(255, 255, 255, .9)
}

.color-scheme-light .brands-list .brand-item a:hover,
.passazh-dark .brands-list .brand-item a:hover {
    color: #FFF
}

.brands-style-bordered .brand-item {
    border-width: 1px
}

.brands-style-bordered.brands-grid {
    overflow: hidden
}

.brands-style-bordered.brands-grid .row {
    margin-right: -2px;
    margin-bottom: -2px
}

.brands-style-bordered.brands-grid .brand-item {
    border-right-style: solid;
    border-bottom-style: solid
}

.brands-style-bordered.brands-carousel .brand-item {
    border-left-style: solid
}

.brands-style-bordered.brands-carousel .owl-carousel:not(.owl-loaded),
.brands-style-bordered.brands-carousel .owl-stage-outer {
    border-width: 1px;
    border-style: solid
}

.brands-style-bordered.brands-carousel .owl-stage-outer {
    margin-right: 1px;
    margin-left: 1px
}

.brands-style-bordered.brands-carousel .owl-item:last-child .brand-item {
    border-left-style: none
}

.brands-style-bordered.brands-list .row {
    margin-right: -10px;
    margin-left: -10px
}

.brands-style-bordered.brands-list .brand-item {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px
}

.brands-style-bordered.brands-list .brand-item>a {
    padding-bottom: 10px;
    border-bottom: 1px solid
}

.color-scheme-light .brands-style-bordered {
    border-color: rgba(255, 255, 255, .15)
}

.brands-hover-simple .brand-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter .3s ease;
    transition: filter .3s ease;
    transition: filter .3s ease, -webkit-filter .3s ease
}

.brands-hover-simple .brand-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.brands-hover-alt .brand-item img {
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: opacity .3s ease, -webkit-filter .3s ease;
    transition: filter .3s ease, opacity .3s ease;
    transition: filter .3s ease, opacity .3s ease, -webkit-filter .3s ease
}

.brands-hover-alt .brand-item:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.not-brand-selected {
    text-align: center;
    padding: 20px 0
}

.add_to_cart_inline ins {
    padding: 0;
    text-decoration: none
}

.add_to_cart_inline>a {
    margin-left: 10px
}

.add_to_cart_inline>a.added {
    display: none
}

.add_to_cart_inline>a:after {
    border-color: #FFF
}

.track_order {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-left: -5px;
    margin-right: -5px
}

.track_order p {
    padding-left: 5px;
    padding-right: 5px
}

.track_order p:first-child {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    font-size: 110%;
    text-align: center;
    margin-bottom: 30px
}

.track_order .button {
    min-width: 130px
}

.track_order .form-row {
    float: none;
    width: auto
}

.track_order .form-row-first,
.track_order .form-row-last {
    flex: 1 1 auto
}

.track_order .clear {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    touch-action: pan-y
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    height: 100%
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.thumbnails.slick-slider .slick-list {
    width: 100%
}

.thumbnails.slick-slider .slick-track {
    margin-top: -7px;
    margin-bottom: -7px
}

.thumbnails.slick-slider .slick-slide {
    padding-top: 7px;
    padding-bottom: 7px
}

.slick-vertical .thumbnails.slick-slider .slick-slide {
    border: none
}

.thumbnails.slick-slider .slick-slide:focus {
    outline: 0
}

.thumbnails.slick-slider .slick-slide:hover {
    opacity: .5
}

.thumbnails.slick-slider .slick-slide.current-image {
    opacity: .5
}

.thumbnails.slick-slider>button {
    padding: 0;
    width: 48%;
    height: 30px;
    border: none;
    background-color: rgba(133, 133, 133, .07);
    color: #333;
    font-size: 0;
    line-height: 30px
}

.thumbnails.slick-slider>button:hover {
    background-color: rgba(133, 133, 133, .15);
    box-shadow: none
}

.thumbnails.slick-slider>button:focus {
    outline: 0;
    box-shadow: none
}

.thumbnails.slick-slider>button:before {
    display: block;
    height: 30px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 30px
}

.thumbnails.slick-slider>button.slick-prev {
    float: left
}

.thumbnails.slick-slider>button.slick-prev:before {
    content: "\f112";
    font-family: passazh-font
}

.thumbnails.slick-slider>button.slick-next {
    float: right
}

.thumbnails.slick-slider>button.slick-next:before {
    content: "\f124";
    font-family: passazh-font
}

.passazh-dark .thumbnails.slick-slider>button {
    background-color: rgba(0, 0, 0, .3);
    color: #FFF
}

.passazh-dark .thumbnails.slick-slider>button:hover {
    background-color: rgba(0, 0, 0, .5)
}

.wc-gzd-sale-price-label {
    margin-right: 5px;
    margin-left: 5px;
    color: #333;
    font-weight: 600;
    font-size: 90%
}

.product p.wc-gzd-additional-info,
.product-quick-view p.wc-gzd-additional-info {
    font-size: inherit
}

.product p.wc-gzd-additional-info a,
.product-quick-view p.wc-gzd-additional-info a {
    font-weight: 600
}

p.footer-info {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.cart_totals p.wc-gzd-additional-info {
    display: block;
    margin-bottom: 0;
    padding-top: 15px;
    width: 100%;
    border-top: none;
    font-size: 90%
}

#order_payment_heading {
    text-align: center
}

#order_review .legal {
    float: none;
    padding-top: 15px;
    padding-right: 0
}

.wc-gzd-edit-data-notice {
    margin-bottom: 20px;
    background-color: #F9F9F9
}

.wc-gzd-product-name-left {
    margin-right: 0
}

.wc-gzd-product-name-right {
    padding-left: 10px;
    max-width: 85%
}

div.wcmp_regi_main .reg_header1,
div.wcmp_regi_main .reg_header2 {
    color: #2d2a2a;
    text-transform: unset;
    font-weight: 600
}

div.wcmp_regi_main .reg_header1 {
    font-size: 24px
}

div.wcmp_regi_main .reg_header2 {
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    font-size: 22px
}

div.wcmp_regi_main .button {
    height: auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    color: #FFF
}

div.wcmp_regi_main .button:hover {
    text-decoration: none
}

div.wcmp_regi_main .button:focus {
    outline: 0
}

div.wcmp_regi_main .button:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

div.wcmp_regi_main,
div.wcmp_regi_main .button,
div.wcmp_regi_main div.wcmp_regi_form_box,
div.wcmp_regi_main div.wcmp_regi_form_box .select_box,
div.wcmp_regi_main div.wcmp_regi_form_box .select_box select {
    font-family: inherit !important
}

div.wcmp_regi_main div.wcmp_regi_form_box {
    margin: 0;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
    width: auto;
    box-shadow: none
}

div.wcmp_regi_main div.wcmp_regi_form_box p {
    border-bottom: none
}

div.wcmp_regi_main div.wcmp_regi_form_box input[type=url],
div.wcmp_regi_main div.wcmp_regi_form_box input[type=password],
div.wcmp_regi_main div.wcmp_regi_form_box input[type=email],
div.wcmp_regi_main div.wcmp_regi_form_box input[type=file],
div.wcmp_regi_main div.wcmp_regi_form_box input[type=text],
div.wcmp_regi_main div.wcmp_regi_form_box textarea {
    height: 42px;
    border: 2px solid rgba(129, 129, 129, .2);
    background-color: transparent;
    font-family: inherit !important
}

div.wcmp_regi_main div.wcmp_regi_form_box input[type=url]:focus,
div.wcmp_regi_main div.wcmp_regi_form_box input[type=password]:focus,
div.wcmp_regi_main div.wcmp_regi_form_box input[type=email]:focus,
div.wcmp_regi_main div.wcmp_regi_form_box input[type=file]:focus,
div.wcmp_regi_main div.wcmp_regi_form_box input[type=text]:focus,
div.wcmp_regi_main div.wcmp_regi_form_box textarea:focus {
    border-color: rgba(129, 129, 129, .3)
}

div.wcmp_regi_main div.wcmp_regi_form_box label {
    display: inline-block;
    color: #464646;
    font-weight: 400
}

div.wcmp_regi_main div.wcmp_regi_form_box input[type=checkbox]+label {
    margin-bottom: 0
}

div.wcmp_regi_main div.wcmp_regi_form_box .wcmp-regi-12,
div.wcmp_regi_main div.wcmp_regi_form_box .wcmp-regi-4,
div.wcmp_regi_main div.wcmp_regi_form_box .wcmp-regi-6 {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px
}

div.wcmp_regi_main div.wcmp_regi_form_box .wcmp-regi-12 {
    width: 100%
}

div.wcmp_regi_main div.wcmp_regi_form_box .wcmp-regi-6 {
    width: 50%
}

div.wcmp_regi_main div.wcmp_regi_form_box .wcmp-regi-4 {
    width: 33.333%
}

div.wcmp_regi_main div.wcmp_regi_form_box .woocommerce-password-strength {
    margin-bottom: 0
}

.form-border-width-1 div.wcmp_regi_main div.wcmp_regi_form_box input[type=url],
.form-border-width-1 div.wcmp_regi_main div.wcmp_regi_form_box input[type=password],
.form-border-width-1 div.wcmp_regi_main div.wcmp_regi_form_box input[type=email],
.form-border-width-1 div.wcmp_regi_main div.wcmp_regi_form_box input[type=file],
.form-border-width-1 div.wcmp_regi_main div.wcmp_regi_form_box input[type=text],
.form-border-width-1 div.wcmp_regi_main div.wcmp_regi_form_box textarea {
    border-width: 1px
}

.form-style-underlined div.wcmp_regi_main div.wcmp_regi_form_box input[type=url],
.form-style-underlined div.wcmp_regi_main div.wcmp_regi_form_box input[type=password],
.form-style-underlined div.wcmp_regi_main div.wcmp_regi_form_box input[type=email],
.form-style-underlined div.wcmp_regi_main div.wcmp_regi_form_box input[type=file],
.form-style-underlined div.wcmp_regi_main div.wcmp_regi_form_box input[type=text],
.form-style-underlined div.wcmp_regi_main div.wcmp_regi_form_box textarea {
    border-top: none;
    border-right: none;
    border-left: none
}

.tax-dc_vendor_shop .wcmp_vendor_rating {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap
}

.tax-dc_vendor_shop .description_data table td {
    border-color: #E6E6E6
}

.tax-dc_vendor_shop .shop-loop-head {
    margin-top: 0 !important
}

.tax-dc_vendor_shop #comments {
    margin-top: 10px
}

.tax-dc_vendor_shop .passazh-show-sidebar-btn {
    display: none !important
}

.tax-dc_vendor_shop.offcanvas-sidebar-desktop .col-md-8,
.tax-dc_vendor_shop.offcanvas-sidebar-mobile .col-md-8,
.tax-dc_vendor_shop.offcanvas-sidebar-tablet .col-md-8 {
    width: 66.66666667% !important
}

.tax-dc_vendor_shop.offcanvas-sidebar-desktop .col-md-9,
.tax-dc_vendor_shop.offcanvas-sidebar-mobile .col-md-9,
.tax-dc_vendor_shop.offcanvas-sidebar-tablet .col-md-9 {
    width: 75% !important
}

.tax-dc_vendor_shop.offcanvas-sidebar-desktop .col-md-10,
.tax-dc_vendor_shop.offcanvas-sidebar-mobile .col-md-10,
.tax-dc_vendor_shop.offcanvas-sidebar-tablet .col-md-10 {
    width: 83.33333333% !important
}

.wcmp-quick-info-wrapper input[type=submit] {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease
}

.wcmp-quick-info-wrapper input[type=submit]:hover {
    color: #3E3E3E;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.wcmp-quick-info-wrapper input[type=submit]:hover {
    text-decoration: none
}

.wcmp-quick-info-wrapper input[type=submit]:focus {
    outline: 0
}

.widget_product_vendor_info p:last-child {
    margin-bottom: 0
}

.widget_product_vendor_list .search-field {
    box-sizing: border-box;
    margin-bottom: 20px !important
}

.product-grid-item .wcmp_fpm_buttons {
    position: absolute;
    top: 0;
    left: 15px;
    visibility: hidden;
    opacity: 0
}

.product-grid-item:hover .wcmp_fpm_buttons {
    visibility: visible;
    opacity: 1
}

.passazh-hover-alt .by-vendor-name-link,
.passazh-hover-info .by-vendor-name-link {
    display: none !important
}

.passazh-hover-icons .by-vendor-name-link,
.passazh-hover-info-alt .by-vendor-name-link,
.passazh-hover-standard .by-vendor-name-link,
.passazh-hover-tiled .by-vendor-name-link {
    margin-top: 4px
}

.passazh-hover-base .by-vendor-name-link {
    margin-bottom: 4px
}

.wcmp_fpm_buttons {
    z-index: 99;
    padding: 3px;
    width: 30px;
    border-radius: 0;
    background-color: rgba(16, 16, 16, .3);
    color: #FFF;
    text-align: center
}

.wcmp_fpm_button {
    display: block
}

.product_meta .by-vendor-name-link {
    margin-bottom: 20px
}

.simplePopup {
    padding: 30px;
    border: none
}

.simplePopup table {
    margin-bottom: 0
}

.simplePopup table td {
    padding: 0;
    border: none !important
}

.simplePopup input[type=email],
.simplePopup input[type=text],
.simplePopup textarea {
    margin-bottom: 20px
}

.simplePopup .submit-report-abuse {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease
}

.simplePopup .submit-report-abuse:hover {
    color: #3E3E3E;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.simplePopup .submit-report-abuse:hover {
    text-decoration: none
}

.simplePopup .submit-report-abuse:focus {
    outline: 0
}

.simplePopupClose {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 0;
    transition: all .25s ease
}

.simplePopupClose:focus,
.simplePopupClose:hover {
    color: #777
}

.simplePopupClose:after {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    content: "\f10f";
    font-family: passazh-font
}

.wcmp-product-policies>div:not(:last-child) {
    margin-bottom: 30px
}

.woocommerce-wcmp_customer_qna .qna-vote .vote {
    background-color: transparent
}

.woocommerce-wcmp_customer_qna .qna-vote .vote-count {
    color: #777
}

.woocommerce-wcmp_customer_qna #qna-ask-input #ask-wrap {
    overflow: visible
}

.woocommerce-wcmp_customer_qna #ask-qna {
    margin-bottom: -2px;
    background: 0 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    padding: 0;
    border-width: 2px;
    border-style: solid;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent !important;
    border-color: #DFDFDF;
    color: #333
}

.woocommerce-wcmp_customer_qna #ask-qna:hover {
    text-decoration: none
}

.woocommerce-wcmp_customer_qna #ask-qna:focus {
    outline: 0
}

.woocommerce-wcmp_customer_qna #ask-qna:hover {
    background-color: transparent !important;
    box-shadow: none
}

.woocommerce-wcmp_customer_qna #ask-qna:hover {
    border-color: #C5C5C5;
    color: #333
}

.woocommerce-wcmp_customer_qna #ask-qna:focus,
.woocommerce-wcmp_customer_qna #ask-qna:hover {
    background: 0 0
}

.product-quick-view #report_abuse,
.product-quick-view #report_abuse+br,
.product-quick-view #report_abuse_form {
    display: none
}

.vendor_sort {
    display: flex;
    flex-direction: row;
    margin-right: -15px;
    margin-left: -15px
}

.vendor_sort input[type=submit],
.vendor_sort select {
    margin-right: 15px;
    margin-left: 15px
}

.vendor_sort input[type=submit] {
    min-width: 120px;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease
}

.vendor_sort input[type=submit]:hover {
    color: #3E3E3E;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.vendor_sort input[type=submit]:hover {
    text-decoration: none
}

.vendor_sort input[type=submit]:focus {
    outline: 0
}

.wcmp_vendor_list .wcmp_sorted_vendors {
    margin-bottom: 30px
}

.wcmp_vendor_list .wcmp_sorted_vendors .button {
    padding-right: 15px;
    padding-left: 15px
}

.review_link_data_wappers {
    margin-top: 10px;
    margin-bottom: 5px
}

.review_link_data_wappers .button {
    margin-right: 5px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    padding: 0;
    border-width: 2px;
    border-style: solid;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent !important;
    border-color: #DFDFDF;
    color: #333
}

.review_link_data_wappers .button:hover {
    text-decoration: none
}

.review_link_data_wappers .button:focus {
    outline: 0
}

.review_link_data_wappers .button:hover {
    background-color: transparent !important;
    box-shadow: none
}

.review_link_data_wappers .button:hover {
    border-color: #C5C5C5;
    color: #333
}

label[for=apply_for_vendor],
label[for=agree_to_terms] {
    display: inline-block
}

.entry-content>center+hr+h2+form p {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.entry-content>center+hr+h2+form p input,
.entry-content>center+hr+h2+form p label {
    margin-right: 10px
}

#pv_seller_info_container b,
#pv_shop_description_container b,
.pv_paypal_container b,
.pv_shop_name_container b {
    font-weight: 600
}

#pv_seller_info_container,
#pv_shop_description_container {
    margin-bottom: 20px
}

#pv_seller_info_container textarea,
#pv_shop_description_container textarea {
    width: 100% !important
}

.single-product-content .product_meta br {
    content: "";
    display: block;
    height: 20px
}

.product-grid-item .wcvendors_sold_by_in_loop {
    display: inline-block;
    margin-bottom: 15px
}

.product-grid-item.passazh-hover-button .wcvendors_sold_by_in_loop,
.product-grid-item.passazh-hover-info-alt .wcvendors_sold_by_in_loop {
    color: #FFF
}

.product-grid-item.passazh-hover-button .wcvendors_sold_by_in_loop a,
.product-grid-item.passazh-hover-info-alt .wcvendors_sold_by_in_loop a {
    color: #FFF
}

.product-grid-item.passazh-hover-alt .wcvendors_sold_by_in_loop,
.product-grid-item.passazh-hover-alt .wcvendors_sold_by_in_loop+br,
.product-grid-item.passazh-hover-base .wcvendors_sold_by_in_loop,
.product-grid-item.passazh-hover-base .wcvendors_sold_by_in_loop+br,
.product-grid-item.passazh-hover-icons .wcvendors_sold_by_in_loop,
.product-grid-item.passazh-hover-icons .wcvendors_sold_by_in_loop+br,
.product-grid-item.passazh-hover-info .wcvendors_sold_by_in_loop,
.product-grid-item.passazh-hover-info .wcvendors_sold_by_in_loop+br,
.product-grid-item.passazh-hover-quick .wcvendors_sold_by_in_loop,
.product-grid-item.passazh-hover-quick .wcvendors_sold_by_in_loop+br {
    display: none
}

.wcv_shop_description {
    margin-bottom: 30px;
    line-height: 1.5
}

.popup-quick-view>h1 {
    margin-bottom: 0;
    padding: 30px
}

.popup-quick-view .wcv_shop_description {
    margin-bottom: 0;
    padding: 0 30px 30px
}

.dokan-dashboard .dokan-dashboard-wrap {
    overflow: visible
}

.dokan-dashboard .media-modal-close {
    position: absolute;
    height: 60px;
    background-color: transparent
}

.dokan-dashboard a.dokan-btn,
.dokan-dashboard button.dokan-btn,
.dokan-dashboard input[type=submit].dokan-btn {
    padding: 6px 12px;
    border-radius: 0;
    color: #FFF;

    font-weight: inherit;
    font-size: 12px;
    line-height: 23px
}

.dokan-dashboard a.dokan-btn.dokan-btn-lg,
.dokan-dashboard button.dokan-btn.dokan-btn-lg,
.dokan-dashboard input[type=submit].dokan-btn.dokan-btn-lg {
    font-size: 14px
}

.dokan-dashboard a.dokan-btn:focus,
.dokan-dashboard a.dokan-btn:hover,
.dokan-dashboard button.dokan-btn:focus,
.dokan-dashboard button.dokan-btn:hover,
.dokan-dashboard input[type=submit].dokan-btn:focus,
.dokan-dashboard input[type=submit].dokan-btn:hover {
    color: #FFF
}

.dokan-dashboard .media-toolbar>div input,
.dokan-dashboard .media-toolbar>div select {
    margin-top: 5px !important;
    padding: 5px 10px
}

.dokan-dashboard .media-toolbar>div input {
    height: 30px
}

.dokan-dashboard .media-toolbar>div select {
    width: 280px !important;
    height: 42px
}

.dokan-dashboard .media-toolbar .media-toolbar-primary {
    margin-right: 10px
}

.dokan-dashboard .product-edit-container .dokan-feat-image-upload a.close,
.dokan-dashboard .product-form-container .dokan-feat-image-upload a.close {
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    cursor: pointer;
    z-index: 1
}

.dokan-dashboard .product-edit-container .dokan-feat-image-upload a.close:before,
.dokan-dashboard .product-form-container .dokan-feat-image-upload a.close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    line-height: 50px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    content: "\f10f";
    font-family: passazh-font
}

.dokan-dashboard .product-edit-container .image-wrap,
.dokan-dashboard .product-form-container .image-wrap {
    height: 100%
}

.dokan-dashboard .dokan-feat-image-btn {
    border: none !important;
    border-radius: 0 !important
}

.dokan-dashboard .ui-datepicker {
    width: auto
}

.dokan-dashboard-wrap input[type=password],
.dokan-dashboard-wrap input[type=email],
.dokan-dashboard-wrap input[type=text],
.dokan-dashboard-wrap input[type=search],
.dokan-dashboard-wrap input[type=number],
.dokan-dashboard-wrap textarea {
    padding: 4px 6px;
    height: 35px;
    border: 1px solid #EDEDED;
    text-align: left
}

.dokan-dashboard-wrap label {
    display: inline-block;
    margin-right: 5px
}

.dokan-dashboard-wrap table tfoot th {
    border-bottom: none
}

.dokan-dashboard-wrap td {
    padding: 2px;
    border: inherit;
    border-bottom: inherit
}

.dokan-dashboard-wrap td.legendColorBox {
    width: 14px
}

.dokan-dashboard-wrap ins {
    background-color: inherit
}

.dokan-dashboard-wrap legend {
    margin-bottom: 20px;
    padding: 0;
    text-transform: inherit
}

.dokan-dashboard-wrap fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

.dokan-dashboard-wrap fieldset legend {

    font-weight: 600 !important
}

.dokan-dashboard-wrap hr {
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #EEE
}

.dokan-dashboard-wrap .tooltip-inner {
    padding: 10px 15px !important;
    min-width: 80px;
    height: auto;
    white-space: normal;
    line-height: 1.2
}

.dokan-dashboard-wrap .dokan-alert,
.dokan-dashboard-wrap .dokan-error,
.dokan-dashboard-wrap .dokan-info,
.dokan-dashboard-wrap .dokan-message {
    margin-top: 20px
}

.dokan-dashboard-wrap .entry-content>ul {
    padding-left: 0
}

.dokan-dashboard-wrap .entry-content>ul>li:before {
    display: none
}

.dokan-dashboard-wrap .entry-title {

    font-size: 22px
}

.dokan-dashboard-wrap .entry-title>small {
    font-size: 100%
}

.dokan-dashboard-wrap .products {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.dokan-dashboard-wrap .dokan-table .divider {
    display: none
}

.dokan-dashboard-wrap .dokan-dash-sidebar {
    overflow: visible;
    background-color: transparent;
}

.dokan-dashboard .dokan-dashboard-content {
    padding: 10px;
    background: #fff;
}

.dokan-dashboard-wrap .dokan-dashboard-content .dokan-alert:first-child {
    margin-top: 0
}

.dokan-dashboard-wrap .dokan-dashboard-content .mce-btn button {
    background-color: transparent
}

.dokan-dashboard-wrap .amount {
    color: inherit
}

.dokan-dashboard-wrap .dokan-close {
    text-shadow: none
}

.dokan-dashboard-wrap .dokan-close:hover {
    box-shadow: none
}

.dokan-dashboard-wrap .dokan-add-new-product-popup .dokan-feat-image-upload .instruction-inside {
    padding-top: 0;
    padding-bottom: 0
}

.dokan-dashboard-wrap .dokan-add-new-product-popup .dokan-remove-feat-image {
    line-height: 100px
}

.dokan-dashboard-wrap .dokan-add-new-product-popup .fa-cloud-upload {
    padding-top: 20%;
    padding-bottom: 15%
}

.dokan-dashboard-wrap .chart-container table {
    width: inherit
}

.dokan-dashboard-wrap .chart-container td {
    padding: 2px;
    border: inherit;
    border-bottom: inherit
}

.dokan-dashboard-wrap .chart-container td.legendColorBox {
    width: 14px
}

.dokan-dashboard-wrap .dashboard-widget {
    box-shadow: none !important
}

.dokan-dashboard-wrap .dashboard-widget .title {
    display: inline-block;
    margin-bottom: 10px;
    color: inherit;
    font-weight: inherit
}

.dokan-dashboard-wrap .dashboard-widget .list-inline li:last-child .count {
    border-bottom: 0 !important
}

.dokan-dashboard-wrap .dokan-listing-filter {
    line-height: inherit
}

.dokan-dashboard-wrap .gravatar-button-area {
    text-align: left
}

.dokan-dashboard-wrap .dokan-input-group-addon,
.dokan-dashboard-wrap .dokan-label,
.dokan-dashboard-wrap .dokan-panel {
    border-radius: 0
}

.dokan-dashboard-wrap .dokan-dahsboard-product-listing-wrapper {
    overflow-x: auto;
    width: 100%
}

.dokan-dashboard-wrap .dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important
}

.dokan-dashboard-wrap .dokan-new-product-area .dokan-product-meta {
    width: 75%
}

.dokan-dashboard-wrap .dokan-order-filter-serach .dokan-form-group {
    display: flex;
    flex-wrap: wrap
}

.dokan-dashboard-wrap .dokan-order-filter-serach .dokan-form-group .dokan-btn {
    margin-left: 5px
}

.dokan-dashboard-wrap .order-statuses-filter {
    margin-bottom: 10px
}

.dokan-dashboard-wrap .dokan-panel {
    box-shadow: none
}

.dokan-dashboard-wrap .dokan-orders-area>.dokan-btn {
    display: none
}

.dokan-dashboard-wrap .dokan-orders-content .datepicker {
    margin-right: 2px;
    width: inherit
}

.dokan-dashboard-wrap .dokan-orders-content .quantity {
    display: table-cell;
    font-size: inherit
}

.dokan-dashboard-wrap select.dokan-form-control {
    padding-right: 30px;
    padding-left: 15px
}

.dokan-dashboard-wrap .dokan-product-edit-form .add-product-images>i {
    line-height: 60px
}

.dokan-dashboard-wrap .action-delete {
    line-height: 25px
}

.dokan-dashboard-wrap .wp-editor-container {
    border-width: 0
}

.dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu {
    background: #0F0F0F
}

.dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
    font-size: 16px
}

.dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right {
    padding-top: 0
}

.dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
    left: 0;
    right: auto
}

.dokan-dashboard-wrap .dokan-settings-content .dokan-settings-area .dokan-banner {
    margin-left: 0
}

.dokan-dashboard-wrap .dokan-settings-content .dokan-settings-area .button-area {
    margin-top: 70px;
    padding-right: 20px;
    padding-left: 20px
}

.dokan-theme-passazh .dokan-alert,
.dokan-theme-passazh .dokan-error,
.dokan-theme-passazh .dokan-info,
.dokan-theme-passazh .dokan-message {
    border-radius: 0;
    color: #FFF;
    text-align: right
}

.dokan-theme-passazh .dokan-alert .dokan-close,
.dokan-theme-passazh .dokan-error .dokan-close,
.dokan-theme-passazh .dokan-info .dokan-close,
.dokan-theme-passazh .dokan-message .dokan-close {
    order: 1
}

.dokan-theme-passazh .dokan-error:before,
.dokan-theme-passazh .dokan-info:before,
.dokan-theme-passazh .dokan-message:before {
    padding-top: 0;
    background-color: transparent;
    font-weight: 400;
    font-style: normal
}

.dokan-hide {
    display: none
}

.dokan-store .page-title {
    margin-top: 0
}

.dokan-store-info {
    padding-left: 40px
}

.dokan-single-store .dokan-store-info i {
    width: 15px;
    text-align: center
}

.dokan-single-store .dokan-list-inline li.dokan-right {
    margin-right: 0;
    margin-left: 5px;
    border-right: none
}

.dokan-single-store .dokan-list-inline li.dokan-right button {
    margin-top: 4px
}

.dokan-single-store .dokan-list-inline li.dokan-right .dokan-btn {
    border-color: #F05025;
    border-radius: 3px;
    background-color: #F05025;
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5
}

.dokan-single-store .dokan-list-inline li.dokan-right .dokan-follow-store-button {
    padding: 6px 10px
}

.dokan-single-store .profile-frame-no-banner .store-name {
    margin-bottom: 10px
}

.dokan-single-store .profile-frame-no-banner .profile-info-summery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start
}

.dokan-single-store .profile-frame-no-banner .profile-info-head {
    margin-top: 10px;
    margin-left: 10px
}

.dokan-single-store .profile-frame-no-banner .profile-info {
    flex-basis: 600px
}

.dokan-single-store .profile-frame-no-banner .profile-layout-layout3 .profile-img img {
    max-width: 150px !important;
    width: auto !important;
    height: auto !important
}

.dokan-single-store .profile-frame-no-banner .dokan-store-info>li.dokan-store-rating {
    float: left !important
}

.dokan-single-store .profile-frame-no-banner .dokan-store-info>li:before {
    display: none
}

.dokan-single-store .profile-frame-no-banner .dokan-store-info:after {
    content: "";
    display: block;
    clear: both;
    width: 100%
}

.dokan-single-store .profile-frame-no-banner .store-social-wrapper {
    margin-top: 10px
}

.dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper,
.dokan-single-store .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
    height: auto !important
}

.dokan-single-store .profile-info-box.profile-layout-layout1 .dokan-store-info li:last-child,
.dokan-single-store .profile-info-box.profile-layout-layout2 .dokan-store-info li:last-child {
    padding-bottom: 0 !important
}

.dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-summery {
    position: relative !important;
    top: auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -55px;
    margin-bottom: 20px;
    height: auto !important
}

.dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-summery>div {
    float: none !important
}

.dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-head {
    margin-left: 5px
}

.dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info {
    flex-basis: 450px
}

.dokan-single-store .profile-info-box.profile-layout-layout2 .profile-img {
    margin-top: -75px
}

.dokan-single-store .profile-info-box.profile-layout-layout2 .profile-info {
    margin-bottom: 20px
}

.dokan-single-store .profile-info-box.profile-layout-layout2 .dokan-store-info,
.dokan-single-store .profile-info-box.profile-layout-layout2 .profile-info,
.dokan-single-store .profile-info-box.profile-layout-layout2 .profile-info-head,
.dokan-single-store .profile-info-box.profile-layout-layout2 .store-name,
.dokan-single-store .profile-info-box.profile-layout-layout2 .store-social-wrapper {
    position: static !important
}

.dokan-follow-store-button .dokan-follow-store-button-label-unfollow {
    display: none
}

.dokan-follow-store-button[data-status=following]:hover .dokan-follow-store-button-label-unfollow {
    display: inline-block
}

.dokan-follow-store-button[data-status=following]:hover .dokan-follow-store-button-label-current {
    display: none
}

.widget .dokan-store-open-close {
    margin-top: -10px
}

.widget .dokan-store-open-close .open-close-day {
    display: flex
}

.dokan-best-selling del,
.dokan-top-rated del {
    color: #BDBDBD
}

.dokan-best-selling ins,
.dokan-top-rated ins {
    background-color: transparent;
    text-decoration: none
}

.dokan-store-contact .dokan-btn.dokan-right {
    float: none !important
}

.dokan-category-menu {
    border-top: none;
    border-right: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left: none
}

.dokan-category-menu #cat-drop-stack>ul li {
    position: relative;
    margin-bottom: 0
}

.dokan-category-menu #cat-drop-stack>ul li a {
    position: static;
    display: inline-block;
    padding-right: 25px;
    border-bottom: none !important;
    color: #727272;
    font-size: 14px
}

.dokan-category-menu #cat-drop-stack>ul li a .caret-icon {
    top: 8px
}

.dokan-category-menu #cat-drop-stack>ul li a .caret-icon i {
    width: 22px;
    height: 22px;
    color: #BBB;
    transition: background-color .25s ease, color .25s ease, -webkit-transform .25s ease;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
    transition: background-color .25s ease, color .25s ease, transform .25s ease, -webkit-transform .25s ease
}

.dokan-category-menu #cat-drop-stack>ul li a .caret-icon i.fa-rotate-90 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dokan-category-menu #cat-drop-stack>ul li a .caret-icon i:before {
    font-size: 16px;
    line-height: 22px;
    content: "\f128";
    font-family: passazh-font
}

.dokan-category-menu #cat-drop-stack>ul li a .caret-icon i.fa-rotate-90,
.dokan-category-menu #cat-drop-stack>ul li a .caret-icon i:hover {
    border-radius: 50%;
    background-color: #F9F9F9;
    color: #333
}

.dokan-category-menu #cat-drop-stack>ul li a:focus,
.dokan-category-menu #cat-drop-stack>ul li a:hover {
    color: #333
}

.dokan-category-menu #cat-drop-stack>ul li ul {
    margin-top: 0
}

.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap a {
    margin-right: 0;
    margin-left: 0;
    border-bottom: none
}

.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap .children {
    padding-left: 15px;
    background: 0 0 !important
}

.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap .children a {
    border-bottom: none !important
}

.dokan-category-menu h3.widget-title {
    margin-bottom: 20px;
    padding: 0;
    border: none;
    background-color: transparent
}

#dokan-form-contact-seller.seller-form textarea {
    padding: 5px 15px
}

#dokan-form-contact-seller.seller-form input.dokan-btn-theme {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease
}

#dokan-form-contact-seller.seller-form input.dokan-btn-theme:hover {
    color: #3E3E3E;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

#dokan-form-contact-seller.seller-form input.dokan-btn-theme:hover {
    text-decoration: none
}

#dokan-form-contact-seller.seller-form input.dokan-btn-theme:focus {
    outline: 0
}

body:not(.form-border-width-1) .seller-form textarea {
    border-width: 2px
}

.woocommerce-Tabs-panel--seller .width {
    height: 18px
}

.woocommerce-Tabs-panel--seller ul.list-unstyled {
    padding-left: 0
}

.woocommerce-Tabs-panel--seller ul.list-unstyled li:before {
    display: none
}

#dokan-seller-listing-wrap {
    margin-top: 30px
}

#dokan-store-listing-filter-form-wrap {
    padding-top: 20px
}

.dokan-single-seller h2 {
    margin-top: 20px;
    margin-bottom: 10px
}

.dokan-single-seller .store-banner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.dokan-single-seller .store-footer .dokan-btn-round:hover {
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

#dokan-seller-listing-wrap.list-view .store-address {
    margin-bottom: 0
}

.seller-listing-content .pagination-wrap {
    padding-right: 15px;
    padding-left: 15px
}

.widget_shopping_cart .variation-Vendor {
    display: none
}

#dokan-store-listing-filter-wrap .right .item .dokan-btn-theme {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
    padding-left: 35px
}

#dokan-store-listing-filter-wrap .right .item .dokan-btn-theme:hover {
    text-decoration: none
}

#dokan-store-listing-filter-wrap .right .item .dokan-btn-theme:focus {
    outline: 0
}

#dokan-store-listing-filter-wrap .right .item .dokan-btn-theme:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.woocommerce-MyAccount-content .dokan-btn-theme {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    color: #FFF
}

.woocommerce-MyAccount-content .dokan-btn-theme:hover {
    text-decoration: none
}

.woocommerce-MyAccount-content .dokan-btn-theme:focus {
    outline: 0
}

.woocommerce-MyAccount-content .dokan-btn-theme:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    color: #FFF
}

#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn:hover {
    text-decoration: none
}

#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn:focus {
    outline: 0
}

#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

#dokan-seller-rating svg {
    width: auto
}

.form-border-width-1 .dokan-seller-search {
    border-width: 1px !important
}

.form-style-rounded.dokan-dashboard .dokan-add-new-product-popup .select2-selection--single,
.form-style-rounded.dokan-dashboard .dokan-add-new-product-popup input,
.form-style-rounded.dokan-dashboard .dokan-add-new-product-popup select,
.form-style-rounded.dokan-dashboard .dokan-add-new-product-popup textarea,
.form-style-rounded.dokan-dashboard .dokan-dashboard-wrap .select2-selection--single,
.form-style-rounded.dokan-dashboard .dokan-dashboard-wrap input,
.form-style-rounded.dokan-dashboard .dokan-dashboard-wrap select,
.form-style-rounded.dokan-dashboard .dokan-dashboard-wrap textarea,
.form-style-semi-rounded.dokan-dashboard .dokan-add-new-product-popup .select2-selection--single,
.form-style-semi-rounded.dokan-dashboard .dokan-add-new-product-popup input,
.form-style-semi-rounded.dokan-dashboard .dokan-add-new-product-popup select,
.form-style-semi-rounded.dokan-dashboard .dokan-add-new-product-popup textarea,
.form-style-semi-rounded.dokan-dashboard .dokan-dashboard-wrap .select2-selection--single,
.form-style-semi-rounded.dokan-dashboard .dokan-dashboard-wrap input,
.form-style-semi-rounded.dokan-dashboard .dokan-dashboard-wrap select,
.form-style-semi-rounded.dokan-dashboard .dokan-dashboard-wrap textarea {
    border-radius: 0
}

.form-style-rounded .dokan-seller-search {
    border-radius: 30px !important
}

.form-style-semi-rounded .dokan-seller-search {
    border-radius: 5px !important
}

.form-style-underlined .dokan-store-contact textarea {
    padding-right: 0;
    padding-left: 0
}

.form-style-underlined.dokan-dashboard .dokan-add-new-product-popup input[type=password],
.form-style-underlined.dokan-dashboard .dokan-add-new-product-popup input[type=email],
.form-style-underlined.dokan-dashboard .dokan-add-new-product-popup input[type=text],
.form-style-underlined.dokan-dashboard .dokan-add-new-product-popup input[type=search],
.form-style-underlined.dokan-dashboard .dokan-add-new-product-popup input[type=number],
.form-style-underlined.dokan-dashboard .dokan-add-new-product-popup select,
.form-style-underlined.dokan-dashboard .dokan-dashboard-wrap input[type=password],
.form-style-underlined.dokan-dashboard .dokan-dashboard-wrap input[type=email],
.form-style-underlined.dokan-dashboard .dokan-dashboard-wrap input[type=text],
.form-style-underlined.dokan-dashboard .dokan-dashboard-wrap input[type=search],
.form-style-underlined.dokan-dashboard .dokan-dashboard-wrap input[type=number],
.form-style-underlined.dokan-dashboard .dokan-dashboard-wrap select {
    padding: 4px 6px;
    border-width: 1px;
    border-style: solid
}

.form-style-underlined.dokan-dashboard .dokan-add-new-product-popup label,
.form-style-underlined.dokan-dashboard .dokan-dashboard-wrap label {
    margin-bottom: 5px
}

.form-style-underlined.dokan-dashboard .dokan-add-new-product-popup textarea,
.form-style-underlined.dokan-dashboard .dokan-dashboard-wrap textarea {
    padding: 10px 15px;
    min-height: 190px;
    border-style: solid
}

.by-vendor-name {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px
}

#yith-wpv-abuse-report-link small {
    font-size: inherit
}

#yith-wpv-abuse {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;

    text-shadow: none;

    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease
}

#yith-wpv-abuse:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

#yith-wpv-abuse:hover {
    text-decoration: none
}

#yith-wpv-abuse:focus {
    outline: 0
}

.yith-wpv-abuse-report-title {
    margin-bottom: 20px;
    line-height: 1.4
}

.single-product-content .by-vendor-name {
    margin-bottom: 20px
}

.single-product-content #yith-wpv-abuse-report-link {
    margin-bottom: 15px
}

.popup-quick-view .by-vendor-name {
    margin-bottom: 5px
}

.product-grid-item .by-vendor-name {
    display: none
}

.passazh-hover-button .by-vendor-name-link,
.passazh-hover-info-alt .by-vendor-name-link,
.passazh-hover-quick .by-vendor-name-link {
    color: #FFF
}

#customer_login label.inline.vendor-register-label {
    margin-bottom: 20px
}

label[for=vendor-terms] {
    display: inline-block;
    vertical-align: baseline
}

form.woocommerce-currency-switcher-form label {
    margin-bottom: 0;
    line-height: inherit !important
}

form.woocommerce-currency-switcher-form small {
    margin-top: 5px
}

form.woocommerce-currency-switcher-form label,
form.woocommerce-currency-switcher-form small {
    overflow: hidden;
    margin-right: 60px;
    text-overflow: ellipsis;
    white-space: nowrap
}

form.woocommerce-currency-switcher-form a.dd-option,
form.woocommerce-currency-switcher-form a.dd-selected {
    position: relative;
    padding: 10px 15px
}

form.woocommerce-currency-switcher-form .dd-options,
form.woocommerce-currency-switcher-form .dd-select {
    border-width: 2px;
    border-style: solid;
    border-color: rgba(129, 129, 129, .2)
}

form.woocommerce-currency-switcher-form .dd-select {
    border-radius: 0;
    background-color: transparent !important
}

form.woocommerce-currency-switcher-form .dd-options {
    border-top: none;
    box-shadow: none
}

form.woocommerce-currency-switcher-form .dd-options li {
    margin-bottom: 0
}

form.woocommerce-currency-switcher-form .dd-options li a {
    border-style: solid;
    border-color: rgba(129, 129, 129, .2);
    border-bottom-width: 2px
}

form.woocommerce-currency-switcher-form .dd-options li:last-child a {
    border-bottom: none
}

form.woocommerce-currency-switcher-form .dd-option-image,
form.woocommerce-currency-switcher-form .dd-selected-image {
    position: absolute;
    top: 50%;
    float: none;
    max-width: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

form.woocommerce-currency-switcher-form .dd-image-right {
    right: 30px;
    margin: 0
}

form.woocommerce-currency-switcher-form .dd-pointer-down {
    border-top-color: grey !important
}

form.woocommerce-currency-switcher-form .dd-pointer-up.dd-pointer-down {
    border-top-color: transparent !important;
    border-bottom-color: grey !important
}

.dropdowns-color-light form.woocommerce-currency-switcher-form .dd-select {
    border-color: rgba(255, 255, 255, .15)
}

.dropdowns-color-light form.woocommerce-currency-switcher-form .dd-options {
    border-color: rgba(255, 255, 255, .15)
}

.dropdowns-color-light form.woocommerce-currency-switcher-form .dd-options li a {
    border-color: rgba(255, 255, 255, .15)
}

.dropdowns-color-light form.woocommerce-currency-switcher-form .dd-option,
.dropdowns-color-light form.woocommerce-currency-switcher-form .dd-options {
    background-color: #101010
}

.dropdowns-color-light form.woocommerce-currency-switcher-form .dd-option:hover {
    background-color: rgba(255, 255, 255, .08)
}

.form-border-width-1 form.woocommerce-currency-switcher-form .dd-select {
    border-width: 1px
}

.form-border-width-1 form.woocommerce-currency-switcher-form .dd-options {
    border-width: 1px
}

.form-border-width-1 form.woocommerce-currency-switcher-form .dd-options li a {
    border-bottom-width: 1px
}

.form-style-rounded form.woocommerce-currency-switcher-form .dd-options,
.form-style-rounded form.woocommerce-currency-switcher-form .dd-select {
    border-radius: 20px
}

.form-style-semi-rounded form.woocommerce-currency-switcher-form .dd-options,
.form-style-semi-rounded form.woocommerce-currency-switcher-form .dd-select {
    border-radius: 5px
}

.form-style-underlined form.woocommerce-currency-switcher-form .dd-options,
.form-style-underlined form.woocommerce-currency-switcher-form .dd-select {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none
}

.form-style-underlined form.woocommerce-currency-switcher-form label {
    font-weight: 400
}

.whb-column form.woocommerce-currency-switcher-form {
    position: relative
}

.whb-column form.woocommerce-currency-switcher-form label {
    overflow: visible;
    margin-right: 0;
    cursor: pointer
}

.whb-column form.woocommerce-currency-switcher-form select {
    position: relative;
    z-index: 2;
    border-width: 0;
    border-radius: 0;
    background-image: none;
    color: #474747
}

.whb-column form.woocommerce-currency-switcher-form .dd-selected {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0;
    border-color: rgba(129, 129, 129, .2)
}

.whb-column form.woocommerce-currency-switcher-form .dd-selected label {
    color: inherit;
    font-size: inherit
}

.whb-column form.woocommerce-currency-switcher-form .dd-selected>label {
    position: relative;
    padding-right: 15px
}

.whb-column form.woocommerce-currency-switcher-form .dd-selected>label:after {
    position: absolute;
    top: 50%;
    right: 2px;
    color: #BBB;
    font-weight: 400;
    font-size: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f128";
    font-family: passazh-font
}

.whb-column form.woocommerce-currency-switcher-form .dd-selected,
.whb-column form.woocommerce-currency-switcher-form select {
    padding-right: 25px;
    padding-left: 10px;
    border-style: solid;
    color: #474747;

    font-size: 12px
}

.whb-column form.woocommerce-currency-switcher-form .dd-option-description,
.whb-column form.woocommerce-currency-switcher-form .dd-selected-description {
    display: none
}

.whb-column form.woocommerce-currency-switcher-form .dd-image-right,
.whb-column form.woocommerce-currency-switcher-form img {
    display: none
}

.whb-column form.woocommerce-currency-switcher-form .dd-options {
    display: block !important;
    visibility: hidden;
    overflow: visible;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 140px !important;
    height: auto !important;
    border-radius: 0;
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.whb-column form.woocommerce-currency-switcher-form .dd-option {
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 8px;
    padding-left: 18px;
    border-bottom: 0
}

.whb-column form.woocommerce-currency-switcher-form .dd-option:hover {
    background-color: #F9F9F9
}

.whb-column form.woocommerce-currency-switcher-form .dd-option-text {
    color: #777
}

.whb-column form.woocommerce-currency-switcher-form .dd-options,
.whb-column form.woocommerce-currency-switcher-form .dd-select {
    border: none
}

.whb-column form.woocommerce-currency-switcher-form .dd-pointer {
    display: none
}

.whb-column form.woocommerce-currency-switcher-form:hover .dd-selected {
    color: #959595
}

.whb-column form.woocommerce-currency-switcher-form:hover .dd-options {
    visibility: visible;
    opacity: 1
}

.dropdowns-color-light .whb-column form.woocommerce-currency-switcher-form select {
    border-color: rgba(129, 129, 129, .2)
}

.dropdowns-color-light .whb-column form.woocommerce-currency-switcher-form .dd-option label {
    color: rgba(255, 255, 255, .8)
}

.dropdowns-color-light .whb-column form.woocommerce-currency-switcher-form .dd-option:hover {
    background-color: rgba(255, 255, 255, .08)
}

.whb-color-light .whb-column form.woocommerce-currency-switcher-form .dd-selected,
.whb-color-light .whb-column form.woocommerce-currency-switcher-form select {
    border-color: rgba(255, 255, 255, .25);
    color: #FFF
}

.whb-color-light .whb-column form.woocommerce-currency-switcher-form .dd-selected label:after,
.whb-color-light .whb-column form.woocommerce-currency-switcher-form select label:after {
    color: rgba(255, 255, 255, .6)
}

.whb-color-light .whb-column form.woocommerce-currency-switcher-form:after {
    color: rgba(255, 255, 255, .6)
}

.whb-color-light .whb-column form.woocommerce-currency-switcher-form:hover .dd-selected {
    color: rgba(255, 255, 255, .8)
}

.whb-header form.woocommerce-currency-switcher-form .dd-selected,
.whb-header form.woocommerce-currency-switcher-form select {
    padding-right: 0;
    padding-left: 0
}

.whb-header form.woocommerce-currency-switcher-form .dd-options {
    left: -10px
}

.whb-header form.woocommerce-currency-switcher-form:after {
    right: 0
}

.whb-header .whb-col-right form.woocommerce-currency-switcher-form .dd-options {
    right: -10px;
    left: auto
}

.whb-header .whb-general-header form.woocommerce-currency-switcher-form .dd-selected,
.whb-header .whb-general-header form.woocommerce-currency-switcher-form select {
    height: 40px
}

.whb-header .whb-general-header form.woocommerce-currency-switcher-form .dd-options {
    margin: 15px 0 0 !important
}

.whb-header .whb-general-header form.woocommerce-currency-switcher-form .dd-options:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 100%;
    left: 0;
    width: auto;
    height: 15px
}

.whb-header .whb-row:not(.whb-top-bar) form.woocommerce-currency-switcher-form .dd-selected label {
    font-weight: 600
}

.whb-header .whb-row:not(.whb-top-bar) form.woocommerce-currency-switcher-form .dd-selected,
.whb-header .whb-row:not(.whb-top-bar) form.woocommerce-currency-switcher-form select {
    font-weight: 600;
    font-size: 13px
}

.wcppec-checkout-buttons {
    margin: 0
}

.product-design-default .wcppec-checkout-buttons {
    text-align: right
}

.passazh-sticky-btn-container .wcppec-checkout-buttons {
    margin-right: 10px
}

.wcppec-checkout-buttons__button {
    padding-top: 0
}

.single-product-page .wcppec-checkout-buttons {
    margin-bottom: 25px
}

.wcppec-checkout-buttons__button {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px
}

.cart-totals-inner .wcppec-checkout-buttons {
    text-align: center
}

.cart-totals-inner .wcppec-checkout-buttons a:not(:last-child) {
    margin-bottom: 10px
}

.cart-totals-inner .wcppec-checkout-buttons__separator {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
    font-size: 16px
}

.passazh-dark .cart-totals-inner .wcppec-checkout-buttons__separator {
    color: #FFF
}

.widget_shopping_cart .wcppec-cart-widget-spb {
    margin-top: 10px;
    margin-bottom: -15px
}

.passazh-cart-empty .wcppec-cart-widget-spb {
    display: none
}

.ywraq_list_empty_message {
    padding: 16px 12px;
    border-style: solid;
    border-color: #E6E6E6;
    border-top-width: 2px;
    border-bottom-width: 1px;
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 18px
}

#yith-ywraq-form table.cart .product-thumbnail {
    display: table-cell
}

#yith-ywraq-form td.actions {
    border-bottom: none
}

.yith_ywraq_add_item_browse_message:not(.hide),
.yith_ywraq_add_item_response_message:not(.hide) {
    display: inline-block !important
}

.yith_ywraq_add_item_response_message {
    margin-right: 5px
}

.yith_ywraq_add_item_browse_message a {
    font-weight: 600
}

.yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button {
    color: #FFF
}

.yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.yith_ywraq_add_item_product_message {
    line-height: 40px
}

.yith_ywraq_add_item_product_message.hide {
    display: none !important
}

.yith-ywraq-add-to-quote {
    margin-bottom: 25px
}

.yith-ywraq-add-button {
    margin-bottom: 15px
}

.ywraq_my_account_quotes_title {
    margin-top: 20px
}

.product-grid-item .yith-ywraq-add-button,
.product-grid-item .yith-ywraq-add-to-quote {
    margin-bottom: 0
}

.product-grid-item .add_to_cart_button+.yith-ywraq-add-to-quote {
    margin-top: 10px
}

.passazh-hover-info-alt .add-request-quote-button,
.passazh-hover-standard .add-request-quote-button {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px
}

.passazh-hover-tiled .yith-ywraq-add-to-quote {
    display: none
}

.passazh-hover-quick .yith-ywraq-add-to-quote {
    margin-top: 0 !important
}

.passazh-hover-quick .yith-ywraq-add-button {
    position: relative
}

.passazh-hover-quick .yith-ywraq-add-button>img {
    display: none
}

.passazh-hover-quick .add-request-quote-button {
    top: 0 !important;
    padding: 10px !important;
    width: 100%;
    border-radius: 0 !important;
    box-shadow: none !important
}

body .select2-container--default {
    min-height: 42px
}

body .select2-container--default .select2-selection {
    border: 2px solid rgba(129, 129, 129, .2);
    border-radius: 0;
    background-color: transparent;
    transition: border-color .4s ease
}

body .select2-container--default .select2-selection:focus {
    outline: 0
}

body .select2-container--default .select2-selection--single {
    padding: 0 15px;
    height: 42px;
    text-align: right;
    font-size: 14px;
    line-height: 38px
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: inline;
    padding-right: 0 !important;
    padding-left: 0 !important;
    color: #777;
    line-height: 1.4
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    left: 10px !important;
    background-position: left 1px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    top: 10px;
    left: 35px;
    color: #BBB
}

body .select2-container--default .select2-selection--multiple {
    min-height: 42px
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    margin-bottom: 9px;
    padding: 0 15px
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    margin-top: 9px;
    margin-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 6px;
    border: none;
    border-radius: 0;
    background-color: #F1F1F1;
    color: #333;
    font-weight: 600;
    font-size: 12px
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
    margin-top: -2px;
    margin-left: 4px;
    color: inherit;
    font-size: 16px;
    line-height: 12px
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
    display: inline-block;
    margin: 0;
    margin-top: 9px;
    line-height: 1
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline input {
    height: auto
}

body .select2-container--default .select2-search--dropdown {
    position: relative;
    padding: 18px;
    border-bottom: 2px solid rgba(129, 129, 129, .2);
    background-color: #F9F9F9
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0 15px;
    height: 42px;
    border: 2px solid rgba(129, 129, 129, .2);
    background-color: #FFF;
    background-image: none;
    color: #777
}

body .select2-container--default .select2-search--dropdown:after {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -9px;
    color: #8C8C8C;
    font-size: 18px;
    line-height: 18px;
    content: "\f125";
    font-family: passazh-font
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F2F2F2;
    color: #333
}

body .select2-container--default .select2-results__option[aria-selected=true] {
    color: #FFF;
    font-weight: 600
}

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

body .select2-container--default .select2-dropdown {
    border-width: 2px;
    border-color: rgba(129, 129, 129, .2);
    border-radius: 0;
    background-color: #FFF
}

body .select2-container--default .select2-results__option {
    padding: 10px 18px
}

body .select2-container--default .select2-results__option:focus {
    outline: 0
}

body .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 2px;
    border-color: rgba(129, 129, 129, .3)
}

body.passazh-dark .select2-container--default .select2-selection {
    border-color: rgba(255, 255, 255, .15)
}

body.passazh-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFF
}

body.passazh-dark .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #101010;
    color: #FFF
}

body.passazh-dark .select2-container--default .select2-search--dropdown {
    border-color: rgba(255, 255, 255, .15);
    background-color: rgba(0, 0, 0, .3)
}

body.passazh-dark .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: rgba(255, 255, 255, .15);
    background-color: rgba(0, 0, 0, .3)
}

body.passazh-dark .select2-container--default .select2-search--dropdown:after {
    color: #FFF
}

body.passazh-dark .select2-container--default .select2-results__option--highlighted[aria-selected],
body.passazh-dark .select2-container--default .select2-results__option[aria-selected=true],
body.passazh-dark .select2-container--default .select2-results__option[data-selected=true] {
    background-color: rgba(0, 0, 0, .3);
    color: #FFF
}

body.passazh-dark .select2-container--default .select2-dropdown {
    border-color: rgba(255, 255, 255, .25);
    background-color: #101010
}

body.passazh-dark .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: rgba(255, 255, 255, .25)
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    float: left;
    margin-top: -2px
}

#add_payment_method #place_order {
    padding: 12px 20px;
    width: auto;
    font-size: 13px
}

#add_payment_method .payment_methods .payment_box {
    padding: 0;
    background-color: transparent;
    box-shadow: none
}

#add_payment_method .payment_methods .payment_box:before {
    content: none
}

#add_payment_method #wc-stripe-cc-form {
    max-width: 330px
}

.passazh-dark #add_payment_method .payment_methods .payment_box {
    background-color: transparent
}

#wc-stripe-cc-form {
    margin-bottom: 0;
    padding: 0;
    border: none
}

#wc-stripe-cc-form br {
    display: none
}

#stripe-payment-data .stripe-source-errors {
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 0
}

#stripe-payment-data .stripe-source-errors:empty {
    display: none
}

.woocommerce-SavedPaymentMethods-saveNew {
    margin-top: 5px
}

.product-quick-view .apple-pay-button-wrapper,
.quick-shop-wrapper .product-quick-view {
    display: none
}

@supports (-webkit-appearance:-apple-pay-button) {
    .apple-pay-button-checkout-separator,
    .apple-pay-button-wrapper {
        margin-bottom: 10px
    }
    .apple-pay-button-checkout-separator {
        color: #212121;
        font-weight: 600;
        font-size: 12px
    }
    .single-product div.product form.cart .quantity input[type=button],
    .single-product div.product form.cart .quantity~.button,
    body.single-product div.product form.cart .quantity {
        width: auto
    }
    .single-product div.product form.cart .quantity input[type=number] {
        width: 30px
    }
    body.single-product div.product form.cart .apple-pay-button-wrapper {
        display: inline-block;
        vertical-align: middle
    }
    body.single-product div.product form.cart .apple-pay-button {
        margin-left: 10px;
        max-width: 20%
    }
}

.anr_captcha_field {
    margin-bottom: 20px
}

.menu-item-register .anr_captcha_field {
    margin-bottom: 15px
}

.checkout-order-review .anr_captcha_field {
    margin-top: 20px;
    margin-bottom: 0
}

#customer_login>div:not(:first-child):last-child,
.autocomplete-suggestion,
.brands-style-bordered .brand-item,
.brands-style-bordered.brands-carousel .owl-carousel:not(.owl-loaded),
.brands-style-bordered.brands-carousel .owl-stage-outer,
.brands-style-bordered.brands-list .brand-item>a,
.commentlist .children,
.commentlist>li,
.comments-area .children,
.comments-area .comment,
.comments-area .logged-in-as>a:not(:last-child),
.copyrights-wrapper,
.filters-area,
.icl_post_in_other_langs,
.login-form-side .create-account-question,
.login-form-side .woocommerce-form-login,
.lost_reset_password .form-row-first,
.menu-item-register .login-title,
.meta-location-add_to_cart .product_meta,
.mobile-menu-widget,
.mobile-nav .create-nav-msg,
.popup-quick-view .entry-summary .product_meta,
.product-tabs-wrapper,
.product_list_widget>li,
.products-bordered-grid .owl-stage-outer,
.products-bordered-grid div.owl-carousel:not(.owl-loaded),
.products-bordered-grid.elements-grid,
.share-with-lines>span,
.single-product-sidebar.sidebar-left,
.single-product-sidebar.sidebar-right,
.tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs,
.view-all-results,
.wc-bacs-bank-details li,
.widget,
.widget-heading,
.widget_product_categories .count,
.widget_product_tag_cloud .tagcloud a,
.widget_rss ul li,
.widget_shopping_cart .total,
.widget_tag_cloud .tagcloud a,
.woocommerce-MyAccount-content>p:not(.woocommerce-Message):first-child,
.woocommerce-MyAccount-title,
.woocommerce-shipping-fields,
.woocommerce-terms-and-conditions-wrapper,
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text,
.woocommerce-thankyou-order-details li,
.passazh-login-divider:after,
.passazh-login-divider:before,
.passazh-clear-filters-wrapp,
.passazh-my-account-sidebar,
.passazh-my-account-sidebar .sidebar-container,
.passazh-pf-price-range .filter_price_slider_amount,
.passazh-price-table .passazh-plan-feature,
.passazh-price-table .passazh-plan-features,
.passazh-price-table .passazh-plan-inner,
.passazh-price-table.price-style-alt .passazh-plan-price,
.passazh-product-instagram,
.passazh-recent-posts li,
.passazh-search-full-screen .autocomplete-suggestion.suggestion-divider,
.passazh-search-full-screen .searchform,
.passazh-title-style-bordered .left-line,
.passazh-title-style-bordered .right-line,
.passazh-twitter-element .twitter-post,
.passazh-wishlist-heading-wrapper,
.passazh-woocommerce-layered-nav .count,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel,
.wpml-ls-statics-post_translations,
body .wp-playlist-item {
    border-color: rgba(129, 129, 129, .2)
}

.color-scheme-light .autocomplete-suggestion,
.color-scheme-light .products-bordered-grid .owl-carousel:not(.owl-loaded),
.color-scheme-light .products-bordered-grid .owl-stage-outer,
.color-scheme-light .products-bordered-grid.elements-grid,
.color-scheme-light .share-with-lines>span,
.color-scheme-light .passazh-price-table .passazh-plan-feature,
.color-scheme-light .passazh-price-table .passazh-plan-features,
.color-scheme-light .passazh-price-table .passazh-plan-inner,
.passazh-dark #customer_login>div:not(:first-child):last-child,
.passazh-dark .autocomplete-suggestion,
.passazh-dark .brands-style-bordered .brand-item,
.passazh-dark .brands-style-bordered.brands-carousel .owl-carousel:not(.owl-loaded),
.passazh-dark .brands-style-bordered.brands-carousel .owl-stage-outer,
.passazh-dark .brands-style-bordered.brands-list .brand-item>a,
.passazh-dark .commentlist .children,
.passazh-dark .commentlist>li,
.passazh-dark .comments-area .children,
.passazh-dark .comments-area .comment,
.passazh-dark .comments-area .logged-in-as>a:not(:last-child),
.passazh-dark .filters-area,
.passazh-dark .icl_post_in_other_langs,
.passazh-dark .lost_reset_password .form-row-first,
.passazh-dark .meta-location-add_to_cart .product_meta,
.passazh-dark .mobile-menu-widget,
.passazh-dark .popup-quick-view .entry-summary .product_meta,
.passazh-dark .product-tabs-wrapper,
.passazh-dark .products-bordered-grid .owl-carousel:not(.owl-loaded),
.passazh-dark .products-bordered-grid .owl-stage-outer,
.passazh-dark .products-bordered-grid.elements-grid,
.passazh-dark .share-with-lines>span,
.passazh-dark .single-product-sidebar.sidebar-left,
.passazh-dark .single-product-sidebar.sidebar-right,
.passazh-dark .tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs,
.passazh-dark .view-all-results,
.passazh-dark .wc-bacs-bank-details li,
.passazh-dark .widget-heading,
.passazh-dark .widget_shopping_cart .total,
.passazh-dark .woocommerce-MyAccount-content>p:not(.woocommerce-Message):first-child,
.passazh-dark .woocommerce-MyAccount-title,
.passazh-dark .woocommerce-shipping-fields,
.passazh-dark .woocommerce-terms-and-conditions-wrapper,
.passazh-dark .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text,
.passazh-dark .woocommerce-thankyou-order-details li,
.passazh-dark .passazh-login-divider:after,
.passazh-dark .passazh-login-divider:before,
.passazh-dark .passazh-clear-filters-wrapp,
.passazh-dark .passazh-my-account-sidebar,
.passazh-dark .passazh-my-account-sidebar .sidebar-container,
.passazh-dark .passazh-pf-price-range .filter_price_slider_amount,
.passazh-dark .passazh-price-table .passazh-plan-feature,
.passazh-dark .passazh-price-table .passazh-plan-features,
.passazh-dark .passazh-price-table .passazh-plan-inner,
.passazh-dark .passazh-price-table.price-style-alt .passazh-plan-price,
.passazh-dark .passazh-product-instagram,
.passazh-dark .passazh-twitter-element .twitter-post,
.passazh-dark .passazh-wishlist-heading-wrapper,
.passazh-dark .wpml-ls-statics-post_translations,
.wpb-js-composer.passazh-dark .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel,
body.passazh-dark .wp-playlist-item {
    border-color: rgba(255, 255, 255, .15)
}

body .select2-container--default .select2-selection--single .select2-selection__arrow,
select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==)
}

.color-scheme-light select,
.passazh-dark select,
body.passazh-dark .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+)
}

.header-categories-nav,
.site-logo,
.wd-tools-element>a,
.whb-column .passazh-search-form,
.whb-column>.info-box-wrapper,
.whb-column>.passazh-button-wrapper,
.whb-column>.passazh-social-icons,
.whb-html-block-element,
.whb-text-element {
    padding-right: 10px;
    padding-left: 10px
}

.wd-tools-element .wd-tools-count,
.passazh-cart-design-2 .passazh-cart-number,
.passazh-cart-design-5 .passazh-cart-number {
    position: absolute;
    top: -5px;
    right: -9px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 15px
}

.whb-top-bar .wd-tools-element .wd-tools-count,
.whb-top-bar .passazh-cart-design-2 .passazh-cart-number,
.whb-top-bar .passazh-cart-design-5 .passazh-cart-number {
    width: 13px;
    height: 13px;
    line-height: 13px
}

.title,
.woocommerce-Reviews .comment-reply-title,
h1,
h2,
h3,
h4,
h5,
h6,
legend {
    display: block;
    margin-bottom: 20px;
    color: #2d2a2a;
    line-height: 1.4
}

#order_payment_heading,
#order_review_heading,
#ship-to-different-address label,
.cart-totals-inner h2,
.comments-area .comment-reply-title,
.comments-area .comments-title,
.cross-sells>h2,
.element-title,
.slider-title,
.wd-login-title,
.woocommerce-MyAccount-content header>h2,
.woocommerce-MyAccount-content>h2,
.woocommerce-additional-fields>h3,
.woocommerce-billing-fields>h3,
.woocommerce-column__title,
.woocommerce-shipping-fields>h3,
.passazh-checkout-steps ul,
.passazh-products-tabs .tabs-name,
header.title>h3,
legend {
    font-size: 18px
}

.autocomplete-suggestion .suggestion-title,
.group_table td.label a,
.product-grid-item .product-title,
.product-title,
.widget_recent_comments ul li>a,
.widget_recent_entries ul li a,
.passazh-menu-price .menu-price-title,
.passazh-recent-posts .entry-title a {
    word-wrap: break-word;
    font-weight: 500;
    line-height: 1.3
}

.widget_recent_reviews .product-title,
.widget_shopping_cart .product-title {
    transition: all .25s ease
}

.autocomplete-suggestion .suggestion-title,
.color-scheme-dark .widget a.product-title,
.color-scheme-dark .passazh-widget a.product-title,
.color-scheme-dark div[class^=vc_wp] a.product-title,
.group_table td.label a,
.product-grid-item .product-title,
.product-title,
.widget_recent_comments ul li>a,
.widget_recent_entries ul li a,
.widget_recent_reviews .product-title,
.passazh-menu-price .menu-price-title,
.passazh-recent-posts .entry-title a,
a.product-title,
td.product-name a {
    color: #333
}

.color-scheme-dark .widget a.product-title:hover,
.color-scheme-dark .passazh-widget a.product-title:hover,
.color-scheme-dark div[class^=vc_wp] a.product-title:hover,
.group_table td.label a:hover,
.product-grid-item .product-title a:hover,
.product-title a:hover,
.widget_recent_comments ul li>a:hover,
.widget_recent_entries ul li a:hover,
.widget_recent_reviews .product-title:hover,
.widget_shopping_cart .mini_cart_item:hover .product-title,
.passazh-recent-posts .entry-title a:hover,
a.product-title:hover,
td.product-name a:hover {
    color: rgba(51, 51, 51, .7)
}

.color-scheme-light .autocomplete-suggestion .suggestion-title,
.color-scheme-light .product-grid-item .product-title,
.color-scheme-light .product-title,
.color-scheme-light .widget a.product-title,
.color-scheme-light .widget_recent_comments ul li>a,
.color-scheme-light .widget_recent_entries ul li a,
.color-scheme-light .widget_recent_reviews .product-title,
.color-scheme-light .passazh-menu-price .menu-price-title,
.color-scheme-light .passazh-recent-posts .entry-title a,
.color-scheme-light .passazh-widget a.product-title,
.color-scheme-light a.product-title,
.color-scheme-light div[class^=vc_wp] a.product-title,
.color-scheme-light td.product-name a,
.passazh-dark .autocomplete-suggestion .suggestion-title,
.passazh-dark .group_table td.label a,
.passazh-dark .product-grid-item .product-title,
.passazh-dark .product-title,
.passazh-dark .widget a.product-title,
.passazh-dark .widget_recent_comments ul li>a,
.passazh-dark .widget_recent_entries ul li a,
.passazh-dark .widget_recent_reviews .product-title,
.passazh-dark .passazh-menu-price .menu-price-title,
.passazh-dark .passazh-recent-posts .entry-title a,
.passazh-dark .passazh-widget a.product-title,
.passazh-dark a.product-title,
.passazh-dark div[class^=vc_wp] a.product-title,
.passazh-dark td.product-name a {
    color: #FFF
}

.color-scheme-light .product-grid-item .product-title a:hover,
.color-scheme-light .product-title a:hover,
.color-scheme-light .widget_recent_comments ul li>a:hover,
.color-scheme-light .widget_recent_entries ul li a:hover,
.color-scheme-light .widget_recent_reviews .product-title:hover,
.color-scheme-light .widget_shopping_cart .mini_cart_item:hover .product-title,
.color-scheme-light .passazh-recent-posts .entry-title a:hover,
.color-scheme-light a.product-title:hover,
.color-scheme-light div[class^=vc_wp] a.product-title:hover,
.color-scheme-light td.product-name a:hover,
.dropdowns-color-light .cart-widget-side .mini_cart_item:hover .product-title,
.dropdowns-color-light .dropdown-cart .mini_cart_item:hover .product-title,
.passazh-dark .group_table td.label a:hover,
.passazh-dark .product-grid-item .product-title a:hover,
.passazh-dark .product-title a:hover,
.passazh-dark .widget_recent_comments ul li>a:hover,
.passazh-dark .widget_recent_entries ul li a:hover,
.passazh-dark .widget_recent_reviews .product-title:hover,
.passazh-dark .widget_shopping_cart .mini_cart_item:hover .product-title,
.passazh-dark .passazh-recent-posts .entry-title a:hover,
.passazh-dark a.product-title:hover,
.passazh-dark div[class^=vc_wp] a.product-title:hover,
.passazh-dark td.product-name a:hover {
    color: rgba(255, 255, 255, .8)
}

.dropdowns-color-light .cart-widget-side .widget-heading,
.dropdowns-color-light .login-form-side .widget-heading {
    border-color: rgba(255, 255, 255, .15)
}

.dropdowns-color-light .cart-widget-side .widget-heading .widget-title,
.dropdowns-color-light .login-form-side .widget-heading .widget-title {
    color: #FFF
}

.platform-Windows .full-screen-menu-open .header-banner,
.platform-Windows .full-screen-menu-open .main-page-wrapper,
.platform-Windows .full-screen-menu-open .whb-row,
.platform-Windows .passazh-search-opened .header-banner,
.platform-Windows .passazh-search-opened .main-page-wrapper,
.platform-Windows .passazh-search-opened .whb-row {
    padding-right: 17px
}

.dokan-alert,
.dokan-error,
.dokan-info,
.dokan-message,
.dokan-store-contact .alert-success,
.mc4wp-alert,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.yith_ywraq_add_item_product_message,
div.wpcf7-response-output {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
    padding-right: 65px;
    min-height: 60px;
    border: none;
    color: #FFF;
    line-height: 1.3
}

.dokan-alert:before,
.dokan-error:before,
.dokan-info:before,
.dokan-message:before,
.dokan-store-contact .alert-success:before,
.mc4wp-alert:before,
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before,
.yith_ywraq_add_item_product_message:before,
div.wpcf7-response-output:before {
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -9px;
    font-size: 18px;
    font-family: passazh-font;
    line-height: 18px
}

.dokan-alert a,
.dokan-error a,
.dokan-info a,
.dokan-message a,
.dokan-store-contact .alert-success a,
.mc4wp-alert a,
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.yith_ywraq_add_item_product_message a,
div.wpcf7-response-output a {
    color: #FFF;
}

.dokan-alert a:hover,
.dokan-error a:hover,
.dokan-info a:hover,
.dokan-message a:hover,
.dokan-store-contact .alert-success a:hover,
.mc4wp-alert a:hover,
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.yith_ywraq_add_item_product_message a:hover,
div.wpcf7-response-output a:hover {
    color: rgba(255, 255, 255, .8)
}

.dokan-alert .amount,
.dokan-error .amount,
.dokan-info .amount,
.dokan-message .amount,
.dokan-store-contact .alert-success .amount,
.mc4wp-alert .amount,
.woocommerce-error .amount,
.woocommerce-info .amount,
.woocommerce-message .amount,
.yith_ywraq_add_item_product_message .amount,
div.wpcf7-response-output .amount {
    color: #FFF
}

.dokan-alert>*,
.dokan-error>*,
.dokan-info>*,
.dokan-message>*,
.dokan-store-contact .alert-success>*,
.mc4wp-alert>*,
.woocommerce-error>*,
.woocommerce-info>*,
.woocommerce-message>*,
.yith_ywraq_add_item_product_message>*,
div.wpcf7-response-output>* {
    margin-right: 10px;
    margin-left: 10px
}

.dokan-alert .button,
.dokan-alert .wc-backward,
.dokan-error .button,
.dokan-error .wc-backward,
.dokan-info .button,
.dokan-info .wc-backward,
.dokan-message .button,
.dokan-message .wc-backward,
.dokan-store-contact .alert-success .button,
.dokan-store-contact .alert-success .wc-backward,
.mc4wp-alert .button,
.mc4wp-alert .wc-backward,
.woocommerce-error .button,
.woocommerce-error .wc-backward,
.woocommerce-info .button,
.woocommerce-info .wc-backward,
.woocommerce-message .button,
.woocommerce-message .wc-backward,
.yith_ywraq_add_item_product_message .button,
.yith_ywraq_add_item_product_message .wc-backward,
div.wpcf7-response-output .button,
div.wpcf7-response-output .wc-backward {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #FFF;
    text-decoration: none;

    font-weight: 600
}

.dokan-alert .button:hover,
.dokan-alert .wc-backward:hover,
.dokan-error .button:hover,
.dokan-error .wc-backward:hover,
.dokan-info .button:hover,
.dokan-info .wc-backward:hover,
.dokan-message .button:hover,
.dokan-message .wc-backward:hover,
.dokan-store-contact .alert-success .button:hover,
.dokan-store-contact .alert-success .wc-backward:hover,
.mc4wp-alert .button:hover,
.mc4wp-alert .wc-backward:hover,
.woocommerce-error .button:hover,
.woocommerce-error .wc-backward:hover,
.woocommerce-info .button:hover,
.woocommerce-info .wc-backward:hover,
.woocommerce-message .button:hover,
.woocommerce-message .wc-backward:hover,
.yith_ywraq_add_item_product_message .button:hover,
.yith_ywraq_add_item_product_message .wc-backward:hover,
div.wpcf7-response-output .button:hover,
div.wpcf7-response-output .wc-backward:hover {
    background-color: transparent;
    box-shadow: none;
    opacity: .7
}

.dokan-alert .button:focus,
.dokan-alert .wc-backward:focus,
.dokan-error .button:focus,
.dokan-error .wc-backward:focus,
.dokan-info .button:focus,
.dokan-info .wc-backward:focus,
.dokan-message .button:focus,
.dokan-message .wc-backward:focus,
.dokan-store-contact .alert-success .button:focus,
.dokan-store-contact .alert-success .wc-backward:focus,
.mc4wp-alert .button:focus,
.mc4wp-alert .wc-backward:focus,
.woocommerce-error .button:focus,
.woocommerce-error .wc-backward:focus,
.woocommerce-info .button:focus,
.woocommerce-info .wc-backward:focus,
.woocommerce-message .button:focus,
.woocommerce-message .wc-backward:focus,
.yith_ywraq_add_item_product_message .button:focus,
.yith_ywraq_add_item_product_message .wc-backward:focus,
div.wpcf7-response-output .button:focus,
div.wpcf7-response-output .wc-backward:focus {
    box-shadow: none
}

.dokan-alert .vc_message_box-icon,
.dokan-error .vc_message_box-icon,
.dokan-info .vc_message_box-icon,
.dokan-message .vc_message_box-icon,
.dokan-store-contact .alert-success .vc_message_box-icon,
.mc4wp-alert .vc_message_box-icon,
.woocommerce-error .vc_message_box-icon,
.woocommerce-info .vc_message_box-icon,
.woocommerce-message .vc_message_box-icon,
.yith_ywraq_add_item_product_message .vc_message_box-icon,
div.wpcf7-response-output .vc_message_box-icon {
    display: none
}

.dokan-alert-success,
.dokan-message,
.dokan-store-contact .alert-success,
.mc4wp-success,
.woocommerce-message,
.wpcf7-mail-sent-ok,
.yith_ywraq_add_item_product_message {
    background-color: #459647
}

.dokan-alert-success:before,
.dokan-message:before,
.dokan-store-contact .alert-success:before,
.mc4wp-success:before,
.woocommerce-message:before,
.wpcf7-mail-sent-ok:before,
.yith_ywraq_add_item_product_message:before {
    content: "\f50c"
}

.dokan-alert-danger,
.dokan-alert-info,
.dokan-alert-warning,
.dokan-error,
.dokan-info,
.mc4wp-error,
.mc4wp-notice,
.woocommerce-error,
.woocommerce-info,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
    background-color: #c0c0c0
}

.dokan-alert-danger:before,
.dokan-alert-info:before,
.dokan-alert-warning:before,
.dokan-error:before,
.dokan-info:before,
.mc4wp-error:before,
.mc4wp-notice:before,
.woocommerce-error:before,
.woocommerce-info:before,
div.wpcf7-mail-sent-ng:before,
div.wpcf7-validation-errors:before {
    content: "\f971"
}

.notifications-sticky .mc4wp-alert,
.notifications-sticky .woocommerce-error,
.notifications-sticky .woocommerce-info,
.notifications-sticky .woocommerce-message,
.notifications-sticky .yith_ywraq_add_item_product_message {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    margin: 0;
    cursor: pointer;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    -webkit-animation: wd-fadeInUpBig .35s ease .5s both;
    animation: wd-fadeInUpBig .35s ease .5s both
}

.notifications-sticky .mc4wp-alert:after,
.notifications-sticky .woocommerce-error:after,
.notifications-sticky .woocommerce-info:after,
.notifications-sticky .woocommerce-message:after,
.notifications-sticky .yith_ywraq_add_item_product_message:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    background-color: rgba(0, 0, 0, .1);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color .25s ease;
    content: "\f10f";
    font-family: passazh-font
}

.notifications-sticky .hidden-notice.mc4wp-alert,
.notifications-sticky .hidden-notice.woocommerce-error,
.notifications-sticky .hidden-notice.woocommerce-info,
.notifications-sticky .hidden-notice.woocommerce-message,
.notifications-sticky .hidden-notice.yith_ywraq_add_item_product_message,
.notifications-sticky div.hidden-notice.wpcf7-response-output {
    -webkit-animation: wd-fadeOutDownBig .35s ease both;
    animation: wd-fadeOutDownBig .35s ease both
}

.notifications-sticky .mc4wp-alert:hover:after,
.notifications-sticky .woocommerce-error:hover:after,
.notifications-sticky .woocommerce-info:hover:after,
.notifications-sticky .woocommerce-message:hover:after,
.notifications-sticky .yith_ywraq_add_item_product_message:hover:after {
    background-color: rgba(0, 0, 0, .2)
}

.mfp-content .mc4wp-alert,
.search-no-results.woocommerce .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-Message,
.woocommerce-cart .woocommerce-notices-wrapper [role=alert],
.woocommerce-checkout .woocommerce [role=alert],
.woocommerce-form-coupon-toggle>.woocommerce-info,
.woocommerce-form-login-toggle>.woocommerce-info {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    flex-basis: 100%;
    padding-left: 30px;
    max-width: 100%;
    width: 100%;
    cursor: default;
    -webkit-transform: none;
    transform: none;
    -webkit-animation: none;
    animation: none
}

.mfp-content .mc4wp-alert:after,
.search-no-results.woocommerce .woocommerce-info:after,
.woocommerce-MyAccount-content .woocommerce-Message:after,
.woocommerce-cart .woocommerce-notices-wrapper [role=alert]:after,
.woocommerce-checkout .woocommerce [role=alert]:after,
.woocommerce-form-coupon-toggle>.woocommerce-info:after,
.woocommerce-form-login-toggle>.woocommerce-info:after {
    content: none
}

.mfp-content .hidden-notice.mc4wp-alert,
.search-no-results.woocommerce .hidden-notice.woocommerce-info,
.woocommerce-MyAccount-content .hidden-notice.woocommerce-Message,
.woocommerce-cart .woocommerce-notices-wrapper .hidden-notice[role=alert],
.woocommerce-checkout .woocommerce .hidden-notice[role=alert],
.woocommerce-form-coupon-toggle>.hidden-notice.woocommerce-info,
.woocommerce-form-login-toggle>.hidden-notice.woocommerce-info {
    -webkit-animation: none;
    animation: none
}

.full-screen-nav .item-level-0>a,
.whb-color-light .navigation-style-bordered .item-level-0>a,
.whb-color-light .navigation-style-default .item-level-0>a,
.whb-color-light .navigation-style-separated .item-level-0>a,
.whb-color-light .navigation-style-underline .item-level-0>a {
    color: #FFF
}

.full-screen-nav .item-level-0>a:after,
.whb-color-light .navigation-style-bordered .item-level-0>a:after,
.whb-color-light .navigation-style-default .item-level-0>a:after,
.whb-color-light .navigation-style-separated .item-level-0>a:after,
.whb-color-light .navigation-style-underline .item-level-0>a:after {
    color: rgba(255, 255, 255, .6)
}

.full-screen-nav .item-level-0:hover>a,
.whb-color-light .navigation-style-bordered .item-level-0:hover>a,
.whb-color-light .navigation-style-default .item-level-0:hover>a,
.whb-color-light .navigation-style-separated .item-level-0:hover>a,
.whb-color-light .navigation-style-underline .item-level-0:hover>a {
    color: rgba(255, 255, 255, .8)
}

.full-screen-nav .item-level-0.current-menu-item>a,
.whb-color-light .navigation-style-bordered .item-level-0.current-menu-item>a,
.whb-color-light .navigation-style-default .item-level-0.current-menu-item>a,
.whb-color-light .navigation-style-separated .item-level-0.current-menu-item>a,
.whb-color-light .navigation-style-underline .item-level-0.current-menu-item>a {
    color: #FFF
}

.full-screen-nav .menu-mega-dropdown .sub-menu>li>a,
.navigation-style-bordered .menu-mega-dropdown .color-scheme-light .sub-menu>li>a,
.navigation-style-default .menu-mega-dropdown .color-scheme-light .sub-menu>li>a,
.navigation-style-separated .menu-mega-dropdown .color-scheme-light .sub-menu>li>a,
.navigation-style-underline .menu-mega-dropdown .color-scheme-light .sub-menu>li>a,
.vertical-navigation .menu-mega-dropdown .color-scheme-light .sub-menu>li>a {
    color: #FFF
}

.full-screen-nav .menu-mega-dropdown .sub-menu>li>a:hover,
.navigation-style-bordered .menu-mega-dropdown .color-scheme-light .sub-menu>li>a:hover,
.navigation-style-default .menu-mega-dropdown .color-scheme-light .sub-menu>li>a:hover,
.navigation-style-separated .menu-mega-dropdown .color-scheme-light .sub-menu>li>a:hover,
.navigation-style-underline .menu-mega-dropdown .color-scheme-light .sub-menu>li>a:hover,
.vertical-navigation .menu-mega-dropdown .color-scheme-light .sub-menu>li>a:hover {
    color: rgba(255, 255, 255, .8)
}

.full-screen-nav .menu-mega-dropdown .sub-sub-menu li a,
.navigation-style-bordered .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a,
.navigation-style-default .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a,
.navigation-style-separated .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a,
.navigation-style-underline .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a,
.vertical-navigation .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a {
    color: rgba(255, 255, 255, .6)
}

.full-screen-nav .menu-mega-dropdown .sub-sub-menu li a:hover,
.navigation-style-bordered .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:hover,
.navigation-style-default .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:hover,
.navigation-style-separated .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:hover,
.navigation-style-underline .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:hover,
.vertical-navigation .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:hover {
    color: #FFF
}

.whb-color-dark .navigation-style-default .item-level-0>a {
    color: #333
}

.whb-color-dark .navigation-style-default .item-level-0>a:after {
    color: rgba(82, 82, 82, .45)
}

.navigation-style-bordered .menu-simple-dropdown .color-scheme-dark li a,
.navigation-style-default .menu-simple-dropdown .color-scheme-dark li a,
.navigation-style-separated .menu-simple-dropdown .color-scheme-dark li a,
.vertical-navigation .menu-simple-dropdown li a,
.passazh-header-links .color-scheme-dark li a {
    color: #777
}

.navigation-style-bordered .menu-simple-dropdown .color-scheme-dark li a:hover,
.navigation-style-default .menu-simple-dropdown .color-scheme-dark li a:hover,
.navigation-style-separated .menu-simple-dropdown .color-scheme-dark li a:hover,
.vertical-navigation .menu-simple-dropdown li a:hover,
.passazh-header-links .color-scheme-dark li a:hover {
    background-color: #F9F9F9;
    color: #777
}

.navigation-style-bordered .menu-mega-dropdown .color-scheme-dark .sub-menu>li>a,
.navigation-style-default .menu-mega-dropdown .color-scheme-dark .sub-menu>li>a,
.navigation-style-separated .menu-mega-dropdown .color-scheme-dark .sub-menu>li>a,
.vertical-navigation .menu-mega-dropdown .sub-menu>li>a {
    color: #2d2a2a
}

.navigation-style-bordered .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a,
.navigation-style-default .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a,
.navigation-style-separated .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a,
.vertical-navigation .menu-mega-dropdown .sub-sub-menu li a {
    color: #777
}

.navigation-style-bordered .menu-simple-dropdown .color-scheme-light li a,
.navigation-style-default .menu-simple-dropdown .color-scheme-light li a,
.navigation-style-separated .menu-simple-dropdown .color-scheme-light li a,
.vertical-navigation .menu-simple-dropdown .color-scheme-light li a,
.passazh-header-links .color-scheme-light li a {
    color: rgba(255, 255, 255, .8)
}

.navigation-style-bordered .menu-simple-dropdown .color-scheme-light li a:hover,
.navigation-style-default .menu-simple-dropdown .color-scheme-light li a:hover,
.navigation-style-separated .menu-simple-dropdown .color-scheme-light li a:hover,
.vertical-navigation .menu-simple-dropdown .color-scheme-light li a:hover,
.passazh-header-links .color-scheme-light li a:hover {
    background-color: rgba(255, 255, 255, .08);
    color: #FFF
}

.whb-color-dark .navigation-style-underline .item-level-0>a {
    color: #333
}

.whb-color-dark .navigation-style-underline .item-level-0>a:after {
    color: rgba(82, 82, 82, .45)
}

.whb-color-dark .navigation-style-underline .item-level-0:hover>a {
    color: #333
}

.navigation-style-underline .menu-simple-dropdown .color-scheme-dark li a {
    color: #777
}

.navigation-style-underline .menu-simple-dropdown .color-scheme-dark li a:hover {
    color: #333
}

.navigation-style-underline .menu-mega-dropdown .color-scheme-dark .sub-menu>li>a {
    color: #2d2a2a
}

.navigation-style-underline .menu-mega-dropdown .color-scheme-dark .sub-menu>li>a:hover {
    color: #2d2a2a
}

.navigation-style-underline .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a {
    color: #777
}

.navigation-style-underline .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a:hover {
    color: #333
}

.whb-color-light .navigation-style-underline .item-level-0>a .nav-link-text:after {
    background-color: rgba(255, 255, 255, .5)
}

.navigation-style-underline .menu-simple-dropdown .color-scheme-light .nav-link-text:after {
    background-color: rgba(255, 255, 255, .5)
}

.navigation-style-underline .menu-simple-dropdown .color-scheme-light li a {
    color: rgba(255, 255, 255, .8)
}

.navigation-style-underline .menu-simple-dropdown .color-scheme-light li a:hover {
    color: #FFF
}

.navigation-style-underline .menu-mega-dropdown .color-scheme-light .nav-link-text:after {
    background-color: rgba(255, 255, 255, .5)
}

.whb-color-dark .navigation-style-bordered .item-level-0>a,
.whb-color-dark .navigation-style-separated .item-level-0>a {
    color: #333
}

.whb-color-dark .navigation-style-bordered .item-level-0>a:after,
.whb-color-dark .navigation-style-separated .item-level-0>a:after {
    color: rgba(82, 82, 82, .45)
}

.whb-color-dark .navigation-style-bordered .item-level-0:after,
.whb-color-dark .navigation-style-separated .item-level-0:after {
    border-color: rgba(129, 129, 129, .2)
}

.whb-color-dark .navigation-style-bordered .item-level-0:hover>a,
.whb-color-dark .navigation-style-separated .item-level-0:hover>a {
    color: rgba(51, 51, 51, .6)
}

.whb-color-light .navigation-style-bordered .item-level-0:after,
.whb-color-light .navigation-style-separated .item-level-0:after {
    border-color: rgba(255, 255, 255, .25)
}

.mega-menu-list>li>a,
.menu-mega-dropdown .sub-menu>li>a {
    position: relative;
    display: block;
    margin-bottom: 5px;

    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    word-break: break-word
}

.mega-menu-list>li>a .category-icon,
.menu-mega-dropdown .sub-menu>li>a .category-icon {
    margin-top: -2px
}

.mega-menu-list>li>a .menu-label,
.menu-mega-dropdown .sub-menu>li>a .menu-label {
    margin-bottom: 7px
}

.mega-menu-list .sub-sub-menu li a,
.menu-mega-dropdown .sub-sub-menu li a {
    display: block;
    padding: 9px 0;
    font-size: 14px;
    line-height: 18px;
    word-break: break-word
}

.mega-menu-list .sub-sub-menu li a .menu-label,
.menu-mega-dropdown .sub-sub-menu li a .menu-label {
    margin-bottom: -2px
}

.color-scheme-light .searchform input[type=text],
.whb-color-light .search-style-default input[type=text],
.passazh-dark .searchform input[type=text],
.passazh-vc-ajax-search.color-light .searchform input[type=text] {
    border-color: rgba(255, 255, 255, .5);
    box-shadow: none;
    color: #FFF
}

.color-scheme-light .searchform input[type=text]:focus,
.whb-color-light .search-style-default input[type=text]:focus,
.passazh-dark .searchform input[type=text]:focus,
.passazh-vc-ajax-search.color-light .searchform input[type=text]:focus {
    border-color: rgba(255, 255, 255, .7)
}

.color-scheme-light .searchform ::-webkit-input-placeholder,
.whb-color-light .search-style-default ::-webkit-input-placeholder,
.passazh-dark .searchform ::-webkit-input-placeholder,
.passazh-vc-ajax-search.color-light .searchform ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light .searchform ::-moz-placeholder,
.whb-color-light .search-style-default ::-moz-placeholder,
.passazh-dark .searchform ::-moz-placeholder,
.passazh-vc-ajax-search.color-light .searchform ::-moz-placeholder {
    color: #FFF
}

.color-scheme-light .searchform :-moz-placeholder,
.whb-color-light .search-style-default :-moz-placeholder,
.passazh-dark .searchform :-moz-placeholder,
.passazh-vc-ajax-search.color-light .searchform :-moz-placeholder {
    color: #FFF
}

.color-scheme-light .searchform :-ms-input-placeholder,
.whb-color-light .search-style-default :-ms-input-placeholder,
.passazh-dark .searchform :-ms-input-placeholder,
.passazh-vc-ajax-search.color-light .searchform :-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.color-scheme-light .searchform .searchsubmit,
.whb-color-light .search-style-default .searchsubmit,
.passazh-dark .searchform .searchsubmit,
.passazh-vc-ajax-search.color-light .searchform .searchsubmit {
    color: #FFF
}

.color-scheme-light .searchform .searchsubmit:before,
.whb-color-light .search-style-default .searchsubmit:before,
.passazh-dark .searchform .searchsubmit:before,
.passazh-vc-ajax-search.color-light .searchform .searchsubmit:before {
    border-color: rgba(255, 255, 255, .4);
    border-left-color: #FFF
}

.color-scheme-light .searchform .search-by-category .input-dropdown-inner,
.whb-color-light .search-style-default .search-by-category .input-dropdown-inner,
.passazh-dark .searchform .search-by-category .input-dropdown-inner,
.passazh-vc-ajax-search.color-light .search-by-category .input-dropdown-inner {
    border-color: rgba(255, 255, 255, .5)
}

.color-scheme-light .searchform .search-by-category .input-dropdown-inner>a,
.whb-color-light .search-style-default .search-by-category .input-dropdown-inner>a,
.passazh-dark .searchform .search-by-category .input-dropdown-inner>a,
.passazh-vc-ajax-search.color-light .search-by-category .input-dropdown-inner>a {
    color: #FFF
}

.dropdown-cart,
.menu-simple-dropdown .sub-sub-menu,
.sub-menu-dropdown,
.vertical-navigation .sub-menu-dropdown,
.whb-column form.woocommerce-currency-switcher-form .dd-options,
.whb-text-element .wcml-dropdown .wcml-cs-submenu,
.whb-text-element .wcml-dropdown-click .wcml-cs-submenu,
.passazh-product-categories .children,
.passazh-search-dropdown {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
    pointer-events: none
}

.dropdown-cart:after,
.menu-simple-dropdown .sub-sub-menu:after,
.sub-menu-dropdown:after,
.vertical-navigation .sub-menu-dropdown:after,
.whb-column form.woocommerce-currency-switcher-form .dd-options:after,
.whb-text-element .wcml-dropdown .wcml-cs-submenu:after,
.whb-text-element .wcml-dropdown-click .wcml-cs-submenu:after,
.passazh-product-categories .children:after,
.passazh-search-dropdown:after {
    content: "";
    position: absolute
}

.browser-Safari .dropdown-cart,
.browser-Safari .menu-simple-dropdown .sub-sub-menu,
.browser-Safari .sub-menu-dropdown,
.browser-Safari .whb-column form.woocommerce-currency-switcher-form .dd-options,
.browser-Safari .whb-text-element .wcml-dropdown .wcml-cs-submenu,
.browser-Safari .whb-text-element .wcml-dropdown-click .wcml-cs-submenu,
.browser-Safari .passazh-product-categories .children,
.browser-Safari .passazh-search-dropdown,
.menu-simple-dropdown .browser-Safari .sub-sub-menu,
.whb-column form.woocommerce-currency-switcher-form .browser-Safari .dd-options,
.whb-text-element .wcml-dropdown .browser-Safari .wcml-cs-submenu,
.whb-text-element .wcml-dropdown-click .browser-Safari .wcml-cs-submenu,
.passazh-product-categories .browser-Safari .children {
    visibility: visible
}

.dropdown-cart,
.sub-menu-dropdown,
.whb-column form.woocommerce-currency-switcher-form .dd-options,
.whb-text-element .wcml-dropdown .wcml-cs-submenu,
.whb-text-element .wcml-dropdown-click .wcml-cs-submenu,
.passazh-product-categories .children,
.passazh-search-dropdown {
    margin: 15px 0 0;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0)
}

.dropdown-cart:after,
.sub-menu-dropdown:after,
.whb-column form.woocommerce-currency-switcher-form .dd-options:after,
.whb-text-element .wcml-dropdown .wcml-cs-submenu:after,
.whb-text-element .wcml-dropdown-click .wcml-cs-submenu:after,
.passazh-product-categories .children:after,
.passazh-search-dropdown:after {
    top: auto;
    right: 0;
    bottom: 100%;
    left: 0;
    width: auto;
    height: 15px
}

.navigation-style-bordered .dropdown-cart,
.navigation-style-bordered .sub-menu-dropdown,
.navigation-style-bordered .whb-column form.woocommerce-currency-switcher-form .dd-options,
.navigation-style-bordered .whb-text-element .wcml-dropdown .wcml-cs-submenu,
.navigation-style-bordered .whb-text-element .wcml-dropdown-click .wcml-cs-submenu,
.navigation-style-bordered .passazh-search-dropdown,
.whb-clone .dropdown-cart,
.whb-clone .sub-menu-dropdown,
.whb-clone .whb-column form.woocommerce-currency-switcher-form .dd-options,
.whb-clone .whb-text-element .wcml-dropdown .wcml-cs-submenu,
.whb-clone .whb-text-element .wcml-dropdown-click .wcml-cs-submenu,
.whb-clone .passazh-search-dropdown,
.whb-header-bottom .dropdown-cart,
.whb-header-bottom .sub-menu-dropdown,
.whb-header-bottom .whb-column form.woocommerce-currency-switcher-form .dd-options,
.whb-header-bottom .whb-text-element .wcml-dropdown .wcml-cs-submenu,
.whb-header-bottom .whb-text-element .wcml-dropdown-click .wcml-cs-submenu,
.whb-header-bottom .passazh-search-dropdown,
.whb-top-bar .dropdown-cart,
.whb-top-bar .sub-menu-dropdown,
.whb-top-bar .whb-column form.woocommerce-currency-switcher-form .dd-options,
.whb-top-bar .whb-text-element .wcml-dropdown .wcml-cs-submenu,
.whb-top-bar .whb-text-element .wcml-dropdown-click .wcml-cs-submenu,
.whb-top-bar .passazh-search-dropdown {
    margin: 0
}

.navigation-style-bordered .dropdown-cart:after,
.navigation-style-bordered .sub-menu-dropdown:after,
.navigation-style-bordered .whb-column form.woocommerce-currency-switcher-form .dd-options:after,
.navigation-style-bordered .whb-text-element .wcml-dropdown .wcml-cs-submenu:after,
.navigation-style-bordered .whb-text-element .wcml-dropdown-click .wcml-cs-submenu:after,
.navigation-style-bordered .passazh-search-dropdown:after,
.whb-clone .dropdown-cart:after,
.whb-clone .sub-menu-dropdown:after,
.whb-clone .whb-column form.woocommerce-currency-switcher-form .dd-options:after,
.whb-clone .whb-text-element .wcml-dropdown .wcml-cs-submenu:after,
.whb-clone .whb-text-element .wcml-dropdown-click .wcml-cs-submenu:after,
.whb-clone .passazh-search-dropdown:after,
.whb-header-bottom .dropdown-cart:after,
.whb-header-bottom .sub-menu-dropdown:after,
.whb-header-bottom .whb-column form.woocommerce-currency-switcher-form .dd-options:after,
.whb-header-bottom .whb-text-element .wcml-dropdown .wcml-cs-submenu:after,
.whb-header-bottom .whb-text-element .wcml-dropdown-click .wcml-cs-submenu:after,
.whb-header-bottom .passazh-search-dropdown:after,
.whb-top-bar .dropdown-cart:after,
.whb-top-bar .sub-menu-dropdown:after,
.whb-top-bar .whb-column form.woocommerce-currency-switcher-form .dd-options:after,
.whb-top-bar .whb-text-element .wcml-dropdown .wcml-cs-submenu:after,
.whb-top-bar .whb-text-element .wcml-dropdown-click .wcml-cs-submenu:after,
.whb-top-bar .passazh-search-dropdown:after {
    height: auto
}

.menu-simple-dropdown .sub-sub-menu {
    margin: 0;
    -webkit-transform: translateX(-15px) translateZ(0);
    transform: translateX(-15px) translateZ(0)
}

.menu-simple-dropdown .sub-sub-menu:after {
    top: 0;
    right: 100%;
    bottom: 0;
    left: auto;
    width: 2px;
    height: auto
}

.vertical-navigation .sub-menu-dropdown {
    margin: 0;
    -webkit-transform: translateX(15px) translateZ(0);
    transform: translateX(15px) translateZ(0)
}

.vertical-navigation .sub-menu-dropdown:after {
    top: 0;
    right: auto;
    bottom: 0;
    left: 100%;
    width: 2px;
    height: auto
}

.item-event-hover:hover>.sub-menu-dropdown,
.item-menu-opened>.sub-menu-dropdown,
.menu-item-register.wd-active-link,
.menu-item-register.wd-active-login,
.menu-simple-dropdown li:hover>ul,
.search-button:hover .passazh-search-dropdown,
.whb-column form.woocommerce-currency-switcher-form:hover .dd-options,
.whb-text-element .wcml-dropdown .wcml-cs-active-currency:hover .wcml-cs-submenu,
.whb-text-element .wcml-dropdown-click .wcml-cs-active-currency:hover .wcml-cs-submenu,
.passazh-product-categories li:hover>.children,
.passazh-shopping-cart.display-widget>.dropdown-cart,
.passazh-shopping-cart:hover>.dropdown-cart {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible;
    pointer-events: unset
}

.cart-widget-side,
.login-form-side,
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 340px;
    background-color: #FFF;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.dropdowns-color-light .cart-widget-side,
.dropdowns-color-light .login-form-side,
.dropdowns-color-light .mobile-nav {
    background-color: #101010
}

.cart-widget-side,
.slide-from-left {
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-340px, 0, 0);
    transform: translate3d(-340px, 0, 0)
}

.login-form-side,
.slide-from-right {
    right: 0;
    left: auto;
    -webkit-transform: translate3d(340px, 0, 0);
    transform: translate3d(340px, 0, 0)
}

.cart-widget-side.passazh-cart-opened,
.login-form-side.passazh-login-side-opened,
.mobile-nav.act-mobile-menu,
aside.sidebar-container.show-hidden-sidebar {
    -webkit-transform: none;
    transform: none
}

.portfolio-filter {
    mask-image: linear-gradient(to left, transparent 5px, #000 40px);
    -webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px)
}

.popup-quick-view .entry-summary {
    mask-image: linear-gradient(to top, transparent 5px, #000 40px);
    -webkit-mask-image: linear-gradient(to top, transparent 5px, #000 40px)
}

.masonry-filter li a,
.navigation-style-underline .nav-link-text,
.passazh-products-tabs.tabs-design-alt .products-tabs-title .tab-label,
.passazh-products-tabs.tabs-design-default .products-tabs-title .tab-label,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text {
    position: relative;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 1px
}

.category-nav-link .category-name:after,
.masonry-filter li a:after,
.navigation-style-underline .nav-link-text:after,
.passazh-checkout-steps ul li span:after,
.passazh-products-tabs.tabs-design-alt .products-tabs-title .tab-label:after,
.passazh-products-tabs.tabs-design-default .products-tabs-title .tab-label:after,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 2px;
    transition: width .4s cubic-bezier(.175, .885, .32, 1.15)
}

.masonry-filter li a.filter-active:after,
.masonry-filter li a:focus:after,
.masonry-filter li a:hover:after,
.navigation-style-underline .item-level-0.current-menu-item>a .nav-link-text:after,
.navigation-style-underline .item-level-0:hover>a .nav-link-text:after,
.navigation-style-underline .sub-menu a:hover .nav-link-text:after,
.navigation-style-underline .sub-sub-menu a:hover .nav-link-text:after,
.passazh-checkout-steps ul .step-active span:after,
.passazh-product-categories .category-nav-link:focus .category-name:after,
.passazh-product-categories .category-nav-link:hover .category-name:after,
.passazh-product-categories .current-cat>.category-nav-link .category-name:after,
.passazh-products-tabs.tabs-design-alt .products-tabs-title li.active-tab-title .tab-label:after,
.passazh-products-tabs.tabs-design-alt .products-tabs-title li:hover .tab-label:after,
.passazh-products-tabs.tabs-design-default .products-tabs-title li.active-tab-title .tab-label:after,
.passazh-products-tabs.tabs-design-default .products-tabs-title li:hover .tab-label:after,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active .vc_tta-title-text:after,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a:hover .vc_tta-title-text:after {
    width: 100%
}

.site-mobile-menu li a .menu-label,
.vertical-navigation .item-level-0>a .menu-label,
.whb-clone .passazh-navigation .item-level-0>a .menu-label,
.whb-top-bar .passazh-navigation .item-level-0>a .menu-label {
    position: static;
    margin-right: 5px;
    opacity: 1
}

.site-mobile-menu li a .menu-label:before,
.vertical-navigation .item-level-0>a .menu-label:before,
.whb-clone .passazh-navigation .item-level-0>a .menu-label:before,
.whb-top-bar .passazh-navigation .item-level-0>a .menu-label:before {
    content: none
}

.product-image-summary .shop_attributes th,
.woocommerce-product-details__short-description table th,
.passazh-more-desc table th {
    font-weight: 600
}

.product-image-summary .shop_attributes td,
.product-image-summary .shop_attributes th,
.woocommerce-product-details__short-description table td,
.woocommerce-product-details__short-description table th,
.passazh-more-desc table td,
.passazh-more-desc table th {
    padding: 5px;
    border-bottom-style: dashed
}

.product-image-summary .shop_attributes tr td:last-child,
.woocommerce-product-details__short-description table tr td:last-child,
.passazh-more-desc table tr td:last-child {
    text-align: left
}

.product-image-summary .shop_attributes tr:last-child td,
.product-image-summary .shop_attributes tr:last-child th,
.woocommerce-product-details__short-description table tr:last-child td,
.woocommerce-product-details__short-description table tr:last-child th,
.passazh-more-desc table tr:last-child td,
.passazh-more-desc table tr:last-child th {
    border-bottom: none
}

.product-image-summary .shop_attributes p,
.woocommerce-product-details__short-description table p,
.passazh-more-desc table p {
    margin-bottom: 0;
    line-height: inherit
}

.comments-area .comment-body ol,
.comments-area .comment-body ul,
.entry-content>ol,
.entry-content>ul,
.header-banner-container>ol,
.header-banner-container>ul,
.order-list,
.portfolio-single-content>ol,
.portfolio-single-content>ul,
.term-description>ol,
.term-description>ul,
.textwidget>ol:not(.menu),
.textwidget>ul:not(.menu),
.unordered-list,
.vc_toggle_content>ol,
.vc_toggle_content>ul,
.wc-tab-inner>div>ol,
.wc-tab-inner>div>ul,
.woocommerce-product-details__short-description>ol,
.woocommerce-product-details__short-description>ul,
.woocommerce-terms-and-conditions>ol,
.woocommerce-terms-and-conditions>ul,
.passazh-entry-content>ol,
.passazh-entry-content>ul,
.passazh-more-desc-inner>ol,
.passazh-more-desc-inner>ul,
.passazh-text-block>ol,
.passazh-text-block>ul,
.wpb_text_column .wpb_wrapper>ol,
.wpb_text_column .wpb_wrapper>ul {
    margin-bottom: 20px;
    padding-right: 20px;
    text-align: right
}

.comments-area .comment-body ol li,
.comments-area .comment-body ul li,
.entry-content>ol li,
.entry-content>ul li,
.header-banner-container>ol li,
.header-banner-container>ul li,
.order-list li,
.portfolio-single-content>ol li,
.portfolio-single-content>ul li,
.term-description>ol li,
.term-description>ul li,
.textwidget>ol:not(.menu) li,
.textwidget>ul:not(.menu) li,
.unordered-list li,
.vc_toggle_content>ol li,
.vc_toggle_content>ul li,
.wc-tab-inner>div>ol li,
.wc-tab-inner>div>ul li,
.woocommerce-product-details__short-description>ol li,
.woocommerce-product-details__short-description>ul li,
.woocommerce-terms-and-conditions>ol li,
.woocommerce-terms-and-conditions>ul li,
.passazh-entry-content>ol li,
.passazh-entry-content>ul li,
.passazh-more-desc-inner>ol li,
.passazh-more-desc-inner>ul li,
.passazh-text-block>ol li,
.passazh-text-block>ul li,
.wpb_text_column .wpb_wrapper>ol li,
.wpb_text_column .wpb_wrapper>ul li {
    margin-bottom: 10px
}

.comments-area .comment-body ol li:last-child,
.comments-area .comment-body ul li:last-child,
.entry-content>ol li:last-child,
.entry-content>ul li:last-child,
.header-banner-container>ol li:last-child,
.header-banner-container>ul li:last-child,
.order-list li:last-child,
.portfolio-single-content>ol li:last-child,
.portfolio-single-content>ul li:last-child,
.term-description>ol li:last-child,
.term-description>ul li:last-child,
.textwidget>ol:not(.menu) li:last-child,
.textwidget>ul:not(.menu) li:last-child,
.unordered-list li:last-child,
.vc_toggle_content>ol li:last-child,
.vc_toggle_content>ul li:last-child,
.wc-tab-inner>div>ol li:last-child,
.wc-tab-inner>div>ul li:last-child,
.woocommerce-product-details__short-description>ol li:last-child,
.woocommerce-product-details__short-description>ul li:last-child,
.woocommerce-terms-and-conditions>ol li:last-child,
.woocommerce-terms-and-conditions>ul li:last-child,
.passazh-entry-content>ol li:last-child,
.passazh-entry-content>ul li:last-child,
.passazh-more-desc-inner>ol li:last-child,
.passazh-more-desc-inner>ul li:last-child,
.passazh-text-block>ol li:last-child,
.passazh-text-block>ul li:last-child,
.wpb_text_column .wpb_wrapper>ol li:last-child,
.wpb_text_column .wpb_wrapper>ul li:last-child {
    margin-bottom: 0
}

.comments-area .comment-body ol li>ol,
.comments-area .comment-body ol li>ul,
.comments-area .comment-body ul li>ol,
.comments-area .comment-body ul li>ul,
.entry-content>ol li>ol,
.entry-content>ol li>ul,
.entry-content>ul li>ol,
.entry-content>ul li>ul,
.header-banner-container>ol li>ol,
.header-banner-container>ol li>ul,
.header-banner-container>ul li>ol,
.header-banner-container>ul li>ul,
.order-list li>ol,
.order-list li>ul,
.portfolio-single-content>ol li>ol,
.portfolio-single-content>ol li>ul,
.portfolio-single-content>ul li>ol,
.portfolio-single-content>ul li>ul,
.term-description>ol li>ol,
.term-description>ol li>ul,
.term-description>ul li>ol,
.term-description>ul li>ul,
.textwidget>ol:not(.menu) li>ol,
.textwidget>ol:not(.menu) li>ul,
.textwidget>ul:not(.menu) li>ol,
.textwidget>ul:not(.menu) li>ul,
.unordered-list li>ol,
.unordered-list li>ul,
.vc_toggle_content>ol li>ol,
.vc_toggle_content>ol li>ul,
.vc_toggle_content>ul li>ol,
.vc_toggle_content>ul li>ul,
.wc-tab-inner>div>ol li>ol,
.wc-tab-inner>div>ol li>ul,
.wc-tab-inner>div>ul li>ol,
.wc-tab-inner>div>ul li>ul,
.woocommerce-product-details__short-description>ol li>ol,
.woocommerce-product-details__short-description>ol li>ul,
.woocommerce-product-details__short-description>ul li>ol,
.woocommerce-product-details__short-description>ul li>ul,
.woocommerce-terms-and-conditions>ol li>ol,
.woocommerce-terms-and-conditions>ol li>ul,
.woocommerce-terms-and-conditions>ul li>ol,
.woocommerce-terms-and-conditions>ul li>ul,
.passazh-entry-content>ol li>ol,
.passazh-entry-content>ol li>ul,
.passazh-entry-content>ul li>ol,
.passazh-entry-content>ul li>ul,
.passazh-more-desc-inner>ol li>ol,
.passazh-more-desc-inner>ol li>ul,
.passazh-more-desc-inner>ul li>ol,
.passazh-more-desc-inner>ul li>ul,
.passazh-text-block>ol li>ol,
.passazh-text-block>ol li>ul,
.passazh-text-block>ul li>ol,
.passazh-text-block>ul li>ul,
.wpb_text_column .wpb_wrapper>ol li>ol,
.wpb_text_column .wpb_wrapper>ol li>ul,
.wpb_text_column .wpb_wrapper>ul li>ol,
.wpb_text_column .wpb_wrapper>ul li>ul {
    margin-bottom: 0
}

.comments-area .comment-body ol ol,
.comments-area .comment-body ol ul,
.comments-area .comment-body ul ol,
.comments-area .comment-body ul ul,
.entry-content>ol ol,
.entry-content>ol ul,
.entry-content>ul ol,
.entry-content>ul ul,
.header-banner-container>ol ol,
.header-banner-container>ol ul,
.header-banner-container>ul ol,
.header-banner-container>ul ul,
.order-list ol,
.order-list ul,
.portfolio-single-content>ol ol,
.portfolio-single-content>ol ul,
.portfolio-single-content>ul ol,
.portfolio-single-content>ul ul,
.term-description>ol ol,
.term-description>ol ul,
.term-description>ul ol,
.term-description>ul ul,
.textwidget>ol:not(.menu) ol,
.textwidget>ol:not(.menu) ul,
.textwidget>ul:not(.menu) ol,
.textwidget>ul:not(.menu) ul,
.unordered-list ol,
.unordered-list ul,
.vc_toggle_content>ol ol,
.vc_toggle_content>ol ul,
.vc_toggle_content>ul ol,
.vc_toggle_content>ul ul,
.wc-tab-inner>div>ol ol,
.wc-tab-inner>div>ol ul,
.wc-tab-inner>div>ul ol,
.wc-tab-inner>div>ul ul,
.woocommerce-product-details__short-description>ol ol,
.woocommerce-product-details__short-description>ol ul,
.woocommerce-product-details__short-description>ul ol,
.woocommerce-product-details__short-description>ul ul,
.woocommerce-terms-and-conditions>ol ol,
.woocommerce-terms-and-conditions>ol ul,
.woocommerce-terms-and-conditions>ul ol,
.woocommerce-terms-and-conditions>ul ul,
.passazh-entry-content>ol ol,
.passazh-entry-content>ol ul,
.passazh-entry-content>ul ol,
.passazh-entry-content>ul ul,
.passazh-more-desc-inner>ol ol,
.passazh-more-desc-inner>ol ul,
.passazh-more-desc-inner>ul ol,
.passazh-more-desc-inner>ul ul,
.passazh-text-block>ol ol,
.passazh-text-block>ol ul,
.passazh-text-block>ul ol,
.passazh-text-block>ul ul,
.wpb_text_column .wpb_wrapper>ol ol,
.wpb_text_column .wpb_wrapper>ol ul,
.wpb_text_column .wpb_wrapper>ul ol,
.wpb_text_column .wpb_wrapper>ul ul {
    margin-top: 10px;
    padding-right: 20px
}

.comments-area .comment-body dl,
.entry-content>dl,
.header-banner-container>dl,
.portfolio-single-content>dl,
.term-description>dl,
.vc_toggle_content>dl,
.wc-tab-inner>div>dl,
.woocommerce-product-details__short-description>dl,
.woocommerce-terms-and-conditions>dl,
.passazh-entry-content>dl,
.passazh-more-desc-inner>dl,
.passazh-text-block>dl,
.wpb_text_column .wpb_wrapper>dl {
    text-align: right
}

.comments-area .comment-body dl dt,
.entry-content>dl dt,
.header-banner-container>dl dt,
.portfolio-single-content>dl dt,
.term-description>dl dt,
.vc_toggle_content>dl dt,
.wc-tab-inner>div>dl dt,
.woocommerce-product-details__short-description>dl dt,
.woocommerce-terms-and-conditions>dl dt,
.passazh-entry-content>dl dt,
.passazh-more-desc-inner>dl dt,
.passazh-text-block>dl dt,
.wpb_text_column .wpb_wrapper>dl dt {
    color: #2d2a2a;
    font-weight: 700
}

.comments-area .comment-body dl dd,
.entry-content>dl dd,
.header-banner-container>dl dd,
.portfolio-single-content>dl dd,
.term-description>dl dd,
.vc_toggle_content>dl dd,
.wc-tab-inner>div>dl dd,
.woocommerce-product-details__short-description>dl dd,
.woocommerce-terms-and-conditions>dl dd,
.passazh-entry-content>dl dd,
.passazh-more-desc-inner>dl dd,
.passazh-text-block>dl dd,
.wpb_text_column .wpb_wrapper>dl dd {
    margin-bottom: 20px
}

.inline-list {
    margin-right: -15px;
    margin-left: -15px
}

.inline-list li {
    display: inline-block;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px
}

.inline-list-with-border li {
    padding-top: 0;
    padding-bottom: 0
}

.inline-list-with-border li:not(:last-child) {
    border-left: 1px solid rgba(129, 129, 129, .2)
}

.color-scheme-light .inline-list-with-border li:not(:last-child) {
    border-color: rgba(255, 255, 255, .15)
}

.comments-area .comment-body ol>li,
.entry-content>ol ol>li,
.entry-content>ol>li,
.entry-content>ul ol>li,
.header-banner-container>ol ol>li,
.header-banner-container>ol>li,
.header-banner-container>ul ol>li,
.order-list ol>li,
.order-list>li,
.portfolio-single-content>ol ol>li,
.portfolio-single-content>ol>li,
.portfolio-single-content>ul ol>li,
.term-description>ol ol>li,
.term-description>ol>li,
.term-description>ul ol>li,
.textwidget>ol:not(.menu) ol>li,
.textwidget>ol:not(.menu)>li,
.textwidget>ul:not(.menu) ol>li,
.unordered-list ol>li,
.vc_toggle_content>ol ol>li,
.vc_toggle_content>ol>li,
.vc_toggle_content>ul ol>li,
.wc-tab-inner>div>ol ol>li,
.wc-tab-inner>div>ol>li,
.wc-tab-inner>div>ul ol>li,
.woocommerce-product-details__short-description>ol ol>li,
.woocommerce-product-details__short-description>ol>li,
.woocommerce-product-details__short-description>ul ol>li,
.woocommerce-terms-and-conditions>ol ol>li,
.woocommerce-terms-and-conditions>ol>li,
.woocommerce-terms-and-conditions>ul ol>li,
.passazh-entry-content>ol ol>li,
.passazh-entry-content>ol>li,
.passazh-entry-content>ul ol>li,
.passazh-more-desc-inner>ol ol>li,
.passazh-more-desc-inner>ol>li,
.passazh-more-desc-inner>ul ol>li,
.passazh-text-block>ol ol>li,
.passazh-text-block>ol>li,
.passazh-text-block>ul ol>li,
.wpb_text_column .wpb_wrapper>ol ol>li,
.wpb_text_column .wpb_wrapper>ol>li,
.wpb_text_column .wpb_wrapper>ul ol>li {
    list-style: decimal
}

.comments-area .comment-body ol>li:before,
.entry-content>ol ol>li:before,
.entry-content>ol>li:before,
.entry-content>ul ol>li:before,
.header-banner-container>ol ol>li:before,
.header-banner-container>ol>li:before,
.header-banner-container>ul ol>li:before,
.order-list ol>li:before,
.order-list>li:before,
.portfolio-single-content>ol ol>li:before,
.portfolio-single-content>ol>li:before,
.portfolio-single-content>ul ol>li:before,
.term-description>ol ol>li:before,
.term-description>ol>li:before,
.term-description>ul ol>li:before,
.textwidget>ol:not(.menu) ol>li:before,
.textwidget>ol:not(.menu)>li:before,
.textwidget>ul:not(.menu) ol>li:before,
.unordered-list ol>li:before,
.vc_toggle_content>ol ol>li:before,
.vc_toggle_content>ol>li:before,
.vc_toggle_content>ul ol>li:before,
.wc-tab-inner>div>ol ol>li:before,
.wc-tab-inner>div>ol>li:before,
.wc-tab-inner>div>ul ol>li:before,
.woocommerce-product-details__short-description>ol ol>li:before,
.woocommerce-product-details__short-description>ol>li:before,
.woocommerce-product-details__short-description>ul ol>li:before,
.woocommerce-terms-and-conditions>ol ol>li:before,
.woocommerce-terms-and-conditions>ol>li:before,
.woocommerce-terms-and-conditions>ul ol>li:before,
.passazh-entry-content>ol ol>li:before,
.passazh-entry-content>ol>li:before,
.passazh-entry-content>ul ol>li:before,
.passazh-more-desc-inner>ol ol>li:before,
.passazh-more-desc-inner>ol>li:before,
.passazh-more-desc-inner>ul ol>li:before,
.passazh-text-block>ol ol>li:before,
.passazh-text-block>ol>li:before,
.passazh-text-block>ul ol>li:before,
.wpb_text_column .wpb_wrapper>ol ol>li:before,
.wpb_text_column .wpb_wrapper>ol>li:before,
.wpb_text_column .wpb_wrapper>ul ol>li:before {
    content: none
}

.comments-area .comment-body ul>li,
.entry-content>ol ul>li,
.entry-content>ul ul>li,
.entry-content>ul>li,
.header-banner-container>ol ul>li,
.header-banner-container>ul ul>li,
.header-banner-container>ul>li,
.order-list ul>li,
.portfolio-single-content>ol ul>li,
.portfolio-single-content>ul ul>li,
.portfolio-single-content>ul>li,
.term-description>ol ul>li,
.term-description>ul ul>li,
.term-description>ul>li,
.textwidget>ol:not(.menu) ul>li,
.textwidget>ul:not(.menu) ul>li,
.textwidget>ul:not(.menu)>li,
.unordered-list ul>li,
.unordered-list>li,
.vc_toggle_content>ol ul>li,
.vc_toggle_content>ul ul>li,
.vc_toggle_content>ul>li,
.wc-tab-inner>div>ol ul>li,
.wc-tab-inner>div>ul ul>li,
.wc-tab-inner>div>ul>li,
.woocommerce-product-details__short-description>ol ul>li,
.woocommerce-product-details__short-description>ul ul>li,
.woocommerce-product-details__short-description>ul>li,
.woocommerce-terms-and-conditions>ol ul>li,
.woocommerce-terms-and-conditions>ul ul>li,
.woocommerce-terms-and-conditions>ul>li,
.passazh-entry-content>ol ul>li,
.passazh-entry-content>ul ul>li,
.passazh-entry-content>ul>li,
.passazh-more-desc-inner>ol ul>li,
.passazh-more-desc-inner>ul ul>li,
.passazh-more-desc-inner>ul>li,
.passazh-text-block>ol ul>li,
.passazh-text-block>ul ul>li,
.passazh-text-block>ul>li,
.wpb_text_column .wpb_wrapper>ol ul>li,
.wpb_text_column .wpb_wrapper>ul ul>li,
.wpb_text_column .wpb_wrapper>ul>li {
    position: relative;
    list-style: none
}

.comments-area .comment-body ul>li:before,
.entry-content>ol ul>li:before,
.entry-content>ul ul>li:before,
.entry-content>ul>li:before,
.header-banner-container>ol ul>li:before,
.header-banner-container>ul ul>li:before,
.header-banner-container>ul>li:before,
.order-list ul>li:before,
.portfolio-single-content>ol ul>li:before,
.portfolio-single-content>ul ul>li:before,
.portfolio-single-content>ul>li:before,
.term-description>ol ul>li:before,
.term-description>ul ul>li:before,
.term-description>ul>li:before,
.textwidget>ol:not(.menu) ul>li:before,
.textwidget>ul:not(.menu) ul>li:before,
.textwidget>ul:not(.menu)>li:before,
.unordered-list ul>li:before,
.unordered-list>li:before,
.vc_toggle_content>ol ul>li:before,
.vc_toggle_content>ul ul>li:before,
.vc_toggle_content>ul>li:before,
.wc-tab-inner>div>ol ul>li:before,
.wc-tab-inner>div>ul ul>li:before,
.wc-tab-inner>div>ul>li:before,
.woocommerce-product-details__short-description>ol ul>li:before,
.woocommerce-product-details__short-description>ul ul>li:before,
.woocommerce-product-details__short-description>ul>li:before,
.woocommerce-terms-and-conditions>ol ul>li:before,
.woocommerce-terms-and-conditions>ul ul>li:before,
.woocommerce-terms-and-conditions>ul>li:before,
.passazh-entry-content>ol ul>li:before,
.passazh-entry-content>ul ul>li:before,
.passazh-entry-content>ul>li:before,
.passazh-more-desc-inner>ol ul>li:before,
.passazh-more-desc-inner>ul ul>li:before,
.passazh-more-desc-inner>ul>li:before,
.passazh-text-block>ol ul>li:before,
.passazh-text-block>ul ul>li:before,
.passazh-text-block>ul>li:before,
.wpb_text_column .wpb_wrapper>ol ul>li:before,
.wpb_text_column .wpb_wrapper>ul ul>li:before,
.wpb_text_column .wpb_wrapper>ul>li:before {
    position: absolute;
    top: 6px;
    right: -20px;
    font-size: 8px;
    content: "\f111";
    font-family: passazh-font
}

.form-style-underlined .comment-form-author,
.form-style-underlined .comment-form-email,
.form-style-underlined .comment-form-url,
.form-style-underlined .order_comments_field>p,
.form-style-underlined .woocommerce-billing-fields__field-wrapper>p,
.form-style-underlined .woocommerce-shipping-fields__field-wrapper>p {
    display: flex;
    align-items: center;
    flex-direction: row;
    border-bottom: 2px solid rgba(129, 129, 129, .2);
    transition: border-color .4s ease
}

.form-style-underlined .comment-form-author:hover,
.form-style-underlined .comment-form-email:hover,
.form-style-underlined .comment-form-url:hover,
.form-style-underlined .order_comments_field>p:hover,
.form-style-underlined .woocommerce-billing-fields__field-wrapper>p:hover,
.form-style-underlined .woocommerce-shipping-fields__field-wrapper>p:hover {
    border-color: rgba(129, 129, 129, .3)
}

.form-style-underlined .order_comments_field>p.woocommerce-invalid,
.form-style-underlined .woocommerce-billing-fields__field-wrapper>p.woocommerce-invalid,
.form-style-underlined .woocommerce-invalid.comment-form-author,
.form-style-underlined .woocommerce-invalid.comment-form-email,
.form-style-underlined .woocommerce-invalid.comment-form-url,
.form-style-underlined .woocommerce-shipping-fields__field-wrapper>p.woocommerce-invalid {
    border-color: #CA1919
}

.form-style-underlined .comment-form-author label,
.form-style-underlined .comment-form-email label,
.form-style-underlined .comment-form-url label,
.form-style-underlined .order_comments_field>p label,
.form-style-underlined .woocommerce-billing-fields__field-wrapper>p label,
.form-style-underlined .woocommerce-shipping-fields__field-wrapper>p label {
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-left: 15px
}

.form-style-underlined .comment-form-author input[type=text],
.form-style-underlined .comment-form-author input[type=email],
.form-style-underlined .comment-form-author input[type=password],
.form-style-underlined .comment-form-author input[type=search],
.form-style-underlined .comment-form-author input[type=number],
.form-style-underlined .comment-form-author input[type=url],
.form-style-underlined .comment-form-author input[type=tel],
.form-style-underlined .comment-form-author input[type=date],
.form-style-underlined .comment-form-author select,
.form-style-underlined .comment-form-email input[type=text],
.form-style-underlined .comment-form-email input[type=email],
.form-style-underlined .comment-form-email input[type=password],
.form-style-underlined .comment-form-email input[type=search],
.form-style-underlined .comment-form-email input[type=number],
.form-style-underlined .comment-form-email input[type=url],
.form-style-underlined .comment-form-email input[type=tel],
.form-style-underlined .comment-form-email input[type=date],
.form-style-underlined .comment-form-email select,
.form-style-underlined .comment-form-url input[type=text],
.form-style-underlined .comment-form-url input[type=email],
.form-style-underlined .comment-form-url input[type=password],
.form-style-underlined .comment-form-url input[type=search],
.form-style-underlined .comment-form-url input[type=number],
.form-style-underlined .comment-form-url input[type=url],
.form-style-underlined .comment-form-url input[type=tel],
.form-style-underlined .comment-form-url input[type=date],
.form-style-underlined .comment-form-url select,
.form-style-underlined .order_comments_field>p input[type=text],
.form-style-underlined .order_comments_field>p input[type=email],
.form-style-underlined .order_comments_field>p input[type=password],
.form-style-underlined .order_comments_field>p input[type=search],
.form-style-underlined .order_comments_field>p input[type=number],
.form-style-underlined .order_comments_field>p input[type=url],
.form-style-underlined .order_comments_field>p input[type=tel],
.form-style-underlined .order_comments_field>p input[type=date],
.form-style-underlined .order_comments_field>p select,
.form-style-underlined .woocommerce-billing-fields__field-wrapper>p input[type=text],
.form-style-underlined .woocommerce-billing-fields__field-wrapper>p input[type=email],
.form-style-underlined .woocommerce-billing-fields__field-wrapper>p input[type=password],
.form-style-underlined .woocommerce-billing-fields__field-wrapper>p input[type=search],
.form-style-underlined .woocommerce-billing-fields__field-wrapper>p input[type=number],
.form-style-underlined .woocommerce-billing-fields__field-wrapper>p input[type=url],
.form-style-underlined .woocommerce-billing-fields__field-wrapper>p input[type=tel],
.form-style-underlined .woocommerce-billing-fields__field-wrapper>p input[type=date],
.form-style-underlined .woocommerce-billing-fields__field-wrapper>p select,
.form-style-underlined .woocommerce-shipping-fields__field-wrapper>p input[type=text],
.form-style-underlined .woocommerce-shipping-fields__field-wrapper>p input[type=email],
.form-style-underlined .woocommerce-shipping-fields__field-wrapper>p input[type=password],
.form-style-underlined .woocommerce-shipping-fields__field-wrapper>p input[type=search],
.form-style-underlined .woocommerce-shipping-fields__field-wrapper>p input[type=number],
.form-style-underlined .woocommerce-shipping-fields__field-wrapper>p input[type=url],
.form-style-underlined .woocommerce-shipping-fields__field-wrapper>p input[type=tel],
.form-style-underlined .woocommerce-shipping-fields__field-wrapper>p input[type=date],
.form-style-underlined .woocommerce-shipping-fields__field-wrapper>p select {
    flex: 1 1 auto;
    border-bottom-style: none
}

.woocommerce-product-gallery .owl-nav>div:not(.disabled):hover,
.wrap-loading-arrow>div:not(.disabled):hover {
    color: rgba(0, 0, 0, .5)
}

.woocommerce-product-gallery .owl-nav>div.disabled,
.wrap-loading-arrow>div.disabled {
    color: rgba(0, 0, 0, .4);
    cursor: default
}

.color-scheme-light .wrap-loading-arrow>div:not(.disabled):hover,
.passazh-dark .woocommerce-product-gallery .owl-nav>div:not(.disabled):hover,
.passazh-dark .wrap-loading-arrow>div:not(.disabled):hover {
    color: rgba(255, 255, 255, .8)
}

.color-scheme-light .wrap-loading-arrow>div.disabled,
.passazh-dark .woocommerce-product-gallery .owl-nav>div.disabled,
.passazh-dark .wrap-loading-arrow>div.disabled {
    color: rgba(255, 255, 255, .6)
}

.hover-color-scheme-dark,
.hover-color-scheme-light {
    transition: all .25s ease
}

.hover-color-scheme-dark h1,
.hover-color-scheme-dark h2,
.hover-color-scheme-dark h3,
.hover-color-scheme-dark h4,
.hover-color-scheme-dark h5,
.hover-color-scheme-dark h6,
.hover-color-scheme-light h1,
.hover-color-scheme-light h2,
.hover-color-scheme-light h3,
.hover-color-scheme-light h4,
.hover-color-scheme-light h5,
.hover-color-scheme-light h6 {
    transition: all .25s ease
}

#dokan-form-contact-seller.seller-form input.dokan-btn-theme:hover,
.cart-actions .button[name=update_cart]:hover,
.cart-totals-inner .shipping-calculator-form .button:hover,
.simplePopup .submit-report-abuse:hover,
.vendor_sort input[type=submit]:hover,
.wcmp-quick-info-wrapper input[type=submit]:hover,
.wd-age-verify-forbidden:hover,
.widget_price_filter .price_slider_amount .button:hover,
.widget_shopping_cart .buttons .btn-cart:hover,
.passazh-switch-to-register:hover {
    box-shadow: none
}

.btns-default-3d #dokan-form-contact-seller.seller-form input.dokan-btn-theme,
.btns-default-3d .cart-actions .button[name=update_cart],
.btns-default-3d .cart-totals-inner .shipping-calculator-form .button,
.btns-default-3d .simplePopup .submit-report-abuse,
.btns-default-3d .vendor_sort input[type=submit],
.btns-default-3d .wcmp-quick-info-wrapper input[type=submit],
.btns-default-3d .wd-age-verify-forbidden,
.btns-default-3d .widget_price_filter .price_slider_amount .button,
.btns-default-3d .widget_shopping_cart .buttons .btn-cart,
.btns-default-3d .passazh-switch-to-register {
    border: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease
}

.btns-default-3d #dokan-form-contact-seller.seller-form input.dokan-btn-theme:hover,
.btns-default-3d .cart-actions .button[name=update_cart]:hover,
.btns-default-3d .cart-totals-inner .shipping-calculator-form .button:hover,
.btns-default-3d .simplePopup .submit-report-abuse:hover,
.btns-default-3d .vendor_sort input[type=submit]:hover,
.btns-default-3d .wcmp-quick-info-wrapper input[type=submit]:hover,
.btns-default-3d .wd-age-verify-forbidden:hover,
.btns-default-3d .widget_price_filter .price_slider_amount .button:hover,
.btns-default-3d .widget_shopping_cart .buttons .btn-cart:hover,
.btns-default-3d .passazh-switch-to-register:hover {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15)
}

.btns-default-3d #dokan-form-contact-seller.seller-form input.dokan-btn-theme:active,
.btns-default-3d .cart-actions .button[name=update_cart]:active,
.btns-default-3d .cart-totals-inner .shipping-calculator-form .button:active,
.btns-default-3d .simplePopup .submit-report-abuse:active,
.btns-default-3d .vendor_sort input[type=submit]:active,
.btns-default-3d .wcmp-quick-info-wrapper input[type=submit]:active,
.btns-default-3d .wd-age-verify-forbidden:active,
.btns-default-3d .widget_price_filter .price_slider_amount .button:active,
.btns-default-3d .widget_shopping_cart .buttons .btn-cart:active,
.btns-default-3d .passazh-switch-to-register:active {
    top: 1px;
    box-shadow: none
}

.btns-default-rounded #dokan-form-contact-seller.seller-form input.dokan-btn-theme,
.btns-default-rounded .cart-actions .button[name=update_cart],
.btns-default-rounded .cart-totals-inner .shipping-calculator-form .button,
.btns-default-rounded .simplePopup .submit-report-abuse,
.btns-default-rounded .vendor_sort input[type=submit],
.btns-default-rounded .wcmp-quick-info-wrapper input[type=submit],
.btns-default-rounded .wd-age-verify-forbidden,
.btns-default-rounded .widget_price_filter .price_slider_amount .button,
.btns-default-rounded .widget_shopping_cart .buttons .btn-cart,
.btns-default-rounded .passazh-switch-to-register {
    border-radius: 35px
}

.btns-default-semi-rounded #dokan-form-contact-seller.seller-form input.dokan-btn-theme,
.btns-default-semi-rounded .cart-actions .button[name=update_cart],
.btns-default-semi-rounded .cart-totals-inner .shipping-calculator-form .button,
.btns-default-semi-rounded .simplePopup .submit-report-abuse,
.btns-default-semi-rounded .vendor_sort input[type=submit],
.btns-default-semi-rounded .wcmp-quick-info-wrapper input[type=submit],
.btns-default-semi-rounded .wd-age-verify-forbidden,
.btns-default-semi-rounded .widget_price_filter .price_slider_amount .button,
.btns-default-semi-rounded .widget_shopping_cart .buttons .btn-cart,
.btns-default-semi-rounded .passazh-switch-to-register {
    border-radius: 5px
}

.btns-default-light #dokan-form-contact-seller.seller-form input.dokan-btn-theme,
.btns-default-light .cart-actions .button[name=update_cart],
.btns-default-light .cart-totals-inner .shipping-calculator-form .button,
.btns-default-light .simplePopup .submit-report-abuse,
.btns-default-light .vendor_sort input[type=submit],
.btns-default-light .wcmp-quick-info-wrapper input[type=submit],
.btns-default-light .wd-age-verify-forbidden,
.btns-default-light .widget_price_filter .price_slider_amount .button,
.btns-default-light .widget_shopping_cart .buttons .btn-cart,
.btns-default-light .passazh-switch-to-register {
    color: #FFF
}

.btns-default-hover-light #dokan-form-contact-seller.seller-form input.dokan-btn-theme:hover,
.btns-default-hover-light .cart-actions .button[name=update_cart]:hover,
.btns-default-hover-light .cart-totals-inner .shipping-calculator-form .button:hover,
.btns-default-hover-light .simplePopup .submit-report-abuse:hover,
.btns-default-hover-light .vendor_sort input[type=submit]:hover,
.btns-default-hover-light .wcmp-quick-info-wrapper input[type=submit]:hover,
.btns-default-hover-light .wd-age-verify-forbidden:hover,
.btns-default-hover-light .widget_price_filter .price_slider_amount .button:hover,
.btns-default-hover-light .widget_shopping_cart .buttons .btn-cart:hover,
.btns-default-hover-light .passazh-switch-to-register:hover {
    color: #FFF
}

.btns-default-dark #dokan-form-contact-seller.seller-form input.dokan-btn-theme,
.btns-default-dark .cart-actions .button[name=update_cart],
.btns-default-dark .cart-totals-inner .shipping-calculator-form .button,
.btns-default-dark .simplePopup .submit-report-abuse,
.btns-default-dark .vendor_sort input[type=submit],
.btns-default-dark .wcmp-quick-info-wrapper input[type=submit],
.btns-default-dark .wd-age-verify-forbidden,
.btns-default-dark .widget_price_filter .price_slider_amount .button,
.btns-default-dark .widget_shopping_cart .buttons .btn-cart,
.btns-default-dark .passazh-switch-to-register {
    color: #333
}

.btns-default-hover-dark #dokan-form-contact-seller.seller-form input.dokan-btn-theme:hover,
.btns-default-hover-dark .cart-actions .button[name=update_cart]:hover,
.btns-default-hover-dark .cart-totals-inner .shipping-calculator-form .button:hover,
.btns-default-hover-dark .simplePopup .submit-report-abuse:hover,
.btns-default-hover-dark .vendor_sort input[type=submit]:hover,
.btns-default-hover-dark .wcmp-quick-info-wrapper input[type=submit]:hover,
.btns-default-hover-dark .wd-age-verify-forbidden:hover,
.btns-default-hover-dark .widget_price_filter .price_slider_amount .button:hover,
.btns-default-hover-dark .widget_shopping_cart .buttons .btn-cart:hover,
.btns-default-hover-dark .passazh-switch-to-register:hover {
    color: #333
}

#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn:hover,
#dokan-store-listing-filter-wrap .right .item .dokan-btn-theme:hover,
#place_order:hover,
.account-payment-methods-table .button:hover,
.cart-actions .button[name=apply_coupon]:hover,
.cart-totals-inner .checkout-button:hover,
.checkout_coupon .button:hover,
.hotspot-content .add_to_cart_button:hover,
.hotspot-content .product_type_variable:hover,
.login .button:hover,
.lost_reset_password .button:hover,
.order-again .button:hover,
.popup-added_to_cart .view-cart:hover,
.popup-quick-view .passazh-scroll-content>a:hover,
.product-list-item .passazh-add-btn>a:hover,
.register .button:hover,
.return-to-shop .button:hover,
.single_add_to_cart_button:hover,
.social-login-btn>a:hover,
.widget_shopping_cart .buttons .checkout:hover,
.woocommerce-Button--next:hover,
.woocommerce-Button--previous:hover,
.woocommerce-MyAccount-content .dokan-btn-theme:hover,
.woocommerce-MyAccount-content>.button:hover,
.woocommerce-MyAccount-downloads-file:hover,
.passazh-compare-col .added_to_cart:hover,
.passazh-compare-col .button:hover,
.passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .passazh-add-btn>a:hover,
.passazh-hover-standard .passazh-add-btn>a:hover,
.passazh-pf-btn button:hover,
.passazh-sticky-add-to-cart:hover,
.yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover,
button[name=save_account_details]:hover,
button[name=save_address]:hover,
button[name=track]:hover,
td.woocommerce-orders-table__cell-order-actions a:hover {
    box-shadow: none
}

.btns-shop-3d #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn,
.btns-shop-3d #dokan-store-listing-filter-wrap .right .item .dokan-btn-theme,
.btns-shop-3d #place_order,
.btns-shop-3d .account-payment-methods-table .button,
.btns-shop-3d .cart-actions .button[name=apply_coupon],
.btns-shop-3d .cart-totals-inner .checkout-button,
.btns-shop-3d .checkout_coupon .button,
.btns-shop-3d .hotspot-content .add_to_cart_button,
.btns-shop-3d .hotspot-content .product_type_variable,
.btns-shop-3d .login .button,
.btns-shop-3d .lost_reset_password .button,
.btns-shop-3d .order-again .button,
.btns-shop-3d .popup-added_to_cart .view-cart,
.btns-shop-3d .popup-quick-view .passazh-scroll-content>a,
.btns-shop-3d .product-list-item .passazh-add-btn>a,
.btns-shop-3d .register .button,
.btns-shop-3d .return-to-shop .button,
.btns-shop-3d .single_add_to_cart_button,
.btns-shop-3d .social-login-btn>a,
.btns-shop-3d .widget_shopping_cart .buttons .checkout,
.btns-shop-3d .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart,
.btns-shop-3d .woocommerce-Button--next,
.btns-shop-3d .woocommerce-Button--previous,
.btns-shop-3d .woocommerce-MyAccount-content .dokan-btn-theme,
.btns-shop-3d .woocommerce-MyAccount-content>.button,
.btns-shop-3d .woocommerce-MyAccount-downloads-file,
.btns-shop-3d .passazh-compare-col .added_to_cart,
.btns-shop-3d .passazh-compare-col .button,
.btns-shop-3d .passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .passazh-add-btn>a,
.btns-shop-3d .passazh-hover-standard .passazh-add-btn>a,
.btns-shop-3d .passazh-pf-btn button,
.btns-shop-3d .passazh-sticky-add-to-cart,
.btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button,
.btns-shop-3d button[name=save_account_details],
.btns-shop-3d button[name=save_address],
.btns-shop-3d button[name=track],
.btns-shop-3d td.woocommerce-orders-table__cell-order-actions a {
    border: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease
}

.btns-shop-3d #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn:hover,
.btns-shop-3d #dokan-store-listing-filter-wrap .right .item .dokan-btn-theme:hover,
.btns-shop-3d #place_order:hover,
.btns-shop-3d .account-payment-methods-table .button:hover,
.btns-shop-3d .cart-actions .button[name=apply_coupon]:hover,
.btns-shop-3d .cart-totals-inner .checkout-button:hover,
.btns-shop-3d .checkout_coupon .button:hover,
.btns-shop-3d .hotspot-content .add_to_cart_button:hover,
.btns-shop-3d .hotspot-content .product_type_variable:hover,
.btns-shop-3d .login .button:hover,
.btns-shop-3d .lost_reset_password .button:hover,
.btns-shop-3d .order-again .button:hover,
.btns-shop-3d .popup-added_to_cart .view-cart:hover,
.btns-shop-3d .popup-quick-view .passazh-scroll-content>a:hover,
.btns-shop-3d .product-list-item .passazh-add-btn>a:hover,
.btns-shop-3d .register .button:hover,
.btns-shop-3d .return-to-shop .button:hover,
.btns-shop-3d .single_add_to_cart_button:hover,
.btns-shop-3d .social-login-btn>a:hover,
.btns-shop-3d .widget_shopping_cart .buttons .checkout:hover,
.btns-shop-3d .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:hover,
.btns-shop-3d .woocommerce-Button--next:hover,
.btns-shop-3d .woocommerce-Button--previous:hover,
.btns-shop-3d .woocommerce-MyAccount-content .dokan-btn-theme:hover,
.btns-shop-3d .woocommerce-MyAccount-content>.button:hover,
.btns-shop-3d .woocommerce-MyAccount-downloads-file:hover,
.btns-shop-3d .passazh-compare-col .added_to_cart:hover,
.btns-shop-3d .passazh-compare-col .button:hover,
.btns-shop-3d .passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .passazh-add-btn>a:hover,
.btns-shop-3d .passazh-hover-standard .passazh-add-btn>a:hover,
.btns-shop-3d .passazh-pf-btn button:hover,
.btns-shop-3d .passazh-sticky-add-to-cart:hover,
.btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover,
.btns-shop-3d button[name=save_account_details]:hover,
.btns-shop-3d button[name=save_address]:hover,
.btns-shop-3d button[name=track]:hover,
.btns-shop-3d td.woocommerce-orders-table__cell-order-actions a:hover {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15)
}

.btns-shop-3d #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn:active,
.btns-shop-3d #dokan-store-listing-filter-wrap .right .item .dokan-btn-theme:active,
.btns-shop-3d #place_order:active,
.btns-shop-3d .account-payment-methods-table .button:active,
.btns-shop-3d .cart-actions .button[name=apply_coupon]:active,
.btns-shop-3d .cart-totals-inner .checkout-button:active,
.btns-shop-3d .checkout_coupon .button:active,
.btns-shop-3d .hotspot-content .add_to_cart_button:active,
.btns-shop-3d .hotspot-content .product_type_variable:active,
.btns-shop-3d .login .button:active,
.btns-shop-3d .lost_reset_password .button:active,
.btns-shop-3d .order-again .button:active,
.btns-shop-3d .popup-added_to_cart .view-cart:active,
.btns-shop-3d .popup-quick-view .passazh-scroll-content>a:active,
.btns-shop-3d .product-list-item .passazh-add-btn>a:active,
.btns-shop-3d .register .button:active,
.btns-shop-3d .return-to-shop .button:active,
.btns-shop-3d .single_add_to_cart_button:active,
.btns-shop-3d .social-login-btn>a:active,
.btns-shop-3d .widget_shopping_cart .buttons .checkout:active,
.btns-shop-3d .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:active,
.btns-shop-3d .woocommerce-Button--next:active,
.btns-shop-3d .woocommerce-Button--previous:active,
.btns-shop-3d .woocommerce-MyAccount-content .dokan-btn-theme:active,
.btns-shop-3d .woocommerce-MyAccount-content>.button:active,
.btns-shop-3d .woocommerce-MyAccount-downloads-file:active,
.btns-shop-3d .passazh-compare-col .added_to_cart:active,
.btns-shop-3d .passazh-compare-col .button:active,
.btns-shop-3d .passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .passazh-add-btn>a:active,
.btns-shop-3d .passazh-hover-standard .passazh-add-btn>a:active,
.btns-shop-3d .passazh-pf-btn button:active,
.btns-shop-3d .passazh-sticky-add-to-cart:active,
.btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:active,
.btns-shop-3d button[name=save_account_details]:active,
.btns-shop-3d button[name=save_address]:active,
.btns-shop-3d button[name=track]:active,
.btns-shop-3d td.woocommerce-orders-table__cell-order-actions a:active {
    top: 1px;
    box-shadow: none
}

.btns-shop-rounded #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn,
.btns-shop-rounded #dokan-store-listing-filter-wrap .right .item .dokan-btn-theme,
.btns-shop-rounded #place_order,
.btns-shop-rounded .account-payment-methods-table .button,
.btns-shop-rounded .cart-actions .button[name=apply_coupon],
.btns-shop-rounded .cart-totals-inner .checkout-button,
.btns-shop-rounded .checkout_coupon .button,
.btns-shop-rounded .hotspot-content .add_to_cart_button,
.btns-shop-rounded .hotspot-content .product_type_variable,
.btns-shop-rounded .login .button,
.btns-shop-rounded .lost_reset_password .button,
.btns-shop-rounded .order-again .button,
.btns-shop-rounded .popup-added_to_cart .view-cart,
.btns-shop-rounded .popup-quick-view .passazh-scroll-content>a,
.btns-shop-rounded .product-list-item .passazh-add-btn>a,
.btns-shop-rounded .register .button,
.btns-shop-rounded .return-to-shop .button,
.btns-shop-rounded .single_add_to_cart_button,
.btns-shop-rounded .social-login-btn>a,
.btns-shop-rounded .widget_shopping_cart .buttons .checkout,
.btns-shop-rounded .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart,
.btns-shop-rounded .woocommerce-Button--next,
.btns-shop-rounded .woocommerce-Button--previous,
.btns-shop-rounded .woocommerce-MyAccount-content .dokan-btn-theme,
.btns-shop-rounded .woocommerce-MyAccount-content>.button,
.btns-shop-rounded .woocommerce-MyAccount-downloads-file,
.btns-shop-rounded .passazh-compare-col .added_to_cart,
.btns-shop-rounded .passazh-compare-col .button,
.btns-shop-rounded .passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .passazh-add-btn>a,
.btns-shop-rounded .passazh-hover-standard .passazh-add-btn>a,
.btns-shop-rounded .passazh-pf-btn button,
.btns-shop-rounded .passazh-sticky-add-to-cart,
.btns-shop-rounded .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button,
.btns-shop-rounded button[name=save_account_details],
.btns-shop-rounded button[name=save_address],
.btns-shop-rounded button[name=track],
.btns-shop-rounded td.woocommerce-orders-table__cell-order-actions a {
    border-radius: 35px
}

.btns-shop-semi-rounded #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn,
.btns-shop-semi-rounded #dokan-store-listing-filter-wrap .right .item .dokan-btn-theme,
.btns-shop-semi-rounded #place_order,
.btns-shop-semi-rounded .account-payment-methods-table .button,
.btns-shop-semi-rounded .cart-actions .button[name=apply_coupon],
.btns-shop-semi-rounded .cart-totals-inner .checkout-button,
.btns-shop-semi-rounded .checkout_coupon .button,
.btns-shop-semi-rounded .hotspot-content .add_to_cart_button,
.btns-shop-semi-rounded .hotspot-content .product_type_variable,
.btns-shop-semi-rounded .login .button,
.btns-shop-semi-rounded .lost_reset_password .button,
.btns-shop-semi-rounded .order-again .button,
.btns-shop-semi-rounded .popup-added_to_cart .view-cart,
.btns-shop-semi-rounded .popup-quick-view .passazh-scroll-content>a,
.btns-shop-semi-rounded .product-list-item .passazh-add-btn>a,
.btns-shop-semi-rounded .register .button,
.btns-shop-semi-rounded .return-to-shop .button,
.btns-shop-semi-rounded .single_add_to_cart_button,
.btns-shop-semi-rounded .social-login-btn>a,
.btns-shop-semi-rounded .widget_shopping_cart .buttons .checkout,
.btns-shop-semi-rounded .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart,
.btns-shop-semi-rounded .woocommerce-Button--next,
.btns-shop-semi-rounded .woocommerce-Button--previous,
.btns-shop-semi-rounded .woocommerce-MyAccount-content .dokan-btn-theme,
.btns-shop-semi-rounded .woocommerce-MyAccount-content>.button,
.btns-shop-semi-rounded .woocommerce-MyAccount-downloads-file,
.btns-shop-semi-rounded .passazh-compare-col .added_to_cart,
.btns-shop-semi-rounded .passazh-compare-col .button,
.btns-shop-semi-rounded .passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .passazh-add-btn>a,
.btns-shop-semi-rounded .passazh-hover-standard .passazh-add-btn>a,
.btns-shop-semi-rounded .passazh-pf-btn button,
.btns-shop-semi-rounded .passazh-sticky-add-to-cart,
.btns-shop-semi-rounded .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button,
.btns-shop-semi-rounded button[name=save_account_details],
.btns-shop-semi-rounded button[name=save_address],
.btns-shop-semi-rounded button[name=track],
.btns-shop-semi-rounded td.woocommerce-orders-table__cell-order-actions a {
    border-radius: 5px
}

.btns-shop-light #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn,
.btns-shop-light #dokan-store-listing-filter-wrap .right .item .dokan-btn-theme,
.btns-shop-light #place_order,
.btns-shop-light .account-payment-methods-table .button,
.btns-shop-light .cart-actions .button[name=apply_coupon],
.btns-shop-light .cart-totals-inner .checkout-button,
.btns-shop-light .checkout_coupon .button,
.btns-shop-light .hotspot-content .add_to_cart_button,
.btns-shop-light .hotspot-content .product_type_variable,
.btns-shop-light .login .button,
.btns-shop-light .lost_reset_password .button,
.btns-shop-light .order-again .button,
.btns-shop-light .popup-added_to_cart .view-cart,
.btns-shop-light .popup-quick-view .passazh-scroll-content>a,
.btns-shop-light .product-list-item .passazh-add-btn>a,
.btns-shop-light .register .button,
.btns-shop-light .return-to-shop .button,
.btns-shop-light .single_add_to_cart_button,
.btns-shop-light .social-login-btn>a,
.btns-shop-light .widget_shopping_cart .buttons .checkout,
.btns-shop-light .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart,
.btns-shop-light .woocommerce-Button--next,
.btns-shop-light .woocommerce-Button--previous,
.btns-shop-light .woocommerce-MyAccount-content .dokan-btn-theme,
.btns-shop-light .woocommerce-MyAccount-content>.button,
.btns-shop-light .woocommerce-MyAccount-downloads-file,
.btns-shop-light .passazh-compare-col .added_to_cart,
.btns-shop-light .passazh-compare-col .button,
.btns-shop-light .passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .passazh-add-btn>a,
.btns-shop-light .passazh-hover-standard .passazh-add-btn>a,
.btns-shop-light .passazh-pf-btn button,
.btns-shop-light .passazh-sticky-add-to-cart,
.btns-shop-light .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button,
.btns-shop-light button[name=save_account_details],
.btns-shop-light button[name=save_address],
.btns-shop-light button[name=track],
.btns-shop-light td.woocommerce-orders-table__cell-order-actions a {
    color: #FFF
}

.btns-shop-hover-light #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn:hover,
.btns-shop-hover-light #dokan-store-listing-filter-wrap .right .item .dokan-btn-theme:hover,
.btns-shop-hover-light #place_order:hover,
.btns-shop-hover-light .account-payment-methods-table .button:hover,
.btns-shop-hover-light .cart-actions .button[name=apply_coupon]:hover,
.btns-shop-hover-light .cart-totals-inner .checkout-button:hover,
.btns-shop-hover-light .checkout_coupon .button:hover,
.btns-shop-hover-light .hotspot-content .add_to_cart_button:hover,
.btns-shop-hover-light .hotspot-content .product_type_variable:hover,
.btns-shop-hover-light .login .button:hover,
.btns-shop-hover-light .lost_reset_password .button:hover,
.btns-shop-hover-light .order-again .button:hover,
.btns-shop-hover-light .popup-added_to_cart .view-cart:hover,
.btns-shop-hover-light .popup-quick-view .passazh-scroll-content>a:hover,
.btns-shop-hover-light .product-list-item .passazh-add-btn>a:hover,
.btns-shop-hover-light .register .button:hover,
.btns-shop-hover-light .return-to-shop .button:hover,
.btns-shop-hover-light .single_add_to_cart_button:hover,
.btns-shop-hover-light .social-login-btn>a:hover,
.btns-shop-hover-light .widget_shopping_cart .buttons .checkout:hover,
.btns-shop-hover-light .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:hover,
.btns-shop-hover-light .woocommerce-Button--next:hover,
.btns-shop-hover-light .woocommerce-Button--previous:hover,
.btns-shop-hover-light .woocommerce-MyAccount-content .dokan-btn-theme:hover,
.btns-shop-hover-light .woocommerce-MyAccount-content>.button:hover,
.btns-shop-hover-light .woocommerce-MyAccount-downloads-file:hover,
.btns-shop-hover-light .passazh-compare-col .added_to_cart:hover,
.btns-shop-hover-light .passazh-compare-col .button:hover,
.btns-shop-hover-light .passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .passazh-add-btn>a:hover,
.btns-shop-hover-light .passazh-hover-standard .passazh-add-btn>a:hover,
.btns-shop-hover-light .passazh-pf-btn button:hover,
.btns-shop-hover-light .passazh-sticky-add-to-cart:hover,
.btns-shop-hover-light .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover,
.btns-shop-hover-light button[name=save_account_details]:hover,
.btns-shop-hover-light button[name=save_address]:hover,
.btns-shop-hover-light button[name=track]:hover,
.btns-shop-hover-light td.woocommerce-orders-table__cell-order-actions a:hover {
    color: #FFF
}

.btns-shop-dark #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn,
.btns-shop-dark #dokan-store-listing-filter-wrap .right .item .dokan-btn-theme,
.btns-shop-dark #place_order,
.btns-shop-dark .account-payment-methods-table .button,
.btns-shop-dark .cart-actions .button[name=apply_coupon],
.btns-shop-dark .cart-totals-inner .checkout-button,
.btns-shop-dark .checkout_coupon .button,
.btns-shop-dark .hotspot-content .add_to_cart_button,
.btns-shop-dark .hotspot-content .product_type_variable,
.btns-shop-dark .login .button,
.btns-shop-dark .lost_reset_password .button,
.btns-shop-dark .order-again .button,
.btns-shop-dark .popup-added_to_cart .view-cart,
.btns-shop-dark .popup-quick-view .passazh-scroll-content>a,
.btns-shop-dark .product-list-item .passazh-add-btn>a,
.btns-shop-dark .register .button,
.btns-shop-dark .return-to-shop .button,
.btns-shop-dark .single_add_to_cart_button,
.btns-shop-dark .social-login-btn>a,
.btns-shop-dark .widget_shopping_cart .buttons .checkout,
.btns-shop-dark .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart,
.btns-shop-dark .woocommerce-Button--next,
.btns-shop-dark .woocommerce-Button--previous,
.btns-shop-dark .woocommerce-MyAccount-content .dokan-btn-theme,
.btns-shop-dark .woocommerce-MyAccount-content>.button,
.btns-shop-dark .woocommerce-MyAccount-downloads-file,
.btns-shop-dark .passazh-compare-col .added_to_cart,
.btns-shop-dark .passazh-compare-col .button,
.btns-shop-dark .passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .passazh-add-btn>a,
.btns-shop-dark .passazh-hover-standard .passazh-add-btn>a,
.btns-shop-dark .passazh-pf-btn button,
.btns-shop-dark .passazh-sticky-add-to-cart,
.btns-shop-dark .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button,
.btns-shop-dark button[name=save_account_details],
.btns-shop-dark button[name=save_address],
.btns-shop-dark button[name=track],
.btns-shop-dark td.woocommerce-orders-table__cell-order-actions a {
    color: #333
}

.btns-shop-hover-dark #dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn:hover,
.btns-shop-hover-dark #dokan-store-listing-filter-wrap .right .item .dokan-btn-theme:hover,
.btns-shop-hover-dark #place_order:hover,
.btns-shop-hover-dark .account-payment-methods-table .button:hover,
.btns-shop-hover-dark .cart-actions .button[name=apply_coupon]:hover,
.btns-shop-hover-dark .cart-totals-inner .checkout-button:hover,
.btns-shop-hover-dark .checkout_coupon .button:hover,
.btns-shop-hover-dark .hotspot-content .add_to_cart_button:hover,
.btns-shop-hover-dark .hotspot-content .product_type_variable:hover,
.btns-shop-hover-dark .login .button:hover,
.btns-shop-hover-dark .lost_reset_password .button:hover,
.btns-shop-hover-dark .order-again .button:hover,
.btns-shop-hover-dark .popup-added_to_cart .view-cart:hover,
.btns-shop-hover-dark .popup-quick-view .passazh-scroll-content>a:hover,
.btns-shop-hover-dark .product-list-item .passazh-add-btn>a:hover,
.btns-shop-hover-dark .register .button:hover,
.btns-shop-hover-dark .return-to-shop .button:hover,
.btns-shop-hover-dark .single_add_to_cart_button:hover,
.btns-shop-hover-dark .social-login-btn>a:hover,
.btns-shop-hover-dark .widget_shopping_cart .buttons .checkout:hover,
.btns-shop-hover-dark .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:hover,
.btns-shop-hover-dark .woocommerce-Button--next:hover,
.btns-shop-hover-dark .woocommerce-Button--previous:hover,
.btns-shop-hover-dark .woocommerce-MyAccount-content .dokan-btn-theme:hover,
.btns-shop-hover-dark .woocommerce-MyAccount-content>.button:hover,
.btns-shop-hover-dark .woocommerce-MyAccount-downloads-file:hover,
.btns-shop-hover-dark .passazh-compare-col .added_to_cart:hover,
.btns-shop-hover-dark .passazh-compare-col .button:hover,
.btns-shop-hover-dark .passazh-hover-base:not([class*=add-small]) .wd-bottom-actions .passazh-add-btn>a:hover,
.btns-shop-hover-dark .passazh-hover-standard .passazh-add-btn>a:hover,
.btns-shop-hover-dark .passazh-pf-btn button:hover,
.btns-shop-hover-dark .passazh-sticky-add-to-cart:hover,
.btns-shop-hover-dark .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover,
.btns-shop-hover-dark button[name=save_account_details]:hover,
.btns-shop-hover-dark button[name=save_address]:hover,
.btns-shop-hover-dark button[name=track]:hover,
.btns-shop-hover-dark td.woocommerce-orders-table__cell-order-actions a:hover {
    color: #333
}

#yith-wpv-abuse:hover,
.comment-form .submit:hover,
.cookies-buttons .cookies-accept-btn:hover,
.main-nav .item-level-0.callto-btn>a:hover,
.mc4wp-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.wd-age-verify-allowed:hover,
.passazh-price-table .passazh-plan-footer>a:hover,
div.wcmp_regi_main .button:hover {
    box-shadow: none
}

.btns-accent-3d #yith-wpv-abuse,
.btns-accent-3d .comment-form .submit,
.btns-accent-3d .cookies-buttons .cookies-accept-btn,
.btns-accent-3d .main-nav .item-level-0.callto-btn>a,
.btns-accent-3d .mc4wp-form input[type=submit],
.btns-accent-3d .post-password-form input[type=submit],
.btns-accent-3d .wd-age-verify-allowed,
.btns-accent-3d .passazh-price-table .passazh-plan-footer>a,
.btns-accent-3d div.wcmp_regi_main .button {
    border: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease
}

.btns-accent-3d #yith-wpv-abuse:hover,
.btns-accent-3d .comment-form .submit:hover,
.btns-accent-3d .cookies-buttons .cookies-accept-btn:hover,
.btns-accent-3d .main-nav .item-level-0.callto-btn>a:hover,
.btns-accent-3d .mc4wp-form input[type=submit]:hover,
.btns-accent-3d .post-password-form input[type=submit]:hover,
.btns-accent-3d .wd-age-verify-allowed:hover,
.btns-accent-3d .passazh-price-table .passazh-plan-footer>a:hover,
.btns-accent-3d div.wcmp_regi_main .button:hover {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15)
}

.btns-accent-3d #yith-wpv-abuse:active,
.btns-accent-3d .comment-form .submit:active,
.btns-accent-3d .cookies-buttons .cookies-accept-btn:active,
.btns-accent-3d .main-nav .item-level-0.callto-btn>a:active,
.btns-accent-3d .mc4wp-form input[type=submit]:active,
.btns-accent-3d .post-password-form input[type=submit]:active,
.btns-accent-3d .wd-age-verify-allowed:active,
.btns-accent-3d .passazh-price-table .passazh-plan-footer>a:active,
.btns-accent-3d div.wcmp_regi_main .button:active {
    top: 1px;
    box-shadow: none
}

.btns-accent-rounded #yith-wpv-abuse,
.btns-accent-rounded .comment-form .submit,
.btns-accent-rounded .cookies-buttons .cookies-accept-btn,
.btns-accent-rounded .main-nav .item-level-0.callto-btn>a,
.btns-accent-rounded .mc4wp-form input[type=submit],
.btns-accent-rounded .post-password-form input[type=submit],
.btns-accent-rounded .wd-age-verify-allowed,
.btns-accent-rounded .passazh-price-table .passazh-plan-footer>a,
.btns-accent-rounded div.wcmp_regi_main .button {
    border-radius: 35px
}

.btns-accent-semi-rounded #yith-wpv-abuse,
.btns-accent-semi-rounded .comment-form .submit,
.btns-accent-semi-rounded .cookies-buttons .cookies-accept-btn,
.btns-accent-semi-rounded .main-nav .item-level-0.callto-btn>a,
.btns-accent-semi-rounded .mc4wp-form input[type=submit],
.btns-accent-semi-rounded .post-password-form input[type=submit],
.btns-accent-semi-rounded .wd-age-verify-allowed,
.btns-accent-semi-rounded .passazh-price-table .passazh-plan-footer>a,
.btns-accent-semi-rounded div.wcmp_regi_main .button {
    border-radius: 5px
}

.btns-accent-light #yith-wpv-abuse,
.btns-accent-light .comment-form .submit,
.btns-accent-light .cookies-buttons .cookies-accept-btn,
.btns-accent-light .main-nav .item-level-0.callto-btn>a,
.btns-accent-light .mc4wp-form input[type=submit],
.btns-accent-light .post-password-form input[type=submit],
.btns-accent-light .wd-age-verify-allowed,
.btns-accent-light .passazh-price-table .passazh-plan-footer>a,
.btns-accent-light div.wcmp_regi_main .button {
    color: #FFF
}

.btns-accent-hover-light #yith-wpv-abuse:hover,
.btns-accent-hover-light .comment-form .submit:hover,
.btns-accent-hover-light .cookies-buttons .cookies-accept-btn:hover,
.btns-accent-hover-light .main-nav .item-level-0.callto-btn>a:hover,
.btns-accent-hover-light .mc4wp-form input[type=submit]:hover,
.btns-accent-hover-light .post-password-form input[type=submit]:hover,
.btns-accent-hover-light .wd-age-verify-allowed:hover,
.btns-accent-hover-light .passazh-price-table .passazh-plan-footer>a:hover,
.btns-accent-hover-light div.wcmp_regi_main .button:hover {
    color: #FFF
}

.btns-accent-dark #yith-wpv-abuse,
.btns-accent-dark .comment-form .submit,
.btns-accent-dark .cookies-buttons .cookies-accept-btn,
.btns-accent-dark .main-nav .item-level-0.callto-btn>a,
.btns-accent-dark .mc4wp-form input[type=submit],
.btns-accent-dark .post-password-form input[type=submit],
.btns-accent-dark .wd-age-verify-allowed,
.btns-accent-dark .passazh-price-table .passazh-plan-footer>a,
.btns-accent-dark div.wcmp_regi_main .button {
    color: #333
}

.btns-accent-hover-dark #yith-wpv-abuse:hover,
.btns-accent-hover-dark .comment-form .submit:hover,
.btns-accent-hover-dark .cookies-buttons .cookies-accept-btn:hover,
.btns-accent-hover-dark .main-nav .item-level-0.callto-btn>a:hover,
.btns-accent-hover-dark .mc4wp-form input[type=submit]:hover,
.btns-accent-hover-dark .post-password-form input[type=submit]:hover,
.btns-accent-hover-dark .wd-age-verify-allowed:hover,
.btns-accent-hover-dark .passazh-price-table .passazh-plan-footer>a:hover,
.btns-accent-hover-dark div.wcmp_regi_main .button:hover {
    color: #333
}

.tooltip,
.passazh-tltp .passazh-tooltip-label {
    position: absolute;
    z-index: 1070;
    visibility: hidden;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    pointer-events: none;
    opacity: 0
}

.tooltip.in,
.passazh-tltp:hover .passazh-tooltip-label {
    visibility: visible;
    opacity: 1;
    -webkit-animation: wd-fadeInTooltip .3s ease;
    animation: wd-fadeInTooltip .3s ease
}

.tooltip-inner,
.passazh-tltp .passazh-tooltip-label {
    padding: 0 15px !important;
    line-height: 34px;
    height: 34px;
    color: #FFF;
    text-align: center;
    background-color: #555;
    border-radius: 0;
    white-space: nowrap;
    max-width: 200px;
    border-radius: 20px
}


.passazh-buttons[class*=wd-pos-r] .passazh-tooltip-label {
    top: 50%;
    left: 100%;
    margin-top: -17px;
    margin-left: 8px
}

.wd-add-img-msg .passazh-tooltip-label {
    bottom: 100%;
    left: 50%;
    margin-bottom: 8px
}

.wd-add-img-msg .passazh-tooltip-label:before {
    top: 100%
}

@media (min-width:1025px) {
    .container {
        width: 95%
    }
    [data-vc-full-width] {
        position: relative;
        box-sizing: border-box;
        width: 100vw;
        left: 2.5vw
    }
    [data-vc-full-width]:not([data-vc-stretch-content]) {
        padding-right: 2.5vw;
        padding-left: 2.5vw
    }
    .platform-Windows [data-vc-full-width] {
        width: calc(100vw - 17px)
    }
    .browser-Edge [data-vc-full-width] {
        width: calc(100vw - 12px)
    }
    .disabled-nanoscroller .passazh-scroll .passazh-scroll-content::-webkit-scrollbar {
        display: block
    }
    .disabled-nanoscroller .passazh-scroll ::-webkit-scrollbar,
    .disabled-nanoscroller .passazh-sidebar-scroll ::-webkit-scrollbar {
        width: 3px
    }
    .disabled-nanoscroller .passazh-scroll ::-webkit-scrollbar-track,
    .disabled-nanoscroller .passazh-sidebar-scroll ::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, .15)
    }
    .disabled-nanoscroller .passazh-scroll ::-webkit-scrollbar-thumb,
    .disabled-nanoscroller .passazh-sidebar-scroll ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .25)
    }
    .color-scheme-light .disabled-nanoscroller .passazh-scroll ::-webkit-scrollbar-track,
    .color-scheme-light .disabled-nanoscroller .passazh-sidebar-scroll ::-webkit-scrollbar-track,
    .disabled-nanoscroller.passazh-dark .passazh-scroll ::-webkit-scrollbar-track,
    .disabled-nanoscroller.passazh-dark .passazh-sidebar-scroll ::-webkit-scrollbar-track {
        background-color: rgba(255, 255, 255, .15)
    }
    .color-scheme-light .disabled-nanoscroller .passazh-scroll ::-webkit-scrollbar-thumb,
    .color-scheme-light .disabled-nanoscroller .passazh-sidebar-scroll ::-webkit-scrollbar-thumb,
    .disabled-nanoscroller.passazh-dark .passazh-scroll ::-webkit-scrollbar-thumb,
    .disabled-nanoscroller.passazh-dark .passazh-sidebar-scroll ::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, .35)
    }
    .whb-hidden-desktop,
    .whb-hidden-lg {
        display: none
    }
    .whb-full-width .whb-row>.container,
    .whb-full-width+.whb-clone .whb-row>.container {
        max-width: 100%;
        width: 95%
    }
    .whb-boxed:not(.whb-sticked) .whb-main-header {
        margin-right: auto;
        margin-left: auto;
        width: 95%
    }
    .whb-boxed:not(.whb-sticked) .whb-main-header .whb-row>.container {
        padding-right: 30px;
        padding-left: 30px;
        max-width: 100%;
        width: 100%
    }
    .whb-boxed:not(.whb-sticked) .whb-main-header:before {
        content: "";
        display: block;
        height: 30px
    }
    .whb-boxed:not(.whb-sticked) .whb-top-bar.whb-without-bg {
        margin-top: -30px
    }
    .whb-boxed:not(.whb-sticked) .whb-top-bar.whb-without-bg>.container {
        padding-right: 0;
        padding-left: 0
    }
    .wrapper-boxed .whb-boxed:not(.whb-sticked) .whb-main-header {
        max-width: 1160px
    }
    .passazh-search-opened .whb-boxed:not(.whb-sticked) .whb-row {
        padding-right: 0
    }
    .passazh-toolbar {
        display: none
    }
    .site-mobile-menu li:hover>a {
        background-color: rgba(0, 0, 0, .04)
    }
    .site-mobile-menu .menu-item-compare:hover a,
    .site-mobile-menu .menu-item-wishlist:hover a {
        background-color: rgba(0, 0, 0, .04)
    }
    .dropdowns-color-light .site-mobile-menu li:hover>a {
        background-color: rgba(0, 0, 0, .9)
    }
    .dropdowns-color-light .site-mobile-menu .menu-item-compare:hover a,
    .dropdowns-color-light .site-mobile-menu .menu-item-wishlist:hover a {
        background-color: rgba(0, 0, 0, .9)
    }
    .sticky-footer-on .main-page-wrapper,
    .sticky-footer-on .passazh-prefooter {
        position: relative
    }
    .sticky-footer-on .main-page-wrapper {
        z-index: 2
    }
    .sticky-footer-on .passazh-prefooter {
        z-index: 1
    }
    .sticky-footer-on .footer-container {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        transition: all .25s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 800px;
        perspective: 800px
    }
    .browser-Safari .sticky-footer-on .footer-container {
        opacity: 0
    }
    .browser-Safari .sticky-footer-on .visible-footer {
        opacity: 1
    }
    .owl-items-lg-1:not(.owl-loaded)>div {
        width: 100%
    }
    .owl-items-lg-1:not(.owl-loaded)>div:nth-child(n+2) {
        display: none
    }
    .owl-items-lg-2:not(.owl-loaded)>div {
        width: 50%
    }
    .owl-items-lg-2:not(.owl-loaded)>div:nth-child(n+3) {
        display: none
    }
    .owl-items-lg-3:not(.owl-loaded)>div {
        width: 33.33333%
    }
    .owl-items-lg-3:not(.owl-loaded)>div:nth-child(n+4) {
        display: none
    }
    .owl-items-lg-4:not(.owl-loaded)>div {
        width: 25%
    }
    .owl-items-lg-4:not(.owl-loaded)>div:nth-child(n+5) {
        display: none
    }
    .owl-items-lg-5:not(.owl-loaded)>div {
        width: 20%
    }
    .owl-items-lg-5:not(.owl-loaded)>div:nth-child(n+6) {
        display: none
    }
    .owl-items-lg-6:not(.owl-loaded)>div {
        width: 16.66667%
    }
    .owl-items-lg-6:not(.owl-loaded)>div:nth-child(n+7) {
        display: none
    }
    .owl-items-lg-7:not(.owl-loaded)>div {
        width: 14.28571%
    }
    .owl-items-lg-7:not(.owl-loaded)>div:nth-child(n+8) {
        display: none
    }
    .owl-items-lg-8:not(.owl-loaded)>div {
        width: 12.5%
    }
    .owl-items-lg-8:not(.owl-loaded)>div:nth-child(n+9) {
        display: none
    }
    .owl-items-lg-4 .post-slide .entry-title {
        font-size: 20px
    }
    .post-title-large-image .meta-post-categories {
        padding-right: 15px;
        padding-left: 15px;
        height: 30px;
        line-height: 30px
    }
    .post-title-large-image.title-size-default .entry-title {
        font-size: 44px
    }
    .post-title-large-image.title-size-large .entry-title {
        font-size: 52px
    }
    .col-lg-2.portfolio-entry .entry-title {
        font-size: 16px
    }
    .col-lg-3.portfolio-entry .entry-title {
        font-size: 18px
    }
    .passazh-item-position-left,
    .passazh-item-position-right {
        background-color: transparent !important
    }
    .hotspot-action-hover .hotspot-content {
        pointer-events: none
    }
    .hotspot-action-hover .passazh-image-hotspot:hover .hotspot-content {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        pointer-events: visible
    }
    .hotspot-icon-default .passazh-image-hotspot:hover .hotspot-btn {
        box-shadow: inset 100px 100px rgba(0, 0, 0, .1)
    }
    .hotspot-icon-alt .passazh-image-hotspot:hover .hotspot-btn:after {
        color: #FFF
    }
    .banner-btn-position-hover .content-banner {
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease
    }
    .banner-btn-position-hover .banner-inner p:first-child:empty~p:last-child {
        margin-top: -10px;
        margin-bottom: 0
    }
    .banner-btn-position-hover .banner-btn-wrapper {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        opacity: 0;
        transition: opacity .25s ease, -webkit-transform .25s ease;
        transition: opacity .25s ease, transform .25s ease;
        transition: opacity .25s ease, transform .25s ease, -webkit-transform .25s ease;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    .banner-btn-position-hover:hover .content-banner {
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }
    .banner-btn-position-hover:hover .banner-btn-wrapper {
        opacity: 1;
        transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: opacity .4s ease, transform .4s ease;
        transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-extra-small:hover .content-banner {
        -webkit-transform: translateY(-43px);
        transform: translateY(-43px)
    }
    .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-small:hover .content-banner {
        -webkit-transform: translateY(-51px);
        transform: translateY(-51px)
    }
    .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-default:hover .content-banner {
        -webkit-transform: translateY(-57px);
        transform: translateY(-57px)
    }
    .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-large:hover .content-banner {
        -webkit-transform: translateY(-63px);
        transform: translateY(-63px)
    }
    .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-extra-large:hover .content-banner {
        -webkit-transform: translateY(-71px);
        transform: translateY(-71px)
    }
    .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-style-link:hover .content-banner {
        -webkit-transform: translateY(-39px);
        transform: translateY(-39px)
    }
    .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-extra-small:hover .content-banner {
        -webkit-transform: translateY(-21px);
        transform: translateY(-21px)
    }
    .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-small:hover .content-banner {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
    .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-default:hover .content-banner {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px)
    }
    .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-large:hover .content-banner {
        -webkit-transform: translateY(-31px);
        transform: translateY(-31px)
    }
    .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-extra-large:hover .content-banner {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px)
    }
    .banner-btn-position-hover.banner-vr-align-middle.banner-btn-style-link:hover .content-banner {
        -webkit-transform: translateY(-19px);
        transform: translateY(-19px)
    }
    .passazh-social-icons .whatsapp-mobile {
        display: none
    }
    .quick-shop-wrapper::-webkit-scrollbar {
        width: 3px
    }
    .quick-shop-wrapper::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, .15)
    }
    .quick-shop-wrapper::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .25)
    }
    .color-scheme-light .quick-shop-wrapper::-webkit-scrollbar-track,
    .passazh-dark .quick-shop-wrapper::-webkit-scrollbar-track {
        background-color: rgba(255, 255, 255, .15)
    }
    .color-scheme-light .quick-shop-wrapper::-webkit-scrollbar-thumb,
    .passazh-dark .quick-shop-wrapper::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, .35)
    }
    .offcanvas-sidebar-desktop.admin-bar .area-sidebar-shop {
        top: 32px
    }
    .offcanvas-sidebar-desktop .passazh-shop-loader:not(.hidden-loader) {
        margin-left: -15px !important
    }
    .offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) {
        right: 0;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }
    .offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) .shop-loop-head {
        margin-top: -20px
    }
    .offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) .passazh-shop-tools,
    .offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%
    }
    .offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs {
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(129, 129, 129, .2)
    }
    .offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs .woocommerce-breadcrumb,
    .offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs .yoast-breadcrumb {
        margin-bottom: 20px
    }
    .offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12).description-area-before .page-description,
    .offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12).description-area-before .term-description {
        margin-top: -10px;
        margin-bottom: 45px
    }
    .offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12)>.woocommerce-notices-wrapper {
        margin-top: -10px;
        margin-bottom: 45px
    }
    .offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) .woocommerce-result-count {
        display: block
    }
    .offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) .passazh-shop-tools {
        text-align: left
    }
    .offcanvas-sidebar-desktop .shop-content-area:not(.col-lg-12) .passazh-show-sidebar-btn {
        display: inline-flex
    }
    .offcanvas-sidebar-desktop .area-sidebar-shop {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 500;
        display: flex;
        flex-basis: auto;
        flex-direction: column;
        overflow: hidden;
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 0;
        max-width: none;
        width: 340px;
        background-color: #FFF;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease;
        -webkit-transform: translate3d(340px, 0, 0);
        transform: translate3d(340px, 0, 0)
    }
    .offcanvas-sidebar-desktop .area-sidebar-shop .widget-area {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .offcanvas-sidebar-desktop .area-sidebar-shop .sidebar-widget {
        padding-right: 30px;
        padding-left: 30px
    }
    .offcanvas-sidebar-desktop .area-sidebar-shop .widget-heading {
        display: flex
    }
    .offcanvas-sidebar-desktop .area-sidebar-shop .passazh-sidebar-scroll {
        position: relative;
        flex: 1 1 auto;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        height: 100%
    }
    .offcanvas-sidebar-desktop .area-sidebar-shop .passazh-sidebar-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: auto;
        overflow-x: hidden
    }
    .offcanvas-sidebar-desktop .area-sidebar-shop .passazh-sidebar-content:focus {
        outline: 0
    }
    .offcanvas-sidebar-desktop .area-sidebar-shop .has-scrollbar .passazh-sidebar-content {
        overflow: scroll;
        overflow-x: hidden
    }
    .offcanvas-sidebar-desktop.passazh-dark .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs {
        border-color: rgba(255, 255, 255, .15)
    }
    .offcanvas-sidebar-desktop.passazh-dark .area-sidebar-shop {
        background-color: #101010
    }
    .passazh-hover-button .passazh-buttons,
    .passazh-hover-info-alt .passazh-buttons {
        top: 0;
        left: 0
    }
    .passazh-hover-info-alt .top-information .amount,
    .passazh-hover-info-alt .top-information .price,
    .passazh-hover-info-alt .top-information .price ins {
        color: #FFF
    }
    .passazh-hover-info-alt .top-information del .amount {
        color: rgba(255, 255, 255, .6)
    }
    .passazh-hover-info-alt .woocommerce-price-suffix {
        color: rgba(255, 255, 255, .6)
    }
    .passazh-hover-info-alt h3.product-title {
        color: #FFF
    }
    .passazh-hover-info-alt h3.product-title a:hover {
        color: rgba(255, 255, 255, .8)
    }
    .passazh-hover-info-alt .swatches-on-grid .swatch-on-grid {
        color: #FFF
    }
    .passazh-hover-info-alt .swatches-on-grid .current-swatch:after {
        background-color: #FFF
    }
    .passazh-hover-info-alt .passazh-product-brands-links a,
    .passazh-hover-info-alt .passazh-product-cats a {
        color: rgba(255, 255, 255, .7)
    }
    .passazh-hover-info-alt .passazh-product-brands-links a:hover,
    .passazh-hover-info-alt .passazh-product-cats a:hover {
        color: #FFF
    }
    .passazh-hover-info-alt .star-rating:before {
        color: rgba(255, 255, 255, .7)
    }
    .passazh-hover-alt .passazh-product-brands-links,
    .passazh-hover-alt .passazh-product-cats {
        margin-bottom: 0
    }
    .passazh-hover-alt .passazh-product-cats+.passazh-product-brands-links {
        margin-top: 5px
    }
    .passazh-hover-alt .wrap-price {
        align-items: center
    }
    .passazh-hover-alt .swap-wrapp {
        overflow: hidden;
        padding-left: 5px;
        height: 30px;
        line-height: 30px
    }
    .passazh-hover-alt .swap-elements {
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }
    .passazh-hover-alt .swap-elements .price,
    .passazh-hover-alt .swap-elements .passazh-add-btn {
        overflow: hidden;
        height: 30px;
        line-height: 30px
    }
    .passazh-hover-alt.product-type-grouped:hover .swap-elements,
    .passazh-hover-alt.purchasable:hover .swap-elements {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    .catalog-mode-on .passazh-hover-alt:hover .swap-elements,
    .login-see-prices .passazh-hover-alt:hover .swap-elements {
        -webkit-transform: none;
        transform: none
    }
    .thumbs-position-left>.col-lg-9 .woocommerce-product-gallery__wrapper {
        margin-right: -15px;
        width: auto
    }
    .thumbs-position-left>.col-lg-9 .product-additional-galleries {
        right: -15px
    }
    .passazh-woocommerce-layered-nav .passazh-scroll:hover .passazh-scroll-content:not(.show-labels-off)+.passazh-scroll-pane {
        margin-right: 10px
    }
    .browser-Edge .passazh-woocommerce-layered-nav .has-scrollbar .passazh-scroll-pane,
    .browser-Firefox .passazh-woocommerce-layered-nav .has-scrollbar .passazh-scroll-pane,
    .browser-Internet .passazh-woocommerce-layered-nav .has-scrollbar .passazh-scroll-pane {
        position: absolute;
        margin-right: 0 !important;
        opacity: 1
    }
    .browser-Edge .passazh-woocommerce-layered-nav .has-scrollbar .swatches-display-list li,
    .browser-Firefox .passazh-woocommerce-layered-nav .has-scrollbar .swatches-display-list li,
    .browser-Internet .passazh-woocommerce-layered-nav .has-scrollbar .swatches-display-list li {
        margin-left: 9px
    }
    .products-bordered-grid .col-12:first-child,
    .products-bordered-grid .col-6:nth-child(-n+2),
    .products-bordered-grid .col-lg-20_0:nth-child(-n+5),
    .products-bordered-grid .col-lg-2:nth-child(-n+6),
    .products-bordered-grid .col-md-3:nth-child(-n+4),
    .products-bordered-grid .col-md-4:nth-child(-n+3) {
        border-top-width: 1px
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
    .visible-lg {
        display: block !important
    }
    .wrapper-full-width-content .container {
        max-width: 100%
    }
    body[class*=wrapper-boxed] .container {
        max-width: 1160px;
        width: 100%
    }
    body[class*=wrapper-boxed] .website-wrapper {
        margin: 0 auto;
        max-width: 1200px;
        box-shadow: 0 1px 9px rgba(0, 0, 0, .08)
    }
    body[class*=wrapper-boxed] .header-banner {
        margin: 0 auto;
        max-width: 1200px
    }
    body[class*=wrapper-boxed] .main-nav .menu-item-design-full-width .sub-menu-dropdown,
    body[class*=wrapper-boxed] .whb-header:not(.whb-boxed) .whb-main-header,
    body[class*=wrapper-boxed] .whb-secondary-menu .menu-item-design-full-width .sub-menu-dropdown,
    body[class*=wrapper-boxed].sticky-footer-on .footer-container {
        right: auto;
        left: auto;
        max-width: 1200px;
        width: 100vw
    }
    .platform-Windows body[class*=wrapper-boxed].passazh-search-opened .header-banner,
    .platform-Windows body[class*=wrapper-boxed].passazh-search-opened .main-page-wrapper,
    .platform-Windows body[class*=wrapper-boxed].passazh-search-opened .whb-row {
        padding-right: 0
    }
    body[class*=wrapper-boxed] .passazh-search-full-screen {
        margin: 0 auto;
        max-width: 1200px
    }
    body[class*=wrapper-boxed] div[class*=passazh-carousel-spacing] .owl-nav>div[class*=prev] {
        margin-right: 10px
    }
    body[class*=wrapper-boxed] div[class*=passazh-carousel-spacing] .owl-nav>div[class*=next] {
        margin-left: 10px
    }
    body[class*=wrapper-boxed] .wrap-loading-arrow>div[class*=prev] {
        margin-left: -10px
    }
    body[class*=wrapper-boxed] .wrap-loading-arrow>div[class*=next] {
        margin-left: 10px
    }
    .wrapper-boxed .website-wrapper {
        overflow: hidden
    }
    .wrapper-boxed [data-vc-full-width] {
        left: auto;
        padding-right: 0;
        padding-left: 0;
        width: auto
    }
    .wrapper-boxed-2 .website-wrapper {
        overflow: visible
    }
    .banner-increased-padding .banner-title-small .banner-subtitle {
        font-size: 1vw
    }
    .banner-increased-padding .banner-title-small .banner-title {
        font-size: 1.2vw
    }
    .banner-increased-padding .banner-title-default .banner-subtitle {
        font-size: 1vw
    }
    .banner-increased-padding .banner-title-default .banner-title {
        font-size: 1.6vw
    }
    .banner-increased-padding .banner-title-large .banner-subtitle {
        font-size: 1.1vw
    }
    .banner-increased-padding .banner-title-large .banner-title {
        font-size: 2vw
    }
    .banner-increased-padding .banner-title-extra-large .banner-subtitle {
        font-size: 1.3vw
    }
    .banner-increased-padding .banner-title-extra-large .banner-title {
        font-size: 2.3vw
    }
    .site-content:not(.col-lg-12) .cart-content-wrapper .cart-data-form {
        flex-basis: 60%;
        max-width: 60%
    }
    .site-content:not(.col-lg-12) .cart-content-wrapper .cart-totals-section {
        flex-basis: 40%;
        max-width: 40%
    }
}

@media (max-width:1200px) {
    .banner-title-small .banner-subtitle {
        font-size: 1vw
    }
    .banner-title-small .banner-title {
        font-size: 1.2vw
    }
    .banner-title-default .banner-subtitle {
        font-size: 1vw
    }
    .banner-title-default .banner-title {
        font-size: 1.6vw
    }
    .banner-title-large .banner-subtitle {
        font-size: 1.1vw
    }
    .banner-title-large .banner-title {
        font-size: 2vw
    }
    .banner-title-extra-large .banner-subtitle {
        font-size: 1.3vw
    }
    .banner-title-extra-large .banner-title {
        font-size: 2.3vw
    }
    .dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-summery {
        margin-top: 0
    }
    .dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-summery>div {
        margin-top: 20px
    }
    .dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-head {
        margin-left: 10px
    }
    .dokan-single-store .profile-info-box.profile-layout-layout1 .store-name {
        margin-top: 0 !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
    .visible-md {
        display: block !important
    }
}

@media (max-width:1024px) {
    .cart-widget-side,
    .login-form-side,
    .mobile-nav {
        width: 300px
    }
    .cart-widget-side,
    .slide-from-left {
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }
    .login-form-side,
    .slide-from-right {
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }
    .wpb_column.tablet-bg-img-hidden>div,
    body .tablet-bg-img-hidden {
        background-image: none !important
    }
    .passazh-parallax {
        background-attachment: scroll !important
    }
    .text-larger {
        font-size: inherit
    }
    .passazh-tltp:not(.wd-add-img-msg) .passazh-tooltip-label {
        display: none !important
    }
    .passazh-close-side {
        top: -150px;
        height: calc(100vh + 300px)
    }
    .page-title .entry-title {
        font-size: 16px
    }
    .page-title .passazh-checkout-steps ul li {
        font-size: 18px
    }
    .close-header-banner {
        width: 50px
    }
    .close-header-banner+.header-banner-link {
        left: 50px
    }
    .whb-hidden-mobile,
    .whb-visible-lg {
        display: none
    }
    .dropdown-cart,
    .full-screen-burger-icon,
    .full-screen-wrapper,
    .passazh-search-dropdown,
    .passazh-search-full-screen {
        display: none
    }
    .search-button:not(.mobile-search-icon) {
        display: none
    }
    .whb-general-header .sub-menu-dropdown {
        margin: 0
    }
    .whb-general-header .sub-menu-dropdown:after {
        height: auto
    }
    .autocomplete-suggestion {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px
    }
    .autocomplete-suggestion .suggestion-thumb {
        max-width: 45px
    }
    .autocomplete-suggestion .suggestion-title {
        font-size: 12px
    }
    .autocomplete-suggestion .suggestion-price {
        font-size: 12px;
        line-height: 1
    }
    .blog-post-loop:hover .post-img-wrapp a {
        -webkit-transform: none;
        transform: none
    }
    .post-img-wrapp a:after {
        content: none
    }
    .post-image-mask {
        display: none
    }
    .post-gallery-slider .owl-nav>div[class*=next],
    .post-gallery-slider .owl-nav>div[class*=prev] {
        justify-content: center
    }
    .post-gallery-slider .owl-nav>div[class*=prev] {
        padding-right: 0
    }
    .post-gallery-slider .owl-nav>div[class*=next] {
        padding-left: 0
    }
    .blog-design-small-images.has-post-thumbnail .entry-title {
        font-size: 22px
    }
    .blog-design-masonry .entry-title {
        font-size: 15px
    }
    .blog-design-mask .entry-title {
        font-size: 18px
    }
    .portfolio-filter {
        margin-bottom: 10px
    }
    .portfolio-filter:after {
        content: ""
    }
    .masonry-filter {
        overflow-y: auto;
        white-space: nowrap
    }
    .masonry-filter::-webkit-scrollbar {
        display: none
    }
    .masonry-filter li a {
        font-size: 14px
    }
    .portfolio-entry .entry-title {
        font-size: 16px
    }
    .portfolio-entry .wrap-meta {
        margin-bottom: 5px
    }
    .sticky-toolbar-on .passazh-sticky-btn {
        bottom: 55px
    }
    .min-footer {
        align-items: stretch;
        flex-wrap: wrap;
        text-align: center
    }
    .min-footer .col-right {
        text-align: center
    }
    .min-footer>div {
        flex-basis: 100%;
        margin-bottom: 15px;
        max-width: 100%
    }
    .min-footer>div:last-child {
        margin-bottom: 0
    }
    .owl-nav>div,
    .wrap-loading-arrow>div {
        margin-top: -20px;
        width: 40px;
        height: 40px
    }
    .owl-nav>div:after,
    .wrap-loading-arrow>div:after {
        font-weight: 700;
        font-size: 14px;
        line-height: 14px
    }
    .owl-nav>div[class*=next],
    .owl-nav>div[class*=prev],
    .wrap-loading-arrow>div[class*=next],
    .wrap-loading-arrow>div[class*=prev] {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .owl-nav>div[class*=prev],
    .wrap-loading-arrow>div[class*=prev] {
        justify-content: flex-start;
        padding-right: 0
    }
    .owl-nav>div[class*=next],
    .wrap-loading-arrow>div[class*=next] {
        justify-content: flex-end;
        padding-left: 0
    }
    .wrap-loading-arrow>div {
        transition: all .15s ease
    }
    .owl-nav>div {
        visibility: visible;
        opacity: 1;
        pointer-events: visible
    }
    .owl-nav>div[class*=prev] {
        right: 5px
    }
    .owl-nav>div[class*=next] {
        left: 5px
    }
    div[class*=passazh-carousel-spacing] .owl-nav>div[class*=prev] {
        margin-right: 35px
    }
    div[class*=passazh-carousel-spacing] .owl-nav>div[class*=next] {
        margin-left: 35px
    }
    .categories-style-carousel,
    .slider-type-post,
    .slider-type-product {
        margin-bottom: 20px
    }
    .owl-loaded:after,
    .owl-loaded:before {
        content: none
    }
    .disable-owl-mobile .owl-carousel {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px !important;
        mask-image: linear-gradient(to left, transparent 5px, #000 40px);
        -webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px)
    }
    .disable-owl-mobile .owl-carousel>div {
        display: block !important;
        flex: 0 0 auto
    }
    .disable-owl-mobile.banners-carousel-wrapper .content-banner {
        -webkit-animation: none;
        animation: none
    }
    .disable-owl-mobile[data-hide_pagination_control=no] .owl-carousel {
        padding-bottom: 10px !important
    }
    .disable-owl-mobile.slider-type-post .owl-carousel {
        padding-bottom: 11px !important
    }
    .error404 .page-header:before {
        font-size: 280px;
        line-height: 240px
    }
    .error404 .page-title {
        padding: 70px 0;
        font-size: 50px
    }
    .error404 .page-content h2 {
        font-size: 24px
    }
    .error404 .page-content p {
        font-size: 14px
    }
    .passazh-text-size-large ul {
        font-size: 16px
    }
    .passazh-text-size-large.passazh-list-shape-icon .list-icon {
        min-width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px
    }
    .passazh-text-size-large.passazh-list-shape-icon.passazh-list-type-unordered .list-icon {
        font-size: 12px
    }
    .passazh-text-size-extra-large ul {
        font-size: 18px
    }
    .passazh-text-size-extra-large.passazh-list-shape-icon .list-icon {
        min-width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px
    }
    .passazh-text-size-extra-large.passazh-list-shape-icon.passazh-list-type-unordered .list-icon {
        font-size: 14px
    }
    .widget_nav_mega_menu .sub-menu-dropdown {
        display: none
    }
    .widget_nav_mega_menu .vertical-navigation .item-level-0.menu-item-has-children>a:after {
        content: none
    }
    .passazh-images-gallery.view-carousel,
    .passazh-images-gallery.view-justified {
        margin-bottom: 20px
    }
    .instagram-widget .hover-mask {
        display: none
    }
    .passazh-title-size-extra-large .title-subtitle,
    .passazh-title-size-large .title-subtitle,
    .passazh-title-size-medium .title-subtitle {
        font-size: 14px
    }
    .passazh-title-size-extra-large .passazh-title-container,
    .passazh-title-size-large .passazh-title-container,
    .passazh-title-size-medium .passazh-title-container {
        font-size: 22px
    }
    .passazh-title-size-extra-large .title-after_title,
    .passazh-title-size-large .title-after_title,
    .passazh-title-size-medium .title-after_title {
        font-size: 14px
    }
    .passazh-title-style-underlined-2.passazh-title-size-extra-large .title,
    .passazh-title-style-underlined-2.passazh-title-size-large .title {
        border-width: 2px
    }
    .passazh-title-style-underlined-2:not(.passazh-title-color-gradient).passazh-title-size-extra-large .title {
        text-shadow: 1px 1px #FFF, 1px -1px #FFF, -1px 1px #FFF, -1px -1px #FFF
    }
    .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-container:after,
    .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container:after {
        content: ""
    }
    .content-banner .content-size-large {
        font-size: 16px
    }
    .content-width-10 {
        max-width: 30%
    }
    .content-width-20 {
        max-width: 40%
    }
    .content-width-30 {
        max-width: 50%
    }
    .content-width-40 {
        max-width: 60%
    }
    .content-width-50 {
        max-width: 70%
    }
    .content-width-60 {
        max-width: 80%
    }
    .content-width-70 {
        max-width: 90%
    }
    .passazh-social-icons .whatsapp-desktop {
        display: none
    }
    .passazh-sticky-social {
        display: none
    }
    .box-with-text.text-size-large {
        font-size: 52px
    }
    .box-icon-with-bg.text-size-large .info-box-icon,
    .box-icon-with-border.text-size-large .info-box-icon {
        min-width: 100px;
        height: 100px;
        line-height: 100px
    }
    .box-btn-hover .info-btn-wrapper {
        position: static;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    .box-style-border.box-btn-hover .info-btn-wrapper {
        position: absolute
    }
    .timer-size-large .passazh-timer>span,
    .timer-size-xlarge .passazh-timer>span {
        min-width: 65px;
        min-height: 65px;
        font-size: 24px;
        line-height: 24px
    }
    .timer-size-large .passazh-timer>span span,
    .timer-size-xlarge .passazh-timer>span span {
        font-size: 12px;
        line-height: 12px
    }
    .passazh-slider .owl-nav>div[class*=prev] {
        padding-right: 0
    }
    .passazh-slider .owl-nav>div[class*=next] {
        padding-left: 0
    }
    .arrows-style-1 .owl-nav>div[class*=prev] {
        right: 0
    }
    .arrows-style-1 .owl-nav>div[class*=next] {
        left: 0
    }
    .arrows-style-2 .owl-nav>div,
    .arrows-style-3 .owl-nav>div {
        margin-top: -20px;
        width: 40px;
        height: 40px
    }
    .arrows-style-2 .owl-nav>div[class*=next],
    .arrows-style-2 .owl-nav>div[class*=prev],
    .arrows-style-3 .owl-nav>div[class*=next],
    .arrows-style-3 .owl-nav>div[class*=prev] {
        justify-content: center
    }
    .arrows-style-2 .owl-nav>div:after,
    .arrows-style-3 .owl-nav>div:after {
        font-size: 14px;
        line-height: 14px
    }
    .arrows-style-3 .owl-nav>div[class*=prev] {
        right: 10px
    }
    .arrows-style-3 .owl-nav>div[class*=next] {
        left: 10px
    }
    .promo-popup-wrapper>.mfp-container {
        position: fixed;
        overflow-y: auto
    }
    p.form-row-first,
    p.form-row-last {
        float: none;
        width: 100%
    }
    .without-title.title-shop {
        padding: 0
    }
    .with-back-btn.title-design-centered:not(.without-title) .shop-title-wrapper {
        margin-right: 35px;
        margin-left: 35px
    }
    .passazh-header-links .sub-menu-dropdown {
        display: none
    }
    .passazh-show-categories {
        display: block
    }
    .passazh-product-categories {
        display: none;
        margin-right: 0;
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgba(172, 172, 172, .09);
        text-align: right
    }
    .passazh-product-categories>li {
        display: block
    }
    .passazh-product-categories .children {
        position: static;
        display: none;
        visibility: visible;
        margin-top: 0;
        width: 100%;
        background-color: rgba(172, 172, 172, .09);
        box-shadow: none;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        pointer-events: visible;
        pointer-events: unset
    }
    .passazh-product-categories .children .category-name {
        font-weight: 600
    }
    .passazh-product-categories .children:after {
        content: none
    }
    .color-scheme-light .passazh-product-categories {
        background-color: rgba(0, 0, 0, .4)
    }
    .color-scheme-light .passazh-product-categories .children {
        background-color: rgba(0, 0, 0, .2)
    }
    .category-nav-link {
        padding-top: 15px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-left: 20px
    }
    .hasno-product-count.passazh-product-categories {
        margin-right: 0;
        margin-left: 0
    }
    .without-title .passazh-product-categories {
        display: none
    }
    .without-title .passazh-show-categories {
        display: inline-block
    }
    .without-title .category-nav-link {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .without-title .shop-title-wrapper {
        top: 8px;
        margin-top: 0
    }
    .without-title.with-back-btn .nav-shop {
        padding-right: 0;
        padding-left: 0
    }
    .title-design-default.without-title .shop-title-wrapper {
        position: static
    }
    .shop-loop-head {
        margin-top: -10px;
        margin-bottom: 10px
    }
    .description-area-before .page-description,
    .description-area-before .term-description {
        margin-top: -15px
    }
    .passazh-products-per-page,
    .passazh-products-shop-view {
        display: none
    }
    .product-grid-item .hover-img {
        display: none
    }
    .product-grid-item .passazh-buttons {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    .passazh-buttons {
        border-radius: 35px
    }
    .passazh-buttons .wd-action-btn>a {
        width: 35px;
        height: 35px
    }
    .passazh-buttons .wd-action-btn>a:before {
        font-size: 14px
    }
    .passazh-buttons .wd-action-btn>a:after {
        margin-top: -7px;
        margin-right: -7px;
        width: 14px;
        height: 14px
    }
    .passazh-buttons .wd-compare-btn,
    .passazh-buttons .wd-quick-view-btn {
        display: none
    }
    .passazh-hover-base .content-product-imagin {
        top: -10px;
        right: -10px;
        left: -10px
    }
    .passazh-hover-button .product-element-top:before,
    .passazh-hover-info-alt .product-element-top:before {
        content: none
    }
    .passazh-hover-button .passazh-buttons,
    .passazh-hover-info-alt .passazh-buttons {
        visibility: visible;
        background-color: #101010
    }
    .passazh-hover-button .passazh-add-btn,
    .passazh-hover-info-alt .passazh-add-btn {
        display: none
    }
    .passazh-hover-info .product-title {
        font-size: 14px
    }
    .passazh-hover-quick .passazh-add-btn {
        -webkit-transform: none;
        transform: none
    }
    .passazh-hover-quick .add-to-cart-loop {
        width: 40px;
        height: 40px
    }
    .passazh-hover-quick .add-to-cart-loop span {
        display: none
    }
    .passazh-hover-quick .add-to-cart-loop:before {
        -webkit-transform: none;
        transform: none
    }
    .passazh-hover-icons .passazh-buttons {
        padding-left: 3px;
        padding-right: 3px
    }
    .passazh-hover-icons .passazh-buttons .wd-action-btn {
        max-width: 35px
    }
    .passazh-hover-icons .wrapp-buttons {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    .passazh-hover-info-alt .top-information {
        position: static;
        padding: 0;
        opacity: 1
    }
    .passazh-hover-info-alt .product-image-link {
        margin-bottom: 10px
    }
    .passazh-spacing-0 .passazh-hover-info-alt,
    .passazh-spacing-2 .passazh-hover-info-alt {
        margin-bottom: 10px
    }
    .categories-style-masonry-first .category-grid-item:first-child .category-title {
        font-size: 20px
    }
    .single-product .site-content {
        margin-bottom: 15px
    }
    .single-product-page>div:not(:last-child) {
        margin-bottom: 25px
    }
    .related-and-upsells:empty {
        margin-top: -25px
    }
    .poduct-tabs-inner>div:not(:last-child) {
        margin-bottom: 25px
    }
    .breadcrumbs-location-below_header .single-breadcrumbs-wrapper {
        margin-top: -20px;
        margin-bottom: 10px
    }
    .breadcrumbs-location-summary .single-product-page {
        margin-top: -15px
    }
    .single-breadcrumbs-wrapper .container,
    .single-breadcrumbs-wrapper .single-breadcrumbs {
        flex-wrap: wrap
    }
    .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last {
        margin-right: 0;
        color: #333;
        font-weight: 600
    }
    .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last:after {
        content: none
    }
    .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-last {
        display: none
    }
    .passazh-dark .single-breadcrumbs-wrapper .woocommerce-breadcrumb .breadcrumb-link-last {
        color: #FFF
    }
    .thumbs-position-left .woocommerce-product-gallery__wrapper {
        margin-bottom: 4px
    }
    .image-full-width .product-image-summary-inner>div:not(:last-child) {
        margin-bottom: 25px
    }
    .wd-gallery-btn>a,
    .wd-gallery-btn>div>a {
        min-width: 40px;
        height: 40px;
        line-height: 40px
    }
    .wd-gallery-btn>a:before,
    .wd-gallery-btn>div>a:before {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px
    }
    .product-360-button>a:before {
        font-size: 22px
    }
    .product-image-summary .entry-title {
        font-size: 18px
    }
    .product-image-summary .summary-inner>.price {
        margin-bottom: 15px;
        font-size: 18px
    }
    .product-image-summary .shop_attributes,
    .product-image-summary .woocommerce-product-details__short-description {
        margin-bottom: 20px
    }
    .product-design-default .passazh-product-brands {
        float: none;
        margin-right: 0
    }
    .product-design-default .passazh-product-brands a {
        display: inline-block;
        padding: 0;
        min-height: 0;
        background-color: transparent !important;
        box-shadow: none
    }
    .product-design-default .passazh-product-brands a:hover {
        box-shadow: none;
        opacity: .5
    }
    .passazh-before-product-tabs {
        margin-top: -26px
    }
    .product-tabs-wrapper {
        padding-top: 0;
        border-top: none
    }
    .woocommerce-Tabs-panel {
        -webkit-animation: none;
        animation: none
    }
    .woocommerce-tabs .passazh-accordion-title {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px
    }
    .woocommerce-tabs .woocommerce-Reviews-title {
        display: none
    }
    .tabs-layout-accordion .passazh-scroll .passazh-scroll-content {
        max-height: none
    }
    .tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs {
        padding-bottom: 0;
        border-bottom: none
    }
    .tabs-location-standard.tabs-type-accordion .passazh-before-product-tabs {
        margin-top: -26px
    }
    .woocommerce-Reviews {
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0
    }
    .woocommerce-Reviews #comments,
    .woocommerce-Reviews #review_form_wrapper {
        flex-basis: 100%;
        padding-right: 0;
        padding-left: 0;
        max-width: 100%;
        width: 100%
    }
    .woocommerce-Reviews .commentlist {
        margin-top: 0;
        margin-bottom: 25px
    }
    .woocommerce-Reviews .commentlist li:not(:last-child) {
        margin-bottom: 5px;
        padding-bottom: 5px
    }
    .popup-quick-view .variations_form .reset_variations,
    .product-design-default .variations_form .reset_variations {
        position: absolute;
        bottom: -30px;
        right: 0;
        margin-right: 0
    }
    .popup-quick-view .variations_form.variation-swatch-selected .variations,
    .product-design-default .variations_form.variation-swatch-selected .variations {
        margin-bottom: 50px
    }
    .popup-quick-view .view-details-btn {
        -webkit-transform: none;
        transform: none
    }
    .popup-quick-view .entry-summary .entry-title {
        font-size: 18px
    }
    .sticky-toolbar-on {
        padding-bottom: 55px
    }
    .passazh-sticky-btn .price del,
    .passazh-sticky-btn .price ins {
        display: block
    }
    .passazh-my-account-sidebar {
        flex-basis: 35%;
        max-width: 35%;
        width: 35%
    }
    .woocommerce-MyAccount-content {
        flex-basis: 65%;
        max-width: 65%;
        width: 65%
    }
    .passazh-my-account-links>div {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%
    }
    td.product-thumbnail img {
        min-width: 65px;
        max-width: 65px
    }
    .cart-content-wrapper .cart-data-form {
        margin-bottom: 40px;
        padding-top: 0
    }
    .cross-sells {
        margin-top: 30px
    }
    .passazh-empty-page {
        font-size: 42px
    }
    .passazh-empty-page:before {
        font-size: 140px;
        line-height: 140px
    }
    .checkout_coupon .input-text {
        min-width: 0
    }
    .checkout_coupon .button {
        width: 100%
    }
    .passazh-compare-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .compare-field {
        flex: 0 0 33.33333%
    }
    .compare-value {
        flex: 1 0 33.33333%
    }
    .browser-Safari .login-form-side .login {
        display: none !important
    }
    .browser-Safari .login-form-side.passazh-login-side-opened .login {
        display: block !important
    }
    .woocommerce-lost-password .site-content .woocommerce>p:before {
        font-size: 110px;
        line-height: 110px
    }
    .passazh-woocommerce-layered-nav .passazh-scroll {
        overflow-y: scroll;
        padding-left: 5px
    }
    .passazh-woocommerce-layered-nav .passazh-scroll-content {
        overflow: visible
    }
    .passazh-woocommerce-layered-nav .swatches-display-double li {
        flex-basis: 100%;
        max-width: 100%
    }
    .passazh-woocommerce-layered-nav .swatches-display-double li:last-child {
        margin-bottom: 0
    }
    .passazh-products-tabs.tabs-design-simple .owl-nav>div,
    .passazh-products-tabs.tabs-design-simple .wrap-loading-arrow>div {
        justify-content: center
    }
    .passazh-highlighted-products .owl-nav>div,
    .passazh-highlighted-products .wrap-loading-arrow>div {
        justify-content: center
    }
    .passazh-highlighted-products .owl-nav>div[class*=next],
    .passazh-highlighted-products .wrap-loading-arrow>div[class*=next] {
        padding-right: 0
    }
    .passazh-highlighted-products .owl-nav>div[class*=prev],
    .passazh-highlighted-products .wrap-loading-arrow>div[class*=prev] {
        padding-left: 0
    }
    .upsells-widget .small-product-content:hover .small-product-info {
        -webkit-transform: none;
        transform: none
    }
    .upsells-widget .small-product-info {
        position: static;
        z-index: 4;
        visibility: visible;
        padding: 10px;
        background: 0 0;
        box-shadow: none;
        opacity: 1;
        pointer-events: visible
    }
    .upsells-widget .small-product-info:after {
        content: none
    }
    .passazh-dark .upsells-widget .small-product-info {
        background-color: transparent
    }
    .wcmp_vendor_list_wrap .wcmp_sorted_vendors {
        width: 48%
    }
    .wcmp_vendor_list_wrap .wcmp_sorted_vendors:nth-child(2n+2) {
        margin-right: 0
    }
    div.wcmp_regi_main {
        margin: 0 !important;
        width: 100% !important
    }
    div.wcmp_regi_main div.wcmp_regi_form_box .wcmp-regi-4,
    div.wcmp_regi_main div.wcmp_regi_form_box .wcmp-regi-6 {
        width: 100%
    }
    body.dokan-dashboard .dokan-dash-sidebar,
    body.dokan-dashboard .dokan-dashboard-content {
        width: 100%
    }
    body.dokan-dashboard .dokan-dashboard-content {
        padding: 0
    }
    body.dokan-dashboard .dokan-dashboard-content .dokan-product-listing-area {
        padding: 0
    }
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        display: block;
        float: none;
        width: 100%;
        border-right: none
    }
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
        padding: 10px 0 10px 18px
    }
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
        padding: 3vw 18px;
        text-align: center
    }
    body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
        padding-right: 0;
        font-size: 3vw
    }
    body.dokan-dashboard .dokan-w6.dokan-dash-left body.dokan-dashboard .dokan-w6.dokan-dash-right {
        float: none;
        width: 100%
    }
    .dokan-single-seller.coloum-3 {
        width: 100%
    }
    .dokan-store .site-content {
        display: flex;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap
    }
    .dokan-single-store {
        margin-bottom: 40px
    }
    .dokan-single-store .profile-info-box.profile-layout-layout2 .profile-img {
        margin-top: -50px
    }
    .dokan-single-store.dokan-w8 {
        order: 0;
        width: 100%
    }
    .dokan-store-sidebar.dokan-w3 {
        order: 1;
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100%
    }
}

@media (min-width:769px) and (max-width:1024px) {

    .passazh-columns-3>div {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%
    }
    .passazh-columns-4>div {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%
    }
    .passazh-columns-5>div {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%
    }
    .passazh-columns-6>div {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%
    }
    .owl-items-md-1:not(.owl-loaded)>div {
        width: 100%
    }
    .owl-items-md-1:not(.owl-loaded)>div:nth-child(n+2) {
        display: none
    }
    .owl-items-md-2:not(.owl-loaded)>div {
        width: 50%
    }
    .owl-items-md-2:not(.owl-loaded)>div:nth-child(n+3) {
        display: none
    }
    .owl-items-md-3:not(.owl-loaded)>div {
        width: 33.33333%
    }
    .owl-items-md-3:not(.owl-loaded)>div:nth-child(n+4) {
        display: none
    }
    .owl-items-md-4:not(.owl-loaded)>div {
        width: 25%
    }
    .owl-items-md-4:not(.owl-loaded)>div:nth-child(n+5) {
        display: none
    }
    .passazh-item-position-left,
    .passazh-item-position-right {
        background-color: transparent !important
    }
    .owl-items-md-2 .banner-title-small .banner-subtitle,
    .vc_col-sm-6 .banner-title-small .banner-subtitle {
        font-size: 1vw
    }
    .owl-items-md-2 .banner-title-small .banner-title,
    .vc_col-sm-6 .banner-title-small .banner-title {
        font-size: 1.6vw
    }
    .owl-items-md-2 .banner-title-default .banner-subtitle,
    .vc_col-sm-6 .banner-title-default .banner-subtitle {
        font-size: 1.1vw
    }
    .owl-items-md-2 .banner-title-default .banner-title,
    .vc_col-sm-6 .banner-title-default .banner-title {
        font-size: 2vw
    }
    .owl-items-md-2 .banner-title-large .banner-subtitle,
    .vc_col-sm-6 .banner-title-large .banner-subtitle {
        font-size: 1.3vw
    }
    .owl-items-md-2 .banner-title-large .banner-title,
    .vc_col-sm-6 .banner-title-large .banner-title {
        font-size: 2.3vw
    }
    .banner-hide-btn-tablet {
        display: none !important
    }
    .offcanvas-sidebar-tablet.admin-bar .area-sidebar-shop {
        top: 32px
    }
    .offcanvas-sidebar-tablet .passazh-shop-loader:not(.hidden-loader) {
        margin-left: -15px !important
    }
    .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) {
        right: 0;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }
    .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .passazh-shop-tools,
    .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%
    }
    .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12).description-area-before .page-description,
    .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12).description-area-before .term-description {
        margin-top: -15px;
        margin-bottom: 45px
    }
    .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12)>.woocommerce-notices-wrapper {
        margin-top: -15px;
        margin-bottom: 45px
    }
    .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs {
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(129, 129, 129, .2)
    }
    .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs .woocommerce-breadcrumb,
    .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs .yoast-breadcrumb {
        margin-bottom: 15px
    }
    .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .woocommerce-result-count {
        display: block;
        margin-bottom: 15px
    }
    .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .passazh-shop-tools {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .offcanvas-sidebar-tablet .shop-content-area:not(.col-lg-12) .passazh-show-sidebar-btn {
        display: inline-flex
    }
    .offcanvas-sidebar-tablet .shop-sidebar-opener:not(.sticky-toolbar) {
        display: block
    }
    .offcanvas-sidebar-tablet .area-sidebar-shop {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 500;
        display: flex;
        flex-basis: auto;
        flex-direction: column;
        overflow: hidden;
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 0;
        max-width: none;
        width: 300px;
        background-color: #FFF;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease;
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }
    .offcanvas-sidebar-tablet .area-sidebar-shop .widget-area {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .offcanvas-sidebar-tablet .area-sidebar-shop .sidebar-widget {
        padding-right: 30px;
        padding-left: 30px
    }
    .offcanvas-sidebar-tablet .area-sidebar-shop .widget-heading {
        display: flex
    }
    .offcanvas-sidebar-tablet .area-sidebar-shop .passazh-sidebar-scroll {
        position: relative;
        flex: 1 1 auto;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        height: 100%
    }
    .offcanvas-sidebar-tablet .area-sidebar-shop .passazh-sidebar-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: scroll;
        overflow-x: hidden
    }
    .offcanvas-sidebar-tablet .area-sidebar-shop .passazh-sidebar-content:focus {
        outline: 0
    }
    .offcanvas-sidebar-tablet .passazh-toolbar .passazh-sticky-sidebar-opener.shop-sidebar-opener {
        display: flex
    }
    .offcanvas-sidebar-tablet.passazh-dark .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs {
        border-color: rgba(255, 255, 255, .15)
    }
    .offcanvas-sidebar-tablet.passazh-dark .area-sidebar-shop {
        background-color: #101010
    }
    .woocommerce-orders-table {
        display: block
    }
    .woocommerce-orders-table th,
    .woocommerce-orders-table thead {
        display: none
    }
    .woocommerce-orders-table tbody,
    .woocommerce-orders-table tfoot,
    .woocommerce-orders-table tr {
        display: block
    }
    .woocommerce-orders-table tr {
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(129, 129, 129, .2)
    }
    .woocommerce-orders-table tr:last-child {
        margin-bottom: 0
    }
    .woocommerce-orders-table td {
        display: block;
        margin-bottom: 8px;
        padding: 0 0 8px;
        border-bottom: none;
        text-align: left
    }
    .woocommerce-orders-table td:before {
        content: attr(data-title);
        float: right;
        padding-top: 3px;
        color: #2d2a2a;

        font-weight: 600;
        font-size: 12px
    }
    .woocommerce-orders-table td:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }
    .passazh-dark .woocommerce-orders-table tr {
        border-color: rgba(255, 255, 255, .15)
    }
    .passazh-dark .woocommerce-orders-table td:before {
        color: #FFF
    }
    .products-bordered-grid .col-12:first-child,
    .products-bordered-grid .col-6:nth-child(-n+2),
    .products-bordered-grid .col-md-3:nth-child(-n+4),
    .products-bordered-grid .col-md-4:nth-child(-n+3) {
        border-top-width: 1px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .reset-margin-tablet>.vc_column-inner {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}
@media (max-width:778px) {
.product_bar{
  display: none;
}
}
p.out-of-stock{
  float: right;
  padding: 5px;
}
.article-inner .entry-thumbnail{
  width: 100%;
  text-align: center;
}
.single-meta-tags{
  margin-top: 20px;
}
@media (max-width:991px) {
    .woocommerce-product-rating{
      display: none;
    }
    .passazh-title-width-60 .title-after_title,
    .passazh-title-width-60 .title-subtitle,
    .passazh-title-width-60 .passazh-title-container,
    .passazh-title-width-70 .title-after_title,
    .passazh-title-width-70 .title-subtitle,
    .passazh-title-width-70 .passazh-title-container {
        max-width: 80%
    }
    .passazh-title-width-40 .title-after_title,
    .passazh-title-width-40 .title-subtitle,
    .passazh-title-width-40 .passazh-title-container,
    .passazh-title-width-50 .title-after_title,
    .passazh-title-width-50 .title-subtitle,
    .passazh-title-width-50 .passazh-title-container {
        max-width: 60%
    }
    .passazh-title-width-20 .title-after_title,
    .passazh-title-width-20 .title-subtitle,
    .passazh-title-width-20 .passazh-title-container,
    .passazh-title-width-30 .title-after_title,
    .passazh-title-width-30 .title-subtitle,
    .passazh-title-width-30 .passazh-title-container {
        max-width: 40%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
    .visible-sm {
        display: block !important
    }
    .row-reverse-tablet:not(.vc_row-flex) {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box
    }
    .row-reverse-tablet>.wpb_column:nth-child(1) {
        order: 12
    }
    .row-reverse-tablet>.wpb_column:nth-child(2) {
        order: 11
    }
    .row-reverse-tablet>.wpb_column:nth-child(3) {
        order: 10
    }
    .row-reverse-tablet>.wpb_column:nth-child(4) {
        order: 9
    }
    .row-reverse-tablet>.wpb_column:nth-child(5) {
        order: 8
    }
    .row-reverse-tablet>.wpb_column:nth-child(6) {
        order: 7
    }
    .row-reverse-tablet>.wpb_column:nth-child(7) {
        order: 6
    }
    .row-reverse-tablet>.wpb_column:nth-child(8) {
        order: 5
    }
    .row-reverse-tablet>.wpb_column:nth-child(9) {
        order: 4
    }
    .row-reverse-tablet>.wpb_column:nth-child(10) {
        order: 3
    }
    .row-reverse-tablet>.wpb_column:nth-child(11) {
        order: 2
    }
    .row-reverse-tablet>.wpb_column:nth-child(12) {
        order: 1
    }
}

@media (max-width:768px) {
    .admin-bar .cart-widget-side,
    .admin-bar .full-screen-close-icon,
    .admin-bar .header-banner,
    .admin-bar .mobile-nav,
    .admin-bar button.mfp-close {
        top: 46px
    }
    .passazh-spacing-20,
    .passazh-spacing-30 {
        margin-right: -5px;
        margin-left: -5px
    }
    .passazh-spacing-20>article,
    .passazh-spacing-20>div,
    .passazh-spacing-30>article,
    .passazh-spacing-30>div {
        margin-bottom: 10px;
        padding-right: 5px;
        padding-left: 5px
    }
    div[class*=passazh-columns-]>div {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }
    .passazh-carousel-spacing-20,
    .passazh-carousel-spacing-30 {
        margin-right: -5px;
        margin-left: -5px
    }
    .passazh-carousel-spacing-20 .slider-title,
    .passazh-carousel-spacing-30 .slider-title {
        margin-right: 5px;
        margin-left: 5px
    }
    .passazh-carousel-spacing-20 .owl-carousel:not(.owl-loaded)>div,
    .passazh-carousel-spacing-20 .owl-item,
    .passazh-carousel-spacing-30 .owl-carousel:not(.owl-loaded)>div,
    .passazh-carousel-spacing-30 .owl-item {
        padding-right: 5px;
        padding-left: 5px
    }
    .passazh-carousel-spacing-20 .owl-nav>div[class*=prev],
    .passazh-carousel-spacing-30 .owl-nav>div[class*=prev] {
        right: -45px
    }
    .passazh-carousel-spacing-20 .owl-nav>div[class*=next],
    .passazh-carousel-spacing-30 .owl-nav>div[class*=next] {
        left: -45px
    }
    .page-title .passazh-checkout-steps ul li {
        font-size: 24px
    }
    .offcanvas-sidebar-mobile .site-content:not(.col-lg-12) {
        right: 0;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }
    .offcanvas-sidebar-mobile.admin-bar .sidebar-container {
        top: 46px
    }
    .offcanvas-sidebar-mobile .passazh-sticky-sidebar-opener:not(.sticky-toolbar) {
        display: block
    }
    .offcanvas-sidebar-mobile .sidebar-container {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 500;
        display: flex;
        flex-basis: auto;
        flex-direction: column;
        overflow: hidden;
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 0;
        max-width: none;
        width: 300px;
        background-color: #FFF;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease;
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }
    .offcanvas-sidebar-mobile .sidebar-container .widget-area {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .offcanvas-sidebar-mobile .sidebar-container .sidebar-widget {
        padding-right: 30px;
        padding-left: 30px
    }
    .offcanvas-sidebar-mobile .sidebar-container .widget-heading {
        display: flex
    }
    .offcanvas-sidebar-mobile .sidebar-container .passazh-sidebar-scroll {
        position: relative;
        flex: 1 1 auto;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        height: 100%
    }
    .offcanvas-sidebar-mobile .sidebar-container .passazh-sidebar-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: scroll;
        overflow-x: hidden
    }
    .offcanvas-sidebar-mobile .sidebar-container .passazh-sidebar-content:focus {
        outline: 0
    }
    .offcanvas-sidebar-mobile .passazh-toolbar .passazh-sticky-sidebar-opener {
        display: flex
    }
    .offcanvas-sidebar-mobile.passazh-dark .sidebar-container {
        background-color: #101010
    }
    .header-banner-container {
        padding-right: 40px;
        padding-left: 40px
    }
    .close-header-banner {
        width: 40px
    }
    .close-header-banner+.header-banner-link {
        left: 40px
    }
    .admin-bar .header-banner {
        top: 46px
    }
    .admin-bar .whb-clone {
        top: 46px
    }
    .admin-bar .whb-sticked .whb-main-header {
        top: 46px
    }
    .blog-post-loop {
        margin-bottom: 30px
    }
    .post-gallery-slider .owl-nav>div:after {
        font-weight: 400;
        font-size: 14px;
        line-height: 14px
    }
    .blog-design-default .passazh-entry-content,
    .blog-design-default-alt .passazh-entry-content {
        font-size: inherit
    }
    .blog-design-default.format-quote .article-body-container,
    .blog-design-small-images.format-quote .article-body-container {
        padding-right: 35px;
        padding-left: 35px
    }
    .blog-design-small-images:not(.blog-style-flat) .post-gallery-slider .owl-nav>div[class*=next] {
        left: 0
    }
    .blog-design-small-images.has-post-thumbnail .article-inner {
        flex-wrap: wrap
    }
    .blog-design-small-images.has-post-thumbnail .article-body-container,
    .blog-design-small-images.has-post-thumbnail .entry-header {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }
    .blog-design-small-images.has-post-thumbnail.blog-style-shadow .article-body-container {
        margin-right: 0
    }
    .blog-design-chess:nth-child(even):not(.blog-style-flat) .post-gallery-slider .owl-nav>div[class*=next] {
        left: 0
    }
    .blog-design-chess:nth-child(even).has-post-thumbnail .article-inner {
        flex-direction: column
    }
    .blog-design-chess:nth-child(even).has-post-thumbnail .post-date {
        left: auto;
        right: 15px
    }
    .blog-design-chess:nth-child(even).has-post-thumbnail.blog-style-shadow .article-body-container {
        margin-right: 0;
        margin-left: 0
    }
    .post-single-page .entry-content {
        font-size: inherit
    }
    .post-title-large-image .entry-title {
        font-size: 26px
    }
    .single-post-navigation {
        margin-bottom: 40px;
        padding-top: 15px;
        padding-bottom: 15px
    }
    .single-post-navigation .btn-label {
        margin-bottom: 0;
        color: #2d2a2a
    }
    .single-post-navigation .post-title {
        display: none
    }
    .passazh-dark .single-post-navigation .btn-label {
        color: #FFF
    }
    .passazh-single-footer {
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 0;
        border-top: none
    }
    .passazh-single-footer .single-meta-tags,
    .passazh-single-footer .single-post-social {
        flex: 1 1 100%;
        margin-bottom: 15px;
        max-width: 100%;
        width: 100%
    }
    .passazh-single-footer .tags-list {
        justify-content: center
    }
    .comments-area .children {
        margin-right: 0
    }
    .comments-area .comment-author {
        float: none
    }
    .comments-area .comment-meta {
        text-align: right
    }
    .website-wrapper .wp-block-column {
        flex-basis: 100%;
        margin: 0
    }
    .passazh-cookies-inner {
        align-items: stretch;
        flex-direction: column;
        text-align: center
    }
    .passazh-cookies-inner .cookies-buttons {
        margin-top: 15px
    }
    .passazh-cookies-inner .cookies-info-text {
        padding-left: 0
    }
    .error404 .page-header:before {
        top: -10px;
        font-size: 150px;
        line-height: 120px
    }
    .error404 .page-title {
        padding: 15px 0;
        font-size: 32px
    }
    .error404 .page-content h2 {
        font-size: 18px
    }
    .error404 .page-content>.searchform {
        max-width: 320px
    }
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
        display: block;
        mask-image: linear-gradient(to left, transparent 5px, #000 40px);
        -webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px)
    }
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-heading {
        display: none
    }
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-container,
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container {
        overflow: hidden
    }
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-container:after,
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container:after {
        content: ""
    }
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-list,
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list {
        overflow-y: auto;
        white-space: nowrap
    }
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-list::-webkit-scrollbar,
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list::-webkit-scrollbar {
        display: none
    }
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left,
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right {
        display: block
    }
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab,
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab {
        display: inline-block
    }
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left.vc_tta-o-no-fill .vc_tta-panel-body,
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right.vc_tta-o-no-fill .vc_tta-panel-body {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .passazh-text-size-extra-large ul {
        font-size: 16px
    }
    .passazh-text-size-extra-large.passazh-list-shape-icon .list-icon {
        min-width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px
    }
    .passazh-text-size-extra-large.passazh-list-shape-icon.passazh-list-type-unordered .list-icon {
        font-size: 12px
    }
    .passazh-timeline-wrapper {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .passazh-timeline-breakpoint,
    .passazh-timeline-item {
        margin-bottom: 30px
    }
    .passazh-item-position-left,
    .passazh-item-position-right {
        position: relative;
        flex-wrap: wrap;
        margin-top: 30px;
        padding: 30px 30px 15px;
        text-align: center
    }
    .passazh-item-position-left:not(:first-child),
    .passazh-item-position-right:not(:first-child) {
        margin-top: 60px
    }
    .passazh-item-position-left .timeline-col,
    .passazh-item-position-right .timeline-col {
        position: static;
        flex-basis: 100%;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
        max-width: 100%;
        width: 100%;
        background-color: transparent !important;
        text-align: inherit
    }
    .passazh-item-position-left .timeline-col-primary .timeline-arrow,
    .passazh-item-position-right .timeline-col-primary .timeline-arrow {
        top: auto;
        bottom: calc(100% - 1px);
        left: calc(50% - 8px);
        margin-top: 0;
        width: 16px;
        height: 12px;
        color: #FFF;
        line-height: 0
    }
    .passazh-item-position-left .timeline-col-primary .timeline-arrow:before,
    .passazh-item-position-right .timeline-col-primary .timeline-arrow:before {
        display: inline-block;
        height: 12px;
        color: inherit;
        font-size: 28px;
        line-height: 12px;
        content: "\f9d8";
        font-family: passazh-font
    }
    .passazh-item-position-left .timeline-col-secondary .timeline-arrow,
    .passazh-item-position-right .timeline-col-secondary .timeline-arrow {
        display: none
    }
    .passazh-item-position-left .passazh-timeline-dot,
    .passazh-item-position-right .passazh-timeline-dot {
        top: -30px
    }
    .passazh-item-position-full-width:not(:first-child) {
        margin-top: 60px
    }
    .passazh-item-shadow .passazh-item-position-left,
    .passazh-item-shadow .passazh-item-position-right {
        box-shadow: 0 0 4px rgba(0, 0, 0, .13)
    }
    .passazh-item-shadow .passazh-item-position-left .timeline-col,
    .passazh-item-shadow .passazh-item-position-right .timeline-col {
        box-shadow: none
    }
    .passazh-item-shadow .passazh-item-position-left .timeline-col-primary .timeline-arrow:before,
    .passazh-item-shadow .passazh-item-position-right .timeline-col-primary .timeline-arrow:before {
        text-shadow: 0 -2px 2px rgba(0, 0, 0, .1)
    }
    .hotspot-type-product .hotspot-content-text {
        display: none
    }
    .hotspot-type-product .hotspot-content-title,
    .hotspot-type-product .price {
        font-size: 14px
    }
    .hotspot-content {
        top: 40px;
        right: auto;
        bottom: auto
    }
    .hotspot-dropdown-left,
    .hotspot-dropdown-right {
        left: -115px
    }
    .hotspot-icon-alt .passazh-image-hotspot:hover:not(.hotspot-opened) .hotspot-btn {
        background-color: #FFF
    }
    .testimonials-grid .testimonial {
        margin-bottom: 20px
    }
    .owl-items-sm-1 .banner-subtitle {
        font-size: 3vw
    }
    .owl-items-sm-1 .banner-title {
        font-size: 5vw
    }
    .banner-btn-position-hover .banner-btn-wrapper {
        display: none
    }
    .content-banner .content-size-large,
    .content-banner .content-size-medium {
        font-size: 14px
    }
    .banner-btn-wrapper .btn-size-default,
    .banner-btn-wrapper .btn-size-extra-large,
    .banner-btn-wrapper .btn-size-large {
        padding: 10px 14px;
        font-size: 12px;
        line-height: 16px
    }
    .banner-btn-wrapper .btn-style-link {
        padding: 0
    }
    .banner-hide-btn-mobile {
        display: none !important
    }
    .passazh-slider .owl-dots {
        display: none
    }
    .dvr-style-triangle svg,
    .dvr-style-waves-small svg,
    .dvr-style-waves-wide svg {
        height: 3vw !important
    }
    .dvr-style-curved-line svg,
    .dvr-style-diagonal-left svg,
    .dvr-style-diagonal-right svg,
    .dvr-style-half-circle svg,
    .dvr-style-paint-stroke svg,
    .dvr-style-sweet-wave svg {
        height: 50px !important
    }
    .has-categories-dropdown input[type=text] {
        padding-left: 50px
    }
    .search-by-category {
        display: none
    }
    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .shop-loop-head {
        margin-top: -25px
    }
    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .passazh-shop-tools,
    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%
    }
    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs {
        justify-content: center;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(129, 129, 129, .2)
    }
    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs .woocommerce-breadcrumb,
    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs .yoast-breadcrumb {
        margin-bottom: 15px
    }
    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .woocommerce-result-count:first-child {
        display: block;
        margin-bottom: 15px
    }
    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12).description-area-before .page-description,
    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12).description-area-before .term-description {
        margin-top: -20px;
        margin-bottom: 45px
    }
    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12)>.woocommerce-notices-wrapper {
        margin-top: -20px;
        margin-bottom: 45px
    }
    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .passazh-shop-tools {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .offcanvas-sidebar-mobile .shop-content-area:not(.col-lg-12) .passazh-show-sidebar-btn {
        display: inline-flex
    }
    .offcanvas-sidebar-mobile .sidebar-container.single-product-sidebar {
        flex-basis: auto;
        max-width: none;
        width: 300px
    }
    .offcanvas-sidebar-mobile.passazh-dark .shop-content-area:not(.col-lg-12) .passazh-woo-breadcrumbs {
        border-color: rgba(255, 255, 255, .15)
    }
    .passazh-registration-page {
        padding-top: 0;
        padding-bottom: 0
    }
    #customer_login>.col-md-6 {
        padding-top: 0;
        padding-bottom: 0
    }
    #customer_login>div:not(:first-child):last-child {
        border: none
    }
    .register-or {
        display: flex
    }
    .col-register {
        margin-top: 30px
    }
    .passazh-register-tabs .col-register {
        margin-top: 0
    }
    .woocommerce-my-account-wrapper {
        flex-wrap: wrap
    }
    .woocommerce-MyAccount-content,
    .passazh-my-account-sidebar {
        flex-basis: 100%;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 100%;
        width: 100%
    }
    .passazh-my-account-sidebar {
        border-left: none
    }
    .woocommerce-lost-password .site-content .woocommerce>p {
        font-size: 100%
    }
    .woocommerce-lost-password .site-content .woocommerce>p:before {
        font-size: 80px;
        line-height: 80px
    }
    td.product-subtotal .table-responsive-label {
        font-size: 11px
    }
    td.product-subtotal span {
        font-size: 14px
    }
    .cart-actions .coupon {
        justify-content: center;
        margin-top: 30px;
        padding: 25px;
        border: 2px dashed rgba(129, 129, 129, .2)
    }
    .cart-actions .coupon .input-text {
        max-width: none
    }
    .passazh-dark .cart-actions .coupon {
        border-color: rgba(255, 255, 255, .15)
    }
    .cart-totals-inner>h2 {
        margin-bottom: 15px;
        padding-right: 0
    }
    .cart-totals-inner .shop_table_responsive {
        margin-bottom: 20px
    }
    .cart-totals-inner .shop_table_responsive tr:last-child {
        padding-bottom: 0;
        border-bottom: 0
    }
    .cart-totals-inner .shop_table_responsive td:before {
        padding-top: 0;
        font-size: 14px
    }
    .cart-totals-inner tr.order-total td strong {
        font-size: 18px
    }
    .passazh-empty-page {
        font-size: 32px
    }
    .passazh-empty-page:before {
        font-size: 110px;
        line-height: 110px
    }
    .passazh-empty-page-text {
        font-size: 100%
    }
    .passazh-empty-page-text br {
        display: none
    }
    .table-responsive-label {
        display: inline-block
    }
    .shop_table_responsive {
        display: block
    }
    .shop_table_responsive th,
    .shop_table_responsive thead {
        display: none
    }
    .shop_table_responsive tbody,
    .shop_table_responsive tfoot,
    .shop_table_responsive tr {
        display: block
    }
    .shop_table_responsive tr {
        position: relative;
        border-bottom: 1px solid rgba(129, 129, 129, .2);
        padding: 10px;
    }
    .shop_table_responsive tr:last-child {
        margin-bottom: 0
    }
    .shop_table_responsive td {
        display: block;
        margin-bottom: 8px;
        padding: 0 0 8px;
        border-bottom: none;
        text-align: left
    }
    .shop_table_responsive td:before {
        content: attr(data-title);
        float: right;
        padding-top: 3px;
        color: #2d2a2a;

        font-weight: 600;
        font-size: 12px
    }
    .shop_table_responsive td:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }
    .passazh-dark .shop_table_responsive tr {
        border-color: rgba(255, 255, 255, .15)
    }
    .passazh-dark .shop_table_responsive td:before {
        color: #FFF
    }
    .group_table tr,
    .wishlist_table tr,
    .woocommerce-cart-form__contents tr {
        margin-bottom: 25px;
        padding-bottom: 25px;
        padding-right: 115px;
        min-height: 136px
    }
    .group_table td,
    .wishlist_table td,
    .woocommerce-cart-form__contents td {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 5px;
        padding: 0
    }
    .group_table td>*,
    .wishlist_table td>*,
    .woocommerce-cart-form__contents td>* {
        margin-bottom: 5px
    }
    .group_table td:before,
    .wishlist_table td:before,
    .woocommerce-cart-form__contents td:before {
        flex: 1 1 auto;
        margin-bottom: 5px;
        padding-top: 0;
        text-align: right;
        font-size: 11px
    }
    .group_table td:not(:last-child),
    .wishlist_table td:not(:last-child),
    .woocommerce-cart-form__contents td:not(:last-child) {
        border-bottom: 1px dashed rgba(129, 129, 129, .2)
    }
    .group_table td.product-thumbnail,
    .wishlist_table td.product-thumbnail,
    .woocommerce-cart-form__contents td.product-thumbnail {
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 0;
        max-height: 115px;
        border-bottom: none
    }
    .group_table td.product-thumbnail img,
    .wishlist_table td.product-thumbnail img,
    .woocommerce-cart-form__contents td.product-thumbnail img {
        min-width: 100px;
        max-width: 100px
    }
    .group_table td.product-remove,
    .wishlist_table td.product-remove,
    .woocommerce-cart-form__contents td.product-remove {
        position: absolute;
        top: -7px;
        left: -7px;
        z-index: 1;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none
    }
    .group_table td.product-name,
    .wishlist_table td.product-name,
    .woocommerce-cart-form__contents td.product-name {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        text-align: right
    }
    .group_table td.product-name>a,
    .group_table td.product-name>label,
    .wishlist_table td.product-name>a,
    .wishlist_table td.product-name>label,
    .woocommerce-cart-form__contents td.product-name>a,
    .woocommerce-cart-form__contents td.product-name>label {
        margin-bottom: 10px;
        padding-left: 30px
    }
    .group_table td.product-name:before,
    .wishlist_table td.product-name:before,
    .woocommerce-cart-form__contents td.product-name:before {
        content: none
    }
    .group_table td.product-quantity input[type=button],
    .group_table td.product-quantity input[type=number],
    .wishlist_table td.product-quantity input[type=button],
    .wishlist_table td.product-quantity input[type=number],
    .woocommerce-cart-form__contents td.product-quantity input[type=button],
    .woocommerce-cart-form__contents td.product-quantity input[type=number] {
        height: 30px
    }
    .group_table td.product-quantity input[type=number],
    .wishlist_table td.product-quantity input[type=number],
    .woocommerce-cart-form__contents td.product-quantity input[type=number] {
        width: 25px
    }
    .passazh-dark .group_table td,
    .passazh-dark .wishlist_table td,
    .passazh-dark .woocommerce-cart-form__contents td {
        border-color: rgba(255, 255, 255, .15)
    }
    .group_table {
        padding-top: 20px
    }
    .passazh-checkout-steps ul li {
        margin-top: 0;
        margin-bottom: 0
    }
    .passazh-checkout-steps ul li span:after {
        display: none
    }
    .passazh-checkout-steps ul li:not(.step-active) {
        display: none
    }
    .passazh-checkout-steps ul li:after {
        content: none
    }
    form.checkout.processing>.blockOverlay {
        position: fixed !important;
        z-index: 1000 !important
    }
    .woocommerce-billing-fields {
        margin-top: 0;
        margin-bottom: 40px
    }
    .woocommerce-additional-fields {
        margin-bottom: 40px
    }
    .checkout_coupon {
        margin-bottom: 20px
    }
    .wc-bacs-bank-details li,
    .woocommerce-thankyou-order-details li {
        flex-basis: 50%;
        margin-bottom: 30px;
        max-width: 50%
    }
    .wc-bacs-bank-details li:nth-child(even),
    .woocommerce-thankyou-order-details li:nth-child(even) {
        border-left: none
    }
    .col2-set .col-1,
    .col2-set .col-2 {
        flex-basis: 100%;
        max-width: 100%
    }
    .passazh-shop-loader:not(.hidden-loader) {
        margin-left: -15px !important
    }
    .shop-loop-head {
        margin-top: -15px
    }
    .description-area-before .page-description,
    .description-area-before .term-description {
        margin-bottom: 30px
    }
    .woocommerce-ordering {
        position: relative;
        z-index: 1;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px
    }
    .woocommerce-ordering:after {
        position: static;
        margin-top: 0;
        color: #2d2a2a;
        font-size: 20px;
        content: "\f117";
        font-family: passazh-font
    }
    .woocommerce-ordering select {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        border: none;
        background-image: none;
        font-weight: 400;
        font-size: 0;
        -webkit-appearance: none;
        -moz-appearance: none
    }
    .woocommerce-ordering select option {
        font-size: 14px
    }
    .woocommerce-ordering select::-ms-expand {
        display: none
    }
    .passazh-dark .woocommerce-ordering:after {
        color: #FFF
    }
    .category-grid-item .category-title {
        font-size: 16px
    }
    .category-grid-item .more-products {
        font-size: 14px
    }
    .category-grid-item:hover .category-image {
        -webkit-transform: none;
        transform: none
    }
    .categories-style-masonry-first .category-grid-item {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%
    }
    .categories-style-masonry-first .category-grid-item:first-child {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }
    .cat-design-center .wrapp-category,
    .cat-design-default .wrapp-category,
    .cat-design-replace-title .wrapp-category {
        overflow: visible
    }
    .cat-design-center .category-image-wrapp,
    .cat-design-default .category-image-wrapp,
    .cat-design-replace-title .category-image-wrapp {
        position: relative;
        overflow: hidden
    }
    .cat-design-center .hover-mask,
    .cat-design-default .hover-mask,
    .cat-design-replace-title .hover-mask {
        position: static;
        padding: 10px;
        text-align: center;
        -webkit-transform: none;
        transform: none
    }
    .cat-design-center .more-products,
    .cat-design-default .more-products,
    .cat-design-replace-title .more-products {
        margin-top: 0;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    .cat-design-center .wrapp-category,
    .cat-design-replace-title .wrapp-category {
        box-shadow: none
    }
    .cat-design-center .wrapp-category:before,
    .cat-design-replace-title .wrapp-category:before {
        content: none
    }
    .cat-design-center .category-image-wrapp,
    .cat-design-replace-title .category-image-wrapp {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, .12)
    }
    body:not(.passazh-dark) .cat-design-center .category-title,
    body:not(.passazh-dark) .cat-design-replace-title .category-title {
        color: #2d2a2a
    }
    body:not(.passazh-dark) .cat-design-center .more-products,
    body:not(.passazh-dark) .cat-design-replace-title .more-products {
        color: #8E8E8E
    }
    .cat-design-default .category-title {
        position: static
    }
    .cat-design-default.categories-with-shadow .wrapp-category {
        box-shadow: none
    }
    .cat-design-default.categories-with-shadow .category-image-wrapp {
        box-shadow: 1px 1px 2px rgba(0, 0, 0, .12)
    }
    .cat-design-center.without-product-count .hover-mask,
    .cat-design-center:not(.without-product-count) .hover-mask {
        -webkit-transform: none;
        transform: none
    }
    .cat-design-center:not(.without-product-count):hover .hover-mask {
        -webkit-transform: none;
        transform: none
    }
    .cat-design-replace-title .category-title {
        padding: 0;
        background-color: transparent !important;
        box-shadow: none
    }
    .cat-design-replace-title .more-products {
        position: static;
        padding: 0;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 14px;
        opacity: 1
    }
    .cat-design-replace-title:not(.without-product-count):hover .category-title {
        opacity: 1
    }
    .quick-shop-wrapper .quick-shop-close {
        top: 0;
        left: 0;
        padding-left: 0;
        width: 30px;
        height: 30px
    }
    .quick-shop-wrapper .quick-shop-close:after,
    .quick-shop-wrapper .quick-shop-close:before {
        left: 9px
    }
    .quick-shop-wrapper .quick-shop-close:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .quick-shop-wrapper .quick-shop-close:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .quick-shop-wrapper .quick-shop-close span {
        display: none
    }
    .quick-shop-wrapper .quick-shop-form {
        padding-top: 10px
    }
    .quick-shop-wrapper .variation-swatch-selected .variations {
        margin-bottom: 30px
    }
    .quick-shop-wrapper table.variations .label {
        margin-bottom: 2px
    }
    .quick-shop-wrapper table.variations .reset_variations {
        bottom: -23px
    }
    .quick-shop-wrapper select {
        height: 35px
    }
    .quick-shop-wrapper .single_add_to_cart_button {
        font-size: 0
    }
    .quick-shop-wrapper .single_add_to_cart_button:before {
        margin-right: 0;
        margin-left: 0
    }
    .quick-shop-wrapper .swatch-on-single.text-only {
        font-size: 14px
    }
    .quick-shop-wrapper .swatch-on-single.swatch-with-bg {
        min-width: 17px;
        width: 17px;
        height: 17px
    }
    .quick-shop-wrapper .swatch-on-single:not(:last-child) {
        margin-left: 10px
    }
    .product-list-item .product-wrapper {
        flex-wrap: wrap;
        text-align: center
    }
    .product-list-item:not(:last-child) .product-wrapper {
        padding-bottom: 0;
        border-bottom: none
    }
    .product-list-item .product-element-top {
        flex: 1 1 100%;
        margin-bottom: 10px;
        margin-left: 0;
        max-width: 100%;
        width: 100%
    }
    .product-list-item .product-title,
    .product-list-item .passazh-product-brands-links,
    .product-list-item .passazh-product-cats {
        margin-bottom: 5px
    }
    .product-list-item .product-title {
        font-size: 14px
    }
    .product-list-item .woocommerce-product-rating {
        margin-bottom: 0
    }
    .product-list-item .price {
        margin-bottom: 0;
        font-size: 15px
    }
    .product-list-item .swatches-on-grid {
        margin-top: 5px;
        margin-bottom: 0
    }
    .product-list-item .swatch-on-grid.swatch-size-default.swatch-with-bg {
        width: 15px;
        height: 15px
    }
    .product-list-item .woocommerce-product-details__short-description {
        display: none
    }
    .product-list-item .passazh-add-btn {
        margin-top: 10px
    }
    .product-list-item .passazh-add-btn>a {
        padding: 10px 14px;
        font-size: 12px;
        line-height: 16px
    }
    .product-list-item .add-to-cart-loop span {
        padding: 10px 14px;
        font-size: 12px;
        line-height: 16px
    }
    .passazh-hover-base .wrapp-swatches {
        min-height: 40px
    }
    .passazh-hover-base .product-compare-button {
        display: none
    }
    .passazh-hover-base .quick-shop-close {
        top: -5px;
        left: -5px
    }
    .passazh-hover-base.product-no-swatches .wrapp-swatches {
        display: none
    }
    .passazh-highlighted-products:not(.with-title) .owl-nav>div[class*=prev] {
        right: -36px
    }
    .passazh-highlighted-products:not(.with-title) .owl-nav>div[class*=next] {
        left: -36px
    }
    .passazh-highlighted-products:not(.with-title) .wrap-loading-arrow>div[class*=prev] {
        right: -14px !important
    }
    .passazh-highlighted-products:not(.with-title) .wrap-loading-arrow>div[class*=next] {
        left: -14px !important
    }
    .products-bordered-grid.passazh-spacing-20 .product,
    .products-bordered-grid.passazh-spacing-30 .product {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .products-bordered-grid.passazh-carousel-spacing-20 .owl-carousel-item,
    .products-bordered-grid.passazh-carousel-spacing-30 .owl-carousel-item {
        padding: 5px
    }
    .single-product-page .passazh-product-brands img {
        max-width: 70px
    }
    .product-image-summary-inner>div {
        margin-bottom: 25px
    }
    .product-image-summary-inner>div:last-child {
        margin-bottom: 0
    }
    .full-height-sidebar-wrap>aside,
    .full-height-sidebar-wrap>div,
    .product-image-summary-wrap>aside,
    .product-image-summary-wrap>div {
        margin-bottom: 25px
    }
    .full-height-sidebar-wrap>aside:last-child,
    .full-height-sidebar-wrap>div:last-child,
    .product-image-summary-wrap>aside:last-child,
    .product-image-summary-wrap>div:last-child {
        margin-bottom: 0
    }
    .single-product-sidebar.sidebar-container {
        border: none
    }
    .thumbs-position-bottom_combined .woocommerce-product-gallery__wrapper,
    .thumbs-position-bottom_grid .woocommerce-product-gallery__wrapper {
        margin-right: 0;
        margin-left: 0
    }
    .breadcrumbs-location-summary .single-product-page {
        margin-top: -25px
    }
    .single-product-page .summary-inner {
        margin-bottom: -20px
    }
    .product-image-summary .entry-title {
        font-size: 18px
    }
    .related-and-upsells>div {
        margin-bottom: 25px
    }
    .related-and-upsells>div:last-child {
        margin-bottom: 0
    }
    .related-and-upsells .owl-dots {
        display: none
    }
    .related-and-upsells:empty {
        display: none
    }
    .passazh-product-instagram {
        padding-top: 25px
    }
    .product-full-width.image-full-width .summary-inner,
    .product-full-width.product-design-alt .summary-inner,
    .product-full-width.product-summary-shadow .summary-inner {
        max-width: 100%
    }
    .wd-age-verify {
        padding: 30px
    }
    .wd-age-verify h4 {
        font-size: 26px
    }
    .popup-quick-view .passazh-scroll-content {
        padding-top: 20px;
        padding-right: 15px;
        padding-bottom: 20px;
        padding-left: 15px
    }
    .popup-quick-view .entry-summary .entry-title {
        font-size: 18px
    }
    .popup-quick-view .entry-summary:after {
        content: none
    }
    .quick-view-horizontal .summary-inner,
    .quick-view-horizontal .passazh-scroll-content {
        position: static
    }
    .quick-view-vertical .passazh-scroll-content {
        max-height: none
    }
    .passazh-sticky-btn {
        padding-top: 7px;
        padding-bottom: 7px
    }
    .passazh-sticky-btn .passazh-sticky-btn-content {
        display: none
    }
    .passazh-sticky-btn .passazh-sticky-btn-cart {
        flex: 1 1 auto;
        justify-content: center
    }
    .passazh-sticky-btn.mobile-off {
        display: none
    }
    .passazh-products-tabs .tabs-name .svg-icon {
        width: 25px !important;
        height: 25px !important
    }
    .passazh-products-tabs .tabs-name .img-wrapper>img {
        max-height: 25px;
        width: auto
    }
    .passazh-products-tabs .tabs-navigation-wrapper {
        overflow: hidden
    }
    .passazh-products-tabs .tabs-navigation-wrapper .svg-icon {
        width: 25px !important;
        height: 25px !important
    }
    .passazh-products-tabs .tabs-navigation-wrapper .img-wrapper>img {
        max-height: 25px;
        width: auto
    }
    .passazh-products-tabs .products-tabs-title {
        overflow-y: auto;
        margin-right: -10px;
        margin-left: -10px;
        white-space: nowrap;
        mask-image: linear-gradient(to left, transparent 5px, #000 40px);
        -webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px)
    }
    .passazh-products-tabs .products-tabs-title::-webkit-scrollbar {
        display: none
    }
    .passazh-products-tabs .products-tabs-title li {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px
    }
    .passazh-products-tabs.tabs-design-alt .tabs-name,
    .passazh-products-tabs.tabs-design-alt .tabs-navigation-wrapper {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%
    }
    .passazh-products-tabs.tabs-design-simple .passazh-tabs-header {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 10px;
        border-bottom: none
    }
    .passazh-products-tabs.tabs-design-simple .tabs-name {
        margin-left: 0
    }
    .passazh-products-tabs.tabs-design-simple .tabs-navigation-wrapper {
        flex: 1 1 auto;
        padding-top: 10px;
        max-width: 100%;
        width: 100%;
        border-top: 2px solid #EAEAEA
    }
    .passazh-products-tabs.tabs-design-simple .owl-nav,
    .passazh-products-tabs.tabs-design-simple .wrap-loading-arrow {
        top: -103px
    }
    .passazh-products-tabs.tabs-design-simple .owl-carousel .owl-nav {
        left: -5px
    }
    .color-scheme-light .passazh-products-tabs.tabs-design-simple .tabs-navigation-wrapper,
    .passazh-dark .passazh-products-tabs.tabs-design-simple .tabs-navigation-wrapper {
        border-color: rgba(255, 255, 255, .15)
    }
    .passazh-compare-col {
        flex: 1 0 50%;
        justify-content: flex-start;
        background-color: transparent !important
    }
    .compare-field {
        display: none
    }
    .compare-value:before {
        content: attr(data-title);
        display: block;
        margin-top: -15px;
        margin-bottom: 15px;
        padding: 10px;
        width: 100%;
        background-color: rgba(0, 0, 0, .03);
        color: #2D2A2A;

        font-weight: 600;
        font-size: 14px
    }
    .passazh-dark .compare-value:before {
        background-color: rgba(0, 0, 0, .3);
        color: #FFF
    }
    body.dokan-dashboard .dokan-w6 {
        float: none;
        width: 100%
    }
    body.dokan-dashboard .dokan-form-inline .dokan-form-group {
        float: none;
        margin-left: 0
    }
    body.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-banner {
        width: auto;
        height: auto
    }
    body.dokan-dashboard .dokan-settings-content .dokan-settings-area .button-area {
        margin-top: 30px
    }
    body.dokan-dashboard .dokan-dash-left {
        padding-left: 0 !important
    }
    .product-grid-item .wcmp_fpm_buttons {
        left: 5px;
        visibility: visible;
        opacity: 1
    }
    .tax-dc_vendor_shop.offcanvas-sidebar-mobile .col-md-10,
    .tax-dc_vendor_shop.offcanvas-sidebar-mobile .col-md-8,
    .tax-dc_vendor_shop.offcanvas-sidebar-mobile .col-md-9 {
        width: 100% !important
    }
    .wcmp_vendor_list_wrap .wcmp_sorted_vendors {
        margin-right: 0;
        width: 100%
    }
    .vendor_sort {
        flex-wrap: wrap
    }
    .vendor_sort select {
        margin-bottom: 20px
    }
    .vendor_sort input[type=submit],
    .vendor_sort select {
        width: 100%
    }
    #add_payment_method #payment ul.payment_methods li img.stripe-icon,
    .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
        float: none;
        margin-top: 0
    }
    @supports (-webkit-appearance:-apple-pay-button) {
        body.single-product div.product form.cart .apple-pay-button,
        body.single-product div.product form.cart .quantity,
        body.single-product div.product form.cart .quantity~.button {
            margin-bottom: 10px
        }
    }
    .my_account_quotes .quotes-status {
        text-align: left !important
    }
}

@media (max-width:767px) {

  .woocommerce-product-details__short-description{
    width: 100% !important;
  }

  .summary-inner .price{
    width: 100% !important;
    margin-top: 0 !important
  }
  .product-image-summary .cart{
    width: 100% !important;
  }
    .wpb_column.mobile-bg-img-hidden>div,
    body .mobile-bg-img-hidden {
        background-image: none !important
    }
    .reset-margin-mobile>.vc_column-inner,
    .reset-margin>.vc_column-inner,
    body .reset-element-margin {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .hidden-xs {
        display: none !important
    }
    .visible-xs {
        display: block !important
    }
    .row-reverse-mobile:not(.vc_row-flex) {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box
    }
    .row-reverse-mobile>.wpb_column:nth-child(1) {
        order: 12
    }
    .row-reverse-mobile>.wpb_column:nth-child(2) {
        order: 11
    }
    .row-reverse-mobile>.wpb_column:nth-child(3) {
        order: 10
    }
    .row-reverse-mobile>.wpb_column:nth-child(4) {
        order: 9
    }
    .row-reverse-mobile>.wpb_column:nth-child(5) {
        order: 8
    }
    .row-reverse-mobile>.wpb_column:nth-child(6) {
        order: 7
    }
    .row-reverse-mobile>.wpb_column:nth-child(7) {
        order: 6
    }
    .row-reverse-mobile>.wpb_column:nth-child(8) {
        order: 5
    }
    .row-reverse-mobile>.wpb_column:nth-child(9) {
        order: 4
    }
    .row-reverse-mobile>.wpb_column:nth-child(10) {
        order: 3
    }
    .row-reverse-mobile>.wpb_column:nth-child(11) {
        order: 2
    }
    .row-reverse-mobile>.wpb_column:nth-child(12) {
        order: 1
    }
    .promo-banner .banner-subtitle {
        font-size: 3vw
    }
    .promo-banner .banner-title {
        font-size: 5vw
    }
}
@media (max-width:460px) {
  .product-grid-item .price {
      display: block;
      margin-bottom: 0;
      font-size: 11px;
      line-height: normal !important;
  }
}
@media (min-width:576px) and (max-width:768px) {
    .instagram-picture.col-6 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .owl-items-sm-2 .banner-subtitle,
    .owl-items-sm-3 .banner-subtitle {
        font-size: 2vw
    }
    .owl-items-sm-2 .banner-title,
    .owl-items-sm-3 .banner-title {
        font-size: 3vw
    }
    .owl-items-sm-1:not(.owl-loaded)>div {
        width: 100%
    }
    .owl-items-sm-1:not(.owl-loaded)>div:nth-child(n+2) {
        display: none
    }
    .owl-items-sm-2:not(.owl-loaded)>div {
        width: 50%
    }
    .owl-items-sm-2:not(.owl-loaded)>div:nth-child(n+3) {
        display: none
    }
    .owl-items-sm-3:not(.owl-loaded)>div {
        width: 33.33333%
    }
    .owl-items-sm-3:not(.owl-loaded)>div:nth-child(n+4) {
        display: none
    }
    .products-bordered-grid .col-12:first-child,
    .products-bordered-grid .col-6:nth-child(-n+2),
    .products-bordered-grid .col-sm-4:nth-child(-n+3) {
        border-top-width: 1px
    }
}

@media (max-width:600px) {
  .latest-visited-passazh .product_list_widget li {
    width: 48% !important;
    margin-left: 1% !important;
    padding-left: 1% !important;
  }
    .latest-visited-passazh .product_list_widget li:nth-child(even){
      border-left: 0
    }
    .admin-bar .whb-clone {
        top: 0
    }
    .admin-bar .whb-sticked .whb-main-header {
        top: 0
    }
}

@media (max-width:575px) {
    .mobile-nav-icon .passazh-burger-label {
        display: none
    }
    .blog-post-loop .article-body-container {
        padding-right: 15px;
        padding-left: 15px
    }
    .blog-post-loop.blog-style-flat {
        margin-bottom: 45px
    }
    .blog-post-loop.blog-style-flat .article-body-container {
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }
    .passazh-entry-meta .meta-author {
        font-size: 0
    }
    .passazh-entry-meta .meta-author a {
        vertical-align: middle;
        font-size: 14px
    }
    .hovered-social-icons {
        display: none
    }
    .blog-design-default .article-body-container,
    .blog-design-default-alt .article-body-container {
        margin-right: 0;
        margin-left: 0
    }
    .blog-design-default-alt.has-post-thumbnail .article-body-container,
    .blog-design-default.has-post-thumbnail .article-body-container {
        margin-top: 0
    }
    .blog-design-default-alt:not(.has-post-thumbnail) .post-date,
    .blog-design-default:not(.has-post-thumbnail) .post-date {
        display: none
    }
    .share-with-lines .passazh-social-icons {
        padding-right: 0;
        padding-left: 0
    }
    .share-with-lines>span {
        display: none
    }
    .blog-design-small-images.has-post-thumbnail .entry-title {
        font-size: 20px
    }
    .blog-design-chess:nth-child(even).has-post-thumbnail .post-date {
        right: 10px
    }
    .footer-widget-collapse>:not(.widget-title):not(:first-child) {
        display: none;
        margin-top: 20px
    }
    .footer-widget-collapse .widget-title {
        position: relative;
        margin-bottom: 0;
        padding-left: 22px
    }
    .footer-widget-collapse .widget-title:after {
        position: absolute;
        top: calc(50% - 12px);
        left: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        color: #333;
        vertical-align: middle;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        transition: all .25s ease;
        content: "\f128";
        font-family: passazh-font
    }
    .footer-widget-collapse.footer-widget-opened .widget-title:after {
        background-color: #F9F9F9;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .color-scheme-light .footer-widget-collapse .widget-title:after {
        color: #FFF
    }
    .color-scheme-light .footer-widget-collapse.footer-widget-opened .widget-title:after {
        background-color: #FFF;
        color: #333
    }
    .title-wrapper .title-subtitle {
        font-size: 12px
    }
    .title-wrapper .passazh-title-container {
        font-size: 20px
    }
    .title-wrapper .title-after_title,
    .title-wrapper .title-subtitle,
    .title-wrapper .passazh-title-container {
        max-width: 100%
    }
    .passazh-text-block-wrapper .passazh-title-container {
        max-width: 100%
    }
    .passazh-countdown-timer .passazh-timer>span {
        min-width: 55px;
        min-height: 55px;
        font-size: 20px;
        line-height: 20px
    }
    .passazh-countdown-timer .passazh-timer>span span {
        font-size: 10px;
        line-height: 10px
    }
    .passazh-menu-price {
        align-items: stretch;
        flex-direction: column
    }
    .passazh-menu-price .menu-price-image {
        margin-bottom: 10px;
        margin-left: 0
    }
    .owl-items-xs-1:not(.owl-loaded)>div {
        width: 100%
    }
    .owl-items-xs-1:not(.owl-loaded)>div:nth-child(n+2) {
        display: none
    }
    .owl-items-xs-2:not(.owl-loaded)>div {
        width: 50%
    }
    .owl-items-xs-2:not(.owl-loaded)>div:nth-child(n+3) {
        display: none
    }
    .cart-actions .button {
        width: 100%
    }
    .cart-actions .coupon {
        flex-direction: column
    }
    .cart-actions .coupon .input-text {
        margin-bottom: 10px;
        margin-left: 0;
        max-width: none
    }
    .passazh-empty-page {
        font-size: 28px
    }
    .passazh-empty-page:before {
        font-size: 86px;
        line-height: 86px
    }
    .checkout_coupon .form-row-first,
    .checkout_coupon .form-row-last {
        width: 100%
    }
    .checkout-order-review {
        padding: 20px
    }
    .passazh-table-wrapper {
        padding: 5px 10px
    }
    .passazh-my-account-links>div {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }
    .wc-bacs-bank-details,
    .woocommerce-thankyou-order-details {
        flex-direction: column
    }
    .wc-bacs-bank-details li,
    .woocommerce-thankyou-order-details li {
        flex-basis: 100%;
        margin-bottom: 0;
        padding-top: 15px;
        padding-right: 0;
        padding-bottom: 15px;
        padding-left: 0;
        max-width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(129, 129, 129, .2)
    }
    .woocommerce-pagination {
        text-align: center
    }
    .product-grid-item.col-6 .product-title,
    .product-grid-item.col-6 .passazh-product-brands-links,
    .product-grid-item.col-6 .passazh-product-cats {
        font-size: 12px
    }
    .product-grid-item.col-6 .price {
        font-size: 14px
    }
    .passazh-more-desc {
        max-height: 80px;
        font-size: 12px
    }
    .passazh-more-desc-inner {
        line-height: 20px
    }
    .passazh-more-desc-inner p {
        line-height: inherit
    }
    .passazh-more-desc-full {
        max-height: none
    }
    .product-label {
        min-width: 40px
    }
    .product-label:not(:last-child) {
        margin-bottom: 5px
    }
    .labels-rectangular .product-label {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 11px;
    }
    .labels-rectangular .label-with-img {
        padding-right: 0;
        padding-left: 0
    }
    .labels-rounded .product-label {
        min-height: 40px;
        font-size: 10px
    }
    .browser-Internet .labels-rounded .product-label {
        height: 40px
    }
    .labels-rounded .label-with-img {
        min-height: auto
    }
    .title-line-one .product-grid-item.col-6 .product-title,
    .title-line-two .product-grid-item.col-6 .product-title {
        line-height: 15px
    }
    .title-line-one .product-grid-item.col-6 .product-title {
        max-height: 15px
    }
    .title-line-two .product-grid-item.col-6 .product-title {
        max-height: 30px
    }
    .passazh-hover-tiled .product-element-bottom {
        padding: 10px
    }
    .product-grid-item .passazh-stock-progress-bar .stock-info {
        justify-content: center
    }
    .product-grid-item .passazh-stock-progress-bar .total-sold {
        display: none
    }
    .product-image-summary .product-images .labels-rounded {
        top: 10px;
        left: 10px
    }
    .product-image-summary .product-images .labels-rounded .product-label {
        min-width: 40px;
        min-height: 40px
    }
    .browser-Internet .product-image-summary .product-images .labels-rounded .product-label {
        height: 40px
    }
    .product-image-summary .product-images .labels-rounded .label-with-img {
        min-height: auto
    }
    .passazh-sticky-btn {
        padding-top: 0;
        padding-bottom: 0;
        background-color: none;
        box-shadow: none
    }
    .passazh-sticky-btn .passazh-sticky-btn-cart {
        margin-right: -15px;
        margin-left: -15px
    }
    .passazh-sticky-btn .price,
    .passazh-sticky-btn .stock,
    .passazh-sticky-btn .wd-action-btn {
        display: none
    }
    .passazh-sticky-btn .cart {
        position: relative;
        margin-left: 0 !important;
        width: 100%
    }
    .passazh-sticky-btn .quantity {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        margin-left: 0
    }
    .passazh-sticky-btn .quantity input[type=button],
    .passazh-sticky-btn .quantity input[type=number] {
        border: none;
        background-color: rgba(0, 0, 0, .1);
        color: #FFF
    }
    .passazh-sticky-btn .quantity input[type=button]:active,
    .passazh-sticky-btn .quantity input[type=button]:hover,
    .passazh-sticky-btn .quantity input[type=number]:active,
    .passazh-sticky-btn .quantity input[type=number]:hover {
        background-color: rgba(0, 0, 0, .2)
    }
    .passazh-sticky-btn .quantity input[type=button] {
        min-width: 30px;
        border-radius: 0
    }
    .passazh-sticky-btn .quantity input[type=button].minus {
        border-left: 1px solid rgba(255, 255, 255, .15)
    }
    .passazh-sticky-btn .quantity input[type=button].plus {
        border-right: 1px solid rgba(255, 255, 255, .15)
    }
    .passazh-sticky-btn .single_add_to_cart_button,
    .passazh-sticky-btn .passazh-sticky-btn-cart .passazh-sticky-add-to-cart {
        border-radius: 0
    }
    .passazh-sticky-btn .single_add_to_cart_button {
        padding-right: 110px;
        width: 100%
    }
    .passazh-sticky-btn .single_add_to_cart_button:after {
        margin-right: 35px
    }
    .passazh-sticky-btn .single_add_to_cart_button:after {
        right: 50%;
        left: auto
    }
    .passazh-sticky-btn .passazh-sticky-add-to-cart {
        width: 100%
    }
    .passazh-sticky-btn .wcppec-checkout-buttons {
        display: none
    }
    .products-bordered-grid .col-12:first-child,
    .products-bordered-grid .col-6:nth-child(-n+2) {
        border-top-width: 1px
    }
    .passazh-compare-row .passazh-compare-col {
        flex: 1 0 75%
    }
}
.whb-main-header {
    -webkit-box-shadow: rgba(0,0,0,.04) 0 7px 8px 0;
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.04);
}
.white-bg-passazh {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 hsla(0,0%,40%,.1);
    margin: 0;
}
.shadow-bg-passazh {
    box-shadow: 0 5px 10px 0 hsla(0,0%,40%,.1);
}
.featured-passazh-icon img{
    max-height: 40px;
    width: auto;
}

.top-main-slider,
.top-main-slider img{
    border-radius:5px;
}

.top-main-slider{
    margin-bottom: 15px !important;
}

.labels-rectangular .product-label{
  border-radius: 5px;
}

.no-margin-bottom .passazh-carousel-container{
  margin-bottom: 0  !important;
  padding-bottom: 0 !important;
}

.passazh-title-products-red i{
  color:#ff637d
}
.passazh-title-products-red .aio-icon-img {
  margin-top: 5px;
}
.passazh-title-products-red .default-icon .aio-icon-header{
    padding-left: 13px;
}
.passazh-title-products-red .aio-icon-header+.aio-icon-description {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    padding-right: 13px;
    border-right: 1px solid #eee
}
.passazh-title-products-red .aio-icon-description {
    margin-top: 0;
    width: auto
}
.passazh-tab-products-red{
  color:#777
}
.passazh-tab-products-red i{
  color:#ff637d
}
.passazh-tab-products-red .tabs-text{
  font-size:18px;
  font-weight: normal;
  color:#777
}
.products-tabs-title li.active-tab-title{
    border-bottom: 1px solid;
    margin-bottom: -1px;
}
body.page:not(.woocommerce-account):not(.home):not(.page-id-276):not(.page-id-313):not(.page-id-407) .entry-content{
  background-color: #fff;
  border-radius: 2px;
  padding: 10px 10px;
  box-shadow: 0 5px 10px 0 hsla(0,0%,40%,.1);
}
.footer-container .widgettitle {
  font-size: 18px !important;
  color:#565252;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  font-weight: bold;
}
.digiotherbrand img {
    width: 164px !important;
    height: 44px !important
}
.digiotherbrand  .vc_column-inner{
  padding-top: 25px !important;
}
.passazh-namads .owl-item{
margin-right: 8px;
padding: 10px;
border-radius: 5px;
background-color: #f0f0f0;
border: 1px solid #e5e5ea;
}
.copy-banks{
  height: 27px;
  width: auto;
}
.category-top-html-block{
  float: right;
  width: 100%;
  margin-bottom: 15px;
}
.passazh-shop-tools,
.sidebar-widget,
.dokan-store-widget,
.elements-list .product-wrapper,
.passazh-registration-page,
.post-single-page,
.single-post-social,
.single-post-navigation,
.comments-area,
.passazh-product-inner,
.term-description,
.category-top-html-block{
  background-color: #fff;
  border-radius: 2px;
  padding: 10px 10px !important;
  box-shadow: 0 5px 10px 0 hsla(0,0%,40%,.1);
  width: 100%;
}
.term-description p{
  margin-bottom: 0px !important;
}
.passazh-product-inner{
  padding: 10px 18px !important
}
.passazh-registration-page{
  padding: 20px !important
}
.passazh-products-holder{
box-shadow: 0 5px 10px 0 hsla(0,0%,40%,.1);
  background-color: #fff;
  border-radius: 2px;
  padding: 0
}
.passazh-widget{
  margin-bottom: 15px;
}
.meta-post-categories{
  border-radius: 6px;
}

.woocommerce-input-wrapper input{
  padding-right: 40px;
  font-weight: 600
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row .select2-container .select2-choice, .woocommerce form .form-row select {
    height: 45px !important;
}
.woocommerce-input-wrapper input::placeholder{
  color:#777
}
.woocommerce-billing-fields #billing_address_1_field input {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI1NiwwQzE1My43NTUsMCw3MC41NzMsODMuMTgyLDcwLjU3MywxODUuNDI2YzAsMTI2Ljg4OCwxNjUuOTM5LDMxMy4xNjcsMTczLjAwNCwzMjEuMDM1ICAgIGM2LjYzNiw3LjM5MSwxOC4yMjIsNy4zNzgsMjQuODQ2LDBjNy4wNjUtNy44NjgsMTczLjAwNC0xOTQuMTQ3LDE3My4wMDQtMzIxLjAzNUM0NDEuNDI1LDgzLjE4MiwzNTguMjQ0LDAsMjU2LDB6IE0yNTYsMjc4LjcxOSAgICBjLTUxLjQ0MiwwLTkzLjI5Mi00MS44NTEtOTMuMjkyLTkzLjI5M1MyMDQuNTU5LDkyLjEzNCwyNTYsOTIuMTM0czkzLjI5MSw0MS44NTEsOTMuMjkxLDkzLjI5M1MzMDcuNDQxLDI3OC43MTksMjU2LDI3OC43MTl6IiBmaWxsPSIjYzljOWM5Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: 98% center
}

.woocommerce-billing-fields #billing_country_field {
    display: none
}

.woocommerce-billing-fields #billing_first_name_field input,
.woocommerce-billing-fields #billing_last_name_field input {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8cGF0aCBkPSJNNDguMDE0LDQyLjg4OWwtOS41NTMtNC43NzZDMzcuNTYsMzcuNjYyLDM3LDM2Ljc1NiwzNywzNS43NDh2LTMuMzgxYzAuMjI5LTAuMjgsMC40Ny0wLjU5OSwwLjcxOS0wLjk1MSAgYzEuMjM5LTEuNzUsMi4yMzItMy42OTgsMi45NTQtNS43OTlDNDIuMDg0LDI0Ljk3LDQzLDIzLjU3NSw0MywyMnYtNGMwLTAuOTYzLTAuMzYtMS44OTYtMS0yLjYyNXYtNS4zMTkgIGMwLjA1Ni0wLjU1LDAuMjc2LTMuODI0LTIuMDkyLTYuNTI1QzM3Ljg1NCwxLjE4OCwzNC41MjEsMCwzMCwwcy03Ljg1NCwxLjE4OC05LjkwOCwzLjUzQzE3LjcyNCw2LjIzMSwxNy45NDQsOS41MDYsMTgsMTAuMDU2ICB2NS4zMTljLTAuNjQsMC43MjktMSwxLjY2Mi0xLDIuNjI1djRjMCwxLjIxNywwLjU1MywyLjM1MiwxLjQ5NywzLjEwOWMwLjkxNiwzLjYyNywyLjgzMyw2LjM2LDMuNTAzLDcuMjM3djMuMzA5ICBjMCwwLjk2OC0wLjUyOCwxLjg1Ni0xLjM3NywyLjMybC04LjkyMSw0Ljg2NkM4LjgwMSw0NC40MjQsNyw0Ny40NTgsNyw1MC43NjJWNTRjMCw0Ljc0NiwxNS4wNDUsNiwyMyw2czIzLTEuMjU0LDIzLTZ2LTMuMDQzICBDNTMsNDcuNTE5LDUxLjA4OSw0NC40MjcsNDguMDE0LDQyLjg4OXoiIGZpbGw9IiNjNmM2YzYiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: 95% center
}

.woocommerce-billing-fields #billing_postcode_field input {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxLjYzNiA1MS42MzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxLjYzNiA1MS42MzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPHBhdGggZD0iTTUxLjM1MywwLjkxNGMtMC4yOTUtMC4zMDUtMC43NS0wLjM5LTEuMTM1LTAuMjEzTDAuNTgzLDIzLjQ4MWMtMC4zOTksMC4xODQtMC42MzIsMC42MDUtMC41NzQsMS4wNDEgIHMwLjM5MywwLjc4MiwwLjgyNiwwLjg1NGwyMi4yNjMsMy43MzFsMi41NDUsMjEuMDM4YzAuMDU0LDAuNDM4LDAuMzg5LDAuNzkxLDAuODI0LDAuODY1YzAuMDU3LDAuMDEsMC4xMTMsMC4wMTUsMC4xNjksMC4wMTUgIGMwLjM3NSwwLDAuNzI2LTAuMjExLDAuODk2LTAuNTU2bDI0LTQ4LjQxNUM1MS43MiwxLjY3NSw1MS42NDgsMS4yMTgsNTEuMzUzLDAuOTE0eiIgZmlsbD0iI2M2YzZjNiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: 98% center
}

.woocommerce-billing-fields #billing_phone_field input {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQwMS45OTggNDAxLjk5OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAxLjk5OCA0MDEuOTk4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwMS4xMjksMzExLjQ3NWMtMS4xMzctMy40MjYtOC4zNzEtOC40NzMtMjEuNjk3LTE1LjEyOWMtMy42MS0yLjA5OC04Ljc1NC00Ljk0OS0xNS40MS04LjU2NiAgIGMtNi42NjItMy42MTctMTIuNzA5LTYuOTUtMTguMTMtOS45OTZjLTUuNDMyLTMuMDQ1LTEwLjUyMS01Ljk5NS0xNS4yNzYtOC44NDZjLTAuNzYtMC41NzEtMy4xMzktMi4yMzQtNy4xMzYtNSAgIGMtNC4wMDEtMi43NTgtNy4zNzUtNC44MDUtMTAuMTQtNi4xNGMtMi43NTktMS4zMjctNS40NzMtMS45OTUtOC4xMzgtMS45OTVjLTMuODA2LDAtOC41NiwyLjcxNC0xNC4yNjgsOC4xMzUgICBjLTUuNzA4LDUuNDI4LTEwLjk0NCwxMS4zMjQtMTUuNywxNy43MDZjLTQuNzU3LDYuMzc5LTkuODAyLDEyLjI3NS0xNS4xMjYsMTcuN2MtNS4zMzIsNS40MjctOS43MTMsOC4xMzgtMTMuMTM1LDguMTM4ICAgYy0xLjcxOCwwLTMuODYtMC40NzktNi40MjctMS40MjRjLTIuNTY2LTAuOTUxLTQuNTE4LTEuNzY2LTUuODU4LTIuNDIzYy0xLjMyOC0wLjY3MS0zLjYwNy0xLjk5OS02Ljg0NS00LjAwNCAgIGMtMy4yNDQtMS45OTktNS4wNDgtMy4wOTQtNS40MjgtMy4yODVjLTI2LjA3NS0xNC40NjktNDguNDM4LTMxLjAyOS02Ny4wOTMtNDkuNjc2Yy0xOC42NDktMTguNjU4LTM1LjIxMS00MS4wMTktNDkuNjc2LTY3LjA5NyAgIGMtMC4xOS0wLjM4MS0xLjI4Ny0yLjE5LTMuMjg0LTUuNDI0Yy0yLTMuMjM3LTMuMzMzLTUuNTE4LTMuOTk5LTYuODU0Yy0wLjY2Ni0xLjMzMS0xLjQ3NS0zLjI4My0yLjQyNS01Ljg1MiAgIHMtMS40MjctNC43MDktMS40MjctNi40MjRjMC0zLjQyNCwyLjcxMy03LjgwNCw4LjEzOC0xMy4xMzRjNS40MjQtNS4zMjcsMTEuMzI2LTEwLjM3MywxNy43LTE1LjEyOCAgIGM2LjM3OS00Ljc1NSwxMi4yNzUtOS45OTEsMTcuNzAxLTE1LjY5OWM1LjQyNC01LjcxMSw4LjEzNi0xMC40NjcsOC4xMzYtMTQuMjczYzAtMi42NjMtMC42NjYtNS4zNzgtMS45OTctOC4xMzcgICBjLTEuMzMyLTIuNzY1LTMuMzc4LTYuMTM5LTYuMTM5LTEwLjEzOGMtMi43NjItMy45OTctNC40MjctNi4zNzQtNC45OTktNy4xMzljLTIuODUyLTQuNzU1LTUuNzk5LTkuODQ2LTguODQ4LTE1LjI3MSAgIGMtMy4wNDktNS40MjQtNi4zNzctMTEuNDctOS45OTUtMTguMTMxYy0zLjYxNS02LjY1OC02LjQ2OC0xMS43OTktOC41NjQtMTUuNDE1Qzk4Ljk4Niw5LjIzMyw5My45NDMsMS45OTcsOTAuNTE2LDAuODU5ICAgQzg5LjE4MywwLjI4OCw4Ny4xODMsMCw4NC41MjEsMGMtNS4xNDIsMC0xMS44NSwwLjk1LTIwLjEyOSwyLjg1NmMtOC4yODIsMS45MDMtMTQuNzk5LDMuODk5LTE5LjU1OCw1Ljk5NiAgIGMtOS41MTcsMy45OTUtMTkuNjA0LDE1LjYwNS0zMC4yNjQsMzQuODI2QzQuODYzLDYxLjU2NiwwLjAxLDc5LjI3MSwwLjAxLDk2Ljc4YzAsNS4xMzUsMC4zMzMsMTAuMTMxLDAuOTk5LDE0Ljk4OSAgIGMwLjY2Niw0Ljg1MywxLjg1NiwxMC4zMjYsMy41NzEsMTYuNDE4YzEuNzEyLDYuMDksMy4wOTMsMTAuNjE0LDQuMTM3LDEzLjU2YzEuMDQ1LDIuOTQ4LDIuOTk2LDguMjI5LDUuODUyLDE1Ljg0NSAgIGMyLjg1Miw3LjYxNCw0LjU2NywxMi4yNzUsNS4xMzgsMTMuOTg4YzYuNjYxLDE4LjY1NCwxNC41NiwzNS4zMDcsMjMuNjk1LDQ5Ljk2NGMxNS4wMywyNC4zNjIsMzUuNTQxLDQ5LjUzOSw2MS41MjEsNzUuNTIxICAgYzI1Ljk4MSwyNS45OCw1MS4xNTMsNDYuNDksNzUuNTE3LDYxLjUyNmMxNC42NTUsOS4xMzQsMzEuMzE0LDE3LjAzMiw0OS45NjUsMjMuNjk4YzEuNzE0LDAuNTY4LDYuMzc1LDIuMjc5LDEzLjk4Niw1LjE0MSAgIGM3LjYxNCwyLjg1NCwxMi44OTcsNC44MDUsMTUuODQ1LDUuODUyYzIuOTQ5LDEuMDQ4LDcuNDc0LDIuNDMsMTMuNTU5LDQuMTQ1YzYuMDk4LDEuNzE1LDExLjU2NiwyLjkwNSwxNi40MTksMy41NzYgICBjNC44NTYsMC42NTcsOS44NTMsMC45OTYsMTQuOTg5LDAuOTk2YzE3LjUwOCwwLDM1LjIxNC00Ljg1Niw1My4xMDUtMTQuNTYyYzE5LjIxOS0xMC42NTYsMzAuODI2LTIwLjc0NSwzNC44MjMtMzAuMjY5ICAgYzIuMTAyLTQuNzU0LDQuMDkzLTExLjI3Myw1Ljk5Ni0xOS41NTVjMS45MDktOC4yNzgsMi44NTctMTQuOTg1LDIuODU3LTIwLjEyNkM0MDEuOTksMzE0LjgxNCw0MDEuNzAzLDMxMi44MTksNDAxLjEyOSwzMTEuNDc1eiIgZmlsbD0iI2M2YzZjNiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: 98% center
}

.woocommerce-billing-fields #billing_email_field input {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE0IDE0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNCAxNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik03LDlMNS4yNjgsNy40ODRsLTQuOTUyLDQuMjQ1QzAuNDk2LDExLjg5NiwwLjczOSwxMiwxLjAwNywxMmgxMS45ODYgICAgYzAuMjY3LDAsMC41MDktMC4xMDQsMC42ODgtMC4yNzFMOC43MzIsNy40ODRMNyw5eiIgZmlsbD0iI2M2YzZjNiIvPgoJCTxwYXRoIGQ9Ik0xMy42ODQsMi4yNzFDMTMuNTA0LDIuMTAzLDEzLjI2MiwyLDEyLjk5MywySDEuMDA3QzAuNzQsMiwwLjQ5OCwyLjEwNCwwLjMxOCwyLjI3M0w3LDggICAgTDEzLjY4NCwyLjI3MXoiIGZpbGw9IiNjNmM2YzYiLz4KCQk8cG9seWdvbiBwb2ludHM9IjAsMi44NzggMCwxMS4xODYgNC44MzMsNy4wNzkgICAiIGZpbGw9IiNjNmM2YzYiLz4KCQk8cG9seWdvbiBwb2ludHM9IjkuMTY3LDcuMDc5IDE0LDExLjE4NiAxNCwyLjg3NSAgICIgZmlsbD0iI2M2YzZjNiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: 98% center
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 3.5em 1em 2em!important;
}
.woocommerce-info {
    border-top-color: #1e85be;
}
.woocommerce-info a{
    color: #1e85be !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #1e85be;
    list-style: none;
    width: auto;
    word-wrap: break-word;
}
.order-total{
  background-color: #eaffed;
  color: #4caf7e;
}
.order-total th,
.order-total span{
  color: #4caf7e;
}
h3#order_review_heading{
  display: none !important;
}
#ship-to-different-address span{
  font-size: 14px;
  float: left;
}
.clearfix{
  clear: both;
}
.passazh-tab-wrapper{
  float: right;
  width: 100%;
  padding: 0 20px;
}
.shipping_tab{
  display: none;
}
.woocommerce-product-attributes-item__value{
  border-bottom: none;
  text-align: right !important
}
.woocommerce table.shop_attributes{
  margin-bottom:1.618em;width:100%
  }
  .woocommerce table.shop_attributes th{
  font-weight:700;padding:8px;margin:0;line-height:1.5
  }

  .woocommerce table.shop_attributes td{
    margin:0;line-height:1.5
    }
    .woocommerce table.shop_attributes td p{
      margin:0;padding:8px 0
      }
      .woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{
  background:rgba(0,0,0,.025)
  }
  .woocommerce table.shop_table{
    border:1px solid rgba(0,0,0,.1);
    margin:0 0 10px -1px;text-align:right;width:100%;border-collapse:separate;border-radius:5px;
    background: #fff
  }
.woocommerce table.shop_attributes th {
    width: 22%;
    border: 0;
    background-color: rgba(242,247,255,.2);
    box-shadow: 0 0 5px rgba(51,51,51,.02);
    font-size: 14px;
    padding-right: 15px;
}
.woocommerce table.shop_attributes th {
    font-weight: 700;
    padding: 8px;
    margin: 0;
    line-height: 1.5;
}
/*.summary-inner .price,
.woocommerce-product-details__short-description{
    float: right;
    width: 50%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}*/

.passazh-product-inner .woocommerce-product-details__short-description{
  float: left;
  width: 40%;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.passazh-product-inner .summary-inner .price{
  float: right;
  width: 55%;
  margin-left: 5%;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  font-size: 1.5rem;
  color:#777 !important
}
.product-image-summary .cart{
  float: right;
  width: 55%;
  margin-left: 5%;
}
.product-image-summary .product_meta,
.product-image-summary .product_share{
  float: right;
  width: 100%
}
.woocommerce-variation-price .price{
  width: 100% !important;
text-align: center;
padding:15px 0 !important;
}
.saved-sale{
  float: right;
  color: #fff;
  padding: 4px 20px;
  margin-bottom: 15px;
  position: relative;
  display: none;
  font-size: 14px;
}
.entry-summary .saved-sale{
  display: block;
}
.saved-sale::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: 0;
    top: 5.5px;
}
.woocommerce-variation-price .price .amount{
  color: #555;
}
.saved-sale span{
  color:#fff !important;
  font-size: 14px !important;
  font-weight: normal;
  line-height: normal;
}
.product-image-summary  .woocommerce-Price-currencySymbol{
  font-size: 14px !important;
}
.passazh-product-inner .wd-compare-btn a,
.passazh-product-inner .wd-wishlist-btn a{
  padding: 1
}

.woocommerce-Price-currencySymbol {
    font-size: 12px;
    padding: 0 !important;
}

.z-indexer{
  z-index: 99999999 !important
}
.wrapp-product-price .woocommerce-Price-amount{
  padding: 0 5px;
}

#yith-wcwtl-output button,
#yith-wcwtl-output .button{
    display: inline-block;
    width: 100%;
    outline: 0;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.286rem;
    line-height: 1.222;
    padding: 16px 98px 16px 18px;
    background: #7a7a7a;
    border: 1px solid #fcfcfc;
    color: #fff;
    overflow: hidden;
    text-align: center;
    letter-spacing: -.7px;
}
#yith-wcwtl-output .button-leave{
    background: #7a7a7a;
    border: 1px solid #fcfcfc;
}

#yith-wcwtl-output button:before,
#yith-wcwtl-output .button:before {
    width: 110px;
    height: 200px;
    position: absolute;
    right: -15px;
    top: -20px;
    background: rgba(255,255,255,.21);
    content: "";
    transform: rotate(15deg);
    transition: 600ms
}

#yith-wcwtl-output button:hover:before,
#yith-wcwtl-output .button:hover:before {
    width: 100%;
    right: 0px;
    top: -50px;
    height: 200px;
    transform: unset;
}

#yith-wcwtl-output button:after,
#yith-wcwtl-output .button:after {
    content: "";
    background: url(../images/notification.svg) center center no-repeat;
    background-size: contain;
    width: 32px;
    height: 100%;
    font-size: 32px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 23px;
    top: 0;
}

.landing-timer span{
  border:none !important;
  box-shadow:none !important;
}
.landing-timer span>span{
  background-color:#e0224f !important;
  border-radius: 20px;
  padding: 10px;
  color:#fff;
}

.landing-product-text h2{
  font-size: 30px;
  color: #e0224f;
}
.landing-product-text p {
    color: #726a84;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
    line-height: 30px !important
}
.pre-footer-ic{
  margin-bottom: 15px !important;
  margin-top: 24px !important
}
.pre-footer-ic img{
  width: auto !important;
  height: 65px !important;
  margin: 0 auto !important;
}
/***/
.mc4wp-form input[type=email]{
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-left: none;
    color: #717171;
    border-radius: 5px;
    font-weight: 600;
      border-top-left-radius: 0 !important;
      border-bottom-left-radius:0 !important
}
.mc4wp-form input[type=email]::placeholder{
  color:#c8c8c8 !important
}
.mc4wp-form input[type=submit]{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius:0 !important
}
.mc4wp-form>div {
    justify-content: right;
    margin-right: 0;
    margin-left: 0;
}
.wc-descrip .columnone inss span{
    font-size: 1.6rem !important;
}
.wc-descrip .columnone dell span{
    font-size: 1.3rem !important;
}
.wc-descrip .columnone inss em{
  text-decoration: none;
  font-style: normal;
    font-size: 14px;
    display: inline-block;
position: relative;
top: 6px;
}

.dokan-other-vendor-camparison {
    clear: both;
    margin: 0 !important;
    margin-bottom: 15px !important;
    padding: 10px 15px;
    box-shadow: 0 5px 10px 0 hsla(0,0%,40%,.1);
    background-color: #fff
}
.dokan-other-vendor-camparison .table-row {
    display: table;
    background: white;
    border-radius: 5px;
    border: 1px solid #edf2f7;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    box-shadow: none;
    border:none;
    border-bottom: 1px solid #eee;
}
.dokan-other-vendor-camparison .table-row:last-child{
  border-bottom: none
}
.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table{
  margin: 0 !important
}
.dokan-other-vendor-camparison h3 {
  font-size: 18px;
  display: block;
  color: #2d2a2a;
  line-height: 1.4;
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 10px;
  text-align: right;
  border-bottom: 1px solid #eee;
  margin-top: 10px;
}
.dokan-other-vendor-camparison .table-cell.action-area{
  text-align: left
}
.dokan-other-vendor-camparison .fa-shopping-cart::before{
  content: "\f11d"  !important;
  font-family: passazh-font !important;
}

.dokan-other-vendor-camparison .fa-eye::before{
  content: "\f06e"  !important;
  /*font-family: passazh-font !important;*/
}

.dokan-other-vendor-camparison .fa-external-link::before{
  content: "\f443"  !important;
  font-family: passazh-font !important;
}
.dokan-other-vendor-camparison span.cell-title{
  color:#777 !important
}
.dokan-other-vendor-camparison .dokan-btn{
  padding: 0 !important;
  font-size: 23px !important;
  line-height: 0 !important;
  background-color: transparent !important;
  margin-right: 20px;
  color: #777 !important;
  box-shadow: none !important;
  margin-top: 11px;
}
p#breadcrumbs{
  display: none
}
.dokan-other-vendor-camparison .vendor img{
  margin-left: 5px;
}
.table-cell .dokan-btn {
    padding: 5px 8px;
    font-size: 16px;
}
.table-cell .woocommerce-Price-amount{
	color:#2196f3 !important
}
.dokan-other-vendor-camparison .dokan-btn:hover{
	color:#2196f3 !important
}
.dokan-other-vendor-camparison .table-cell.rating{
  position: relative;
}
.dokan-other-vendor-camparison .table-cell.vendor a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    line-height: 1.2em;
    margin-left: 15px;
}

.columntwo  .passazh-show-btn{
  width: 80%;
  padding: 10px 0 !important;
  font-size: 15px !important;
  position: static;
  text-align: center;
  font-weight: bold;
}
.columntwo  .passazh-show-btn::before{
  content:""
}
.latest-visited-passazh .widget-title{
    font-size: 18px !important;
    color: #565252;
    margin-top: 25px !important;
    margin-bottom: 5px !important;
}
.latest-visited-passazh  .product_list_widget>li .product-title {
  max-height: 36px !important;
  height: 36px !important;
  overflow: hidden;
}
.mn-ht{
  min-height: 0 !important
}
.latest-visited-passazh{
  float: right;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff
}
.latest-visited-passazh .product_list_widget,
.latest-visited-passazh .product_list_widget li .widget-product-info,
.latest-visited-passazh .product_list_widget li img,
.latest-visited-passazh .product_list_widget li .widget-product-img{
  padding: 0;
  margin: 0;
  float: right;
  width: 100%;
  max-width: none;
  max-height: none;
  text-align: center;
}
.latest-visited-passazh .product_list_widget li .widget-product-img{
  margin-bottom: 20px;
  max-height: 223.8px;
}
.latest-visited-passazh .product_list_widget>li .widget-product-wrap{
  display: block;
}
.latest-visited-passazh .product_list_widget li{
  padding: 0;
  margin: 0;
  border:none;
  float: right;
  width: 16%;
  margin-left: .8%;
  padding-left: .8%;
  border-left: 1px solid #eee;
  margin-bottom: 25px !important;
}
.latest-visited-passazh .product_list_widget li:last-child{
border-left: none;
padding-left: 0%;
margin-left: 0%;
}
.wpcf7-submit{
  background-color:#2196f3;
  color:#fff;
  border-radius: 5px;
}
.track_order p:first-child {
  text-align: right;
}
.woocommerce-form-track-order button{
  background-color:#2196f3 !important;
  color:#fff !important
}

.fixed-icon {
    position: fixed;
    left: 10px;
    bottom: 20px;
    width: 35px;
    background-color: #fff;
    z-index: 99;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 hsla(0, 0%, 40%, .4);
    text-align: center;
    padding: 8px 5px;
    transition: 300ms
}
.fixed-icon span::before{
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #555;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -5px;
  top: 7.5px;
}

.fixed-icon .compare-ico span, .fixed-icon .hotoffers-ico span, .fixed-icon .ordertrack-ico span {
    position: absolute;
    width: 100px;
    right: -125px;
    background-color: #555;
    color: #fff;
    text-align: center;
    opacity: 0;
    padding: 2px 0;
    transition-duration: .3s;
    border-radius: 2px;
    visibility: hidden;
}

.fixed-icon .compare-ico:hover span,
.fixed-icon .hotoffers-ico:hover span,
.fixed-icon .ordertrack-ico:hover span {
    opacity: 1;
    right: -105px;
    visibility: visible;
}

.fixed-icon .compare-ico,
.fixed-icon .ordertrack-ico {
    width: 24px;
    height: 32px;
    margin: 0 auto 7px;
    border-bottom: 1px solid #ddd
}

.fixed-icon .hotoffers-ico {
    width: 24px
}
.passazh-sticky-btn-shown.fixed-icon {
    bottom: 115px;
}
.last_up_price {
    background-color: #f3f3f3;
    padding: 7px 12px;
    display: inline-block;
    font-size: 13px;
    border-radius: 5px;
    margin-top: 10px;
}
.woocommerce.widget_shopping_cart .woocommerce-mini-cart__empty-message::before{
  content: "\f444";
  font-family: passazh-font;
  float: right;
  width: 100%;
  text-align: center;
  font-size: 50px;
  color: rgba(135, 135, 135, .35);
}
