:root {
    --qode-main-color: #691915;
    --qode-header-light-color: #fff;
    --qode-header-light-hover-color: #fff;
    --qode-header-dark-color: #000;
    --qode-header-dark-hover-color: #000;
    --qode-header-height: 127px;
    --qode-top-bar-height: 0px;
    --qode-admin-bar-height: 0px;
    --qode-height-custom-offset: 0px;
    --qode-mobile-header-height: 70px
}

body {
    --qode-header-height-total: calc(var(--qode-header-height) + var(--qode-top-bar-height) + var(--qode-admin-bar-height))
}

body.admin-bar {
    --qode-admin-bar-height: 32px
}

@media (max-width:782px) {
    body.admin-bar {
        --qode-admin-bar-height: 46px
    }
}

@media (max-width:1200px) {
    body {
        --qode-header-height-total: calc(var(--qode-mobile-header-height) + var(--qode-admin-bar-height))
    }
}

@keyframes qode-rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes qode-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes qode-ball-fall {
    0% {
        opacity: 0;
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        transform: translateY(145%)
    }
}

@keyframes qode-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes qode-double-pulse {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes qode-cube {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes qode-rotating-cubes {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes qode-stretch-delay {

    0%,
    100%,
    40% {
        transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1)
    }
}

@keyframes qode-bounce-delay {

    0%,
    100%,
    80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

@keyframes qode-rotate-circles {
    to {
        transform: rotate(360deg)
    }
}

@keyframes qode-atom-position {
    50% {
        top: 80px;
        left: 80px
    }
}

@keyframes qode-atom-size {
    50% {
        transform: scale(.5)
    }
}

@keyframes qode-atom-zindex {
    100% {
        z-index: 10
    }
}

@keyframes qode-atom-shrink {
    50% {
        transform: scale(.8)
    }
}

@keyframes qode-clock {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-clock-1 {
    0% {
        transform: rotate(-135deg)
    }

    30% {
        transform: rotate(-450deg)
    }

    100% {
        transform: rotate(-450deg)
    }
}

@keyframes qode-clock-2 {
    5% {
        transform: rotate(-90deg)
    }

    35% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

@keyframes qode-clock-3 {
    10% {
        transform: rotate(-45deg)
    }

    40% {
        transform: rotate(-360deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes qode-clock-4 {
    15% {
        transform: rotate(0)
    }

    45% {
        transform: rotate(-315deg)
    }

    100% {
        transform: rotate(-315deg)
    }
}

@keyframes qode-mitosis-invert {
    100% {
        transform: rotate(180deg)
    }
}

@keyframes qode-mitosis-ball-1 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(25%) scale(1, .8)
    }

    40% {
        transform: translateX(50%) scale(.8, .8)
    }

    60% {
        transform: translateX(50%) scale(.8, .8)
    }

    74% {
        transform: translate(50%, 25%) scale(.6, .8)
    }

    88% {
        transform: translate(50%, 50%) scale(.6, .6)
    }

    100% {
        transform: translate(50%, 50%) scale(.6, .6)
    }
}

@keyframes qode-mitosis-ball-2 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(25%) scale(1, .8)
    }

    40% {
        transform: translateX(50%) scale(.8, .8)
    }

    60% {
        transform: translateX(50%) scale(.8, .8)
    }

    74% {
        transform: translate(50%, -25%) scale(.6, .8)
    }

    88% {
        transform: translate(50%, -50%) scale(.6, .6)
    }

    100% {
        transform: translate(50%, -50%) scale(.6, .6)
    }
}

@keyframes qode-mitosis-ball-3 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(-25%) scale(1, .8)
    }

    40% {
        transform: translateX(-50%) scale(.8, .8)
    }

    60% {
        transform: translateX(-50%) scale(.8, .8)
    }

    74% {
        transform: translate(-50%, 25%) scale(.6, .8)
    }

    88% {
        transform: translate(-50%, 50%) scale(.6, .6)
    }

    100% {
        transform: translate(-50%, 50%) scale(.6, .6)
    }
}

@keyframes qode-mitosis-ball-4 {
    12% {
        transform: none
    }

    26% {
        transform: translateX(-25%) scale(1, .8)
    }

    40% {
        transform: translateX(-50%) scale(.8, .8)
    }

    60% {
        transform: translateX(-50%) scale(.8, .8)
    }

    74% {
        transform: translate(-50%, -25%) scale(.6, .8)
    }

    88% {
        transform: translate(-50%, -50%) scale(.6, .6)
    }

    100% {
        transform: translate(-50%, -50%) scale(.6, .6)
    }
}

@keyframes qode-lines-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes qode-fussion-ball-1 {
    50% {
        top: -100%;
        left: 200%
    }

    100% {
        top: 50%;
        left: 100%;
        z-index: 2
    }
}

@keyframes qode-fussion-ball-2 {
    50% {
        top: 200%;
        left: 200%
    }

    100% {
        top: 100%;
        left: 50%;
        z-index: 1
    }
}

@keyframes qode-fussion-ball-3 {
    50% {
        top: 200%;
        left: -100%
    }

    100% {
        top: 50%;
        left: 0;
        z-index: 2
    }
}

@keyframes qode-fussion-ball-4 {
    50% {
        top: -100%;
        left: -100%
    }

    100% {
        top: 0;
        left: 50%;
        z-index: 1
    }
}

@keyframes qode-wave-jump-1 {
    12% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in
    }

    100%,
    24% {
        transform: translate(40px, 0)
    }
}

@keyframes qode-wave-jump-2 {
    12% {
        transform: translate(0, 0)
    }

    24% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in
    }

    100%,
    36% {
        transform: translate(40px, 0)
    }
}

@keyframes qode-wave-jump-3 {
    24% {
        transform: translate(0, 0)
    }

    36% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in
    }

    100%,
    48% {
        transform: translate(40px, 0)
    }
}

@keyframes qode-wave-wipe {

    100%,
    48% {
        transform: translateX(-120px)
    }
}

@keyframes qode-pulse-circles-pulse {
    0% {
        transform: scale(.1);
        opacity: 1;
        border-width: 50px
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
        border-width: 0
    }
}

@keyframes qode-bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes qode-pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes qode-close-draw {
    from {
        clip-path: inset(-1px 0 -1px 0)
    }

    50% {
        clip-path: inset(-1px 19px -1px 0)
    }

    51% {
        clip-path: inset(-1px 0 -1px 19px)
    }

    to {
        clip-path: inset(-1px 0 -1px 0)
    }
}

@keyframes qode-dot {
    0% {
        opacity: 0
    }

    50%,
    60% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes qode-text-from-right {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0;
    font-family: 'Roboto Condensed';
}

* {
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

del {
    text-decoration: line-through
}

pre {
    max-width: 100%;
    margin: 15px 0;
    padding: 15px;
    background-color: #f5f5f5;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: monospace;
    font-size: 1em;
    color: #000
}

code {
    background-color: #f5f5f5;
    padding: 0;
    font-family: monospace, monospace;
    font-size: 1em;
    color: #000
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    width: 100%;
    vertical-align: middle;
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

table tr {
    border: 1px solid #e2e2e2
}

table th {
    padding: 5px 7px;
    text-align: left;
    border-right: 1px solid #e2e2e2
}

table td {
    padding: 5px 10px;
    text-align: left;
    border: 0;
    border-right: 1px solid #e2e2e2
}

table td br {
    display: none
}

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

hr:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

body:not([class*=highrev-core]) hr {
    clear: both
}

ol,
ul {
    list-style-position: inside;
    margin-bottom: 1.5em;
    padding: 0
}

ol.wp-block,
ul.wp-block {
    margin-bottom: 1.5em
}

ol:not(.wp-block),
ul:not(.wp-block) {
    margin: 0 0 1.5em
}

li>ol:not(.wp-block),
li>ul:not(.wp-block) {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

a img {
    border: none
}

.wp-caption,
img {
    height: auto;
    max-width: 100%
}

img {
    vertical-align: middle;
    border-style: none
}

figure {
    margin: 0
}

embed,
iframe,
object {
    display: block;
    max-width: 100%
}

video {
    display: block
}

embed,
object {
    height: auto
}

label {
    display: block;
    margin-bottom: .5em
}

fieldset {
    margin-bottom: 1em;
    padding: .35em .75em .625em
}

input[type=submit] {
    -webkit-appearance: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
    background-color: #f5f5f5
}

small {
    font-size: 80%
}

progress {
    vertical-align: baseline
}

summary {
    display: list-item
}

template {
    display: none
}

.gallery-caption,
.wp-caption,
figcaption {
    display: block;
    max-width: 100%;
    font-size: 13px !important;
    line-height: 1em !important;
    color: #000;
    text-align: center;
    opacity: 1;
    margin: 0 auto 20px auto
}

.gallery-caption:last-child,
.wp-caption:last-child,
figcaption:last-child {
    margin: 20px auto 0 auto
}

.gallery-caption a,
.wp-caption a,
figcaption a {
    color: inherit
}

.wp-caption .wp-caption-dd,
.wp-caption .wp-caption-text {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    opacity: 1
}

blockquote.instagram-media,
iframe.instagram-media {
    margin: auto !important
}

.bypostauthor,
.sticky {
    opacity: 1
}

::selection {
    color: #fff;
    background: var(--qode-main-color)
}

::-moz-selection {
    color: #fff;
    background: var(--qode-main-color)
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    line-height: 1;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    border: 0;
    word-wrap: normal !important;
    overflow: hidden
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    color: #21759b;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    z-index: 100000
}

#qodef-page-content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    text-align: left;
    margin-right: 40px !important;
    clear: left
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right;
    text-align: right;
    margin-left: 40px !important;
    clear: right
}

img.aligncenter,
img.alignleft,
img.alignright {
    margin-top: 0;
    margin-bottom: 20px
}

.qodef-content-alignment-left {
    text-align: left
}

.qodef-content-alignment-center {
    text-align: center
}

.qodef-content-alignment-right {
    text-align: right
}

.clear:after,
.clear:before,
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
    content: '';
    display: table;
    table-layout: fixed
}

.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.nav-links:after,
.pagination:after,
.widget-area:after,
.widget:after {
    clear: both
}

body {
    color: #000;
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.53333em;
    text-transform: initial;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

.qodef-h1,
h1 {
    font-family: "Oswald";
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 42px;
    line-height: .95238em;
    font-weight: 600;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media only screen and (max-width:680px) {

    .qodef-h1,
    h1 {
        font-size: 38px;
        line-height: 1.13em
    }
}

.qodef-h1 a,
h1 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h1 a:focus,
.qodef-h1 a:hover,
h1 a:focus,
h1 a:hover {
    color: var(--qode-main-color)
}

.qodef-h2,
h2 {
    font-family: "Oswald";
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 38px;
    line-height: .94737em;
    font-weight: 600;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media only screen and (max-width:1512px) {

    .qodef-h2,
    h2 {
        font-size: 36px;
        line-height: 1.13em
    }
}

@media only screen and (max-width:680px) {

    .qodef-h2,
    h2 {
        font-size: 34px;
        line-height: 1.14em
    }
}

.qodef-h2 a,
h2 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h2 a:focus,
.qodef-h2 a:hover,
h2 a:focus,
h2 a:hover {
    color: var(--qode-main-color)
}

.qodef-h3,
h3 {
    font-family: "Oswald";
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h3 a,
h3 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h3 a:focus,
.qodef-h3 a:hover,
h3 a:focus,
h3 a:hover {
    color: var(--qode-main-color)
}

.qodef-h4,
h4 {
    font-family: "Oswald";
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media only screen and (max-width:1512px) {

    .qodef-h4,
    h4 {
        font-size: 16px;
        line-height: 1.31em
    }
}

.qodef-h4 a,
h4 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h4 a:focus,
.qodef-h4 a:hover,
h4 a:focus,
h4 a:hover {
    color: var(--qode-main-color)
}

.qodef-h5,
h5 {
    font-family: "Oswald";
    color: #000;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 500;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h5 a,
h5 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h5 a:focus,
.qodef-h5 a:hover,
h5 a:focus,
h5 a:hover {
    color: var(--qode-main-color)
}

.qodef-h6,
h6 {
    font-family: "Oswald";
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.45455em;
    font-weight: 500;
    letter-spacing: .05em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.qodef-h6 a,
h6 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-h6 a:focus,
.qodef-h6 a:hover,
h6 a:focus,
h6 a:hover {
    color: var(--qode-main-color)
}

.qodef--default-title {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700
}

a,
p a {
    color: #000;
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer
}

a:focus,
a:hover,
p a:focus,
p a:hover {
    color: var(--qode-main-color)
}

p {
    margin-bottom: 20px
}

body[class*=highrev-core] p {
    margin: 10px 0
}

p.has-large-font-size {
    font-size: 36px;
    line-height: 1.53333em
}

p.has-large-font-size+p {
    line-height: 1.53333em
}

p.has-background {
    padding: 20px 30px
}

.wp-block-quote,
blockquote {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    position: relative;
    padding: 20px 10% 20px 0;
    max-width: 780px;
    border: none;
    margin: 0;
    quotes: none;
    z-index: 1
}

@media only screen and (max-width:1512px) {

    .wp-block-quote,
    blockquote {
        font-size: 16px;
        line-height: 1.31em
    }
}

.wp-block-quote.wp-block-quote.is-large,
.wp-block-quote.wp-block-quote.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
    padding: 20px 10% 20px 0;
    max-width: unset
}

.wp-block-quote.wp-block-pullquote,
blockquote.wp-block-pullquote {
    padding: 25px !important;
    text-align: center
}

.wp-block-quote.wp-block-pullquote p,
blockquote.wp-block-pullquote p {
    font-size: 28px !important;
    line-height: 1.6 !important
}

.wp-block-quote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft {
    max-width: 420px
}

.wp-block-quote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-quote.has-text-align-right:before,
blockquote.has-text-align-right:before {
    left: auto;
    right: 0
}

.wp-block-quote:before,
blockquote:before {
    content: '';
    display: block;
    flex-shrink: 0;
    position: relative;
    background-color: var(--qode-main-color);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDUwIDQwIj4NCiAgICAgICAgPHBhdGggZD0iTTc5My45NDcsMTExOS42MzRoMTkuNDkxdi0xOGgtOC44ODlhLjc2OC43NjgsMCwwLDEtLjc3NS0uNzYydi0xLjg0MmMwLTYuODc4LDIuNjgzLTEwLjQzNyw3Ljk3Ni0xMC41ODV2LTguODEyYy02Ljc0Ni4wNy0xMS45MzEsMi4xMzEtMTUuNDEzLDYuMTMyLTMuNTU4LDQuMDg1LTUuMzYyLDkuNTYxLTUuMzYyLDE2LjI3OEE1Ni4yMjEsNTYuMjIxLDAsMCwwLDc5My45NDcsMTExOS42MzRabS0yNy4zOSwwaDE5LjV2LTE4aC05LjA0MmEuNzY4Ljc2OCwwLDAsMS0uNzc1LS43NjJ2LTEuODQyYzAtNi44OCwyLjczNC0xMC40MzksOC4xMy0xMC41ODV2LTguODEyYy02Ljc0OC4wNjgtMTEuOTU4LDIuMTMyLTE1LjQ5Myw2LjEzNS0zLjYwNyw0LjA4Ni01LjQzNSw5LjU2MS01LjQzNSwxNi4yNzVBNTMsNTMsMCwwLDAsNzY2LjU1NywxMTE5LjYzNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NjMuNDM4IC0xMDc5LjYzNCkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KPC9zdmc+DQo=);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDUwIDQwIj4NCiAgICAgICAgPHBhdGggZD0iTTc5My45NDcsMTExOS42MzRoMTkuNDkxdi0xOGgtOC44ODlhLjc2OC43NjgsMCwwLDEtLjc3NS0uNzYydi0xLjg0MmMwLTYuODc4LDIuNjgzLTEwLjQzNyw3Ljk3Ni0xMC41ODV2LTguODEyYy02Ljc0Ni4wNy0xMS45MzEsMi4xMzEtMTUuNDEzLDYuMTMyLTMuNTU4LDQuMDg1LTUuMzYyLDkuNTYxLTUuMzYyLDE2LjI3OEE1Ni4yMjEsNTYuMjIxLDAsMCwwLDc5My45NDcsMTExOS42MzRabS0yNy4zOSwwaDE5LjV2LTE4aC05LjA0MmEuNzY4Ljc2OCwwLDAsMS0uNzc1LS43NjJ2LTEuODQyYzAtNi44OCwyLjczNC0xMC40MzksOC4xMy0xMC41ODV2LTguODEyYy02Ljc0OC4wNjgtMTEuOTU4LDIuMTMyLTE1LjQ5Myw2LjEzNS0zLjYwNyw0LjA4Ni01LjQzNSw5LjU2MS01LjQzNSwxNi4yNzVBNTMsNTMsMCwwLDAsNzY2LjU1NywxMTE5LjYzNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NjMuNDM4IC0xMDc5LjYzNCkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KPC9zdmc+DQo=);
    width: 50px;
    height: 40px;
    margin-right: 20px;
    z-index: -1
}

.wp-block-quote:has(p):has(cite),
blockquote:has(p):has(cite) {
    flex-wrap: wrap
}

.wp-block-quote:has(p):has(cite) p,
blockquote:has(p):has(cite) p {
    width: calc(100% - 70px)
}

.wp-block-quote>*,
blockquote>* {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    margin: 0
}

.wp-block-quote p,
blockquote p {
    margin: 0 !important
}

.wp-block-quote:after,
blockquote:after {
    content: ''
}

.wp-block-quote .wp-block-pullquote__citation,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite,
blockquote .wp-block-pullquote__citation,
blockquote .wp-block-quote__citation,
blockquote cite {
    display: block;
    margin: 15px auto 0 70px;
    font-style: normal;
    text-align: inherit !important;
    text-transform: none !important;
    width: 100%;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 500
}

.qodef-e-info>* {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.45455em;
    font-weight: 500;
    letter-spacing: .05em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000
}

.qodef-e-info>a:hover {
    color: var(--qode-main-color)
}

.qodef-info-separator-single {
    color: initial
}

.qodef-info-separator-single:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    margin: 0 8px;
    background-color: var(--qode-main-color)
}

.qodef-info-separator-end {
    color: initial
}

.qodef-info-separator-end:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    margin: 0 8px;
    background-color: var(--qode-main-color)
}

.qodef-info-separator-end:last-of-type {
    display: none
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    line-height: 23px;
    margin: 0 0 20px;
    outline: 0;
    padding: 21.5px 20px;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background-color: transparent;
    border-color: #e2e2e2;
    color: #000
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    background-color: transparent;
    border-color: #e2e2e2;
    color: #000
}

#qodef-page-footer input[type=date],
#qodef-page-footer input[type=email],
#qodef-page-footer input[type=number],
#qodef-page-footer input[type=password],
#qodef-page-footer input[type=search],
#qodef-page-footer input[type=tel],
#qodef-page-footer input[type=text],
#qodef-page-footer input[type=url],
#qodef-page-footer select,
#qodef-page-footer textarea {
    background-color: transparent;
    border-color: #e2e2e2;
    color: #fff
}

#qodef-page-footer input[type=date]:focus,
#qodef-page-footer input[type=email]:focus,
#qodef-page-footer input[type=number]:focus,
#qodef-page-footer input[type=password]:focus,
#qodef-page-footer input[type=search]:focus,
#qodef-page-footer input[type=tel]:focus,
#qodef-page-footer input[type=text]:focus,
#qodef-page-footer input[type=url]:focus,
#qodef-page-footer select:focus,
#qodef-page-footer textarea:focus {
    background-color: transparent;
    border-color: #e2e2e2;
    color: #ccc
}

.qodef-contact-form-7 input[type=date],
.qodef-contact-form-7 input[type=email],
.qodef-contact-form-7 input[type=number],
.qodef-contact-form-7 input[type=password],
.qodef-contact-form-7 input[type=search],
.qodef-contact-form-7 input[type=tel],
.qodef-contact-form-7 input[type=text],
.qodef-contact-form-7 input[type=url],
.qodef-contact-form-7 select,
.qodef-contact-form-7 textarea {
    margin: 0
}

input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
select::placeholder,
textarea::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-contact-form-7 .wpcf7-form-control-wrap {
    margin: 0 0 20px
}

.qodef-contact-form-7 label {
    margin: 0 0 20px
}

.qodef-contact-form-7 label .wpcf7-form-control-wrap {
    margin: 0
}

select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3MSIgaGVpZ2h0PSIxMS4zMTMiIHZpZXdCb3g9IjAgMCA3LjA3MSAxMS4zMTMiPg0KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODA2LjQ2NSAtNzguMzQzKSI+DQogICAgPHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODEzLjUzNiA4NCkgcm90YXRlKDEzNSkiLz4NCiAgICA8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4MTIuMTIyIDg1LjQxNSkgcm90YXRlKC0xMzUpIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-position: calc(100% - 18px) center;
    background-repeat: no-repeat;
    display: inline-block;
    height: auto;
    margin: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

select:disabled {
    background-color: #f5f5f5;
    border-color: inherit;
    box-shadow: none;
    color: inherit;
    text-shadow: none
}

select option {
    color: #000
}

select.qodef-arrow--light {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjZmZmJyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==)
}

.post-password-form input[type=password] {
    margin-top: .5em
}

@media only screen and (min-width:1025px) {
    .post-password-form input[type=password] {
        display: block;
        max-width: 50%
    }
}

.qodef-theme-button,
button[type=submit],
input[type=submit] {
    font-family: Archivo, sans-serif;
    font-size: 13px;
    line-height: 1.0769em;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 11px;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 17px 35px 16px;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, var(--qode-main-color));
    border: 1px solid var(--qode-button-border-color, transparent);
    background-image: linear-gradient(to bottom, var(--qode-button-bg-color, var(--qode-main-color)) 50%, var(--qode-button-bg-hover-color, #000) 50%);
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out;
    background-size: 100% 203%;
    background-position: 0 0;
    cursor: pointer
}

.qodef-theme-button:hover,
button[type=submit]:hover,
input[type=submit]:hover {
    color: var(--qode-button-hover-color, #fff);
    border-color: var(--qode-button-border-hover-color, transparent);
    background-position: 0 100%
}

.qodef-theme-button span,
button[type=submit] span {
    display: block;
    line-height: inherit
}

.qodef-theme-button span:before,
button[type=submit] span:before {
    display: block;
    line-height: inherit
}

input[type=checkbox],
input[type=radio] {
    appearance: none;
    background: 0 0;
    border: 1px solid #000;
    border-radius: 0;
    display: inline-block;
    height: 16px;
    margin: 0;
    min-height: initial;
    min-width: initial;
    outline: 0;
    position: relative;
    transition: border-color .2s ease-out;
    width: 16px
}

input[type=checkbox]:before,
input[type=radio]:before {
    display: none !important
}

input[type=checkbox]:after,
input[type=radio]:after {
    background-color: var(--qode-main-color);
    content: "";
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjE5MyIgaGVpZ2h0PSI3LjA3MiIgdmlld0JveD0iMCAwIDkuMTkzIDcuMDcyIj4NCiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2My40MDQgLTEwMTkuNDY0KSI+DQogICAgPHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjY4LjM1MyAxMDI1LjEyMSkgcm90YXRlKDEzNSkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KICAgIDxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2Ni45MzkgMTAyNi41MzUpIHJvdGF0ZSgtMTM1KSIgZmlsbD0iY3VycmVudENvbG9yIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjE5MyIgaGVpZ2h0PSI3LjA3MiIgdmlld0JveD0iMCAwIDkuMTkzIDcuMDcyIj4NCiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2My40MDQgLTEwMTkuNDY0KSI+DQogICAgPHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjY4LjM1MyAxMDI1LjEyMSkgcm90YXRlKDEzNSkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KICAgIDxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2Ni45MzkgMTAyNi41MzUpIHJvdGF0ZSgtMTM1KSIgZmlsbD0iY3VycmVudENvbG9yIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    display: block;
    height: 7px;
    width: 9px;
    position: absolute;
    left: 2px;
    top: 4px;
    opacity: 0;
    transition: opacity .2s ease-out
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    border-color: #000
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
    opacity: 1
}

[class*=highrev] .select2-container--default {
    display: inline-block;
    margin: 0 0 20px;
    position: relative;
    vertical-align: middle;
    width: auto
}

[class*=highrev] .select2-container--default .qodef-select2-icon-option {
    display: flex;
    align-items: center;
    width: 100%
}

[class*=highrev] .select2-container--default .qodef-select2-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

[class*=highrev] .select2-container--default .select2-selection--single {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-family: inherit;
    height: auto;
    line-height: 23px;
    margin: 0;
    outline: 0;
    padding: 23px 20px 20px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[class*=highrev] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
    display: block;
    line-height: inherit;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

[class*=highrev] .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: inherit;
    margin: 0;
    position: relative
}

[class*=highrev] .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit
}

[class*=highrev] .select2-container--default .select2-selection--single .select2-selection__arrow {
    align-items: center;
    color: inherit;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    transform: translateY(0) rotate(.0001deg);
    transform-origin: 50% 50%;
    transition: color .2s ease-out, transform .4s cubic-bezier(.51, .56, .04, .9)
}

.qodef-browser--safari [class*=highrev] .select2-container--default .select2-selection--single .select2-selection__arrow {
    will-change: transform
}

[class*=highrev] .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

[class*=highrev] .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    background-color: currentColor;
    content: '';
    display: block;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3MSIgaGVpZ2h0PSIxMS4zMTMiIHZpZXdCb3g9IjAgMCA3LjA3MSAxMS4zMTMiPg0KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODA2LjQ2NSAtNzguMzQzKSI+DQogICAgPHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODEzLjUzNiA4NCkgcm90YXRlKDEzNSkiLz4NCiAgICA8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4MTIuMTIyIDg1LjQxNSkgcm90YXRlKC0xMzUpIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3MSIgaGVpZ2h0PSIxMS4zMTMiIHZpZXdCb3g9IjAgMCA3LjA3MSAxMS4zMTMiPg0KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODA2LjQ2NSAtNzguMzQzKSI+DQogICAgPHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODEzLjUzNiA4NCkgcm90YXRlKDEzNSkiLz4NCiAgICA8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4MTIuMTIyIDg1LjQxNSkgcm90YXRlKC0xMzUpIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
    height: 100%
}

[class*=highrev] .select2-container--default .select2-selection--single:hover .select2-selection__arrow {
    color: var(--qode-main-color);
    transform: translateY(0) rotate(90deg)
}

[class*=highrev] .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 23px;
    margin: 0;
    outline: 0;
    padding: 21.5px 20px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[class*=highrev] .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: inherit;
    display: block;
    line-height: inherit;
    list-style: none;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

[class*=highrev] .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 0;
    padding: 0
}

[class*=highrev] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
    color: inherit;
    float: left;
    margin: 0
}

[class*=highrev] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: inherit;
    margin: 0;
    position: relative
}

[class*=highrev] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #000;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: default;
    float: left;
    margin: 1px 1px 1px 0;
    padding: 5px 10px
}

[class*=highrev] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-weight: inherit;
    margin: 0 10px 0 0;
    transition: opacity .2s ease-out
}

[class*=highrev] .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
    color: inherit;
    opacity: .8
}

[class*=highrev] .select2-container--default .select2-search--inline {
    float: left
}

[class*=highrev] .select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance: none;
    border: none !important;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 !important;
    outline: 0;
    padding: 0 !important;
    width: 100%
}

[class*=highrev] .select2-container--default .select2-search--inline .select2-search__field:focus {
    border-color: #000
}

[class*=highrev] .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

[class*=highrev] .select2-container--default .select2-dropdown {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    display: block;
    left: -100000px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999
}

[class*=highrev] .select2-container--default .select2-dropdown.qodef-product-list-select2-dd {
    background-color: #f5f5f5
}

.admin-bar[class*=highrev] .select2-container--default .select2-dropdown {
    top: 32px
}

@media only screen and (max-width:782px) {
    .admin-bar[class*=highrev] .select2-container--default .select2-dropdown {
        top: 46px
    }
}

[class*=highrev] .select2-container--default .select2-search--dropdown {
    display: block;
    padding: 14px 15px 2px
}

[class*=highrev] .select2-container--default .select2-search--dropdown.select2-search--hide {
    display: none
}

[class*=highrev] .select2-container--default .select2-search--dropdown .select2-search__field {
    -webkit-appearance: none;
    border: 1px solid #e2e2e2;
    color: #000;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 20px;
    margin: 0;
    outline: 0;
    padding: 4px 8px;
    width: 100%
}

[class*=highrev] .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

[class*=highrev] .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #e2e2e2;
    color: #000
}

[class*=highrev] .select2-container--default .select2-results {
    display: block
}

[class*=highrev] .select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

[class*=highrev] .select2-container--default .qodef-product-list-select2-dd {
    left: 2px !important
}

@media only screen and (max-width:480px) {
    [class*=highrev] .select2-container--default .qodef-product-list-select2-dd {
        left: -1px !important
    }
}

[class*=highrev] .select2-container--default .qodef-product-list-select2-dd .select2-results__options {
    font-size: 13px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 19px 18px 21px;
    text-align: right
}

@media only screen and (max-width:480px) {
    [class*=highrev] .select2-container--default .qodef-product-list-select2-dd .select2-results__options {
        left: 0 !important;
        text-align: left
    }
}

[class*=highrev] .select2-container--default .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 20px 18px 20px
}

.single-product[class*=highrev] .select2-container--default .select2-results__options {
    text-align: left
}

.woocommerce-checkout[class*=highrev] .select2-container--default .select2-results__options {
    text-align: left
}

[class*=highrev] .select2-container--default .select2-results__option {
    background-color: transparent !important;
    color: #000 !important;
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    padding: 1px 0;
    transition: color .2s ease-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[class*=highrev] .select2-container--default .select2-results__option:hover {
    color: #000 !important
}

[class*=highrev] .select2-container--default .select2-results__option[role=group] {
    padding: 0
}

[class*=highrev] .select2-container--default .select2-results__option.select2-results__option--highlighted,
[class*=highrev] .select2-container--default .select2-results__option:hover {
    color: var(--qode-main-color) !important
}

[class*=highrev] .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

[class*=highrev] .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

[class*=highrev] .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

[class*=highrev] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

[class*=highrev] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

[class*=highrev] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

[class*=highrev] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

[class*=highrev] .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 7px 0
}

[class*=highrev] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

[class*=highrev] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding: 0
}

[class*=highrev] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 0;
    right: auto
}

[class*=highrev] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
[class*=highrev] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
[class*=highrev] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

[class*=highrev] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
    padding: 0
}

[class*=highrev] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin: 7px auto 0 5px
}

[class*=highrev] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0 auto 0 3px
}

[class*=highrev] .select2-container--default.select2-container--disabled .select2-selection--multiple,
[class*=highrev] .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f5f5f5;
    cursor: default
}

[class*=highrev] .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear,
[class*=highrev] .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

[class*=highrev] .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

[class*=highrev] .select2-container--default.select2-container--open .select2-selection--multiple,
[class*=highrev] .select2-container--default.select2-container--open .select2-selection--single {
    color: #000
}

[class*=highrev] .select2-container--default.select2-container--open .select2-dropdown {
    left: 0
}

[class*=highrev] .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
    border-bottom-color: transparent
}

[class*=highrev] .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
    border-top-color: transparent
}

.select2-container--default .select2-selection {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #000 !important
}

.select2-container--default .select2-selection:focus {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #000 !important
}

#qodef-page-footer .select2-container--default .select2-selection {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #fff !important
}

#qodef-page-footer .select2-container--default .select2-selection:focus {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #ccc !important
}

body[class*=highrev].e--ua-mac .select2-container--default .qodef-product-list-select2-dd {
    left: 1px !important
}

@media only screen and (max-width:480px) {
    body[class*=highrev].e--ua-mac .select2-container--default .qodef-product-list-select2-dd {
        left: -1px !important
    }
}

body:not([class*=highrev-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\25BE';
    font-family: initial;
    font-size: 16px
}

.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 0 !important;
    line-height: 1;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=search]::-ms-clear,
input[type=text]::-ms-clear {
    display: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #000
}

#qodef-page-footer input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    -webkit-text-fill-color: #fff
}

.qodef-content-grid {
    width: 1100px;
    margin: 0 auto
}

.qodef-content-grid.qodef-extended-grid:not([class*=qodef-extended-grid-disabled--]) {
    width: 100% !important;
    margin: 0
}

@media (min-width:1513px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1512 {
        width: 100% !important;
        margin: 0
    }
}

@media (max-width:1512px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1512 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:1369px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1368 {
        width: 100% !important;
        margin: 0
    }
}

@media (max-width:1368px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1368 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:1201px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1200 {
        width: 100% !important;
        margin: 0
    }
}

@media (max-width:1200px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1200 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:1025px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1024 {
        width: 100% !important;
        margin: 0
    }
}

@media (max-width:1024px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1024 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (min-width:881px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--880 {
        width: 100% !important;
        margin: 0
    }
}

@media (max-width:880px) {
    .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--880 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1100px)/ 2)
}

.qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1100px)/ 2)
}

.qodef--boxed .qodef-content-grid {
    width: 1160px
}

@media (min-width:1513px) {
    .qodef-content-grid-1400 .qodef-content-grid {
        width: 1400px
    }

    .qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1400px)/ 2)
    }

    .qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1400px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-1400 .qodef-content-grid {
        width: 1460px
    }
}

@media (min-width:1513px) {
    .qodef-content-grid-1300 .qodef-content-grid {
        width: 1300px
    }

    .qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1300px)/ 2)
    }

    .qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1300px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-1300 .qodef-content-grid {
        width: 1360px
    }
}

@media (min-width:1513px) {
    .qodef-content-grid-1200 .qodef-content-grid {
        width: 1200px
    }

    .qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1200px)/ 2)
    }

    .qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1200px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-1200 .qodef-content-grid {
        width: 1260px
    }
}

@media (min-width:1201px) {
    .qodef-content-grid-1000 .qodef-content-grid {
        width: 1000px
    }

    .qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1000px)/ 2)
    }

    .qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1000px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-1000 .qodef-content-grid {
        width: 1060px
    }
}

@media (min-width:1025px) {
    .qodef-content-grid-800 .qodef-content-grid {
        width: 800px
    }

    .qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 800px)/ 2)
    }

    .qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 800px)/ 2)
    }

    .qodef--boxed.qodef-content-grid-800 .qodef-content-grid {
        width: 860px
    }
}

.qodef-grid {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    --qode-columns: 1;
    --qode-columns-row-gap: 30px;
    --qode-columns-col-gap: 30px
}

.qodef-grid>.qodef-grid-inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
    row-gap: var(--qode-columns-row-gap);
    column-gap: var(--qode-columns-col-gap)
}

.qodef-grid.qodef-col-num--1>.qodef-grid-inner {
    --qode-columns: 1
}

.qodef-grid.qodef-col-num--2>.qodef-grid-inner {
    --qode-columns: 2
}

.qodef-grid.qodef-col-num--3>.qodef-grid-inner {
    --qode-columns: 3
}

.qodef-grid.qodef-col-num--4>.qodef-grid-inner {
    --qode-columns: 4
}

.qodef-grid.qodef-col-num--5>.qodef-grid-inner {
    --qode-columns: 5
}

.qodef-grid.qodef-col-num--6>.qodef-grid-inner {
    --qode-columns: 6
}

.qodef-grid.qodef-col-num--7>.qodef-grid-inner {
    --qode-columns: 7
}

.qodef-grid.qodef-col-num--8>.qodef-grid-inner {
    --qode-columns: 8
}

.qodef-grid.qodef-col-num--9>.qodef-grid-inner {
    --qode-columns: 9
}

.qodef-grid.qodef-col-num--10>.qodef-grid-inner {
    --qode-columns: 10
}

.qodef-grid .qodef-grid-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    min-height: 1px
}

.qodef-grid.qodef-layout--template>.qodef-grid-inner {
    --qode-columns: 2;
    grid-template-areas: "content sidebar"
}

@media (max-width:1200px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner {
        --qode-columns: 1;
        grid-template-areas: "content" "sidebar";
        grid-template-columns: minmax(0, 1fr) !important
    }
}

.qodef-grid.qodef-layout--template.qodef-grid-template--reverse>.qodef-grid-inner {
    grid-template-areas: "sidebar content"
}

@media (max-width:1200px) {
    .qodef-grid.qodef-layout--template.qodef-grid-template--reverse>.qodef-grid-inner {
        grid-template-areas: "content" "sidebar"
    }
}

.qodef-grid.qodef-layout--template.qodef-grid-template--sidebar-reverse>.qodef-grid-inner {
    grid-template-areas: "sidebar content"
}

@media (max-width:1200px) {
    .qodef-grid.qodef-layout--template.qodef-grid-template--sidebar-reverse>.qodef-grid-inner {
        grid-template-areas: "sidebar" "content"
    }
}

.qodef-grid.qodef-layout--template.qodef-grid-template--8-4>.qodef-grid-inner {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr)
}

.qodef-grid.qodef-layout--template.qodef-grid-template--9-3>.qodef-grid-inner {
    grid-template-columns: minmax(0, 9fr) minmax(0, 3fr)
}

.qodef-grid.qodef-layout--template.qodef-grid-template--4-8>.qodef-grid-inner {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr)
}

.qodef-grid.qodef-layout--template.qodef-grid-template--3-9>.qodef-grid-inner {
    grid-template-columns: minmax(0, 3fr) minmax(0, 9fr)
}

.qodef-grid.qodef-layout--template.qodef-grid-template--6-6>.qodef-grid-inner {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr)
}

.qodef-grid.qodef-layout--template.qodef-grid-template--12>.qodef-grid-inner {
    --qode-columns: 1;
    grid-template-areas: "content";
    grid-template-columns: minmax(0, 1fr)
}

.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--content {
    grid-area: content
}

.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--sidebar {
    grid-area: sidebar
}

.qodef-grid.qodef-layout--template.qodef-gutter--custom {
    --qode-columns-row-gap: var(--qode-columns-col-gap)
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner {
    height: 100%;
    overflow: hidden
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-media>* {
    height: 100%;
    width: 100%
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-media>*>a {
    height: 100%;
    width: 100%
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-media img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.qodef-grid.qodef-layout--masonry>.qodef-grid-inner {
    visibility: hidden
}

.qodef-grid.qodef-layout--masonry>.qodef-grid-inner.qodef--masonry-init {
    visibility: visible
}

.qodef-grid.qodef-vertical-gutter--no {
    --qode-columns-row-gap: 0px
}

.qodef-grid.qodef-vertical-gutter--tiny {
    --qode-columns-row-gap: 10px
}

.qodef-grid.qodef-vertical-gutter--small {
    --qode-columns-row-gap: 20px
}

.qodef-grid.qodef-vertical-gutter--normal {
    --qode-columns-row-gap: 30px
}

.qodef-grid.qodef-vertical-gutter--medium {
    --qode-columns-row-gap: 40px
}

.qodef-grid.qodef-vertical-gutter--large {
    --qode-columns-row-gap: 50px
}

.qodef-grid.qodef-vertical-gutter--huge {
    --qode-columns-row-gap: 80px
}

.qodef-grid.qodef-gutter--no {
    --qode-columns-col-gap: 0px
}

.qodef-grid.qodef-gutter--tiny {
    --qode-columns-col-gap: 10px
}

.qodef-grid.qodef-gutter--small {
    --qode-columns-col-gap: 20px
}

.qodef-grid.qodef-gutter--normal {
    --qode-columns-col-gap: 30px
}

.qodef-grid.qodef-gutter--medium {
    --qode-columns-col-gap: 40px
}

.qodef-grid.qodef-gutter--large {
    --qode-columns-col-gap: 50px
}

.qodef-grid.qodef-gutter--huge {
    --qode-columns-col-gap: 80px
}

.qodef-grid.qodef-vertical-gutter--custom {
    --qode-vertical-gutter-custom: 30px;
    --qode-vertical-gutter-custom-1512: 30px;
    --qode-vertical-gutter-custom-1200: 30px;
    --qode-vertical-gutter-custom-880: 30px;
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom, 30px)
}

.qodef-grid.qodef-gutter--custom {
    --qode-gutter-custom: 30px;
    --qode-gutter-custom-1512: 30px;
    --qode-gutter-custom-1200: 30px;
    --qode-gutter-custom-880: 30px;
    --qode-columns-col-gap: var(--qode-gutter-custom, 30px)
}

#qodef-page-wrapper {
    position: relative
}

#qodef-page-outer {
    position: relative
}

#qodef-page-inner {
    position: relative;
    padding: 30px 0 100px
}

#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12 {
    margin-bottom: 0
}

.qodef--boxed {
    background-color: #f5f5f5
}

.qodef--boxed #qodef-page-wrapper {
    display: block;
    background-color: #fff
}

.qodef--boxed #qodef-page-inner {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px
}

.qodef--passepartout #qodef-page-wrapper {
    background-color: #fff
}

.qodef-parallax-item {
    will-change: transform
}

.qodef-fit-height {
    height: calc(100vh - var(--qode-header-height-total) - var(--qode-height-custom-offset));
    object-fit: cover
}

.qodef-fit-img-height * {
    width: 100%
}

.elementor .qodef-fit-img-height img,
.qodef-fit-img-height img {
    height: calc(100vh - var(--qode-header-height-total) - var(--qode-height-custom-offset));
    object-fit: cover
}

.qodef-page-has-custom-section--uncover .qodef-page-content-section>.elementor>.e-con {
    z-index: 50
}

.qodef-page-has-custom-section--uncover .qodef-page-content-section>.elementor .qodef-custom-section--uncover {
    position: fixed !important;
    width: 100%
}

.qodef-page-has-custom-section--uncover .qodef-page-content-section>.elementor .qodef-custom-section--uncover.qodef-custom-section-position--top {
    top: 0;
    bottom: auto;
    z-index: 20
}

.qodef-page-has-custom-section--uncover .qodef-page-content-section>.elementor .qodef-custom-section--uncover.qodef-custom-section-position--bottom {
    bottom: 0;
    z-index: 10
}

.qodef-page-has-custom-section--uncover .qodef-page-content-section>.elementor .qodef-custom-section--uncover.qodef-custom-section-position--bottom.qodef-higher-z-index {
    z-index: 30
}

.qodef--has-custom-dot-animation .qodef-m-image {
    position: relative;
    display: inline-flex
}

.qodef--has-custom-dot-animation .qodef-m-image:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    animation: qode-dot 1s infinite;
    position: absolute;
    top: 50%;
    right: 25px;
    border-radius: 50%;
    translate: 0 -50%
}

button.mfp-arrow {
    color: #fff;
    height: 51px !important;
    margin: 0 !important;
    opacity: 1 !important;
    top: calc(50% - 25px) !important;
    transition: color .2s ease-out;
    width: 26px !important
}

button.mfp-arrow svg {
    display: block;
    pointer-events: none;
    width: 100%
}

button.mfp-arrow:after,
button.mfp-arrow:before {
    display: none !important
}

button.mfp-arrow:hover {
    color: rgba(255, 255, 255, .4)
}

button.mfp-arrow.mfp-arrow-left {
    left: 30px
}

@media only screen and (max-width:1200px) {
    button.mfp-arrow.mfp-arrow-left {
        left: calc(30px + 7%)
    }
}

button.mfp-arrow.mfp-arrow-right {
    right: 30px
}

@media only screen and (max-width:1200px) {
    button.mfp-arrow.mfp-arrow-right {
        right: calc(30px + 7%)
    }
}

button.mfp-arrow.mfp-arrow-right svg {
    transform: rotate(180deg)
}

button.mfp-close {
    color: #fff;
    height: 25px !important;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    right: 0 !important;
    top: 7.5px !important;
    transition: color .2s ease-out;
    width: auto !important
}

.mfp-iframe-holder button.mfp-close {
    top: -32.5px !important
}

button.mfp-close:hover {
    color: rgba(255, 255, 255, .4)
}

button.mfp-close:after,
button.mfp-close:before {
    display: none !important
}

button.mfp-close svg {
    display: block;
    height: 100%;
    pointer-events: none;
    width: auto
}

.mfp-container {
    padding: 0 7% !important
}

.mfp-figure {
    position: relative
}

.mfp-figure figure {
    padding: 40px 0
}

.mfp-figure figcaption {
    margin: 0 !important
}

.mfp-figure img {
    max-height: calc(100vh - 80px) !important;
    padding: 0 !important
}

.mfp-figure:after {
    background: 0 0 !important;
    box-shadow: none !important
}

.mfp-bottom-bar {
    line-height: 40px !important;
    margin-top: -40px !important
}

.mfp-bottom-bar .mfp-counter,
.mfp-bottom-bar .mfp-title {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.45455em;
    font-weight: 500;
    letter-spacing: .05em;
    color: #fff;
    line-height: inherit !important
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap {
    opacity: 0;
    transition: opacity .35s ease-out
}

.mfp-fade.mfp-bg.mfp-ready,
.mfp-fade.mfp-wrap.mfp-ready {
    opacity: 1
}

.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-bg {
    background-color: rgba(0, 0, 0, .8)
}

html.touchevents:has(.qodef-swiper--show-hidden-slides) #qodef-page-wrapper,
html.touchevents:has(.swiper-button-outside) #qodef-page-wrapper {
    overflow: hidden
}

.qodef-swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    visibility: hidden;
    z-index: 1
}

.qodef-swiper-container .swiper-wrapper {
    list-style: none;
    margin: 0;
    padding: 0
}

.swiper-vertical.qodef-swiper-container .swiper-wrapper {
    flex-direction: column
}

.qodef-swiper-container .swiper-slide:not(.qodef--retina-scaling) img {
    width: 100%
}

.qodef-swiper-container.qodef-blog .qodef-blog-item {
    margin-bottom: 0
}

.qodef-swiper-container.qodef-swiper--initialized {
    visibility: visible
}

.qodef-swiper-container.qodef-swiper--show-hidden-slides {
    overflow: visible
}

.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-prev {
    left: 50% !important;
    transform: translate(calc(-50vw + 60px), -50%) !important
}

.swiper-horizontal.qodef-swiper--show-pagination.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-prev {
    transform: translate(calc(-50vw + 60px), calc(-50% - 29.5px)) !important
}

.swiper-container-horizontal.qodef-swiper--show-pagination.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-prev {
    transform: translate(calc(-50vw + 60px), calc(-50% - 29.5px)) !important
}

.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-next {
    right: 50% !important;
    transform: translate(calc(50vw - 60px), -50%) !important
}

.swiper-horizontal.qodef-swiper--show-pagination.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-next {
    transform: translate(calc(50vw - 60px), calc(-50% - 29.5px)) !important
}

.swiper-container-horizontal.qodef-swiper--show-pagination.qodef-swiper-container.qodef-swiper--show-hidden-slides .swiper-button-next {
    transform: translate(calc(50vw - 60px), calc(-50% - 29.5px)) !important
}

@media only screen and (max-width:1024px) {

    .qodef-swiper-container.qodef-swiper--show-navigation-combo .swiper-button-next,
    .qodef-swiper-container.qodef-swiper--show-navigation-combo .swiper-button-prev {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-swiper-container.qodef-swiper--show-navigation-combo~.swiper-button-outside {
        display: none
    }
}

.qodef-swiper-container.qodef-swiper--show-navigation-combo .swiper-pagination-bullets {
    display: none
}

@media only screen and (max-width:1024px) {
    .qodef-swiper-container.qodef-swiper--show-navigation-combo .swiper-pagination-bullets {
        display: flex
    }
}

.swiper-pagination-bullets {
    align-items: center;
    display: flex;
    justify-content: center;
    width: auto
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0 !important;
    height: 30px;
    margin-top: 29px;
    position: relative !important
}

.swiper-container-vertical>.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    flex-direction: column;
    height: auto;
    right: 0 !important;
    width: 30px
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    align-items: center;
    background-color: #000;
    border-radius: 0;
    display: flex;
    width: 8px;
    height: 8px;
    justify-content: center;
    margin: 5px 15px !important;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: all .35s ease
}

.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: var(--qode-main-color)
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--qode-main-color)
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none !important;
    color: #000;
    height: auto !important;
    margin: 0 !important;
    transform: translateY(-50%);
    transition: all .2s ease-out;
    width: auto !important
}

.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-next,
.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-prev,
.swiper-horizontal.qodef-swiper--show-pagination .swiper-button-next,
.swiper-horizontal.qodef-swiper--show-pagination .swiper-button-prev {
    transform: translateY(calc(-50% - 29.5px))
}

.swiper-button-next svg,
.swiper-button-prev svg {
    display: block;
    width: auto;
    fill: currentColor
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: var(--qode-main-color)
}

.swiper-button-prev {
    left: 60px !important
}

.swiper-button-prev.swiper-button-outside {
    left: -86px !important
}

@media only screen and (max-width:1024px) {
    .swiper-button-prev.swiper-button-outside {
        left: -70px !important
    }
}

@media only screen and (max-width:880px) {
    .swiper-button-prev.swiper-button-outside {
        left: -60px !important
    }
}

.swiper-container-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-prev {
    left: 50% !important;
    top: 30px;
    transform: rotate(90deg) translate(0, -50%);
    transform-origin: 0 0
}

.swiper-button-next {
    right: 60px !important
}

.swiper-button-next.swiper-button-outside {
    right: -86px !important
}

@media only screen and (max-width:1024px) {
    .swiper-button-next.swiper-button-outside {
        right: -70px !important
    }
}

@media only screen and (max-width:880px) {
    .swiper-button-next.swiper-button-outside {
        right: -60px !important
    }
}

.swiper-container-vertical .swiper-button-next,
.swiper-vertical .swiper-button-next {
    bottom: 30px;
    right: 50% !important;
    top: auto;
    transform: rotate(90deg) translate(0, -50%);
    transform-origin: 0 50%
}

.swiper-container-vertical+.swiper-button-prev,
.swiper-vertical+.swiper-button-prev {
    left: 50% !important;
    top: -56px;
    transform: rotate(90deg) translate(0, -50%);
    transform-origin: 0 0
}

.swiper-container-vertical+.swiper-button-prev+.swiper-button-next,
.swiper-vertical+.swiper-button-prev+.swiper-button-next {
    bottom: -56px;
    right: 50% !important;
    top: auto;
    transform: rotate(90deg) translate(0, -50%);
    transform-origin: 0 50%
}

.widget_icl_lang_sel_widget {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    position: relative;
    top: -1px
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown {
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    align-items: center;
    display: flex;
    position: relative
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
    content: '\33';
    font-family: ElegantIcons;
    border: 0;
    line-height: 1;
    margin-left: auto;
    position: initial
}

body:not([class*=highrev-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
body:not([class*=highrev-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
    content: '\25BE';
    font-family: initial;
    font-size: 16px
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: 0;
    left: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: visibility 0s linear .25s, opacity .25s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 10
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    align-items: center;
    background-color: transparent;
    border: 0;
    display: flex;
    padding: 7px 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    display: inline-block;
    margin-bottom: 0 !important;
    vertical-align: middle
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    display: block;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    display: block;
    margin: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    display: block;
    padding: 0
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 200px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #000;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #fff
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #000;
    font-size: 14px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #000
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #000
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 175px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #000;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: transparent
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #000;
    font-size: 14px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #000
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #000
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 175px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 8px 20px;
    height: 40px;
    line-height: 24px;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #000
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #fff;
    font-size: 14px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #f5f5f5
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #000;
    font-size: 14px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #000
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #000
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #f5f5f5
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #000;
    font-size: 14px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    font-size: 14px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px;
    background-color: #f5f5f5
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #000;
    font-size: 14px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px !important
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff
}

.error404 #qodef-page-inner {
    padding: 0
}

#qodef-404-page {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 160px 10% 250px;
    text-align: center
}

#qodef-404-page .qodef-404-title {
    margin: 0
}

#qodef-404-page .qodef-404-text {
    display: block;
    margin: 14px auto 0
}

@media only screen and (min-width:1201px) {
    #qodef-404-page .qodef-404-text {
        max-width: 50%
    }
}

#qodef-404-page .qodef-404-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 52px
}

.qodef-blog .qodef-e-content,
.qodef-blog .qodef-e-inner,
.qodef-blog .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-blog .qodef-e-media iframe {
    display: block;
    height: 100%
}

.qodef-blog .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.qodef-blog .qodef-e-media-image a,
.qodef-blog .qodef-e-media-image img {
    display: block;
    width: 100%
}

.qodef-blog .qodef-e-content {
    margin: 32px 0 0
}

body[class*=highrev-core] .qodef-blog .qodef-e-title {
    margin: 0
}

.qodef-blog .qodef-e-excerpt {
    margin: 15px 0 0
}

.qodef-blog .qodef-e-top-holder {
    margin-bottom: 4px
}

.qodef-blog .qodef-e-text:after {
    content: '';
    clear: both;
    display: table
}

.qodef-blog .qodef-e-bottom-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 22px
}

.qodef-blog .qodef-e-left,
.qodef-blog .qodef-e-right {
    flex-basis: 50%
}

.qodef-blog .qodef-e-right {
    text-align: right
}

.qodef-blog .qodef-e-info .qodef-info--social-share .qodef-social-share {
    display: inline-flex;
    align-items: center
}

.qodef-blog .qodef-e-info .qodef-info--social-share .qodef-social-share .qodef-social-title {
    margin: 0 18px 0 0
}

.qodef-blog .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-blog article.sticky .qodef-e-title a {
    position: relative;
    text-decoration: underline
}

.qodef-blog article.sticky .qodef-e-title a:after {
    content: '*';
    position: absolute;
    top: 0;
    right: -.5em;
    font-size: 1.5em
}

html.elementor-html .qodef-blog article.format-video .wp-video {
    max-width: 100%
}

html.elementor-html .qodef-blog article.format-video video {
    height: auto
}

html.elementor-html .qodef-blog article.format-audio audio {
    display: block
}

.qodef-blog article.format-audio .qodef-e-media-image {
    width: 100%
}

.qodef-blog article.format-audio .qodef-e-media-image img {
    width: 100%
}

.qodef-blog article.format-audio .qodef-e-media-audio {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0
}

.qodef-blog article.format-link .qodef-e-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 47px 12% 47px 40px;
    background-color: #000
}

.qodef-blog article.format-link .qodef-e-link-text {
    position: relative;
    margin: 0;
    color: #fff
}

.qodef-blog article.format-link .qodef-e-link-icon {
    width: 49px;
    height: auto;
    flex-shrink: 0;
    color: var(--qode-main-color)
}

.qodef-blog article.format-link .qodef-e-link-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-blog article.format-quote .qodef-e-quote {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 49px 49px 36px;
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2
}

.qodef-blog article.format-quote .qodef-e-quote-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 1px
}

.qodef-blog article.format-quote .qodef-e-quote-text {
    position: relative;
    margin: 0;
    max-width: 600px
}

.qodef-blog article.format-quote .qodef-e-quote-icon {
    width: 50px;
    height: auto;
    flex-shrink: 0;
    color: var(--qode-main-color)
}

.qodef-blog article.format-quote .qodef-e-quote-author {
    position: relative;
    display: block;
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 500
}

.qodef-blog article.format-quote .qodef-e-quote-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-blog article.format-gallery .swiper-button-next,
.qodef-blog article.format-gallery .swiper-button-prev {
    left: 30px !important;
    color: #fff
}

.qodef-blog article.format-gallery .swiper-button-next svg,
.qodef-blog article.format-gallery .swiper-button-prev svg {
    display: none
}

.qodef-blog article.format-gallery .swiper-button-next:before,
.qodef-blog article.format-gallery .swiper-button-prev:before {
    content: '';
    display: inline-block;
    height: 27px;
    width: 15px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.849' height='26.87'%3E%3Cg fill='%23fff'%3E%3Cpath d='m2.121 12.728 12.021 12.02a1 1 0 0 1-1.414 1.415L.708 14.143a1 1 0 0 1 1.413-1.415Z' data-name='1'/%3E%3Cpath d='M.707 12.728 12.727.707a1 1 0 1 1 1.415 1.414l-12.02 12.02a1 1 0 0 1-1.415-1.413Z' data-name='2'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.849' height='26.87'%3E%3Cg fill='%23fff'%3E%3Cpath d='m2.121 12.728 12.021 12.02a1 1 0 0 1-1.414 1.415L.708 14.143a1 1 0 0 1 1.413-1.415Z' data-name='1'/%3E%3Cpath d='M.707 12.728 12.727.707a1 1 0 1 1 1.415 1.414l-12.02 12.02a1 1 0 0 1-1.415-1.413Z' data-name='2'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: all .35s ease
}

.qodef-blog article.format-gallery .swiper-button-next:hover:before,
.qodef-blog article.format-gallery .swiper-button-prev:hover:before {
    transform: translateX(-3px)
}

.qodef-blog article.format-gallery .swiper-button-next {
    left: auto !important;
    right: 30px !important
}

.qodef-blog article.format-gallery .swiper-button-next:before {
    transform: scaleX(-1)
}

.qodef-blog article.format-gallery .swiper-button-next:hover:before {
    transform: translateX(3px) scaleX(-1)
}

.qodef-blog.qodef--single .qodef-e-bottom-holder {
    margin-top: 15px
}

.qodef-blog:not(.qodef-col-num--1):not(.qodef--single) .qodef-e-media-image {
    overflow: hidden
}

.qodef-blog:not(.qodef-col-num--1):not(.qodef--single) .qodef-e-media-image img {
    transform: scale(1.01);
    --qode-hover-zoom: 1.034;
    transition: transform .58s cubic-bezier(.32, .71, .37, .94);
    transform-origin: 50% 50%
}

.qodef-blog:not(.qodef-col-num--1):not(.qodef--single) .qodef-e:hover img {
    transform: scale(var(--qode-hover-zoom))
}

.qodef-blog.qodef--list:not(.qodef-shortcode) .qodef-blog-item:not(:last-of-type) {
    margin-bottom: 80px
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-top-holder {
    margin-bottom: 3px
}

#qodef-page-comments {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 77px
}

#qodef-page-comments .qodef-page-comments-not-found {
    margin: 0
}

#qodef-page-comments-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 57px
}

#qodef-page-comments-list .qodef-m-title {
    margin: 0 0 24px
}

#qodef-page-comments-list .qodef-m-comments {
    list-style: none;
    margin: 0;
    padding: 0
}

#qodef-page-comments-list .qodef-m-comments>.qodef-comment-item:first-child {
    margin-top: 0
}

#qodef-page-comments-list .qodef-comment-item {
    margin: 11px 0 0;
    padding: 0
}

#qodef-page-comments-list .qodef-comment-item .children {
    list-style: none;
    margin: 0;
    padding: 0 0 0 112px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
    align-items: flex-start;
    display: flex;
    gap: 30px;
    padding: 29px 29px 22px;
    border: 1px solid #eaeaea
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
    flex-shrink: 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
    display: block
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
    margin: 6px 0 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.45455em;
    font-weight: 500;
    letter-spacing: .05em;
    margin-top: -2px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
    color: #000
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
    color: #000
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
    margin: 9px 0 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text p {
    margin: 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text img {
    margin-bottom: 5px;
    margin-top: 5px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
    margin-top: 11px
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    position: relative;
    font-size: 13px;
    line-height: 1.0769em;
    font-weight: 700;
    text-transform: uppercase
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* svg {
    margin-left: 11px;
    color: var(--qode-main-color)
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:last-child {
    margin-right: 0
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links a svg {
    overflow: visible
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links a svg path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9);
    transform: rotate(0) translateX(0) scaleX(1)
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links a svg path:nth-of-type(1) {
    transform-origin: 75% 72%
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links a svg path:nth-of-type(2) {
    transform-origin: 11% 50%
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links a:hover {
    color: currentColor
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links a:hover svg path:nth-of-type(1) {
    transform: scaleX(1.4) rotate(45deg) translateX(0)
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links a:hover svg path:nth-of-type(2) {
    transform: scaleY(1.4) rotate(45deg) translateX(0)
}

#respond {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-comment-item #respond {
    margin-top: 50px
}

.qodef-comment-item #respond .comment-reply-title {
    font-family: Archivo, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 500
}

.qodef-comment-item #respond .comment-reply-title small a {
    font-size: 13px;
    line-height: 1.0769em;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center
}

.qodef-comment-item #respond .comment-reply-title small a:hover {
    color: currentColor
}

.qodef-comment-item #respond .comment-reply-title small a:after {
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    background-color: var(--qode-main-color);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3MSIgaGVpZ2h0PSIxMS4zMTMiIHZpZXdCb3g9IjAgMCA3LjA3MSAxMS4zMTMiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MDYuNDY1IC03OC4zNDMpIj48cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4MTMuNTM2IDg0KSByb3RhdGUoMTM1KSIgZmlsbD0iY3VycmVudENvbG9yIj48L3JlY3Q+PHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODEyLjEyMiA4NS40MTUpIHJvdGF0ZSgtMTM1KSIgZmlsbD0iY3VycmVudENvbG9yIj48L3JlY3Q+PC9nPjwvc3ZnPg==);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3MSIgaGVpZ2h0PSIxMS4zMTMiIHZpZXdCb3g9IjAgMCA3LjA3MSAxMS4zMTMiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MDYuNDY1IC03OC4zNDMpIj48cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4MTMuNTM2IDg0KSByb3RhdGUoMTM1KSIgZmlsbD0iY3VycmVudENvbG9yIj48L3JlY3Q+PHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODEyLjEyMiA4NS40MTUpIHJvdGF0ZSgtMTM1KSIgZmlsbD0iY3VycmVudENvbG9yIj48L3JlY3Q+PC9nPjwvc3ZnPg==);
    margin-left: 10px;
    position: relative;
    top: -1px
}

#respond .comment-reply-title {
    display: flex;
    justify-content: space-between;
    margin: 0
}

#respond .qodef-comment-form .comment-notes,
#respond .qodef-comment-form .logged-in-as {
    margin: 11px 0 33px 0
}

#respond .qodef-comment-form .comment-form-author,
#respond .qodef-comment-form .comment-form-comment,
#respond .qodef-comment-form .comment-form-email,
#respond .qodef-comment-form .comment-form-url,
#respond .qodef-comment-form .form-submit {
    margin: 0
}

#respond .qodef-comment-form .comment-form-author,
#respond .qodef-comment-form .comment-form-comment,
#respond .qodef-comment-form .comment-form-email,
#respond .qodef-comment-form .comment-form-url {
    position: relative;
    overflow: hidden
}

#respond .qodef-comment-form .comment-form-comment+.form-submit button {
    margin-top: 23px
}

#respond .qodef-comment-form input[type=date],
#respond .qodef-comment-form input[type=email],
#respond .qodef-comment-form input[type=number],
#respond .qodef-comment-form input[type=password],
#respond .qodef-comment-form input[type=search],
#respond .qodef-comment-form input[type=tel],
#respond .qodef-comment-form input[type=text],
#respond .qodef-comment-form input[type=url],
#respond .qodef-comment-form textarea {
    margin: 0
}

#respond .qodef-comment-form input[type=date]:focus+.qodef-input-focus-line,
#respond .qodef-comment-form input[type=email]:focus+.qodef-input-focus-line,
#respond .qodef-comment-form input[type=number]:focus+.qodef-input-focus-line,
#respond .qodef-comment-form input[type=password]:focus+.qodef-input-focus-line,
#respond .qodef-comment-form input[type=search]:focus+.qodef-input-focus-line,
#respond .qodef-comment-form input[type=tel]:focus+.qodef-input-focus-line,
#respond .qodef-comment-form input[type=text]:focus+.qodef-input-focus-line,
#respond .qodef-comment-form input[type=url]:focus+.qodef-input-focus-line,
#respond .qodef-comment-form textarea:focus+.qodef-input-focus-line {
    transform: scaleX(1)
}

#respond .qodef-comment-form input:not([type=checkbox]) {
    border-top: none
}

#respond .qodef-comment-form .qodef-input-focus-line {
    display: block;
    width: calc(100% - 2px);
    height: 4px;
    position: absolute;
    bottom: 1px;
    left: 1px;
    background-color: var(--qode-main-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: all .25s ease-out
}

#respond .qodef-comment-form .comment-form-cookies-consent {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    margin: 18px 0 16px 0;
    position: relative
}

#respond .qodef-comment-form .comment-form-cookies-consent>* {
    margin: 0
}

#respond .qodef-comment-form .comment-form-cookies-consent input[type=checkbox] {
    flex-shrink: 0;
    margin: 2px 0 0 0
}

#respond .qodef-comment-form .comment-form-cookies-consent label {
    font-size: 14px;
    line-height: 1.571em
}

.qodef-filter--on .qodef-grid-inner {
    opacity: 1;
    transition: opacity .5s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
    opacity: 0;
    transition: opacity .2s ease
}

.qodef-filter--on.qodef--filter-loading .qodef-m-pagination-spinner {
    bottom: calc(50% - 16px) !important
}

.qodef-m-filter {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 40px
}

.qodef-m-filter .qodef-m-filter-items {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.qodef-m-filter .qodef-m-filter-item {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top
}

.qodef-m-filter .qodef-m-filter-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--qode-main-color);
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(.45, .05, .27, .94)
}

.qodef-m-filter .qodef-m-filter-item.qodef--active,
.qodef-m-filter .qodef-m-filter-item:hover {
    color: #000
}

.qodef-m-filter .qodef-m-filter-item.qodef--active:before,
.qodef-m-filter .qodef-m-filter-item:hover:before {
    transform: scaleX(1)
}

#qodef-page-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-footer>* {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qodef-page-footer-top-area {
    background-color: #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #e2e2e2
}

#qodef-page-footer-top-area .qodef-content-full-width {
    padding-left: 70px;
    padding-right: 70px
}

.qodef--boxed #qodef-page-footer-top-area {
    padding-left: 30px;
    padding-right: 30px
}

#qodef-page-footer-top-area-inner {
    padding-top: 66px;
    padding-bottom: 73px
}

#qodef-page-footer-middle-area {
    background-color: var(--qode-main-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 0 solid #e2e2e2
}

#qodef-page-footer-middle-area .qodef-content-full-width {
    padding-left: 70px;
    padding-right: 70px
}

.qodef--boxed #qodef-page-footer-middle-area {
    padding-left: 30px;
    padding-right: 30px
}

#qodef-page-footer-middle-area #qodef-page-footer-middle-area-inner {
    padding: 27px 0
}

@media only screen and (max-width:1024px) {
    #qodef-page-footer-middle-area #qodef-page-footer-middle-area-inner .qodef-grid-item {
        margin-bottom: 20px
    }
}

#qodef-page-footer-bottom-area {
    background-color: #000;
    border-top: 0 solid #e2e2e2
}

#qodef-page-footer-bottom-area .qodef-content-full-width {
    padding-left: 70px;
    padding-right: 70px
}

.qodef--boxed #qodef-page-footer-bottom-area {
    padding-left: 30px;
    padding-right: 30px
}

#qodef-page-footer-bottom-area-inner {
    padding-top: 19px;
    padding-bottom: 19px
}

.wp-block-button {
    float: none;
    margin: 20px 0
}

.wp-block-button .wp-block-button__link {
    font-family: Archivo, sans-serif;
    font-size: 13px;
    line-height: 1.0769em;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 11px;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 17px 35px 16px !important;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, var(--qode-main-color));
    border: 1px solid var(--qode-button-border-color, transparent);
    background-image: linear-gradient(to bottom, var(--qode-button-bg-color, var(--qode-main-color)) 50%, var(--qode-button-bg-hover-color, #000) 50%);
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out;
    background-size: 100% 203%;
    background-position: 0 0;
    cursor: pointer;
    border-radius: 2em
}

.wp-block-button .wp-block-button__link br {
    display: none
}

.wp-block-button .wp-block-button__link:hover {
    color: var(--qode-button-hover-color, #fff);
    border-color: var(--qode-button-border-hover-color, transparent);
    background-position: 0 100%
}

.wp-block-button.is-style-outline {
    border: none
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--qode-button-color, var(--qode-main-color));
    background-color: transparent;
    border: 1px solid var(--qode-button-border-color, var(--qode-main-color));
    --qode-button-bg-color: transparent;
    border-width: 1px
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: var(--qode-button-hover-color, #fff);
    background-color: var(--qode-button-bg-hover-color, var(--qode-main-color));
    border-color: var(--qode-button-border-hover-color, var(--qode-main-color))
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: var(--qode-main-color)
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
    color: #fff
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.wp-block-button.alignleft {
    margin-right: 40px;
    margin-top: 0;
    text-align: left;
    float: left
}

.wp-block-button.alignright {
    margin-left: 40px;
    margin-top: 0;
    text-align: right;
    float: right
}

.wp-block-image {
    /*margin: 0 0 20px 0*/
}

.wp-block-image .aligncenter {
    clear: both
}

.wp-block-image figure {
    margin-bottom: 20px !important;
    margin-top: 0 !important
}

.wp-block-image figcaption {
    margin-bottom: 0 !important;
    margin-top: 10px !important
}

.wp-block-cover-image {
    float: none !important;
    margin: 0 !important;
    max-width: 100% !important
}

.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p {
    line-height: 1em !important;
    margin: 0 auto !important;
    max-width: 580px !important;
    padding: 14px !important;
    text-align: center;
    z-index: 1 !important
}

.wp-block-cover-image h1 a,
.wp-block-cover-image h2 a,
.wp-block-cover-image h3 a,
.wp-block-cover-image h4 a,
.wp-block-cover-image h5 a,
.wp-block-cover-image h6 a,
.wp-block-cover-image p a {
    color: #fff !important
}

.wp-block-cover-image h1 a:hover,
.wp-block-cover-image h2 a:hover,
.wp-block-cover-image h3 a:hover,
.wp-block-cover-image h4 a:hover,
.wp-block-cover-image h5 a:hover,
.wp-block-cover-image h6 a:hover,
.wp-block-cover-image p a:hover {
    color: var(--qode-main-color) !important
}

.wp-block-cover-image :not(.has-text-color):not(.has-inline-color):not(a) {
    color: #fff !important;
    font-size: 30px !important
}

.wp-block-cover {
    margin-bottom: 20px !important
}

.wp-block-cover:not(.has-custom-content-position) .wp-block-cover__inner-container {
    width: 100% !important
}

.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
    line-height: 1em !important;
    margin: 0 auto !important;
    max-width: 580px !important;
    padding: 14px !important;
    text-align: center;
    z-index: 1 !important
}

.wp-block-cover h1 a,
.wp-block-cover h2 a,
.wp-block-cover h3 a,
.wp-block-cover h4 a,
.wp-block-cover h5 a,
.wp-block-cover h6 a,
.wp-block-cover p a {
    color: #fff !important
}

.wp-block-cover h1 a:hover,
.wp-block-cover h2 a:hover,
.wp-block-cover h3 a:hover,
.wp-block-cover h4 a:hover,
.wp-block-cover h5 a:hover,
.wp-block-cover h6 a:hover,
.wp-block-cover p a:hover {
    color: var(--qode-main-color) !important
}

.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
    color: #fff !important;
    font-size: 30px !important
}

.wp-block-gallery {
    display: flex;
    margin-bottom: 20px !important
}

.wp-block-gallery ul.blocks-gallery-grid {
    margin-bottom: -1em !important
}

.wp-block-gallery.alignleft {
    max-width: 420px
}

.wp-block-gallery.alignright {
    max-width: 420px
}

.wp-block-gallery figcaption {
    overflow-x: hidden
}

.wp-block-gallery .blocks-gallery-caption {
    margin-top: 10px
}

.wp-block-columns {
    margin-bottom: 20px
}

.wp-block-columns .wp-block-column>:last-child {
    margin-bottom: 0 !important
}

.wp-block-pullquote,
.wp-block-quote {
    margin-bottom: 20px
}

.wp-block-pullquote {
    border: 0 !important;
    padding: 0 !important;
    position: relative;
    text-align: center !important;
    width: 100% !important;
    z-index: -2
}

.wp-block-pullquote blockquote {
    padding: 25px !important;
    text-align: inherit
}

.wp-block-pullquote blockquote p {
    font-size: 28px !important;
    line-height: 1.6 !important
}

.has-drop-cap:after {
    clear: both;
    content: '';
    display: table;
    position: relative;
    table-layout: fixed
}

.wp-block-audio,
.wp-block-video {
    margin-bottom: 20px
}

.wp-block-file {
    color: #000;
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer;
    align-items: center;
    display: flex;
    margin: 0
}

.wp-block-file:focus,
.wp-block-file:hover {
    color: var(--qode-main-color)
}

figure>figcaption {
    margin-bottom: 0 !important;
    margin-top: 10px !important
}

.wp-block-group {
    margin-bottom: 20px
}

.wp-block-group.has-background {
    padding: 20px 30px
}

.wp-block-group .wp-block-group__inner-container>:last-child {
    margin-bottom: 0 !important
}

.wp-block-media-text {
    margin-bottom: 20px
}

.wp-block-table {
    margin-bottom: 20px
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes tr {
    border: none !important
}

.gallery-item img {
    border: 0 !important
}

.wp-block-search .wp-block-search__input {
    margin-bottom: 0
}

.wp-block-search .qodef-search-form-inner {
    align-items: stretch;
    display: flex;
    max-width: 100%;
    position: relative
}

.wp-block-search .qodef-search-form-field {
    margin: 0
}

.wp-block-search .qodef-search-form-button {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    padding: 0 1em
}

.wp-block-search .qodef-search-form-button.qodef--has-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 100%;
    padding: 0;
    border: 0;
    height: initial;
    padding: 0
}

.wp-block-search .qodef-search-form-button.qodef--has-icon svg {
    display: block;
    width: 15px;
    height: auto
}

.wp-block-search .qodef-search-form-button.qodef--button-outside {
    margin-left: 1em
}

.wp-block-search .qodef-search-form-button.qodef--button-inside {
    background-color: transparent !important;
    border: none !important;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.wp-block-search.qodef-search-form.wp-block-search__button-inside.wp-block-search__icon-button .qodef-search-form-field {
    padding-right: 60px
}

.wp-block-search.qodef-search-form.wp-block-search__button-outside .qodef-search-form-inner {
    display: flex
}

.wp-block-search.qodef-search-form.wp-block-search__button-outside .qodef-search-form-inner .qodef-search-form-field {
    margin: 0
}

.wp-block-search.qodef-search-form.wp-block-search__button-outside .qodef-search-form-inner .qodef-search-form-button {
    flex-shrink: 0
}

.wp-block-rss .wp-block-rss__item-title {
    display: inline-block;
    vertical-align: top
}

#qodef-page-header {
    position: relative;
    height: var(--qode-header-height);
    background-color: #fff;
    z-index: 100
}

#qodef-page-header .qodef-header-logo-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: var(--qode-header-height);
    max-height: 100%
}

body:not([class*=highrev-core]) #qodef-page-header .qodef-header-logo-link {
    height: calc(100% - 60px);
    width: 365px;
    max-width: 100%;
    justify-content: flex-end;
    padding: 0 20px;
    background-color: var(--qode-main-color)
}

#qodef-page-header .qodef-header-logo-link img {
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 100%;
    transition: opacity .3s ease
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
    max-height: 20px
}

#qodef-page-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px
}

body:not([class*=highrev-core]) #qodef-page-header-inner {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start
}

body:not([class*=highrev-core]) #qodef-page-header-inner .qodef-header-navigation {
    width: 100%;
    border-top: 1px solid #e2e2e2
}

.qodef-layout--justified-gallery {
    height: auto !important;
    visibility: hidden
}

.qodef-layout--justified-gallery.qodef--justified-gallery-init {
    visibility: visible
}

.qodef-layout--justified-gallery .qodef-grid-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 !important;
    overflow: hidden
}

.qodef-layout--justified-gallery .qodef-grid-item {
    position: absolute;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden
}

.qodef-layout--justified-gallery .qodef-grid-item img {
    height: auto !important;
    width: auto !important;
    margin: 0 !important
}

.qodef-layout--justified-gallery>.jg-filtered {
    display: none
}

#qodef-page-mobile-header {
    position: relative;
    display: none;
    height: var(--qode-mobile-header-height);
    z-index: 100
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
    position: relative;
    display: flex;
    align-items: center;
    height: var(--qode-mobile-header-height);
    max-height: 100%
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 100%;
    transition: opacity .3s ease
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-height--not-set img {
    max-height: calc(50% * 100 / 70)
}

#qodef-page-mobile-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 7%
}

#qodef-page-mobile-header-inner.qodef-content-grid {
    padding: 0
}

.qodef-mobile-header-opener {
    font-size: 20px;
    margin-left: 17px
}

.qodef-mobile-header-opener svg {
    display: block;
    width: 32px;
    height: auto
}

.qodef-mobile-header-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - var(--qode-mobile-header-height) - var(--qode-admin-bar-height));
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 10
}

.qodef-mobile-header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-mobile-header-navigation ul li {
    position: relative;
    margin: 0;
    padding: 7px 0
}

.qodef-mobile-header-navigation ul li a {
    position: relative;
    display: block
}

.qodef-mobile-header-navigation ul li .qodef-menu-item-arrow {
    position: absolute;
    top: 9px;
    right: 0;
    width: 7px;
    height: auto;
    color: var(--qode-main-color);
    z-index: 9;
    cursor: pointer;
    transition: color .2s ease-out;
    transform: rotate(0);
    transition: transform .2s ease-out, color .2s ease-out
}

.qodef-mobile-header-navigation ul li .qodef-menu-item-arrow:hover {
    color: var(--qode-main-color)
}

.qodef-mobile-header-navigation ul li ul {
    display: none;
    padding-left: 15px;
    margin: 0;
    padding-top: 7px
}

.qodef-mobile-header-navigation ul li ul li {
    padding: 3px 0
}

.qodef-mobile-header-navigation ul li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 5px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 14px;
    color: #000;
    font-family: Archivo, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.53333em;
    text-transform: initial;
    line-height: 1.45em;
    margin: 0
}

.qodef-mobile-header-navigation ul li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-mobile-header-navigation ul li ul li>a:before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    height: 6px;
    width: 6px;
    background: var(--qode-main-color);
    transition: left .2s ease-out, right .2s ease-out;
    left: -14px
}

.qodef-mobile-header-navigation ul li ul li>a:hover {
    padding-left: 14px;
    padding-right: 0
}

.qodef-mobile-header-navigation ul li ul li>a:hover:before {
    left: 0
}

.qodef-mobile-header-navigation ul li ul li.current-menu-ancestor>a,
.qodef-mobile-header-navigation ul li ul li.current-menu-item>a {
    padding-left: 14px;
    padding-right: 0
}

.qodef-mobile-header-navigation ul li ul li.current-menu-ancestor>a:before,
.qodef-mobile-header-navigation ul li ul li.current-menu-item>a:before {
    left: 0
}

.qodef-mobile-header-navigation ul li.qodef--opened>.qodef-menu-item-arrow {
    transform: rotate(90deg)
}

.qodef-mobile-header-navigation>ul {
    margin: 0 auto;
    padding: 34px 0
}

.qodef-mobile-header-navigation>ul>li>a {
    font-size: 15px;
    line-height: 1.0667em;
    font-weight: 600;
    text-transform: uppercase
}

.qodef-mobile-header-navigation>ul>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--qode-main-color);
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(.45, .05, .27, .94)
}

.qodef-mobile-header-navigation>ul>li>a:after {
    display: none
}

.qodef-mobile-header-navigation>ul>li>a:hover {
    color: var(--qode-main-color)
}

.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a,
.qodef-mobile-header-navigation>ul>li.current-menu-item>a {
    color: var(--qode-main-color)
}

.qodef-mobile-header-navigation>ul:not(.qodef-content-grid) {
    padding-left: 7%;
    padding-right: 7%
}

.qodef-header-navigation {
    height: 100%
}

.qodef-header-navigation ul {
    margin: 0 !important;
    padding: 0px 30px;
    list-style: none
}

.qodef-header-navigation ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.qodef-header-navigation ul li a .qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    width: 7px;
    height: auto;
    color: var(--qode-main-color)
}

.qodef-header-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
    position: absolute;
    top: 100%;
    left: -20px;
    width: 215px;
    margin: 0;
    padding: 14px 0 12px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out;
    border: 1px solid #e2e2e2
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
    padding: 0 19px
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
    top: calc(-14px - 5px - 1px);
    left: 100%
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
    left: auto;
    right: -20px;
    text-align: right
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a .qodef-menu-item-arrow {
    left: 0;
    right: auto;
    padding-bottom: 1px;
    transform: rotate(180deg)
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul {
    left: calc(-100% - 2 * 1px)
}

.qodef-header-navigation ul li.qodef-menu-item--narrow:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out
}

.qodef-header-navigation>ul {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap
}

.qodef-header-navigation>ul>li {
    height: 100%;
    margin: 0 21px
}

.qodef-header-navigation>ul>li:first-child {
    margin-left: 0
}

.qodef-header-navigation>ul>li:last-child {
    margin-right: 0
}

.qodef-header-navigation>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 15px;
    line-height: 1.0667em;
    font-weight: 600;
    text-transform: uppercase
}

.qodef-header-navigation>ul>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--qode-main-color);
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(.45, .05, .27, .94)
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-arrow {
    display: none
}

.qodef-header-navigation>ul>li>a:hover {
    color: currentColor
}

.qodef-header-navigation>ul>li>a:hover:after {
    transform: scaleX(1)
}

.qodef-header-navigation>ul>li.current-menu-ancestor>a,
.qodef-header-navigation>ul>li.current-menu-item>a {
    color: currentColor
}

.qodef-header-navigation>ul>li.current-menu-ancestor>a:after,
.qodef-header-navigation>ul>li.current-menu-item>a:after {
    transform: scaleX(1)
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
    color: #000;
    font-family: Archivo, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.53333em;
    text-transform: initial
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 5px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    padding-right: 14px
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a:before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    height: 6px;
    width: 6px;
    background: var(--qode-main-color);
    transition: left .2s ease-out, right .2s ease-out;
    left: -14px
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a {
    padding-left: 14px;
    padding-right: 0
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a:before,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a:before,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a:before {
    left: 0
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 5px 0;
    overflow: hidden;
    transition: padding .2s ease-out;
    justify-content: flex-end;
    padding-left: 14px;
    padding-right: 0
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a:before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    height: 6px;
    width: 6px;
    background: var(--qode-main-color);
    transition: left .2s ease-out, right .2s ease-out;
    left: auto;
    right: -14px
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a {
    padding-left: 0;
    padding-right: 14px
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a:before,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a:before,
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a:before {
    left: auto;
    right: 0
}

.qodef-m-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 80px
}

.qodef-m-pagination.qodef--wp .nav-links {
    position: relative;
    display: flex;
    align-items: center
}

.qodef-m-pagination.qodef--wp .page-numbers {
    position: relative;
    margin: 0 3px;
    padding: 0 3px;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 600;
    height: 1.625em;
    min-width: 1.625em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-out
}

.qodef-m-pagination.qodef--wp .page-numbers * {
    display: block;
    line-height: inherit
}

.qodef-m-pagination.qodef--wp .page-numbers:first-child {
    margin-left: 0
}

.qodef-m-pagination.qodef--wp .page-numbers:last-child {
    margin-right: 0
}

.qodef-m-pagination.qodef--wp .page-numbers {
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out;
    background-size: 200% 100%;
    color: #000;
    background-image: linear-gradient(to left, transparent 50%, var(--qode-main-color) 50%);
    background-position: 100% 0
}

.qodef-m-pagination.qodef--wp .page-numbers.next,
.qodef-m-pagination.qodef--wp .page-numbers.prev {
    padding: 0;
    min-width: auto;
    height: auto;
    background-image: none
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg,
.qodef-m-pagination.qodef--wp .page-numbers.prev svg {
    position: relative;
    top: -1px;
    display: block;
    width: 7px;
    height: auto;
    fill: currentColor;
    stroke: none
}

.qodef-m-pagination.qodef--wp .page-numbers.next:hover,
.qodef-m-pagination.qodef--wp .page-numbers.prev:hover {
    background-color: transparent;
    color: var(--qode-main-color)
}

.qodef-m-pagination.qodef--wp .page-numbers.prev {
    margin-right: 12px
}

.qodef-m-pagination.qodef--wp .page-numbers.next {
    margin-left: 12px
}

.qodef-m-pagination.qodef--wp .page-numbers.current,
.qodef-m-pagination.qodef--wp .page-numbers:hover {
    color: #fff;
    background-position: 0 0
}

.qodef-m-pagination.qodef--wp .page-numbers.dots:hover {
    background-color: transparent;
    color: currentColor
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
    position: relative;
    display: flex;
    align-items: center
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
    position: relative;
    margin: 0 3px;
    padding: 0 3px;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 600;
    height: 1.625em;
    min-width: 1.625em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-out
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item * {
    display: block;
    line-height: inherit
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child {
    margin-left: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child {
    margin-right: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out;
    background-size: 200% 100%;
    color: #000;
    background-image: linear-gradient(to left, transparent 50%, var(--qode-main-color) 50%);
    background-position: 100% 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    padding: 0;
    min-width: auto;
    height: auto;
    background-image: none
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg {
    position: relative;
    top: -1px;
    display: block;
    width: 7px;
    height: auto;
    fill: currentColor;
    stroke: none
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover {
    background-color: transparent;
    color: var(--qode-main-color)
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    margin-right: 12px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
    margin-left: 12px
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover {
    color: #fff;
    background-position: 0 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.dots:hover {
    background-color: transparent;
    color: currentColor
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef-prev--hidden {
    margin-left: 0
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--hide {
    display: none
}

.qodef-m-pagination.qodef--load-more {
    text-align: center
}

.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-m-pagination.qodef--load-more .qodef-load-more-button {
    opacity: 1
}

.qodef-m-pagination.qodef--infinite-scroll {
    text-align: center
}

.qodef-filter-pagination-spinner,
.qodef-pagination--on .qodef-m-pagination-spinner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: auto;
    visibility: hidden;
    z-index: -1;
    animation: qode-rotate 2s infinite linear
}

.qodef-filter-pagination-spinner {
    position: absolute;
    bottom: calc(50% - 32px / 2);
    left: calc(50% - 32px / 2)
}

.qodef--loading .qodef-filter-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
    opacity: 1;
    transition: opacity .2s ease-out
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-m-pagination-spinner {
    position: absolute;
    bottom: calc(50% - 32px / 2);
    left: calc(50% - 32px / 2)
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
    opacity: 0
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-m-pagination-inner {
    opacity: 0
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 32px / 2)
}

.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
    opacity: 0
}

.qodef-pagination--on.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-single-links {
    position: relative;
    display: flex;
    align-items: baseline;
    width: 100%;
    margin: 15px 0
}

.qodef-single-links .qodef-m-single-links-title {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.45455em;
    font-weight: 500;
    letter-spacing: .05em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000;
    margin-right: 10px
}

.qodef-single-links a,
.qodef-single-links>span:not(.qodef-m-single-links-title) {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.45455em;
    font-weight: 500;
    letter-spacing: .05em;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #000;
    margin-right: 8px;
    padding: 0 3px
}

.qodef-single-links a:last-child,
.qodef-single-links>span:not(.qodef-m-single-links-title):last-child {
    margin-right: 0
}

.qodef-single-links>span:not(.qodef-m-single-links-title) {
    color: var(--qode-main-color)
}

.qodef-search {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 50px
}

.qodef-search .qodef-e-search-heading {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px
}

.qodef-search .qodef-e-search-heading .qodef-e-search-heading-title {
    margin: 0 0 20px
}

.qodef-search .qodef-e-search-heading .qodef-e-search-heading-label {
    margin: 8px 0 0
}

.qodef-search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-search .qodef-search-form-field {
    margin: 0;
    padding-right: 50px
}

.qodef-search .qodef-search-form-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 100%;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: transparent;
    color: #000
}

.qodef-search .qodef-search-form-button:hover {
    color: var(--qode-main-color)
}

.qodef-search .qodef-search-form-button svg {
    display: block;
    width: 15px;
    height: auto
}

.qodef-search article {
    margin-bottom: 30px
}

.qodef-search article:last-child {
    margin-bottom: 0
}

.qodef-search article .qodef-e-inner {
    align-items: flex-start;
    display: flex;
    position: relative
}

.qodef-search article .qodef-e-inner>* {
    width: 100%
}

.qodef-search article .qodef-e-image {
    flex-shrink: 0;
    max-width: 180px;
    padding-right: 30px;
    width: auto
}

@media only screen and (max-width:880px) {
    .qodef-search article .qodef-e-image {
        display: none
    }
}

.qodef-search article .qodef-e-title {
    margin: 0
}

.qodef-search article .qodef-e-excerpt {
    margin: 15px 0 0
}

#qodef-page-sidebar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px
}

.qodef-svg--menu {
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.qodef-svg--search {
    fill: currentColor;
    stroke: none
}

.qodef-svg--star {
    fill: none;
    stroke: currentColor
}

.qodef-svg--menu-arrow {
    fill: currentColor;
    stroke: none
}

.qodef-svg--button-arrow {
    fill: currentColor;
    stroke: none
}

.qodef-svg--slider-arrow-left,
.qodef-svg--slider-arrow-right {
    fill: currentColor;
    stroke: none
}

.qodef-svg--close {
    fill: currentColor;
    stroke: none;
    stroke-miterlimit: 10
}

.qodef-svg--close-woo {
    fill: currentColor;
    stroke: none
}

.qodef-svg--close-side-area {
    fill: currentColor;
    stroke: none
}

.qodef-svg--opener-side-area {
    fill: currentColor;
    stroke: none
}

.qodef-svg--spinner {
    fill: var(--qode-main-color);
    stroke: none
}

.qodef-svg--link {
    fill: none;
    stroke: #484848
}

.qodef-svg--quote {
    fill: #484848;
    stroke: none
}

.qodef-svg--drag-cursor circle {
    fill: #000
}

.qodef-svg--drag-cursor text {
    font-family: Archivo, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.45455em;
    font-weight: 500;
    letter-spacing: .05em;
    fill: #fff
}

.qodef-svg--facebook {
    fill: currentColor;
    stroke: none
}

.qodef-svg--instagram {
    fill: currentColor;
    stroke: none
}

.qodef-svg--linkedin {
    fill: currentColor;
    stroke: none
}

.qodef-svg--pinterest {
    fill: currentColor;
    stroke: none
}

.qodef-svg--tumblr {
    fill: currentColor;
    stroke: none
}

.qodef-svg--twitter {
    fill: currentColor;
    stroke: none
}

.qodef-svg--vk {
    fill: currentColor;
    stroke: none
}

.qodef-svg--cart {
    fill: currentColor
}

.qodef-svg--pagination-back-link {
    fill: currentColor;
    stroke: none
}

.qodef-svg--dropdown-cart {
    fill: currentColor;
    stroke: none;
    overflow: visible
}

.qodef-skin--light .qodef-svg--dropdown-cart {
    fill: #fff
}

.qodef-svg--dropdown-cart .qodef--dropdown-cart-check,
.qodef-svg--dropdown-cart .qodef--dropdown-cart-plus {
    opacity: 0;
    transition: opacity .2s ease-out, transform .2s ease-out
}

.qodef-svg--dropdown-cart .qodef--dropdown-cart-plus {
    transform: scale(.5);
    transform-origin: center
}

.qodef-svg--heart {
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.qodef-page-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 240px
}

body:not([class*=highrev-core]) .qodef-page-title {
    background-color: #f5f5f5
}

.qodef-page-title .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-page-title .qodef-m-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.qodef-page-title .qodef-m-title {
    margin: 0
}

.widget:last-child,
[class*=elementor-widget-wp-widget]:last-child {
    margin-bottom: 0 !important
}

.widget .qodef-widget-title a,
[class*=elementor-widget-wp-widget] .qodef-widget-title a {
    color: inherit
}

.widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered),
.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered),
[class*=elementor-widget-wp-widget] ol:not(.qodef-shortcode-list):not(.select2-selection__rendered),
[class*=elementor-widget-wp-widget] ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li,
.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li,
[class*=elementor-widget-wp-widget] ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li,
[class*=elementor-widget-wp-widget] ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 500
}

.widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li:last-child,
.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li:last-child,
[class*=elementor-widget-wp-widget] ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li:last-child,
[class*=elementor-widget-wp-widget] ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li:last-child {
    margin-bottom: 0 !important
}

.widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul,
.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul,
[class*=elementor-widget-wp-widget] ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul,
[class*=elementor-widget-wp-widget] ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-left: 1em
}

.widget select,
[class*=elementor-widget-wp-widget] select {
    max-width: 100%;
    width: 100%
}

.widget .select2,
[class*=elementor-widget-wp-widget] .select2 {
    margin-bottom: 0
}

.widget .wp-caption,
[class*=elementor-widget-wp-widget] .wp-caption {
    color: inherit
}

.widget .qodef-search-form-inner,
[class*=elementor-widget-wp-widget] .qodef-search-form-inner {
    align-items: stretch;
    display: flex;
    max-width: 100%;
    position: relative
}

.widget .qodef-search-form-field,
[class*=elementor-widget-wp-widget] .qodef-search-form-field {
    margin: 0
}

.widget .qodef-search-form-button,
[class*=elementor-widget-wp-widget] .qodef-search-form-button {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    padding: 0 1em
}

.widget .qodef-search-form-button.qodef--has-icon,
[class*=elementor-widget-wp-widget] .qodef-search-form-button.qodef--has-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 100%;
    padding: 0;
    border: 0;
    height: initial;
    padding: 0
}

.widget .qodef-search-form-button.qodef--has-icon svg,
[class*=elementor-widget-wp-widget] .qodef-search-form-button.qodef--has-icon svg {
    display: block;
    width: 15px;
    height: auto
}

.widget .qodef-search-form-button.qodef--button-outside,
[class*=elementor-widget-wp-widget] .qodef-search-form-button.qodef--button-outside {
    margin-left: 1em
}

.widget .qodef-search-form-button.qodef--button-inside,
[class*=elementor-widget-wp-widget] .qodef-search-form-button.qodef--button-inside {
    background-color: transparent !important;
    border: none !important;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.widget .qodef-search-form.wp-block-search__button-inside.wp-block-search__icon-button .qodef-search-form-field,
[class*=elementor-widget-wp-widget] .qodef-search-form.wp-block-search__button-inside.wp-block-search__icon-button .qodef-search-form-field {
    padding-right: 60px
}

.widget .qodef-search-form.wp-block-search__button-outside .qodef-search-form-inner,
[class*=elementor-widget-wp-widget] .qodef-search-form.wp-block-search__button-outside .qodef-search-form-inner {
    display: flex
}

.widget .qodef-search-form.wp-block-search__button-outside .qodef-search-form-inner .qodef-search-form-field,
[class*=elementor-widget-wp-widget] .qodef-search-form.wp-block-search__button-outside .qodef-search-form-inner .qodef-search-form-field {
    margin: 0
}

.widget .qodef-search-form.wp-block-search__button-outside .qodef-search-form-inner .qodef-search-form-button,
[class*=elementor-widget-wp-widget] .qodef-search-form.wp-block-search__button-outside .qodef-search-form-inner .qodef-search-form-button {
    flex-shrink: 0
}

.widget .tagcloud,
.widget .wp-block-tag-cloud,
[class*=elementor-widget-wp-widget] .tagcloud,
[class*=elementor-widget-wp-widget] .wp-block-tag-cloud {
    margin: 0 0 -6px 0 !important
}

.widget .tagcloud a,
.widget .wp-block-tag-cloud a,
[class*=elementor-widget-wp-widget] .tagcloud a,
[class*=elementor-widget-wp-widget] .wp-block-tag-cloud a {
    display: inline-block;
    font-family: inherit;
    font-size: 11px !important;
    font-weight: 500;
    line-height: 1.4545em;
    letter-spacing: .05em;
    margin: 0 22px 6px 0;
    position: relative;
    text-transform: uppercase;
    vertical-align: top
}

.widget .tagcloud a:not(:last-child):after,
.widget .wp-block-tag-cloud a:not(:last-child):after,
[class*=elementor-widget-wp-widget] .tagcloud a:not(:last-child):after,
[class*=elementor-widget-wp-widget] .wp-block-tag-cloud a:not(:last-child):after {
    content: '';
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(calc(-50% - 1px));
    width: 10px;
    height: 2px;
    border-radius: 50%;
    background-color: var(--qode-main-color)
}

.widget .wp-block-calendar,
.widget.widget_calendar,
.widget[data-widget_type*=widget-calendar],
[class*=elementor-widget-wp-widget] .wp-block-calendar,
[class*=elementor-widget-wp-widget].widget_calendar,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] {
    color: inherit !important;
    width: 100%
}

.widget .wp-block-calendar table,
.widget.widget_calendar table,
.widget[data-widget_type*=widget-calendar] table,
[class*=elementor-widget-wp-widget] .wp-block-calendar table,
[class*=elementor-widget-wp-widget].widget_calendar table,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] table {
    table-layout: fixed
}

.widget .wp-block-calendar caption,
.widget.widget_calendar caption,
.widget[data-widget_type*=widget-calendar] caption,
[class*=elementor-widget-wp-widget] .wp-block-calendar caption,
[class*=elementor-widget-wp-widget].widget_calendar caption,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] caption {
    margin-bottom: 5px
}

.widget .wp-block-calendar thead,
.widget.widget_calendar thead,
.widget[data-widget_type*=widget-calendar] thead,
[class*=elementor-widget-wp-widget] .wp-block-calendar thead,
[class*=elementor-widget-wp-widget].widget_calendar thead,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] thead {
    color: inherit !important
}

.widget .wp-block-calendar th,
.widget.widget_calendar th,
.widget[data-widget_type*=widget-calendar] th,
[class*=elementor-widget-wp-widget] .wp-block-calendar th,
[class*=elementor-widget-wp-widget].widget_calendar th,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] th {
    background-color: transparent;
    font-weight: 600;
    padding: 5px 10px
}

.widget .wp-block-calendar td,
.widget.widget_calendar td,
.widget[data-widget_type*=widget-calendar] td,
[class*=elementor-widget-wp-widget] .wp-block-calendar td,
[class*=elementor-widget-wp-widget].widget_calendar td,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] td {
    padding: 5px 10px
}

.widget .wp-block-calendar #today a,
.widget.widget_calendar #today a,
.widget[data-widget_type*=widget-calendar] #today a,
[class*=elementor-widget-wp-widget] .wp-block-calendar #today a,
[class*=elementor-widget-wp-widget].widget_calendar #today a,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] #today a {
    color: inherit
}

.widget .wp-block-calendar a,
.widget.widget_calendar a,
.widget[data-widget_type*=widget-calendar] a,
[class*=elementor-widget-wp-widget] .wp-block-calendar a,
[class*=elementor-widget-wp-widget].widget_calendar a,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] a {
    text-decoration: none
}

.widget .wp-block-calendar .wp-calendar-nav,
.widget.widget_calendar .wp-calendar-nav,
.widget[data-widget_type*=widget-calendar] .wp-calendar-nav,
[class*=elementor-widget-wp-widget] .wp-block-calendar .wp-calendar-nav,
[class*=elementor-widget-wp-widget].widget_calendar .wp-calendar-nav,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] .wp-calendar-nav {
    margin: 5px 0 0 0;
    text-align: left
}

.widget.widget_media_gallery .wp-block-gallery,
.widget[data-widget_type*=widget-media-gallery] .wp-block-gallery,
[class*=elementor-widget-wp-widget].widget_media_gallery .wp-block-gallery,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery] .wp-block-gallery {
    gap: 0
}

.widget.widget_media_image,
.widget[data-widget_type*=widget-media-image],
[class*=elementor-widget-wp-widget].widget_media_image,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-image] {
    margin-bottom: 0
}

.widget.widget_media_image a,
.widget[data-widget_type*=widget-media-image] a,
[class*=elementor-widget-wp-widget].widget_media_image a,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-image] a {
    display: inline-block;
    vertical-align: top
}

.widget.widget_media_image img,
.widget[data-widget_type*=widget-media-image] img,
[class*=elementor-widget-wp-widget].widget_media_image img,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-image] img {
    display: block
}

.widget.widget_custom_html,
.widget[data-widget_type*=widget-custom-html],
[class*=elementor-widget-wp-widget].widget_custom_html,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-custom-html] {
    margin-bottom: 0
}

.widget.widget_text img,
.widget[data-widget_type*=widget-text] img,
[class*=elementor-widget-wp-widget].widget_text img,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-text] img {
    display: block
}

.widget.widget_nav_menu .qodef-menu-item-arrow,
.widget[data-widget_type*=widget-nav-menu] .qodef-menu-item-arrow,
[class*=elementor-widget-wp-widget].widget_nav_menu .qodef-menu-item-arrow,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-nav-menu] .qodef-menu-item-arrow {
    display: none
}

.widget.widget_nav_menu a,
.widget[data-widget_type*=widget-nav-menu] a,
[class*=elementor-widget-wp-widget].widget_nav_menu a,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-nav-menu] a {
    --qode-padding: 14px;
    padding-right: var(--qode-padding);
    clip-path: inset(-3px);
    transition: transform .34s cubic-bezier(.22, .61, .36, 1), clip-path .34s cubic-bezier(.22, .61, .36, 1);
    transform: translateX(0);
    display: inline-block
}

.widget.widget_nav_menu a:before,
.widget[data-widget_type*=widget-nav-menu] a:before,
[class*=elementor-widget-wp-widget].widget_nav_menu a:before,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-nav-menu] a:before {
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    background-color: var(--qode-main-color);
    top: calc(50% - 1px);
    translate: 0 -50%;
    transition: transform .5s cubic-bezier(.22, .61, .36, 1), opacity .33s;
    left: 0;
    transform: translateX(calc(-1 * var(--qode-padding))) scale(.8);
    opacity: 0
}

.widget.widget_nav_menu a:hover,
.widget[data-widget_type*=widget-nav-menu] a:hover,
[class*=elementor-widget-wp-widget].widget_nav_menu a:hover,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-nav-menu] a:hover {
    transform: translateX(calc(1 * var(--qode-padding)));
    clip-path: inset(calc(-1 * var(--qode-padding)))
}

.widget.widget_nav_menu a:hover:before,
.widget[data-widget_type*=widget-nav-menu] a:hover:before,
[class*=elementor-widget-wp-widget].widget_nav_menu a:hover:before,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-nav-menu] a:hover:before {
    transform: translateX(calc(-1 * var(--qode-padding))) scaleX(1);
    opacity: 1
}

.widget.widget_rss ul .rsswidget,
.widget[data-widget_type*=widget-rss] ul .rsswidget,
[class*=elementor-widget-wp-widget].widget_rss ul .rsswidget,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-rss] ul .rsswidget {
    font-family: Archivo, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.45455em;
    font-weight: 500;
    letter-spacing: .05em;
    display: block
}

.widget.widget_rss ul .rssSummary,
.widget[data-widget_type*=widget-rss] ul .rssSummary,
[class*=elementor-widget-wp-widget].widget_rss ul .rssSummary,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-rss] ul .rssSummary {
    margin-top: 15px
}

.widget.widget_rss ul cite,
.widget[data-widget_type*=widget-rss] ul cite,
[class*=elementor-widget-wp-widget].widget_rss ul cite,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-rss] ul cite {
    display: block;
    margin-top: 8px
}

.widget.widget_highrev_core_title_widget,
.widget[data-widget_type*=widget-highrev-core-title-widget],
[class*=elementor-widget-wp-widget].widget_highrev_core_title_widget,
[class*=elementor-widget-wp-widget][data-widget_type*=widget-highrev-core-title-widget] {
    margin: 0
}

.widget.widget_block .wp-block-columns,
.widget.widget_block .wp-block-group,
[class*=elementor-widget-wp-widget].widget_block .wp-block-columns,
[class*=elementor-widget-wp-widget].widget_block .wp-block-group {
    margin: 0
}

.widget.widget_block .wp-block-social-link,
[class*=elementor-widget-wp-widget].widget_block .wp-block-social-link {
    margin: 4px 8px 4px 0 !important
}

.widget.widget_block .wp-block-social-link:last-child,
[class*=elementor-widget-wp-widget].widget_block .wp-block-social-link:last-child {
    margin-bottom: 4px !important
}

.widget.widget_block .wp-block-latest-posts__featured-image,
[class*=elementor-widget-wp-widget].widget_block .wp-block-latest-posts__featured-image {
    margin-bottom: .5em
}

.widget.widget_block .wp-block-latest-posts__post-author,
.widget.widget_block .wp-block-latest-posts__post-date,
[class*=elementor-widget-wp-widget].widget_block .wp-block-latest-posts__post-author,
[class*=elementor-widget-wp-widget].widget_block .wp-block-latest-posts__post-date {
    color: inherit
}

.widget.widget_block .wp-block-rss__item-author,
.widget.widget_block .wp-block-rss__item-publish-date,
[class*=elementor-widget-wp-widget].widget_block .wp-block-rss__item-author,
[class*=elementor-widget-wp-widget].widget_block .wp-block-rss__item-publish-date {
    color: inherit
}

.widget.widget_block .wp-block-button .wp-block-button__link,
[class*=elementor-widget-wp-widget].widget_block .wp-block-button .wp-block-button__link {
    font-family: Archivo, sans-serif;
    font-size: 13px;
    line-height: 1.0769em;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 11px;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 17px 35px 16px
}

.widget.widget_block .wp-block-gallery,
[class*=elementor-widget-wp-widget].widget_block .wp-block-gallery {
    gap: 0
}

.widget.widget_block p:first-child,
[class*=elementor-widget-wp-widget].widget_block p:first-child {
    margin: 0
}

.widget.widget_block p:last-child,
[class*=elementor-widget-wp-widget].widget_block p:last-child {
    margin: 0
}

.widget>.wp-block-heading,
[class*=elementor-widget-wp-widget]>.wp-block-heading {
    margin: 0 !important
}

.widget:not(.widget_highrev_core_title_widget) {
    margin: 0 0 45px
}

.widget .qodef-widget-title {
    margin: 0 0 16px
}

.widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

.widget a {
    color: #000
}

.widget a:hover {
    color: var(--qode-main-color)
}

.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 10px
}

.widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 10px
}

.widget .qodef-search-form-button.qodef--button-inside {
    color: #fff
}

.widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #fff
}

.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
    color: #000
}

.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover {
    color: var(--qode-main-color)
}

.widget[class*='_search'] .qodef-widget-title {
    margin-bottom: 23px
}

.widget .wp-block-calendar #today,
.widget.widget_calendar #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

.widget .wp-block-calendar .wp-calendar-nav a,
.widget.widget_calendar .wp-calendar-nav a {
    color: #000
}

.widget .wp-block-calendar .wp-calendar-nav a:hover,
.widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

.widget.widget_media_image .qodef-widget-title {
    margin-bottom: 23px
}

.widget.widget_media_gallery {
    margin-bottom: 40px !important
}

.widget.widget_media_gallery .gallery {
    margin: 0 -5px !important
}

.widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

.widget.widget_media_gallery:last-child {
    margin-bottom: -5px !important
}

.widget .wp-block-gallery {
    margin: 0 -5px !important
}

.widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

.widget.widget_block .wp-block-columns h1:not([class*=qodef]),
.widget.widget_block .wp-block-columns h2:not([class*=qodef]),
.widget.widget_block .wp-block-columns h3:not([class*=qodef]),
.widget.widget_block .wp-block-columns h4:not([class*=qodef]),
.widget.widget_block .wp-block-columns h5:not([class*=qodef]),
.widget.widget_block .wp-block-columns h6:not([class*=qodef]),
.widget.widget_block .wp-block-group h1:not([class*=qodef]),
.widget.widget_block .wp-block-group h2:not([class*=qodef]),
.widget.widget_block .wp-block-group h3:not([class*=qodef]),
.widget.widget_block .wp-block-group h4:not([class*=qodef]),
.widget.widget_block .wp-block-group h5:not([class*=qodef]),
.widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 16px
}

[class*=elementor-widget-wp-widget]:not(.widget_highrev_core_title_widget) {
    margin: 0 0 45px
}

[class*=elementor-widget-wp-widget] .qodef-widget-title {
    margin: 0 0 16px
}

[class*=elementor-widget-wp-widget] .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

[class*=elementor-widget-wp-widget] a {
    color: #000
}

[class*=elementor-widget-wp-widget] a:hover {
    color: var(--qode-main-color)
}

[class*=elementor-widget-wp-widget] ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 10px
}

[class*=elementor-widget-wp-widget] ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 10px
}

[class*=elementor-widget-wp-widget] .qodef-search-form-button.qodef--button-inside {
    color: #fff
}

[class*=elementor-widget-wp-widget] .qodef-search-form-button.qodef--button-inside:hover {
    color: #fff
}

[class*=elementor-widget-wp-widget] .tagcloud a,
[class*=elementor-widget-wp-widget] .wp-block-tag-cloud a {
    color: #000
}

[class*=elementor-widget-wp-widget] .tagcloud a:hover,
[class*=elementor-widget-wp-widget] .wp-block-tag-cloud a:hover {
    color: var(--qode-main-color)
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-search] .qodef-widget-title {
    margin-bottom: 23px
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] .wp-calendar-nav a {
    color: #000
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-calendar] .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-image] .qodef-widget-title {
    margin-bottom: 23px
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery] {
    margin-bottom: 40px !important
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery] .gallery {
    margin: 0 -5px !important
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery] .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

[class*=elementor-widget-wp-widget][data-widget_type*=widget-media-gallery]:last-child {
    margin-bottom: -5px !important
}

#qodef-top-area .widget:not(.widget_highrev_core_title_widget) {
    margin: 0 0 0;
    color: #fff
}

#qodef-top-area .widget:not(.widget_highrev_core_title_widget) h1:not([class*=qodef]),
#qodef-top-area .widget:not(.widget_highrev_core_title_widget) h2:not([class*=qodef]),
#qodef-top-area .widget:not(.widget_highrev_core_title_widget) h3:not([class*=qodef]),
#qodef-top-area .widget:not(.widget_highrev_core_title_widget) h4:not([class*=qodef]),
#qodef-top-area .widget:not(.widget_highrev_core_title_widget) h5:not([class*=qodef]),
#qodef-top-area .widget:not(.widget_highrev_core_title_widget) h6:not([class*=qodef]) {
    color: #fff
}

#qodef-top-area .widget .qodef-widget-title {
    margin: 0 0 16px;
    color: #fff
}

#qodef-top-area .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget a {
    color: #fff
}

#qodef-top-area .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 10px
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 10px
}

#qodef-top-area .widget .qodef-search-form-button.qodef--button-inside {
    color: #fff
}

#qodef-top-area .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #fff
}

#qodef-top-area .widget .tagcloud a,
#qodef-top-area .widget .wp-block-tag-cloud a {
    color: #fff
}

#qodef-top-area .widget .tagcloud a:hover,
#qodef-top-area .widget .wp-block-tag-cloud a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget[class*='_search'] .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-top-area .widget .wp-block-calendar caption,
#qodef-top-area .widget.widget_calendar caption {
    color: #fff
}

#qodef-top-area .widget .wp-block-calendar tbody,
#qodef-top-area .widget.widget_calendar tbody {
    color: #fff
}

#qodef-top-area .widget .wp-block-calendar #today,
#qodef-top-area .widget.widget_calendar #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

#qodef-top-area .widget .wp-block-calendar .wp-calendar-nav a,
#qodef-top-area .widget.widget_calendar .wp-calendar-nav a {
    color: #fff
}

#qodef-top-area .widget .wp-block-calendar .wp-calendar-nav a:hover,
#qodef-top-area .widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-top-area .widget.widget_media_gallery {
    margin-bottom: -5px !important
}

#qodef-top-area .widget.widget_media_gallery .gallery {
    margin: 0 -5px !important
}

#qodef-top-area .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#qodef-top-area .widget.widget_media_gallery:last-child {
    margin-bottom: -5px !important
}

#qodef-top-area .widget .wp-block-gallery {
    margin: 0 -5px !important
}

#qodef-top-area .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#qodef-top-area .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-group h1:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-group h2:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-group h3:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-group h4:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-group h5:not([class*=qodef]),
#qodef-top-area .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 16px
}

#qodef-top-area.qodef-skin--dark .widget:not(.widget_highrev_core_title_widget) {
    margin: 0 0 0;
    color: #000
}

#qodef-top-area.qodef-skin--dark .widget:not(.widget_highrev_core_title_widget) h1:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget:not(.widget_highrev_core_title_widget) h2:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget:not(.widget_highrev_core_title_widget) h3:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget:not(.widget_highrev_core_title_widget) h4:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget:not(.widget_highrev_core_title_widget) h5:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget:not(.widget_highrev_core_title_widget) h6:not([class*=qodef]) {
    color: #000
}

#qodef-top-area.qodef-skin--dark .widget .qodef-widget-title {
    margin: 0 0 16px;
    color: #000
}

#qodef-top-area.qodef-skin--dark .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area.qodef-skin--dark .widget a {
    color: #000
}

#qodef-top-area.qodef-skin--dark .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area.qodef-skin--dark .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 10px
}

#qodef-top-area.qodef-skin--dark .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 10px
}

#qodef-top-area.qodef-skin--dark .widget .qodef-search-form-button.qodef--button-inside {
    color: #fff
}

#qodef-top-area.qodef-skin--dark .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #fff
}

#qodef-top-area.qodef-skin--dark .widget .tagcloud a,
#qodef-top-area.qodef-skin--dark .widget .wp-block-tag-cloud a {
    color: #000
}

#qodef-top-area.qodef-skin--dark .widget .tagcloud a:hover,
#qodef-top-area.qodef-skin--dark .widget .wp-block-tag-cloud a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area.qodef-skin--dark .widget[class*='_search'] .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-top-area.qodef-skin--dark .widget .wp-block-calendar caption,
#qodef-top-area.qodef-skin--dark .widget.widget_calendar caption {
    color: #000
}

#qodef-top-area.qodef-skin--dark .widget .wp-block-calendar tbody,
#qodef-top-area.qodef-skin--dark .widget.widget_calendar tbody {
    color: #000
}

#qodef-top-area.qodef-skin--dark .widget .wp-block-calendar #today,
#qodef-top-area.qodef-skin--dark .widget.widget_calendar #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

#qodef-top-area.qodef-skin--dark .widget .wp-block-calendar .wp-calendar-nav a,
#qodef-top-area.qodef-skin--dark .widget.widget_calendar .wp-calendar-nav a {
    color: #000
}

#qodef-top-area.qodef-skin--dark .widget .wp-block-calendar .wp-calendar-nav a:hover,
#qodef-top-area.qodef-skin--dark .widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area.qodef-skin--dark .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-top-area.qodef-skin--dark .widget.widget_media_gallery {
    margin-bottom: -5px !important
}

#qodef-top-area.qodef-skin--dark .widget.widget_media_gallery .gallery {
    margin: 0 -5px !important
}

#qodef-top-area.qodef-skin--dark .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#qodef-top-area.qodef-skin--dark .widget.widget_media_gallery:last-child {
    margin-bottom: -5px !important
}

#qodef-top-area.qodef-skin--dark .widget .wp-block-gallery {
    margin: 0 -5px !important
}

#qodef-top-area.qodef-skin--dark .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-group h1:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-group h2:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-group h3:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-group h4:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-group h5:not([class*=qodef]),
#qodef-top-area.qodef-skin--dark .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 16px
}

#qodef-page-footer .widget:not(.widget_highrev_core_title_widget) {
    margin: 0 0 10px;
    color: #000
}

#qodef-page-footer .widget:not(.widget_highrev_core_title_widget) h1:not([class*=qodef]),
#qodef-page-footer .widget:not(.widget_highrev_core_title_widget) h2:not([class*=qodef]),
#qodef-page-footer .widget:not(.widget_highrev_core_title_widget) h3:not([class*=qodef]),
#qodef-page-footer .widget:not(.widget_highrev_core_title_widget) h4:not([class*=qodef]),
#qodef-page-footer .widget:not(.widget_highrev_core_title_widget) h5:not([class*=qodef]),
#qodef-page-footer .widget:not(.widget_highrev_core_title_widget) h6:not([class*=qodef]) {
    color: #000
}

#qodef-page-footer .widget .qodef-widget-title {
    margin: 0 0 28px;
    color: #000
}

#qodef-page-footer .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget a {
    color: #000
}

#qodef-page-footer .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 5px
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li a {
    color: #000
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li a:hover {
    color: #000
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 5px
}

#qodef-page-footer .widget .button,
#qodef-page-footer .widget button {
    color: #000;
    background-color: #222;
    border-color: #222
}

#qodef-page-footer .widget .button:hover,
#qodef-page-footer .widget button:hover {
    color: #000;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

#qodef-page-footer .widget .qodef-search-form-button.qodef--button-inside {
    color: #000
}

#qodef-page-footer .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #000
}

#qodef-page-footer .widget .tagcloud a,
#qodef-page-footer .widget .wp-block-tag-cloud a {
    color: #000
}

#qodef-page-footer .widget .tagcloud a:hover,
#qodef-page-footer .widget .wp-block-tag-cloud a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget[class*='_search'] .qodef-widget-title {
    margin-bottom: 35px
}

#qodef-page-footer .widget .wp-block-calendar caption,
#qodef-page-footer .widget.widget_calendar caption {
    color: #000
}

#qodef-page-footer .widget .wp-block-calendar tbody,
#qodef-page-footer .widget.widget_calendar tbody {
    color: #000
}

#qodef-page-footer .widget .wp-block-calendar td,
#qodef-page-footer .widget .wp-block-calendar th,
#qodef-page-footer .widget .wp-block-calendar tr,
#qodef-page-footer .widget.widget_calendar td,
#qodef-page-footer .widget.widget_calendar th,
#qodef-page-footer .widget.widget_calendar tr {
    border-color: #000
}

#qodef-page-footer .widget .wp-block-calendar #today,
#qodef-page-footer .widget.widget_calendar #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

#qodef-page-footer .widget .wp-block-calendar .wp-calendar-nav a,
#qodef-page-footer .widget.widget_calendar .wp-calendar-nav a {
    color: #000
}

#qodef-page-footer .widget .wp-block-calendar .wp-calendar-nav a:hover,
#qodef-page-footer .widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 35px
}

#qodef-page-footer .widget.widget_media_gallery {
    margin-bottom: 5px !important
}

#qodef-page-footer .widget.widget_media_gallery .gallery {
    margin: 0 -5px !important
}

#qodef-page-footer .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#qodef-page-footer .widget.widget_media_gallery:last-child {
    margin-bottom: -5px !important
}

#qodef-page-footer .widget .wp-block-gallery {
    margin: 0 -5px !important
}

#qodef-page-footer .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#qodef-page-footer .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-group h1:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-group h2:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-group h3:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-group h4:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-group h5:not([class*=qodef]),
#qodef-page-footer .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 28px
}

#qodef-page-footer .widget.widget_block .wp-block-button .wp-block-button__link {
    color: #000;
    background-color: #222;
    border-color: #222
}

#qodef-page-footer .widget.widget_block .wp-block-button .wp-block-button__link:hover {
    color: #000;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-middle-area .widget:not(.widget_highrev_core_title_widget) {
    margin: 0 0 45px;
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget:not(.widget_highrev_core_title_widget) h1:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget:not(.widget_highrev_core_title_widget) h2:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget:not(.widget_highrev_core_title_widget) h3:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget:not(.widget_highrev_core_title_widget) h4:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget:not(.widget_highrev_core_title_widget) h5:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget:not(.widget_highrev_core_title_widget) h6:not([class*=qodef]) {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .qodef-widget-title {
    margin: 0 0 37px;
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .qodef-widget-title a:hover {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget a {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget a:hover {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 10px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 10px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .button,
#qodef-page-footer #qodef-page-footer-middle-area .widget button {
    color: #fff;
    background-color: #222;
    border-color: #222
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .button:hover,
#qodef-page-footer #qodef-page-footer-middle-area .widget button:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .qodef-search-form-button.qodef--button-inside {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .tagcloud a,
#qodef-page-footer #qodef-page-footer-middle-area .widget .wp-block-tag-cloud a {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .tagcloud a:hover,
#qodef-page-footer #qodef-page-footer-middle-area .widget .wp-block-tag-cloud a:hover {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget[class*='_search'] .qodef-widget-title {
    margin-bottom: 44px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .wp-block-calendar caption,
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_calendar caption {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .wp-block-calendar tbody,
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_calendar tbody {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .wp-block-calendar td,
#qodef-page-footer #qodef-page-footer-middle-area .widget .wp-block-calendar th,
#qodef-page-footer #qodef-page-footer-middle-area .widget .wp-block-calendar tr,
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_calendar td,
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_calendar th,
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_calendar tr {
    border-color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .wp-block-calendar #today,
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_calendar #today {
    color: #000;
    background-color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .wp-block-calendar .wp-calendar-nav a,
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_calendar .wp-calendar-nav a {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .wp-block-calendar .wp-calendar-nav a:hover,
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_calendar .wp-calendar-nav a:hover {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 44px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_media_gallery {
    margin-bottom: 40px !important
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_media_gallery .gallery {
    margin: 0 -5px !important
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_media_gallery:last-child {
    margin-bottom: -5px !important
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .wp-block-gallery {
    margin: 0 -5px !important
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .wp-block-group h1:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .wp-block-group h2:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .wp-block-group h3:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .wp-block-group h4:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .wp-block-group h5:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 37px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .wp-block-button .wp-block-button__link {
    color: #fff;
    background-color: #222;
    border-color: #222
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget:not(.widget_highrev_core_title_widget) {
    margin: 0 0 20px;
    color: #bcbcbc
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget:not(.widget_highrev_core_title_widget) h1:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget:not(.widget_highrev_core_title_widget) h2:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget:not(.widget_highrev_core_title_widget) h3:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget:not(.widget_highrev_core_title_widget) h4:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget:not(.widget_highrev_core_title_widget) h5:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget:not(.widget_highrev_core_title_widget) h6:not([class*=qodef]) {
    color: #bcbcbc
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .qodef-widget-title {
    margin: 0 0 10px;
    color: #bcbcbc
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget a {
    color: #bcbcbc
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 10px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 10px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .button,
#qodef-page-footer #qodef-page-footer-bottom-area .widget button {
    color: #bcbcbc;
    background-color: #222;
    border-color: #222
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .button:hover,
#qodef-page-footer #qodef-page-footer-bottom-area .widget button:hover {
    color: #bcbcbc;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .qodef-search-form-button.qodef--button-inside {
    color: #bcbcbc
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #bcbcbc
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .tagcloud a,
#qodef-page-footer #qodef-page-footer-bottom-area .widget .wp-block-tag-cloud a {
    color: #bcbcbc
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .tagcloud a:hover,
#qodef-page-footer #qodef-page-footer-bottom-area .widget .wp-block-tag-cloud a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget[class*='_search'] .qodef-widget-title {
    margin-bottom: 17px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .wp-block-calendar caption,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_calendar caption {
    color: #bcbcbc
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .wp-block-calendar tbody,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_calendar tbody {
    color: #bcbcbc
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .wp-block-calendar td,
#qodef-page-footer #qodef-page-footer-bottom-area .widget .wp-block-calendar th,
#qodef-page-footer #qodef-page-footer-bottom-area .widget .wp-block-calendar tr,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_calendar td,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_calendar th,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_calendar tr {
    border-color: #fff
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .wp-block-calendar #today,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_calendar #today {
    color: #000;
    background-color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .wp-block-calendar .wp-calendar-nav a,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_calendar .wp-calendar-nav a {
    color: #bcbcbc
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .wp-block-calendar .wp-calendar-nav a:hover,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 17px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_media_gallery {
    margin-bottom: 40px !important
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_media_gallery .gallery {
    margin: 0 -5px !important
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_media_gallery:last-child {
    margin-bottom: -5px !important
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .wp-block-gallery {
    margin: 0 -5px !important
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .wp-block-group h1:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .wp-block-group h2:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .wp-block-group h3:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .wp-block-group h4:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .wp-block-group h5:not([class*=qodef]),
#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 10px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .wp-block-button .wp-block-button__link {
    color: #bcbcbc;
    background-color: #222;
    border-color: #222
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .wp-block-button .wp-block-button__link:hover {
    color: #bcbcbc;
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

#qodef-side-area .widget:not(.widget_highrev_core_title_widget) {
    margin: 0 0 45px;
    color: #fff
}

#qodef-side-area .widget:not(.widget_highrev_core_title_widget) h1:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_highrev_core_title_widget) h2:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_highrev_core_title_widget) h3:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_highrev_core_title_widget) h4:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_highrev_core_title_widget) h5:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_highrev_core_title_widget) h6:not([class*=qodef]) {
    color: #fff
}

#qodef-side-area .widget .qodef-widget-title {
    margin: 0 0 16px;
    color: #fff
}

#qodef-side-area .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget a {
    color: #fff
}

#qodef-side-area .widget a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 10px
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 10px
}

#qodef-side-area .widget .qodef-search-form-button.qodef--button-inside {
    color: #fff
}

#qodef-side-area .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #fff
}

#qodef-side-area .widget .tagcloud a,
#qodef-side-area .widget .wp-block-tag-cloud a {
    color: #fff
}

#qodef-side-area .widget .tagcloud a:hover,
#qodef-side-area .widget .wp-block-tag-cloud a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget[class*='_search'] .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-side-area .widget .wp-block-calendar caption,
#qodef-side-area .widget.widget_calendar caption {
    color: #fff
}

#qodef-side-area .widget .wp-block-calendar tbody,
#qodef-side-area .widget.widget_calendar tbody {
    color: #fff
}

#qodef-side-area .widget .wp-block-calendar #today,
#qodef-side-area .widget.widget_calendar #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

#qodef-side-area .widget .wp-block-calendar .wp-calendar-nav a,
#qodef-side-area .widget.widget_calendar .wp-calendar-nav a {
    color: #fff
}

#qodef-side-area .widget .wp-block-calendar .wp-calendar-nav a:hover,
#qodef-side-area .widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-side-area .widget.widget_media_gallery {
    margin-bottom: 40px !important
}

#qodef-side-area .widget.widget_media_gallery .gallery {
    margin: 0 -5px !important
}

#qodef-side-area .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#qodef-side-area .widget.widget_media_gallery:last-child {
    margin-bottom: -5px !important
}

#qodef-side-area .widget .wp-block-gallery {
    margin: 0 -5px !important
}

#qodef-side-area .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

#qodef-side-area .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-group h1:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-group h2:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-group h3:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-group h4:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-group h5:not([class*=qodef]),
#qodef-side-area .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 16px
}

.qodef-mega-menu-widget-holder .widget:not(.widget_highrev_core_title_widget) {
    margin: 0 0 45px;
    color: #fff
}

.qodef-mega-menu-widget-holder .widget:not(.widget_highrev_core_title_widget) h1:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget:not(.widget_highrev_core_title_widget) h2:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget:not(.widget_highrev_core_title_widget) h3:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget:not(.widget_highrev_core_title_widget) h4:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget:not(.widget_highrev_core_title_widget) h5:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget:not(.widget_highrev_core_title_widget) h6:not([class*=qodef]) {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title {
    margin: 0 0 16px;
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    margin: 0 0 10px
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li ul {
    margin-top: 10px
}

.qodef-mega-menu-widget-holder .widget .qodef-search-form-button.qodef--button-inside {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .qodef-search-form-button.qodef--button-inside:hover {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .tagcloud a,
.qodef-mega-menu-widget-holder .widget .wp-block-tag-cloud a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .tagcloud a:hover,
.qodef-mega-menu-widget-holder .widget .wp-block-tag-cloud a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget[class*='_search'] .qodef-widget-title {
    margin-bottom: 23px
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar caption,
.qodef-mega-menu-widget-holder .widget.widget_calendar caption {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar tbody,
.qodef-mega-menu-widget-holder .widget.widget_calendar tbody {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar #today,
.qodef-mega-menu-widget-holder .widget.widget_calendar #today {
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar .wp-calendar-nav a,
.qodef-mega-menu-widget-holder .widget.widget_calendar .wp-calendar-nav a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .wp-block-calendar .wp-calendar-nav a:hover,
.qodef-mega-menu-widget-holder .widget.widget_calendar .wp-calendar-nav a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 23px
}

.qodef-mega-menu-widget-holder .widget.widget_media_gallery {
    margin-bottom: 40px !important
}

.qodef-mega-menu-widget-holder .widget.widget_media_gallery .gallery {
    margin: 0 -5px !important
}

.qodef-mega-menu-widget-holder .widget.widget_media_gallery .gallery-item {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

.qodef-mega-menu-widget-holder .widget.widget_media_gallery:last-child {
    margin-bottom: -5px !important
}

.qodef-mega-menu-widget-holder .widget .wp-block-gallery {
    margin: 0 -5px !important
}

.qodef-mega-menu-widget-holder .widget .wp-block-gallery .wp-block-image {
    margin: 0 0 10px 0 !important;
    padding: 0 5px
}

.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h1:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h2:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h3:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h4:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h5:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-columns h6:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h1:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h2:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h3:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h4:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h5:not([class*=qodef]),
.qodef-mega-menu-widget-holder .widget.widget_block .wp-block-group h6:not([class*=qodef]) {
    margin: 0 0 16px
}

#qodef-page-footer .widget ol:not(.qodef-shortcode-list):not(.select2-selection__rendered) li,
#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li {
    font-size: 15px;
    line-height: 1.533em;
    font-weight: 400;
    letter-spacing: 0
}

#qodef-page-footer-bottom-area-inner .widget p {
    margin: 0
}

.wc-block-components-combobox-control,
.wc-block-components-text-input {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 !important;
    padding: 0 !important
}

.wc-block-components-combobox-control:last-child,
.wc-block-components-text-input:last-child {
    margin-bottom: 0 !important
}

.wc-block-components-combobox-control label,
.wc-block-components-text-input label {
    color: #000 !important;
    font-family: Archivo, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.53333em !important;
    text-transform: initial !important;
    left: auto !important;
    margin-bottom: .5em !important;
    max-width: initial !important;
    overflow: initial !important;
    position: relative !important;
    top: auto !important;
    transform: none !important
}

.wc-block-components-combobox-control input[type=date],
.wc-block-components-combobox-control input[type=email],
.wc-block-components-combobox-control input[type=number],
.wc-block-components-combobox-control input[type=password],
.wc-block-components-combobox-control input[type=search],
.wc-block-components-combobox-control input[type=tel],
.wc-block-components-combobox-control input[type=text],
.wc-block-components-combobox-control input[type=url],
.wc-block-components-text-input input[type=date],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=search],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    appearance: none !important;
    border-radius: 0 !important;
    border-style: solid !important;
    border-width: 1px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: inherit !important;
    line-height: 23px !important;
    margin: 0 0 20px !important;
    outline: 0 !important;
    padding: 21.5px 20px !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    margin: 0 0 15px !important
}

.wc-block-components-combobox-control input[type=date],
.wc-block-components-combobox-control input[type=email],
.wc-block-components-combobox-control input[type=number],
.wc-block-components-combobox-control input[type=password],
.wc-block-components-combobox-control input[type=search],
.wc-block-components-combobox-control input[type=tel],
.wc-block-components-combobox-control input[type=text],
.wc-block-components-combobox-control input[type=url],
.wc-block-components-text-input input[type=date],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=search],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #000 !important
}

.wc-block-components-combobox-control input[type=date]:focus,
.wc-block-components-combobox-control input[type=email]:focus,
.wc-block-components-combobox-control input[type=number]:focus,
.wc-block-components-combobox-control input[type=password]:focus,
.wc-block-components-combobox-control input[type=search]:focus,
.wc-block-components-combobox-control input[type=tel]:focus,
.wc-block-components-combobox-control input[type=text]:focus,
.wc-block-components-combobox-control input[type=url]:focus,
.wc-block-components-text-input input[type=date]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=password]:focus,
.wc-block-components-text-input input[type=search]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #000 !important
}

#qodef-page-footer .wc-block-components-combobox-control input[type=date],
#qodef-page-footer .wc-block-components-combobox-control input[type=email],
#qodef-page-footer .wc-block-components-combobox-control input[type=number],
#qodef-page-footer .wc-block-components-combobox-control input[type=password],
#qodef-page-footer .wc-block-components-combobox-control input[type=search],
#qodef-page-footer .wc-block-components-combobox-control input[type=tel],
#qodef-page-footer .wc-block-components-combobox-control input[type=text],
#qodef-page-footer .wc-block-components-combobox-control input[type=url],
#qodef-page-footer .wc-block-components-text-input input[type=date],
#qodef-page-footer .wc-block-components-text-input input[type=email],
#qodef-page-footer .wc-block-components-text-input input[type=number],
#qodef-page-footer .wc-block-components-text-input input[type=password],
#qodef-page-footer .wc-block-components-text-input input[type=search],
#qodef-page-footer .wc-block-components-text-input input[type=tel],
#qodef-page-footer .wc-block-components-text-input input[type=text],
#qodef-page-footer .wc-block-components-text-input input[type=url] {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #fff !important
}

#qodef-page-footer .wc-block-components-combobox-control input[type=date]:focus,
#qodef-page-footer .wc-block-components-combobox-control input[type=email]:focus,
#qodef-page-footer .wc-block-components-combobox-control input[type=number]:focus,
#qodef-page-footer .wc-block-components-combobox-control input[type=password]:focus,
#qodef-page-footer .wc-block-components-combobox-control input[type=search]:focus,
#qodef-page-footer .wc-block-components-combobox-control input[type=tel]:focus,
#qodef-page-footer .wc-block-components-combobox-control input[type=text]:focus,
#qodef-page-footer .wc-block-components-combobox-control input[type=url]:focus,
#qodef-page-footer .wc-block-components-text-input input[type=date]:focus,
#qodef-page-footer .wc-block-components-text-input input[type=email]:focus,
#qodef-page-footer .wc-block-components-text-input input[type=number]:focus,
#qodef-page-footer .wc-block-components-text-input input[type=password]:focus,
#qodef-page-footer .wc-block-components-text-input input[type=search]:focus,
#qodef-page-footer .wc-block-components-text-input input[type=tel]:focus,
#qodef-page-footer .wc-block-components-text-input input[type=text]:focus,
#qodef-page-footer .wc-block-components-text-input input[type=url]:focus {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #ccc !important
}

.wc-block-components-combobox-control input[type=text] {
    margin: 0 !important
}

.wc-block-components-combobox-control ul {
    background-color: #fff !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;
    display: block !important;
    left: -100000px !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    font-size: 13px !important;
    line-height: 23px !important;
    font-weight: 700;
    text-transform: uppercase;
    list-style: none !important;
    margin: 0 !important;
    padding: 19px 18px 21px !important;
    text-align: right;
    left: 0 !important;
    margin-top: -1px !important;
    top: 66px !important
}

.wc-block-components-combobox-control ul li {
    background-color: transparent !important;
    color: #000 !important;
    cursor: pointer !important;
    font-size: inherit !important;
    line-height: inherit !important;
    padding: 1px 0 !important;
    transition: color .2s ease-out !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.wc-block-components-combobox-control ul li:hover {
    color: #000 !important
}

.wc-block-components-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    appearance: none !important;
    border-radius: 0 !important;
    border-style: solid !important;
    border-width: 1px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: inherit !important;
    line-height: 23px !important;
    margin: 0 0 20px !important;
    outline: 0 !important;
    padding: 21.5px 20px !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    margin: 0 0 15px !important
}

.wc-block-components-textarea {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #000 !important
}

.wc-block-components-textarea:focus {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #000 !important
}

#qodef-page-footer .wc-block-components-textarea {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #fff !important
}

#qodef-page-footer .wc-block-components-textarea:focus {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #ccc !important
}

.wc-block-components-radio-control:after {
    display: none !important
}

.wc-block-components-radio-control__option {
    align-items: flex-start;
    border-bottom: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
    display: flex !important;
    gap: 10px;
    margin: 0 0 15px 0 !important;
    padding: 0 0 15px 0 !important
}

.wc-block-components-radio-control__option:last-child {
    margin-bottom: 0 !important
}

.wc-block-components-radio-control__option:after {
    display: none !important
}

.wc-block-components-radio-control__option-checked {
    font-weight: inherit !important
}

.wc-block-components-radio-control-accordion-option {
    margin-bottom: 15px
}

.wc-block-components-radio-control-accordion-option:after {
    display: none !important
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 !important
}

.wc-block-components-radio-control__input {
    appearance: none !important;
    background: 0 0 !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    display: inline-block !important;
    height: 16px !important;
    margin: 0 !important;
    min-height: initial !important;
    min-width: initial !important;
    outline: 0 !important;
    position: relative !important;
    transition: border-color .2s ease-out !important;
    width: 16px !important;
    left: auto !important;
    margin: 2px 0 0 0 !important;
    top: auto !important;
    transform: none !important
}

.wc-block-components-radio-control__input:before {
    display: none !important
}

.wc-block-components-radio-control__input:after {
    background-color: var(--qode-main-color) !important;
    content: "" !important;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjE5MyIgaGVpZ2h0PSI3LjA3MiIgdmlld0JveD0iMCAwIDkuMTkzIDcuMDcyIj4NCiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2My40MDQgLTEwMTkuNDY0KSI+DQogICAgPHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjY4LjM1MyAxMDI1LjEyMSkgcm90YXRlKDEzNSkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KICAgIDxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2Ni45MzkgMTAyNi41MzUpIHJvdGF0ZSgtMTM1KSIgZmlsbD0iY3VycmVudENvbG9yIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjE5MyIgaGVpZ2h0PSI3LjA3MiIgdmlld0JveD0iMCAwIDkuMTkzIDcuMDcyIj4NCiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2My40MDQgLTEwMTkuNDY0KSI+DQogICAgPHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjY4LjM1MyAxMDI1LjEyMSkgcm90YXRlKDEzNSkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KICAgIDxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2Ni45MzkgMTAyNi41MzUpIHJvdGF0ZSgtMTM1KSIgZmlsbD0iY3VycmVudENvbG9yIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    display: block !important;
    height: 7px !important;
    width: 9px !important;
    position: absolute !important;
    left: 2px !important;
    top: 4px !important;
    opacity: 0 !important;
    transition: opacity .2s ease-out !important
}

.wc-block-components-radio-control__input:checked {
    border-color: #000 !important
}

.wc-block-components-radio-control__input:checked:after {
    opacity: 1 !important
}

.wc-block-components-radio-control__label-group {
    display: flex !important;
    font-size: inherit !important;
    line-height: 30px !important
}

.wc-block-components-radio-control__label {
    color: #000 !important;
    font-family: Archivo, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.53333em !important;
    text-transform: initial !important;
    width: 100%
}

.wc-block-components-radio-control__secondary-label {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    font-size: 14px;
    width: 100%
}

@media only screen and (max-width:1512px) {
    .wc-block-components-radio-control__secondary-label {
        font-size: 16px;
        line-height: 1.31em
    }
}

.wc-block-components-radio-control__description-group {
    font-size: inherit !important
}

.wc-block-components-checkbox {
    margin: 0 0 15px 0 !important
}

.wc-block-components-checkbox label {
    align-items: flex-start;
    display: flex !important;
    gap: 10px;
    margin: 0 !important
}

.wc-block-components-checkbox__input {
    appearance: none !important;
    background: 0 0 !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    display: inline-block !important;
    height: 16px !important;
    margin: 0 !important;
    min-height: initial !important;
    min-width: initial !important;
    outline: 0 !important;
    position: relative !important;
    transition: border-color .2s ease-out !important;
    width: 16px !important;
    margin: 2px 0 0 0 !important
}

.wc-block-components-checkbox__input:before {
    display: none !important
}

.wc-block-components-checkbox__input:after {
    background-color: var(--qode-main-color) !important;
    content: "" !important;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjE5MyIgaGVpZ2h0PSI3LjA3MiIgdmlld0JveD0iMCAwIDkuMTkzIDcuMDcyIj4NCiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2My40MDQgLTEwMTkuNDY0KSI+DQogICAgPHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjY4LjM1MyAxMDI1LjEyMSkgcm90YXRlKDEzNSkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KICAgIDxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2Ni45MzkgMTAyNi41MzUpIHJvdGF0ZSgtMTM1KSIgZmlsbD0iY3VycmVudENvbG9yIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjE5MyIgaGVpZ2h0PSI3LjA3MiIgdmlld0JveD0iMCAwIDkuMTkzIDcuMDcyIj4NCiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2My40MDQgLTEwMTkuNDY0KSI+DQogICAgPHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjY4LjM1MyAxMDI1LjEyMSkgcm90YXRlKDEzNSkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KICAgIDxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI2Ni45MzkgMTAyNi41MzUpIHJvdGF0ZSgtMTM1KSIgZmlsbD0iY3VycmVudENvbG9yIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    display: block !important;
    height: 7px !important;
    width: 9px !important;
    position: absolute !important;
    left: 2px !important;
    top: 4px !important;
    opacity: 0 !important;
    transition: opacity .2s ease-out !important
}

.wc-block-components-checkbox__input:checked {
    border-color: #000 !important
}

.wc-block-components-checkbox__input:checked:after {
    opacity: 1 !important
}

.wc-block-components-checkbox__mark {
    display: none !important
}

.wc-block-components-checkbox__label {
    color: #000 !important;
    font-family: Archivo, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.53333em !important;
    text-transform: initial !important
}

.wc-block-components-button {
    font-family: Archivo, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.0769em;
    font-weight: 700 !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    column-gap: 11px !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    box-shadow: none !important;
    background-image: none !important;
    opacity: 1 !important;
    padding: 17px 35px 16px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: var(--qode-button-color, var(--qode-main-color)) !important;
    background-color: transparent !important;
    border: 1px solid var(--qode-button-border-color, var(--qode-main-color)) !important;
    min-height: initial !important
}

.wc-block-components-button:hover {
    color: var(--qode-button-hover-color, #fff) !important;
    background-color: var(--qode-button-bg-hover-color, var(--qode-main-color)) !important;
    border-color: var(--qode-button-border-hover-color, var(--qode-main-color)) !important
}

.wc-block-components-button .qodef-svg--button-arrow {
    overflow: visible;
    --qode-clip: 4px
}

.qodef-browser--safari .wc-block-components-button .qodef-svg--button-arrow {
    --qode-clip: 3px
}

.wc-block-components-button .qodef-svg--button-arrow path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9)
}

.wc-block-components-button .qodef-svg--button-arrow path:nth-of-type(1) {
    transform: translateY(7px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px var(--qode-clip) -2px -2px)
}

.wc-block-components-button .qodef-svg--button-arrow path:nth-of-type(2) {
    transform: translateY(5px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px -2px 4px -2px)
}

.wc-block-components-button:hover .qodef-svg--button-arrow path {
    clip-path: inset(-2px -2px -2px -2px);
    transform: translateY(0) translateX(0) rotate(0)
}

.wc-block-components-sidebar-layout {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 100px;
    margin: 0 auto 0 auto !important
}

.wc-block-components-main {
    padding: 0 !important;
    width: calc((100% / 3 * 2) - 50px) !important
}

.wc-block-components-sidebar {
    padding: 0 !important;
    width: calc((100% / 3 * 1) - 50px) !important
}

div.wc-block-components-notice-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 27px;
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    list-style: none
}

@media only screen and (max-width:880px) {
    div.wc-block-components-notice-banner {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 20px 27px 27px 27px
    }

    div.wc-block-components-notice-banner a {
        margin-top: 15px !important
    }
}

div.wc-block-components-notice-banner a {
    margin-top: 12px
}

div.wc-block-components-notice-banner.cart-empty {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 0;
    border: none;
    margin-top: 34px
}

.wc-block-components-validation-error {
    font-size: inherit !important
}

.wc-block-components-validation-error p {
    margin: 0 !important;
    padding: 0 !important
}

.wc-block-components-loading-mask__children {
    opacity: 1 !important
}

.wc-block-components-loading-mask__children:after {
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 98
}

.wc-block-components-spinner {
    display: block
}

.wc-block-components-spinner:after {
    animation: qode-rotate 2s linear infinite !important;
    background-color: transparent !important;
    border: 2px solid #f5f5f5 !important;
    border-radius: 50% !important;
    border-top: 2px solid var(--qode-main-color) !important;
    content: '' !important;
    display: block;
    height: 24px !important;
    left: 50% !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 50% !important;
    width: 24px !important;
    z-index: 99 !important
}

.wc-block-components-product-name {
    font-family: Archivo, sans-serif !important;
    color: #000 !important;
    text-transform: uppercase !important;
    letter-spacing: -.025em !important;
    font-size: 18px !important;
    line-height: 1.11111em !important;
    font-weight: 700 !important;
    font-size: 14px !important
}

@media only screen and (max-width:1512px) {
    .wc-block-components-product-name {
        font-size: 16px !important;
        line-height: 1.31em !important
    }
}

.wc-block-components-product-metadata {
    font-size: initial !important;
    margin: 0 0 15px 0 !important
}

.wc-block-components-product-metadata__description {
    font-size: inherit !important
}

.wc-block-components-product-metadata__description p {
    margin: 7.5px 0 7.5px 0 !important
}

.wc-block-components-product-details {
    margin: 7.5px 0 0 0 !important
}

.wc-block-components-product-details__name {
    font-weight: inherit !important
}

.wc-block-components-product-price {
    font-size: inherit !important;
    font-weight: inherit !important
}

.wc-block-components-product-badge {
    display: none !important
}

.wc-block-components-order-summary>div:not(.wc-block-components-panel__content) {
    line-height: 1em
}

.wc-block-components-order-summary-item {
    font-size: inherit !important;
    padding-top: 15px !important
}

.wc-block-components-order-summary-item__image {
    padding: 0 0 15px 0 !important
}

.wc-block-components-order-summary-item__quantity {
    background-color: #f5f5f5 !important;
    border: none !important;
    box-shadow: none !important;
    font-family: Archivo, sans-serif;
    line-height: 23px !important;
    min-height: 23px !important;
    min-width: 23px !important
}

.wc-block-components-order-summary-item__description {
    padding: 0 15px 15px 15px !important
}

.wc-block-components-order-summary-item__total-price {
    font-weight: 700 !important
}

.wc-block-components-panel__content {
    margin-bottom: -15px !important
}

.wc-block-components-panel__button {
    font-family: Archivo, sans-serif !important;
    color: #000 !important;
    text-transform: uppercase !important;
    letter-spacing: -.025em !important;
    font-size: 18px !important;
    line-height: 1.11111em !important;
    font-weight: 700 !important;
    font-size: 14px !important
}

@media only screen and (max-width:1512px) {
    .wc-block-components-panel__button {
        font-size: 16px !important;
        line-height: 1.31em !important
    }
}

.wc-block-components-totals-wrapper {
    border-top: 1px solid #e2e2e2 !important;
    padding: 15px 0 !important
}

.wc-block-components-totals-wrapper:empty {
    border-top: none !important;
    padding: 0 !important
}

.wc-block-components-totals-wrapper>* {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.wc-block-components-totals-item {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.wc-block-components-totals-item__label {
    font-family: Archivo, sans-serif !important;
    color: #000 !important;
    text-transform: uppercase !important;
    letter-spacing: -.025em !important;
    font-size: 18px !important;
    line-height: 1.11111em !important;
    font-weight: 700 !important;
    font-size: 14px !important
}

@media only screen and (max-width:1512px) {
    .wc-block-components-totals-item__label {
        font-size: 16px !important;
        line-height: 1.31em !important
    }
}

.wc-block-components-totals-item__value {
    font-family: Archivo, sans-serif !important;
    color: #000 !important;
    text-transform: uppercase !important;
    letter-spacing: -.025em !important;
    font-size: 18px !important;
    line-height: 1.11111em !important;
    font-weight: 700 !important;
    font-size: 14px !important
}

@media only screen and (max-width:1512px) {
    .wc-block-components-totals-item__value {
        font-size: 16px !important;
        line-height: 1.31em !important
    }
}

.wc-block-components-totals-item__description {
    font-size: inherit !important
}

.wc-block-components-totals-coupon-link {
    font-family: Archivo, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.0769em;
    font-weight: 700 !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    column-gap: 11px !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    box-shadow: none !important;
    background-image: none !important;
    opacity: 1 !important;
    color: var(--qode-button-color, #000) !important;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    align-items: center
}

.wc-block-components-totals-coupon-link .qodef-m-text {
    display: inline-block
}

.wc-block-components-totals-coupon-link svg {
    overflow: visible
}

.wc-block-components-totals-coupon-link svg path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9);
    transform: rotate(0) translateX(0) scaleX(1)
}

.wc-block-components-totals-coupon-link svg path:nth-of-type(1) {
    transform-origin: 75% 72%
}

.wc-block-components-totals-coupon-link svg path:nth-of-type(2) {
    transform-origin: 11% 50%
}

.wc-block-components-totals-coupon-link .qodef-m-arrow {
    color: var(--qode-main-color);
    margin-left: 3px;
    position: relative;
    top: -1px
}

.wc-block-components-totals-coupon-link .qodef-m-arrow svg {
    display: block
}

.wc-block-components-totals-coupon-link:hover {
    color: var(--qode-button-hover-color, var(--qode-button-color, #000)) !important
}

.wc-block-components-totals-coupon-link:hover svg path:nth-of-type(1) {
    transform: scaleX(1.4) rotate(45deg) translateX(0)
}

.wc-block-components-totals-coupon-link:hover svg path:nth-of-type(2) {
    transform: scaleY(1.4) rotate(45deg) translateX(0)
}

.wc-block-components-totals-coupon__form {
    align-items: flex-start;
    gap: 15px
}

.wc-block-components-totals-coupon__button {
    font-family: Archivo, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.0769em;
    font-weight: 700 !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    column-gap: 11px !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    box-shadow: none !important;
    background-image: none !important;
    opacity: 1 !important;
    color: var(--qode-button-color, #000) !important;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    align-items: center;
    margin: 40px 0 0 0 !important;
    min-height: initial !important
}

.wc-block-components-totals-coupon__button .qodef-m-text {
    display: inline-block
}

.wc-block-components-totals-coupon__button svg {
    overflow: visible
}

.wc-block-components-totals-coupon__button svg path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9);
    transform: rotate(0) translateX(0) scaleX(1)
}

.wc-block-components-totals-coupon__button svg path:nth-of-type(1) {
    transform-origin: 75% 72%
}

.wc-block-components-totals-coupon__button svg path:nth-of-type(2) {
    transform-origin: 11% 50%
}

.wc-block-components-totals-coupon__button .qodef-m-arrow {
    color: var(--qode-main-color);
    margin-left: 3px;
    position: relative;
    top: -1px
}

.wc-block-components-totals-coupon__button .qodef-m-arrow svg {
    display: block
}

.wc-block-components-totals-coupon__button:hover {
    color: var(--qode-button-hover-color, var(--qode-button-color, #000)) !important
}

.wc-block-components-totals-coupon__button:hover svg path:nth-of-type(1) {
    transform: scaleX(1.4) rotate(45deg) translateX(0)
}

.wc-block-components-totals-coupon__button:hover svg path:nth-of-type(2) {
    transform: scaleY(1.4) rotate(45deg) translateX(0)
}

.wc-block-components-shipping-rates-control__package {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

.wc-block-components-checkout-step {
    margin: 0 0 15px 0 !important;
    padding: 0 !important
}

.wc-block-components-checkout-step.wc-block-checkout__shipping-option {
    margin-bottom: 30px !important
}

.wc-block-components-checkout-step__heading {
    margin: 0 0 15px !important
}

.wc-block-components-checkout-step__title {
    font-family: Archivo, sans-serif !important;
    color: #000 !important;
    text-transform: uppercase !important;
    letter-spacing: -.025em !important;
    font-size: 24px !important;
    line-height: 1em !important;
    font-weight: 700 !important;
    margin: 0 !important
}

.wc-block-components-checkout-step__title:before {
    display: none !important
}

.wc-block-components-checkout-step__container:after {
    display: none !important
}

.wc-block-components-checkout-step__description {
    font-size: inherit !important;
    line-height: inherit !important;
    margin-top: 0 !important
}

.wc-block-components-checkout-step__content {
    padding: 0 !important
}

.wc-block-components-checkout-step__content>* {
    padding: 0 !important
}

.wc-block-components-checkout-return-to-cart-button {
    font-family: Archivo, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.0769em;
    font-weight: 700 !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    column-gap: 11px !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    box-shadow: none !important;
    background-image: none !important;
    opacity: 1 !important;
    padding: 17px 35px 16px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: var(--qode-button-color, #fff) !important;
    background-color: var(--qode-button-bg-color, var(--qode-main-color)) !important;
    border: 1px solid var(--qode-button-border-color, transparent) !important;
    background-image: linear-gradient(to bottom, var(--qode-button-bg-color, var(--qode-main-color)) 50%, var(--qode-button-bg-hover-color, #000) 50%) !important;
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out !important;
    background-size: 100% 203%;
    background-position: 0 0
}

.wc-block-components-checkout-return-to-cart-button:hover {
    color: var(--qode-button-hover-color, #fff) !important;
    border-color: var(--qode-button-border-hover-color, transparent) !important;
    background-position: 0 100%
}

.wc-block-components-checkout-return-to-cart-button .qodef-svg--button-arrow {
    overflow: visible;
    --qode-clip: 4px
}

.qodef-browser--safari .wc-block-components-checkout-return-to-cart-button .qodef-svg--button-arrow {
    --qode-clip: 3px
}

.wc-block-components-checkout-return-to-cart-button .qodef-svg--button-arrow path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9)
}

.wc-block-components-checkout-return-to-cart-button .qodef-svg--button-arrow path:nth-of-type(1) {
    transform: translateY(7px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px var(--qode-clip) -2px -2px)
}

.wc-block-components-checkout-return-to-cart-button .qodef-svg--button-arrow path:nth-of-type(2) {
    transform: translateY(5px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px -2px 4px -2px)
}

.wc-block-components-checkout-return-to-cart-button:hover .qodef-svg--button-arrow path {
    clip-path: inset(-2px -2px -2px -2px);
    transform: translateY(0) translateX(0) rotate(0)
}

.wc-block-components-checkout-return-to-cart-button svg {
    display: none !important
}

.wc-block-components-checkout-place-order-button {
    font-family: Archivo, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.0769em;
    font-weight: 700 !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    column-gap: 11px !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    box-shadow: none !important;
    background-image: none !important;
    opacity: 1 !important;
    padding: 17px 35px 16px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: var(--qode-button-color, #fff) !important;
    background-color: var(--qode-button-bg-color, var(--qode-main-color)) !important;
    border: 1px solid var(--qode-button-border-color, transparent) !important;
    background-image: linear-gradient(to bottom, var(--qode-button-bg-color, var(--qode-main-color)) 50%, var(--qode-button-bg-hover-color, #000) 50%) !important;
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out !important;
    background-size: 100% 203%;
    background-position: 0 0;
    width: auto !important
}

.wc-block-components-checkout-place-order-button:hover {
    color: var(--qode-button-hover-color, #fff) !important;
    border-color: var(--qode-button-border-hover-color, transparent) !important;
    background-position: 0 100%
}

.wc-block-components-checkout-place-order-button .qodef-svg--button-arrow {
    overflow: visible;
    --qode-clip: 4px
}

.qodef-browser--safari .wc-block-components-checkout-place-order-button .qodef-svg--button-arrow {
    --qode-clip: 3px
}

.wc-block-components-checkout-place-order-button .qodef-svg--button-arrow path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9)
}

.wc-block-components-checkout-place-order-button .qodef-svg--button-arrow path:nth-of-type(1) {
    transform: translateY(7px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px var(--qode-clip) -2px -2px)
}

.wc-block-components-checkout-place-order-button .qodef-svg--button-arrow path:nth-of-type(2) {
    transform: translateY(5px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px -2px 4px -2px)
}

.wc-block-components-checkout-place-order-button:hover .qodef-svg--button-arrow path {
    clip-path: inset(-2px -2px -2px -2px);
    transform: translateY(0) translateX(0) rotate(0)
}

.wc-block-components-address-form__city,
.wc-block-components-address-form__country,
.wc-block-components-address-form__first_name,
.wc-block-components-address-form__last_name,
.wc-block-components-address-form__postcode,
.wc-block-components-address-form__state {
    flex: 1 1 calc(50% - 30px) !important
}

.wc-block-components-address-form__state {
    margin-top: 0 !important
}

.wc-block-components-address-form__country {
    margin-top: 0 !important
}

#qcfw-modal strong,
#qode-quick-view-for-woocommerce-pop-up strong,
#qodef-woo-page strong,
#yith-quick-view-modal strong,
#yith-woocompare strong,
.qodef-woo-shortcode strong {
    font-weight: 600
}

#qcfw-modal .product.sale:not(.product-type-grouped):not(.product-type-variable) .price,
#qode-quick-view-for-woocommerce-pop-up .product.sale:not(.product-type-grouped):not(.product-type-variable) .price,
#qodef-woo-page .product.sale:not(.product-type-grouped):not(.product-type-variable) .price,
#yith-quick-view-modal .product.sale:not(.product-type-grouped):not(.product-type-variable) .price,
#yith-woocompare .product.sale:not(.product-type-grouped):not(.product-type-variable) .price,
.qodef-woo-shortcode .product.sale:not(.product-type-grouped):not(.product-type-variable) .price {
    flex-direction: row-reverse;
    justify-content: flex-end
}

#qcfw-modal .qodef-woo-product-mark,
#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-mark,
#qodef-woo-page .qodef-woo-product-mark,
#yith-quick-view-modal .qodef-woo-product-mark,
#yith-woocompare .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
    display: inline-block;
    padding: 5px 7px 4px;
    margin: 0;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    z-index: 2
}

#qcfw-modal .qodef-woo-product-mark.qodef--new,
#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-mark.qodef--new,
#qodef-woo-page .qodef-woo-product-mark.qodef--new,
#yith-quick-view-modal .qodef-woo-product-mark.qodef--new,
#yith-woocompare .qodef-woo-product-mark.qodef--new,
.qodef-woo-shortcode .qodef-woo-product-mark.qodef--new {
    color: #fff;
    background-color: var(--qode-main-color)
}

#qcfw-modal .qodef-woo-product-mark.qodef--out-of-stock,
#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-mark.qodef--out-of-stock,
#qodef-woo-page .qodef-woo-product-mark.qodef--out-of-stock,
#yith-quick-view-modal .qodef-woo-product-mark.qodef--out-of-stock,
#yith-woocompare .qodef-woo-product-mark.qodef--out-of-stock,
.qodef-woo-shortcode .qodef-woo-product-mark.qodef--out-of-stock {
    color: #000;
    background-color: #f5f5f5
}

#qcfw-modal .qodef-woo-product-mark.qodef-woo-onsale-image,
#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-mark.qodef-woo-onsale-image,
#qodef-woo-page .qodef-woo-product-mark.qodef-woo-onsale-image,
#yith-quick-view-modal .qodef-woo-product-mark.qodef-woo-onsale-image,
#yith-woocompare .qodef-woo-product-mark.qodef-woo-onsale-image,
.qodef-woo-shortcode .qodef-woo-product-mark.qodef-woo-onsale-image {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: 0 0;
    text-align: center
}

#qcfw-modal .qodef-woo-product-title,
#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-title,
#qodef-woo-page .qodef-woo-product-title,
#yith-quick-view-modal .qodef-woo-product-title,
#yith-woocompare .qodef-woo-product-title,
.qodef-woo-shortcode .qodef-woo-product-title {
    margin: 0
}

#qcfw-modal .qodef-woo-product-ratings,
#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-ratings,
#qodef-woo-page .qodef-woo-product-ratings,
#yith-quick-view-modal .qodef-woo-product-ratings,
#yith-woocompare .qodef-woo-product-ratings,
.qodef-woo-shortcode .qodef-woo-product-ratings {
    --qode-star-width: 16px;
    --qode-star-gap: 8px;
    line-height: var(--qode-star-width)
}

#qcfw-modal .qodef-woo-product-ratings .qodef-m-inner,
#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-ratings .qodef-m-inner,
#qodef-woo-page .qodef-woo-product-ratings .qodef-m-inner,
#yith-quick-view-modal .qodef-woo-product-ratings .qodef-m-inner,
#yith-woocompare .qodef-woo-product-ratings .qodef-m-inner,
.qodef-woo-shortcode .qodef-woo-product-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1em
}

#qcfw-modal .qodef-woo-product-ratings .qodef-m-stars,
#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-ratings .qodef-m-stars,
#qodef-woo-page .qodef-woo-product-ratings .qodef-m-stars,
#yith-quick-view-modal .qodef-woo-product-ratings .qodef-m-stars,
#yith-woocompare .qodef-woo-product-ratings .qodef-m-stars,
.qodef-woo-shortcode .qodef-woo-product-ratings .qodef-m-stars {
    color: #000;
    display: flex;
    gap: var(--qode-star-gap)
}

#qcfw-modal .qodef-woo-product-ratings .qodef-m-stars svg,
#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-ratings .qodef-m-stars svg,
#qodef-woo-page .qodef-woo-product-ratings .qodef-m-stars svg,
#yith-quick-view-modal .qodef-woo-product-ratings .qodef-m-stars svg,
#yith-woocompare .qodef-woo-product-ratings .qodef-m-stars svg,
.qodef-woo-shortcode .qodef-woo-product-ratings .qodef-m-stars svg {
    display: block;
    width: var(--qode-star-width);
    height: auto;
    flex-shrink: 0
}

#qcfw-modal .qodef-woo-product-ratings .qodef-m-stars.qodef--active,
#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-ratings .qodef-m-stars.qodef--active,
#qodef-woo-page .qodef-woo-product-ratings .qodef-m-stars.qodef--active,
#yith-quick-view-modal .qodef-woo-product-ratings .qodef-m-stars.qodef--active,
#yith-woocompare .qodef-woo-product-ratings .qodef-m-stars.qodef--active,
.qodef-woo-shortcode .qodef-woo-product-ratings .qodef-m-stars.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: var(--qode-main-color)
}

#qcfw-modal .qodef-woo-product-ratings .qodef-m-stars.qodef--active svg,
#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-ratings .qodef-m-stars.qodef--active svg,
#qodef-woo-page .qodef-woo-product-ratings .qodef-m-stars.qodef--active svg,
#yith-quick-view-modal .qodef-woo-product-ratings .qodef-m-stars.qodef--active svg,
#yith-woocompare .qodef-woo-product-ratings .qodef-m-stars.qodef--active svg,
.qodef-woo-shortcode .qodef-woo-product-ratings .qodef-m-stars.qodef--active svg {
    fill: currentColor
}

#qcfw-modal .price,
#qode-quick-view-for-woocommerce-pop-up .price,
#qodef-woo-page .price,
#yith-quick-view-modal .price,
#yith-woocompare .price,
.qodef-woo-shortcode .price {
    position: relative;
    display: flex;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 13px 0 0
}

@media only screen and (max-width:680px) {

    #qcfw-modal .price,
    #qode-quick-view-for-woocommerce-pop-up .price,
    #qodef-woo-page .price,
    #yith-quick-view-modal .price,
    #yith-woocompare .price,
    .qodef-woo-shortcode .price {
        font-size: 20px
    }
}

#qcfw-modal .price del,
#qode-quick-view-for-woocommerce-pop-up .price del,
#qodef-woo-page .price del,
#yith-quick-view-modal .price del,
#yith-woocompare .price del,
.qodef-woo-shortcode .price del {
    font-size: 14px;
    line-height: 19px;
    color: inherit;
    margin-left: 2px
}

#qcfw-modal .price ins,
#qode-quick-view-for-woocommerce-pop-up .price ins,
#qodef-woo-page .price ins,
#yith-quick-view-modal .price ins,
#yith-woocompare .price ins,
.qodef-woo-shortcode .price ins {
    text-decoration: none
}

#qcfw-modal .price>span:first-child,
#qode-quick-view-for-woocommerce-pop-up .price>span:first-child,
#qodef-woo-page .price>span:first-child,
#yith-quick-view-modal .price>span:first-child,
#yith-woocompare .price>span:first-child,
.qodef-woo-shortcode .price>span:first-child {
    margin-right: 5px
}

#qcfw-modal .price>span:last-child,
#qode-quick-view-for-woocommerce-pop-up .price>span:last-child,
#qodef-woo-page .price>span:last-child,
#yith-quick-view-modal .price>span:last-child,
#yith-woocompare .price>span:last-child,
.qodef-woo-shortcode .price>span:last-child {
    margin-left: 5px
}

#qcfw-modal .price>span:only-child,
#qode-quick-view-for-woocommerce-pop-up .price>span:only-child,
#qodef-woo-page .price>span:only-child,
#yith-quick-view-modal .price>span:only-child,
#yith-woocompare .price>span:only-child,
.qodef-woo-shortcode .price>span:only-child {
    margin: 0
}

#qcfw-modal .qodef-woo-product-compare-wishlist-wrapper,
#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-compare-wishlist-wrapper,
#qodef-woo-page .qodef-woo-product-compare-wishlist-wrapper,
#yith-quick-view-modal .qodef-woo-product-compare-wishlist-wrapper,
#yith-woocompare .qodef-woo-product-compare-wishlist-wrapper,
.qodef-woo-shortcode .qodef-woo-product-compare-wishlist-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 14px;
    margin-left: auto
}

#qcfw-modal .yith-wcwl-add-to-wishlist,
#qcfw-modal a.compare,
#qode-quick-view-for-woocommerce-pop-up .yith-wcwl-add-to-wishlist,
#qode-quick-view-for-woocommerce-pop-up a.compare,
#qodef-woo-page .yith-wcwl-add-to-wishlist,
#qodef-woo-page a.compare,
#yith-quick-view-modal .yith-wcwl-add-to-wishlist,
#yith-quick-view-modal a.compare,
#yith-woocompare .yith-wcwl-add-to-wishlist,
#yith-woocompare a.compare,
.qodef-woo-shortcode .yith-wcwl-add-to-wishlist,
.qodef-woo-shortcode a.compare {
    font-size: 0
}

#qcfw-modal .yith-wcwl-add-to-wishlist,
#qode-quick-view-for-woocommerce-pop-up .yith-wcwl-add-to-wishlist,
#qodef-woo-page .yith-wcwl-add-to-wishlist,
#yith-quick-view-modal .yith-wcwl-add-to-wishlist,
#yith-woocompare .yith-wcwl-add-to-wishlist,
.qodef-woo-shortcode .yith-wcwl-add-to-wishlist {
    order: 1
}

#qcfw-modal a.compare,
#qode-quick-view-for-woocommerce-pop-up a.compare,
#qodef-woo-page a.compare,
#yith-quick-view-modal a.compare,
#yith-woocompare a.compare,
.qodef-woo-shortcode a.compare {
    width: 19px;
    height: 14px;
    order: 2;
    margin: 0
}

#qcfw-modal a.compare:before,
#qode-quick-view-for-woocommerce-pop-up a.compare:before,
#qodef-woo-page a.compare:before,
#yith-quick-view-modal a.compare:before,
#yith-woocompare a.compare:before,
.qodef-woo-shortcode a.compare:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 17px;
    background-color: #000;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.077' height='16.651' viewBox='0 0 22.077 16.651'%3E%3Cg data-name='Group 775'%3E%3Cpath d='M13.62 10.882H3.42l2.067-2.066a1 1 0 0 0 0-1.412.989.989 0 0 0-.705-.293.992.992 0 0 0-.707.293L.319 11.159a.98.98 0 0 0 0 1.445l3.754 3.754a1 1 0 1 0 1.413-1.412l-2.067-2.067h10.2a1 1 0 1 0 0-2Z' data-name='Path 1531'/%3E%3Cpath d='M22.077 4.76a.989.989 0 0 0-.317-.722L18.003.283a1.023 1.023 0 0 0-1.412 0 1 1 0 0 0 0 1.412l2.066 2.066h-10.2a1 1 0 1 0 0 2h10.2L16.59 7.828a1 1 0 0 0 1.412 1.413l3.755-3.755a.988.988 0 0 0 .32-.726Z' data-name='Path 1532'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.077' height='16.651' viewBox='0 0 22.077 16.651'%3E%3Cg data-name='Group 775'%3E%3Cpath d='M13.62 10.882H3.42l2.067-2.066a1 1 0 0 0 0-1.412.989.989 0 0 0-.705-.293.992.992 0 0 0-.707.293L.319 11.159a.98.98 0 0 0 0 1.445l3.754 3.754a1 1 0 1 0 1.413-1.412l-2.067-2.067h10.2a1 1 0 1 0 0-2Z' data-name='Path 1531'/%3E%3Cpath d='M22.077 4.76a.989.989 0 0 0-.317-.722L18.003.283a1.023 1.023 0 0 0-1.412 0 1 1 0 0 0 0 1.412l2.066 2.066h-10.2a1 1 0 1 0 0 2h10.2L16.59 7.828a1 1 0 0 0 1.412 1.413l3.755-3.755a.988.988 0 0 0 .32-.726Z' data-name='Path 1532'/%3E%3C/g%3E%3C/svg%3E");
    transition: background-color .2s ease-out
}

#qcfw-modal a.compare:hover:before,
#qode-quick-view-for-woocommerce-pop-up a.compare:hover:before,
#qodef-woo-page a.compare:hover:before,
#yith-quick-view-modal a.compare:hover:before,
#yith-woocompare a.compare:hover:before,
.qodef-woo-shortcode a.compare:hover:before {
    background-color: var(--qode-main-color)
}

#qcfw-modal a.compare.added:before,
#qode-quick-view-for-woocommerce-pop-up a.compare.added:before,
#qodef-woo-page a.compare.added:before,
#yith-quick-view-modal a.compare.added:before,
#yith-woocompare a.compare.added:before,
.qodef-woo-shortcode a.compare.added:before {
    background-color: var(--qode-main-color)
}

#qcfw-modal .added_to_cart,
#qcfw-modal .button:not(.qqvfw-quick-view-button),
#qode-quick-view-for-woocommerce-pop-up .added_to_cart,
#qode-quick-view-for-woocommerce-pop-up .button:not(.qqvfw-quick-view-button),
#qodef-woo-page .added_to_cart,
#qodef-woo-page .button:not(.qqvfw-quick-view-button),
#yith-quick-view-modal .added_to_cart,
#yith-quick-view-modal .button:not(.qqvfw-quick-view-button),
#yith-woocompare .added_to_cart,
#yith-woocompare .button:not(.qqvfw-quick-view-button),
.qodef-woo-shortcode .added_to_cart,
.qodef-woo-shortcode .button:not(.qqvfw-quick-view-button) {
    font-family: Archivo, sans-serif;
    font-size: 13px;
    line-height: 1.0769em;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 11px;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 17px 35px 16px;
    cursor: pointer;
    z-index: 3;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, var(--qode-main-color));
    border: 1px solid var(--qode-button-border-color, transparent);
    background-image: linear-gradient(to bottom, var(--qode-button-bg-color, var(--qode-main-color)) 50%, var(--qode-button-bg-hover-color, #000) 50%);
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out;
    background-size: 100% 203%;
    background-position: 0 0
}

#qcfw-modal .added_to_cart:hover,
#qcfw-modal .button:not(.qqvfw-quick-view-button):hover,
#qode-quick-view-for-woocommerce-pop-up .added_to_cart:hover,
#qode-quick-view-for-woocommerce-pop-up .button:not(.qqvfw-quick-view-button):hover,
#qodef-woo-page .added_to_cart:hover,
#qodef-woo-page .button:not(.qqvfw-quick-view-button):hover,
#yith-quick-view-modal .added_to_cart:hover,
#yith-quick-view-modal .button:not(.qqvfw-quick-view-button):hover,
#yith-woocompare .added_to_cart:hover,
#yith-woocompare .button:not(.qqvfw-quick-view-button):hover,
.qodef-woo-shortcode .added_to_cart:hover,
.qodef-woo-shortcode .button:not(.qqvfw-quick-view-button):hover {
    color: var(--qode-button-hover-color, #fff);
    border-color: var(--qode-button-border-hover-color, transparent);
    background-position: 0 100%
}

#qcfw-modal .added_to_cart .qodef-svg--button-arrow,
#qcfw-modal .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow,
#qode-quick-view-for-woocommerce-pop-up .added_to_cart .qodef-svg--button-arrow,
#qode-quick-view-for-woocommerce-pop-up .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow,
#qodef-woo-page .added_to_cart .qodef-svg--button-arrow,
#qodef-woo-page .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow,
#yith-quick-view-modal .added_to_cart .qodef-svg--button-arrow,
#yith-quick-view-modal .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow,
#yith-woocompare .added_to_cart .qodef-svg--button-arrow,
#yith-woocompare .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow,
.qodef-woo-shortcode .added_to_cart .qodef-svg--button-arrow,
.qodef-woo-shortcode .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow {
    overflow: visible;
    --qode-clip: 4px
}

.qodef-browser--safari #qcfw-modal .added_to_cart .qodef-svg--button-arrow,
.qodef-browser--safari #qcfw-modal .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow,
.qodef-browser--safari #qode-quick-view-for-woocommerce-pop-up .added_to_cart .qodef-svg--button-arrow,
.qodef-browser--safari #qode-quick-view-for-woocommerce-pop-up .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow,
.qodef-browser--safari #qodef-woo-page .added_to_cart .qodef-svg--button-arrow,
.qodef-browser--safari #qodef-woo-page .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow,
.qodef-browser--safari #yith-quick-view-modal .added_to_cart .qodef-svg--button-arrow,
.qodef-browser--safari #yith-quick-view-modal .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow,
.qodef-browser--safari #yith-woocompare .added_to_cart .qodef-svg--button-arrow,
.qodef-browser--safari #yith-woocompare .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow,
.qodef-browser--safari .qodef-woo-shortcode .added_to_cart .qodef-svg--button-arrow,
.qodef-browser--safari .qodef-woo-shortcode .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow {
    --qode-clip: 3px
}

#qcfw-modal .added_to_cart .qodef-svg--button-arrow path,
#qcfw-modal .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path,
#qode-quick-view-for-woocommerce-pop-up .added_to_cart .qodef-svg--button-arrow path,
#qode-quick-view-for-woocommerce-pop-up .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path,
#qodef-woo-page .added_to_cart .qodef-svg--button-arrow path,
#qodef-woo-page .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path,
#yith-quick-view-modal .added_to_cart .qodef-svg--button-arrow path,
#yith-quick-view-modal .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path,
#yith-woocompare .added_to_cart .qodef-svg--button-arrow path,
#yith-woocompare .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path,
.qodef-woo-shortcode .added_to_cart .qodef-svg--button-arrow path,
.qodef-woo-shortcode .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9)
}

#qcfw-modal .added_to_cart .qodef-svg--button-arrow path:nth-of-type(1),
#qcfw-modal .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path:nth-of-type(1),
#qode-quick-view-for-woocommerce-pop-up .added_to_cart .qodef-svg--button-arrow path:nth-of-type(1),
#qode-quick-view-for-woocommerce-pop-up .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path:nth-of-type(1),
#qodef-woo-page .added_to_cart .qodef-svg--button-arrow path:nth-of-type(1),
#qodef-woo-page .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path:nth-of-type(1),
#yith-quick-view-modal .added_to_cart .qodef-svg--button-arrow path:nth-of-type(1),
#yith-quick-view-modal .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path:nth-of-type(1),
#yith-woocompare .added_to_cart .qodef-svg--button-arrow path:nth-of-type(1),
#yith-woocompare .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path:nth-of-type(1),
.qodef-woo-shortcode .added_to_cart .qodef-svg--button-arrow path:nth-of-type(1),
.qodef-woo-shortcode .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path:nth-of-type(1) {
    transform: translateY(7px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px var(--qode-clip) -2px -2px)
}

#qcfw-modal .added_to_cart .qodef-svg--button-arrow path:nth-of-type(2),
#qcfw-modal .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path:nth-of-type(2),
#qode-quick-view-for-woocommerce-pop-up .added_to_cart .qodef-svg--button-arrow path:nth-of-type(2),
#qode-quick-view-for-woocommerce-pop-up .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path:nth-of-type(2),
#qodef-woo-page .added_to_cart .qodef-svg--button-arrow path:nth-of-type(2),
#qodef-woo-page .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path:nth-of-type(2),
#yith-quick-view-modal .added_to_cart .qodef-svg--button-arrow path:nth-of-type(2),
#yith-quick-view-modal .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path:nth-of-type(2),
#yith-woocompare .added_to_cart .qodef-svg--button-arrow path:nth-of-type(2),
#yith-woocompare .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path:nth-of-type(2),
.qodef-woo-shortcode .added_to_cart .qodef-svg--button-arrow path:nth-of-type(2),
.qodef-woo-shortcode .button:not(.qqvfw-quick-view-button) .qodef-svg--button-arrow path:nth-of-type(2) {
    transform: translateY(5px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px -2px 4px -2px)
}

#qcfw-modal .added_to_cart:hover .qodef-svg--button-arrow path,
#qcfw-modal .button:not(.qqvfw-quick-view-button):hover .qodef-svg--button-arrow path,
#qode-quick-view-for-woocommerce-pop-up .added_to_cart:hover .qodef-svg--button-arrow path,
#qode-quick-view-for-woocommerce-pop-up .button:not(.qqvfw-quick-view-button):hover .qodef-svg--button-arrow path,
#qodef-woo-page .added_to_cart:hover .qodef-svg--button-arrow path,
#qodef-woo-page .button:not(.qqvfw-quick-view-button):hover .qodef-svg--button-arrow path,
#yith-quick-view-modal .added_to_cart:hover .qodef-svg--button-arrow path,
#yith-quick-view-modal .button:not(.qqvfw-quick-view-button):hover .qodef-svg--button-arrow path,
#yith-woocompare .added_to_cart:hover .qodef-svg--button-arrow path,
#yith-woocompare .button:not(.qqvfw-quick-view-button):hover .qodef-svg--button-arrow path,
.qodef-woo-shortcode .added_to_cart:hover .qodef-svg--button-arrow path,
.qodef-woo-shortcode .button:not(.qqvfw-quick-view-button):hover .qodef-svg--button-arrow path {
    clip-path: inset(-2px -2px -2px -2px);
    transform: translateY(0) translateX(0) rotate(0)
}

#qcfw-modal .added_to_cart.added,
#qcfw-modal .button:not(.qqvfw-quick-view-button).added,
#qode-quick-view-for-woocommerce-pop-up .added_to_cart.added,
#qode-quick-view-for-woocommerce-pop-up .button:not(.qqvfw-quick-view-button).added,
#qodef-woo-page .added_to_cart.added,
#qodef-woo-page .button:not(.qqvfw-quick-view-button).added,
#yith-quick-view-modal .added_to_cart.added,
#yith-quick-view-modal .button:not(.qqvfw-quick-view-button).added,
#yith-woocompare .added_to_cart.added,
#yith-woocompare .button:not(.qqvfw-quick-view-button).added,
.qodef-woo-shortcode .added_to_cart.added,
.qodef-woo-shortcode .button:not(.qqvfw-quick-view-button).added {
    display: none !important
}

#qcfw-modal .added_to_cart .qodef--dropdown-cart-check,
#qode-quick-view-for-woocommerce-pop-up .added_to_cart .qodef--dropdown-cart-check,
#qodef-woo-page .added_to_cart .qodef--dropdown-cart-check,
#yith-quick-view-modal .added_to_cart .qodef--dropdown-cart-check,
#yith-woocompare .added_to_cart .qodef--dropdown-cart-check,
.qodef-woo-shortcode .added_to_cart .qodef--dropdown-cart-check {
    opacity: 1;
    visibility: visible
}

#qcfw-modal .button:not(.added_to_cart) .qodef--dropdown-cart-plus,
#qode-quick-view-for-woocommerce-pop-up .button:not(.added_to_cart) .qodef--dropdown-cart-plus,
#qodef-woo-page .button:not(.added_to_cart) .qodef--dropdown-cart-plus,
#yith-quick-view-modal .button:not(.added_to_cart) .qodef--dropdown-cart-plus,
#yith-woocompare .button:not(.added_to_cart) .qodef--dropdown-cart-plus,
.qodef-woo-shortcode .button:not(.added_to_cart) .qodef--dropdown-cart-plus {
    transition-duration: .2s, .25s
}

#qcfw-modal .button:not(.added_to_cart):hover .qodef--dropdown-cart-plus,
#qode-quick-view-for-woocommerce-pop-up .button:not(.added_to_cart):hover .qodef--dropdown-cart-plus,
#qodef-woo-page .button:not(.added_to_cart):hover .qodef--dropdown-cart-plus,
#yith-quick-view-modal .button:not(.added_to_cart):hover .qodef--dropdown-cart-plus,
#yith-woocompare .button:not(.added_to_cart):hover .qodef--dropdown-cart-plus,
.qodef-woo-shortcode .button:not(.added_to_cart):hover .qodef--dropdown-cart-plus {
    opacity: 1;
    transform: scale(1);
    transition-delay: .16s, .18s
}

#qodef-woo-page .quantity {
    white-space: nowrap
}

#qodef-woo-page .quantity input[type=number] {
    width: 60px;
    margin: 0;
    padding: 12px 10px;
    text-align: center;
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    font-size: 14px
}

@media only screen and (max-width:1512px) {
    #qodef-woo-page .quantity input[type=number] {
        font-size: 16px;
        line-height: 1.31em
    }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 27px;
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    list-style: none
}

@media only screen and (max-width:880px) {

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 20px 27px 27px 27px
    }

    .woocommerce-error a,
    .woocommerce-info a,
    .woocommerce-message a {
        margin-top: 15px !important
    }
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    margin-top: 12px
}

.woocommerce-error.cart-empty,
.woocommerce-info.cart-empty,
.woocommerce-message.cart-empty {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 0;
    border: none;
    margin-top: 34px
}

.single-product .woocommerce-message {
    flex-direction: row-reverse;
    align-items: center
}

@media only screen and (max-width:880px) {
    .single-product .woocommerce-message {
        flex-direction: column-reverse;
        align-items: flex-start
    }
}

.woocommerce-account .woocommerce-info {
    flex-direction: row;
    align-items: center
}

@media only screen and (max-width:880px) {
    .woocommerce-account .woocommerce-info a {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:680px) {
    .woocommerce-account .woocommerce-info {
        flex-direction: column;
        align-items: center;
        padding: 20px 27px 27px 27px
    }

    .woocommerce-account .woocommerce-info a {
        margin-top: 15px !important
    }
}

.woocommerce-page div.woocommerce .shop_table tr {
    border-left: none;
    border-right: none
}

.woocommerce-page div.woocommerce .shop_table td,
.woocommerce-page div.woocommerce .shop_table th {
    padding: 12px 0 12px 20px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.woocommerce-page div.woocommerce .shop_table td:first-child,
.woocommerce-page div.woocommerce .shop_table th:first-child {
    padding-left: 0
}

.woocommerce-page div.woocommerce .shop_table th {
    font-size: 15px;
    line-height: 1.0667em;
    font-weight: 600;
    text-transform: uppercase
}

.woocommerce-page div.woocommerce .shop_table th:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--qode-main-color);
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(.45, .05, .27, .94)
}

.woocommerce-page div.woocommerce .shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li:last-child {
    margin-bottom: 0
}

.woocommerce-page div.woocommerce .shop_table td ul li label {
    margin-bottom: 0
}

.woocommerce-page div.woocommerce .shop_table p {
    margin: 0
}

.woocommerce-page div.woocommerce .shop_table .variation:after,
.woocommerce-page div.woocommerce .shop_table .variation:before {
    content: '';
    display: table;
    table-layout: fixed
}

.woocommerce-page div.woocommerce .shop_table .variation:after {
    clear: both
}

.woocommerce-page div.woocommerce .shop_table .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width:680px) {
    .woocommerce-page div.woocommerce .shop_table .variation dt {
        float: none;
        width: 100%
    }
}

.woocommerce-page div.woocommerce .shop_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width:680px) {
    .woocommerce-page div.woocommerce .shop_table .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }
}

.woocommerce-page div.woocommerce .col2-set {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 -30px
}

.woocommerce-page div.woocommerce .col2-set>* {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 56px
}

.woocommerce-page div.woocommerce address {
    font-style: normal
}

.woocommerce-page div.woocommerce address p {
    margin: 0
}

.woocommerce-page div.woocommerce form p {
    margin: 0
}

.woocommerce-page .pswp__caption__center,
.woocommerce-page .pswp__counter {
    color: #fff
}

.wc-block-cart {
    margin: 0 !important
}

.wc-block-cart table.wc-block-cart-items {
    border-bottom: 1px solid #e2e2e2 !important;
    margin: 0 !important
}

.wc-block-cart table.wc-block-cart-items td,
.wc-block-cart table.wc-block-cart-items th {
    padding: 15px !important
}

.wc-block-cart table.wc-block-cart-items td:first-child,
.wc-block-cart table.wc-block-cart-items th:first-child {
    padding-left: 0 !important
}

.wc-block-cart table.wc-block-cart-items td:last-child,
.wc-block-cart table.wc-block-cart-items th:last-child {
    padding-right: 0 !important
}

.wc-block-cart table.wc-block-cart-items tr {
    border: 0
}

.wc-block-cart table.wc-block-cart-items th {
    border: 0
}

.wc-block-cart table.wc-block-cart-items td {
    border-top: 1px solid #e2e2e2 !important
}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    font-size: 14px;
    text-transform: initial
}

@media only screen and (max-width:1512px) {
    .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header {
        font-size: 16px;
        line-height: 1.31em
    }
}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 85px
}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    margin-top: 5px
}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    padding-right: 37px;
    position: relative
}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 22px;
    line-height: 22px;
    right: 0;
    text-decoration: initial;
    top: 15px;
    width: 22px;
    position: absolute
}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:after {
    font-size: 22px;
    font-family: ElegantIcons;
    content: "\4d"
}

body:not([class*=highrev-core]) .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:after {
    content: 'x';
    font-family: initial
}

@media only screen and (max-width:880px) {
    .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        top: 10px
    }
}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-weight: 700
}

.wc-block-cart div.wc-block-cart__sidebar .wc-block-cart__totals-title {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 0 !important;
    text-transform: initial !important
}

@media only screen and (max-width:1512px) {
    .wc-block-cart div.wc-block-cart__sidebar .wc-block-cart__totals-title {
        font-size: 16px;
        line-height: 1.31em
    }
}

.wc-block-cart div.wc-block-cart__sidebar .wc-block-cart__totals-title textarea {
    text-transform: initial !important
}

.wc-block-cart__submit-button {
    font-family: Archivo, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.0769em;
    font-weight: 700 !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    column-gap: 11px !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    box-shadow: none !important;
    background-image: none !important;
    opacity: 1 !important;
    width: 100% !important;
    padding: 17px 20px 16px !important;
    justify-content: center !important;
    text-align: center !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: var(--qode-button-color, #fff) !important;
    background-color: var(--qode-button-bg-color, var(--qode-main-color)) !important;
    border: 1px solid var(--qode-button-border-color, transparent) !important;
    background-image: linear-gradient(to bottom, var(--qode-button-bg-color, var(--qode-main-color)) 50%, var(--qode-button-bg-hover-color, #000) 50%) !important;
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out !important;
    background-size: 100% 203%;
    background-position: 0 0;
    margin-top: 15px !important
}

.wc-block-cart__submit-button:hover {
    color: var(--qode-button-hover-color, #fff) !important;
    border-color: var(--qode-button-border-hover-color, transparent) !important;
    background-position: 0 100%
}

.wc-block-cart__submit-button .qodef-svg--button-arrow {
    overflow: visible;
    --qode-clip: 4px
}

.qodef-browser--safari .wc-block-cart__submit-button .qodef-svg--button-arrow {
    --qode-clip: 3px
}

.wc-block-cart__submit-button .qodef-svg--button-arrow path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9)
}

.wc-block-cart__submit-button .qodef-svg--button-arrow path:nth-of-type(1) {
    transform: translateY(7px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px var(--qode-clip) -2px -2px)
}

.wc-block-cart__submit-button .qodef-svg--button-arrow path:nth-of-type(2) {
    transform: translateY(5px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px -2px 4px -2px)
}

.wc-block-cart__submit-button:hover .qodef-svg--button-arrow path {
    clip-path: inset(-2px -2px -2px -2px);
    transform: translateY(0) translateX(0) rotate(0)
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 27px;
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    list-style: none;
    color: #000;
    font-family: Archivo, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.53333em;
    text-transform: initial;
    margin-bottom: 100px !important
}

@media only screen and (max-width:880px) {
    .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 20px 27px 27px 27px
    }

    .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title a {
        margin-top: 15px !important
    }
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title a {
    margin-top: 12px
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.cart-empty {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 0;
    border: none;
    margin-top: 34px
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title:before {
    display: none !important
}

.wp-block-woocommerce-empty-cart-block hr {
    display: none !important
}

.wp-block-woocommerce-cart-order-summary-totals-block {
    border-top: none !important
}

.wp-block-woocommerce-cart-cross-sells-block {
    margin-top: 100px !important
}

.wp-block-woocommerce-cart-cross-sells-block h2:not(.wc-block-cart__empty-cart__title),
.wp-block-woocommerce-empty-cart-block h2:not(.wc-block-cart__empty-cart__title) {
    font-family: Archivo, sans-serif !important;
    color: #000 !important;
    text-transform: uppercase !important;
    letter-spacing: -.025em !important;
    font-size: 24px !important;
    line-height: 1em !important;
    font-weight: 700 !important;
    margin: 0 0 45px 0 !important
}

.wp-block-woocommerce-cart-cross-sells-block ul,
.wp-block-woocommerce-cart-cross-sells-block>div:not(.wc-block-product-new),
.wp-block-woocommerce-empty-cart-block ul,
.wp-block-woocommerce-empty-cart-block>div:not(.wc-block-product-new) {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    margin: 0
}

.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product,
.wp-block-woocommerce-cart-cross-sells-block li,
.wp-block-woocommerce-empty-cart-block .cross-sells-product,
.wp-block-woocommerce-empty-cart-block li {
    border: none !important;
    flex: initial !important;
    margin: 0 !important;
    padding: 0 !important
}

.wp-block-woocommerce-cart-cross-sells-block .has-1-columns li,
.wp-block-woocommerce-empty-cart-block .has-1-columns li {
    width: calc((100% - (30px * 0))/ 1) !important
}

.wp-block-woocommerce-cart-cross-sells-block .has-2-columns li,
.wp-block-woocommerce-empty-cart-block .has-2-columns li {
    width: calc((100% - (30px * 1))/ 2) !important
}

.wp-block-woocommerce-cart-cross-sells-block .has-3-columns li,
.wp-block-woocommerce-empty-cart-block .has-3-columns li {
    width: calc((100% - (30px * 2))/ 3) !important
}

.wp-block-woocommerce-cart-cross-sells-block .has-4-columns li,
.wp-block-woocommerce-empty-cart-block .has-4-columns li {
    width: calc((100% - (30px * 3))/ 4) !important
}

.wp-block-woocommerce-cart-cross-sells-block .has-5-columns li,
.wp-block-woocommerce-empty-cart-block .has-5-columns li {
    width: calc((100% - (30px * 4))/ 5) !important
}

.wp-block-woocommerce-cart-cross-sells-block img,
.wp-block-woocommerce-empty-cart-block img {
    border: 1px solid #e2e2e2;
    width: 100% !important
}

.wp-block-woocommerce-cart-cross-sells-block .cross-sells-product,
.wp-block-woocommerce-empty-cart-block .cross-sells-product {
    width: calc((100% - (30px * 2))/ 3) !important
}

.wp-block-woocommerce-cart-cross-sells-block .price,
.wp-block-woocommerce-empty-cart-block .price {
    position: relative;
    display: flex;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 13px 0 0;
    justify-content: center;
    margin: 5px 0 !important
}

@media only screen and (max-width:680px) {

    .wp-block-woocommerce-cart-cross-sells-block .price,
    .wp-block-woocommerce-empty-cart-block .price {
        font-size: 20px
    }
}

.wp-block-woocommerce-cart-cross-sells-block .price del,
.wp-block-woocommerce-empty-cart-block .price del {
    font-size: 14px;
    line-height: 19px;
    color: inherit;
    margin-left: 2px
}

.wp-block-woocommerce-cart-cross-sells-block .price ins,
.wp-block-woocommerce-empty-cart-block .price ins {
    text-decoration: none
}

.wp-block-woocommerce-cart-cross-sells-block .price>span:first-child,
.wp-block-woocommerce-empty-cart-block .price>span:first-child {
    margin-right: 5px
}

.wp-block-woocommerce-cart-cross-sells-block .price>span:last-child,
.wp-block-woocommerce-empty-cart-block .price>span:last-child {
    margin-left: 5px
}

.wp-block-woocommerce-cart-cross-sells-block .price>span:only-child,
.wp-block-woocommerce-empty-cart-block .price>span:only-child {
    margin: 0
}

.wp-block-woocommerce-cart-cross-sells-block .wp-block-button,
.wp-block-woocommerce-empty-cart-block .wp-block-button {
    margin: 0 !important
}

.wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link,
.wp-block-woocommerce-empty-cart-block .wp-block-button__link {
    font-family: Archivo, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.0769em;
    font-weight: 700 !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    column-gap: 11px !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    outline: 0 !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    box-shadow: none !important;
    background-image: none !important;
    opacity: 1 !important;
    padding: 17px 35px 16px !important;
    cursor: pointer !important;
    z-index: 3 !important;
    color: var(--qode-button-color, #fff) !important;
    background-color: var(--qode-button-bg-color, var(--qode-main-color)) !important;
    border: 1px solid var(--qode-button-border-color, transparent) !important;
    background-image: linear-gradient(to bottom, var(--qode-button-bg-color, var(--qode-main-color)) 50%, var(--qode-button-bg-hover-color, #000) 50%) !important;
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out !important;
    background-size: 100% 203%;
    background-position: 0 0;
    margin: 0 !important;
    width: auto !important
}

.wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link:hover,
.wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover {
    color: var(--qode-button-hover-color, #fff) !important;
    border-color: var(--qode-button-border-hover-color, transparent) !important;
    background-position: 0 100%
}

.wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link .qodef-svg--button-arrow,
.wp-block-woocommerce-empty-cart-block .wp-block-button__link .qodef-svg--button-arrow {
    overflow: visible;
    --qode-clip: 4px
}

.qodef-browser--safari .wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link .qodef-svg--button-arrow,
.qodef-browser--safari .wp-block-woocommerce-empty-cart-block .wp-block-button__link .qodef-svg--button-arrow {
    --qode-clip: 3px
}

.wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link .qodef-svg--button-arrow path,
.wp-block-woocommerce-empty-cart-block .wp-block-button__link .qodef-svg--button-arrow path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9)
}

.wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link .qodef-svg--button-arrow path:nth-of-type(1),
.wp-block-woocommerce-empty-cart-block .wp-block-button__link .qodef-svg--button-arrow path:nth-of-type(1) {
    transform: translateY(7px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px var(--qode-clip) -2px -2px)
}

.wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link .qodef-svg--button-arrow path:nth-of-type(2),
.wp-block-woocommerce-empty-cart-block .wp-block-button__link .qodef-svg--button-arrow path:nth-of-type(2) {
    transform: translateY(5px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px -2px 4px -2px)
}

.wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link:hover .qodef-svg--button-arrow path,
.wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover .qodef-svg--button-arrow path {
    clip-path: inset(-2px -2px -2px -2px);
    transform: translateY(0) translateX(0) rotate(0)
}

.wp-block-woocommerce-cart-cross-sells-block .wp-block-button__link:after,
.wp-block-woocommerce-empty-cart-block .wp-block-button__link:after {
    display: none !important
}

.wc-block-grid__product-image,
.wp-block-cart-cross-sells-product__product-image {
    margin: 0 0 30px 0 !important
}

.wc-block-grid__product-onsale,
.wp-block-cart-cross-sells-product__product-onsale {
    background-color: var(--qode-main-color) !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1 !important;
    padding: 8px 27px 6px !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 5 !important
}

.wc-block-grid__product-title,
.wp-block-cart-cross-sells-product__product-title {
    font-family: Archivo, sans-serif !important;
    color: #000 !important;
    text-transform: uppercase !important;
    letter-spacing: -.025em !important;
    font-size: 18px !important;
    line-height: 1.11111em !important;
    font-weight: 700 !important;
    margin: 0 !important
}

@media only screen and (max-width:1512px) {

    .wc-block-grid__product-title,
    .wp-block-cart-cross-sells-product__product-title {
        font-size: 16px !important;
        line-height: 1.31em !important
    }
}

.wc-block-grid__product-title a,
.wp-block-cart-cross-sells-product__product-title a {
    font-weight: inherit !important
}

#qodef-woo-page.qodef--cart .woocommerce-message,
.yith-wcwl-form .woocommerce-message {
    align-items: center;
    flex-direction: row;
    justify-content: space-between
}

#qodef-woo-page.qodef--cart .woocommerce-message a,
.yith-wcwl-form .woocommerce-message a {
    font-family: Archivo, sans-serif;
    font-size: 13px;
    line-height: 1.0769em;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 11px;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 17px 35px 16px;
    cursor: pointer;
    z-index: 3;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, var(--qode-main-color));
    border: 1px solid var(--qode-button-border-color, transparent);
    background-image: linear-gradient(to bottom, var(--qode-button-bg-color, var(--qode-main-color)) 50%, var(--qode-button-bg-hover-color, #000) 50%);
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out;
    background-size: 100% 203%;
    background-position: 0 0;
    margin: 0
}

#qodef-woo-page.qodef--cart .woocommerce-message a:hover,
.yith-wcwl-form .woocommerce-message a:hover {
    color: var(--qode-button-hover-color, #fff);
    border-color: var(--qode-button-border-hover-color, transparent);
    background-position: 0 100%
}

#qodef-woo-page.qodef--cart .woocommerce-message a .qodef-svg--button-arrow,
.yith-wcwl-form .woocommerce-message a .qodef-svg--button-arrow {
    overflow: visible;
    --qode-clip: 4px
}

.qodef-browser--safari #qodef-woo-page.qodef--cart .woocommerce-message a .qodef-svg--button-arrow,
.qodef-browser--safari .yith-wcwl-form .woocommerce-message a .qodef-svg--button-arrow {
    --qode-clip: 3px
}

#qodef-woo-page.qodef--cart .woocommerce-message a .qodef-svg--button-arrow path,
.yith-wcwl-form .woocommerce-message a .qodef-svg--button-arrow path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9)
}

#qodef-woo-page.qodef--cart .woocommerce-message a .qodef-svg--button-arrow path:nth-of-type(1),
.yith-wcwl-form .woocommerce-message a .qodef-svg--button-arrow path:nth-of-type(1) {
    transform: translateY(7px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px var(--qode-clip) -2px -2px)
}

#qodef-woo-page.qodef--cart .woocommerce-message a .qodef-svg--button-arrow path:nth-of-type(2),
.yith-wcwl-form .woocommerce-message a .qodef-svg--button-arrow path:nth-of-type(2) {
    transform: translateY(5px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px -2px 4px -2px)
}

#qodef-woo-page.qodef--cart .woocommerce-message a:hover .qodef-svg--button-arrow path,
.yith-wcwl-form .woocommerce-message a:hover .qodef-svg--button-arrow path {
    clip-path: inset(-2px -2px -2px -2px);
    transform: translateY(0) translateX(0) rotate(0)
}

#qodef-woo-page.qodef--cart .woocommerce-cart-form-title,
.yith-wcwl-form .woocommerce-cart-form-title {
    margin: 0;
    padding: 0 0 18px;
    border-bottom: 1px solid #e2e2e2;
    display: none
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove,
#qodef-woo-page.qodef--cart .shop_table th.product-remove,
.yith-wcwl-form .shop_table td.product-remove,
.yith-wcwl-form .shop_table th.product-remove {
    width: 30px;
    padding-left: 20px
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a,
#qodef-woo-page.qodef--cart .shop_table th.product-remove a,
.yith-wcwl-form .shop_table td.product-remove a,
.yith-wcwl-form .shop_table th.product-remove a {
    font-size: 24px
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail,
#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail,
.yith-wcwl-form .shop_table td.product-thumbnail,
.yith-wcwl-form .shop_table th.product-thumbnail {
    width: 84px;
    padding-left: 0
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a,
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img,
#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail a,
#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail img,
.yith-wcwl-form .shop_table td.product-thumbnail a,
.yith-wcwl-form .shop_table td.product-thumbnail img,
.yith-wcwl-form .shop_table th.product-thumbnail a,
.yith-wcwl-form .shop_table th.product-thumbnail img {
    display: block;
    width: 100%;
    max-width: 100%
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img,
#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail img,
.yith-wcwl-form .shop_table td.product-thumbnail img,
.yith-wcwl-form .shop_table th.product-thumbnail img {
    border-radius: 0
}

#qodef-woo-page.qodef--cart .shop_table td.product-name,
#qodef-woo-page.qodef--cart .shop_table th.product-name,
.yith-wcwl-form .shop_table td.product-name,
.yith-wcwl-form .shop_table th.product-name {
    text-align: left;
    padding-left: 20px
}

#qodef-woo-page.qodef--cart .shop_table td.product-name a,
#qodef-woo-page.qodef--cart .shop_table th.product-name a,
.yith-wcwl-form .shop_table td.product-name a,
.yith-wcwl-form .shop_table th.product-name a {
    font-family: Archivo, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 500
}

#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number],
#qodef-woo-page.qodef--cart .shop_table th.product-quantity input[type=number],
.yith-wcwl-form .shop_table td.product-quantity input[type=number],
.yith-wcwl-form .shop_table th.product-quantity input[type=number] {
    margin: 0
}

#qodef-woo-page.qodef--cart .shop_table td.actions,
#qodef-woo-page.qodef--cart .shop_table th.actions,
.yith-wcwl-form .shop_table td.actions,
.yith-wcwl-form .shop_table th.actions {
    padding: 30px 0 0;
    text-align: initial
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon,
#qodef-woo-page.qodef--cart .shop_table th.actions .coupon,
.yith-wcwl-form .shop_table td.actions .coupon,
.yith-wcwl-form .shop_table th.actions .coupon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    float: left
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>*,
#qodef-woo-page.qodef--cart .shop_table th.actions .coupon>*,
.yith-wcwl-form .shop_table td.actions .coupon>*,
.yith-wcwl-form .shop_table th.actions .coupon>* {
    margin-bottom: 0
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon #coupon_code,
#qodef-woo-page.qodef--cart .shop_table th.actions .coupon #coupon_code,
.yith-wcwl-form .shop_table td.actions .coupon #coupon_code,
.yith-wcwl-form .shop_table th.actions .coupon #coupon_code {
    padding: 10px 20px
}

#qodef-woo-page.qodef--cart .shop_table td.actions label,
#qodef-woo-page.qodef--cart .shop_table th.actions label,
.yith-wcwl-form .shop_table td.actions label,
.yith-wcwl-form .shop_table th.actions label {
    display: none
}

#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text],
#qodef-woo-page.qodef--cart .shop_table th.actions input[type=text],
.yith-wcwl-form .shop_table td.actions input[type=text],
.yith-wcwl-form .shop_table th.actions input[type=text] {
    width: auto;
    margin-right: 20px
}

#qodef-woo-page.qodef--cart .shop_table td.actions>.button,
#qodef-woo-page.qodef--cart .shop_table th.actions>.button,
.yith-wcwl-form .shop_table td.actions>.button,
.yith-wcwl-form .shop_table th.actions>.button {
    float: right
}

#qodef-woo-page.qodef--cart .shop_table td.product-price,
#qodef-woo-page.qodef--cart .shop_table td.product-subtotal,
#qodef-woo-page.qodef--cart .shop_table th.product-price,
#qodef-woo-page.qodef--cart .shop_table th.product-subtotal,
.yith-wcwl-form .shop_table td.product-price,
.yith-wcwl-form .shop_table td.product-subtotal,
.yith-wcwl-form .shop_table th.product-price,
.yith-wcwl-form .shop_table th.product-subtotal {
    position: relative;
    display: flex;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 13px 0 0;
    display: table-cell;
    margin: 0
}

@media only screen and (max-width:680px) {

    #qodef-woo-page.qodef--cart .shop_table td.product-price,
    #qodef-woo-page.qodef--cart .shop_table td.product-subtotal,
    #qodef-woo-page.qodef--cart .shop_table th.product-price,
    #qodef-woo-page.qodef--cart .shop_table th.product-subtotal,
    .yith-wcwl-form .shop_table td.product-price,
    .yith-wcwl-form .shop_table td.product-subtotal,
    .yith-wcwl-form .shop_table th.product-price,
    .yith-wcwl-form .shop_table th.product-subtotal {
        font-size: 20px
    }
}

#qodef-woo-page.qodef--cart .shop_table td.product-price del,
#qodef-woo-page.qodef--cart .shop_table td.product-subtotal del,
#qodef-woo-page.qodef--cart .shop_table th.product-price del,
#qodef-woo-page.qodef--cart .shop_table th.product-subtotal del,
.yith-wcwl-form .shop_table td.product-price del,
.yith-wcwl-form .shop_table td.product-subtotal del,
.yith-wcwl-form .shop_table th.product-price del,
.yith-wcwl-form .shop_table th.product-subtotal del {
    font-size: 14px;
    line-height: 19px;
    color: inherit;
    margin-left: 2px
}

#qodef-woo-page.qodef--cart .shop_table td.product-price ins,
#qodef-woo-page.qodef--cart .shop_table td.product-subtotal ins,
#qodef-woo-page.qodef--cart .shop_table th.product-price ins,
#qodef-woo-page.qodef--cart .shop_table th.product-subtotal ins,
.yith-wcwl-form .shop_table td.product-price ins,
.yith-wcwl-form .shop_table td.product-subtotal ins,
.yith-wcwl-form .shop_table th.product-price ins,
.yith-wcwl-form .shop_table th.product-subtotal ins {
    text-decoration: none
}

#qodef-woo-page.qodef--cart .shop_table td.product-price>span:first-child,
#qodef-woo-page.qodef--cart .shop_table td.product-subtotal>span:first-child,
#qodef-woo-page.qodef--cart .shop_table th.product-price>span:first-child,
#qodef-woo-page.qodef--cart .shop_table th.product-subtotal>span:first-child,
.yith-wcwl-form .shop_table td.product-price>span:first-child,
.yith-wcwl-form .shop_table td.product-subtotal>span:first-child,
.yith-wcwl-form .shop_table th.product-price>span:first-child,
.yith-wcwl-form .shop_table th.product-subtotal>span:first-child {
    margin-right: 5px
}

#qodef-woo-page.qodef--cart .shop_table td.product-price>span:last-child,
#qodef-woo-page.qodef--cart .shop_table td.product-subtotal>span:last-child,
#qodef-woo-page.qodef--cart .shop_table th.product-price>span:last-child,
#qodef-woo-page.qodef--cart .shop_table th.product-subtotal>span:last-child,
.yith-wcwl-form .shop_table td.product-price>span:last-child,
.yith-wcwl-form .shop_table td.product-subtotal>span:last-child,
.yith-wcwl-form .shop_table th.product-price>span:last-child,
.yith-wcwl-form .shop_table th.product-subtotal>span:last-child {
    margin-left: 5px
}

#qodef-woo-page.qodef--cart .shop_table td.product-price>span:only-child,
#qodef-woo-page.qodef--cart .shop_table td.product-subtotal>span:only-child,
#qodef-woo-page.qodef--cart .shop_table th.product-price>span:only-child,
#qodef-woo-page.qodef--cart .shop_table th.product-subtotal>span:only-child,
.yith-wcwl-form .shop_table td.product-price>span:only-child,
.yith-wcwl-form .shop_table td.product-subtotal>span:only-child,
.yith-wcwl-form .shop_table th.product-price>span:only-child,
.yith-wcwl-form .shop_table th.product-subtotal>span:only-child {
    margin: 0
}

#qodef-woo-page.qodef--cart .shop_table.cart tbody>tr:last-child,
.yith-wcwl-form .shop_table.cart tbody>tr:last-child {
    border-bottom: 0
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th,
.yith-wcwl-form .cart-collaterals .shop_table th {
    width: 20%
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table td,
.yith-wcwl-form .cart-collaterals .shop_table td {
    position: relative;
    display: flex;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 13px 0 0;
    margin: 0
}

@media only screen and (max-width:680px) {

    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table td,
    .yith-wcwl-form .cart-collaterals .shop_table td {
        font-size: 20px
    }
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table td del,
.yith-wcwl-form .cart-collaterals .shop_table td del {
    font-size: 14px;
    line-height: 19px;
    color: inherit;
    margin-left: 2px
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table td ins,
.yith-wcwl-form .cart-collaterals .shop_table td ins {
    text-decoration: none
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table td>span:first-child,
.yith-wcwl-form .cart-collaterals .shop_table td>span:first-child {
    margin-right: 5px
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table td>span:last-child,
.yith-wcwl-form .cart-collaterals .shop_table td>span:last-child {
    margin-left: 5px
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table td>span:only-child,
.yith-wcwl-form .cart-collaterals .shop_table td>span:only-child {
    margin: 0
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table td strong,
.yith-wcwl-form .cart-collaterals .shop_table td strong {
    font-weight: 600
}

#qodef-woo-page.qodef--cart .cart_totals,
#qodef-woo-page.qodef--cart .cross-sells,
.yith-wcwl-form .cart_totals,
.yith-wcwl-form .cross-sells {
    margin-top: 77px
}

#qodef-woo-page.qodef--cart .cart_totals>h2,
#qodef-woo-page.qodef--cart .cross-sells>h2,
.yith-wcwl-form .cart_totals>h2,
.yith-wcwl-form .cross-sells>h2 {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0 0 18px
}

#qodef-woo-page.qodef--cart .shipping-calculator-form select,
.yith-wcwl-form .shipping-calculator-form select {
    width: auto;
    min-width: 100%;
    margin: 0
}

#qodef-woo-page.qodef--cart .wc-proceed-to-checkout,
.yith-wcwl-form .wc-proceed-to-checkout {
    margin-top: 30px
}

.woocommerce-page div.woocommerce>.cart-empty {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    margin: 0;
    align-items: center;
    border: none;
    text-align: center
}

.woocommerce-page div.woocommerce>.return-to-shop {
    margin: 20px 0 90px;
    text-align: center
}

.woocommerce-page div.woocommerce>.return-to-shop a {
    font-family: Archivo, sans-serif;
    font-size: 13px;
    line-height: 1.0769em;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 11px;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 17px 35px 16px;
    cursor: pointer;
    z-index: 3;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, var(--qode-main-color));
    border: 1px solid var(--qode-button-border-color, transparent);
    background-image: linear-gradient(to bottom, var(--qode-button-bg-color, var(--qode-main-color)) 50%, var(--qode-button-bg-hover-color, #000) 50%);
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out;
    background-size: 100% 203%;
    background-position: 0 0
}

.woocommerce-page div.woocommerce>.return-to-shop a:hover {
    color: var(--qode-button-hover-color, #fff);
    border-color: var(--qode-button-border-hover-color, transparent);
    background-position: 0 100%
}

.woocommerce-page div.woocommerce>.return-to-shop a .qodef-svg--button-arrow {
    overflow: visible;
    --qode-clip: 4px
}

.qodef-browser--safari .woocommerce-page div.woocommerce>.return-to-shop a .qodef-svg--button-arrow {
    --qode-clip: 3px
}

.woocommerce-page div.woocommerce>.return-to-shop a .qodef-svg--button-arrow path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9)
}

.woocommerce-page div.woocommerce>.return-to-shop a .qodef-svg--button-arrow path:nth-of-type(1) {
    transform: translateY(7px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px var(--qode-clip) -2px -2px)
}

.woocommerce-page div.woocommerce>.return-to-shop a .qodef-svg--button-arrow path:nth-of-type(2) {
    transform: translateY(5px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px -2px 4px -2px)
}

.woocommerce-page div.woocommerce>.return-to-shop a:hover .qodef-svg--button-arrow path {
    clip-path: inset(-2px -2px -2px -2px);
    transform: translateY(0) translateX(0) rotate(0)
}

.wp-block-woocommerce-checkout-order-summary-block {
    border: none !important
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
    border-top: none !important
}

.wc-block-checkout__add-note {
    margin: 0 !important
}

.wc-block-checkout__terms {
    margin: 15px 0 15px 0 !important
}

.wc-block-checkout__payment-method .wc-block-components-radio-control {
    border: none !important
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    border-top: none !important
}

.wc-block-checkout__actions {
    border-top: 1px solid #e2e2e2 !important;
    padding: 30px 0 0 0 !important
}

#qodef-woo-page.qodef--checkout #place_order:hover {
    background-color: var(--qode-main-color)
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    align-items: center;
    flex-direction: row;
    justify-content: space-between
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
    font-family: Archivo, sans-serif;
    font-size: 13px;
    line-height: 1.0769em;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 11px;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    color: var(--qode-button-color, #000);
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    align-items: center;
    margin: 0
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a .qodef-m-text {
    display: inline-block
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a svg {
    overflow: visible
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a svg path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9);
    transform: rotate(0) translateX(0) scaleX(1)
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a svg path:nth-of-type(1) {
    transform-origin: 75% 72%
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a svg path:nth-of-type(2) {
    transform-origin: 11% 50%
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a .qodef-m-arrow {
    color: var(--qode-main-color);
    margin-left: 3px;
    position: relative;
    top: -1px
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a .qodef-m-arrow svg {
    display: block
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
    color: var(--qode-button-hover-color, var(--qode-button-color, #000))
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover svg path:nth-of-type(1) {
    transform: scaleX(1.4) rotate(45deg) translateX(0)
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover svg path:nth-of-type(2) {
    transform: scaleY(1.4) rotate(45deg) translateX(0)
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon>p {
    margin-bottom: 10px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout {
    margin-top: 40px
}

#qodef-woo-page.qodef--checkout .cart-subtotal,
#qodef-woo-page.qodef--checkout .order-total,
#qodef-woo-page.qodef--checkout .product-total {
    font-size: 15px;
    line-height: 1.0667em;
    font-weight: 600;
    text-transform: uppercase
}

#qodef-woo-page.qodef--checkout .cart-subtotal:after,
#qodef-woo-page.qodef--checkout .order-total:after,
#qodef-woo-page.qodef--checkout .product-total:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--qode-main-color);
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(.45, .05, .27, .94)
}

#qodef-woo-page.qodef--checkout .qodef-product-type-product .product-name {
    font-family: Archivo, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 500
}

#qodef-woo-page.qodef--checkout .qodef-product-type-product .product-name strong {
    font-weight: 400
}

#qodef-woo-page.qodef--checkout #customer_details h3 {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0 0 18px;
    border-bottom: 1px solid #e2e2e2
}

#qodef-woo-page.qodef--checkout #order_review_heading {
    margin: 0 0 15px;
    padding: 0 0 11px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
    margin-top: 20px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-info {
    margin: 0 0 11px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
    margin-top: 0
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment button#place_order {
    padding: 17px 33px
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 22px
}

#qodef-woo-page.qodef--checkout .wc_payment_methods {
    margin: 0;
    padding: 0;
    list-style: none
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
    position: relative;
    margin: 0;
    padding: 10px 0
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
    margin: 0
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
    justify-content: flex-end
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
    position: absolute;
    top: 18px;
    left: 0;
    margin: 0
}

#qodef-woo-page.qodef--checkout .wc_payment_methods label {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    cursor: pointer
}

@media only screen and (max-width:1512px) {
    #qodef-woo-page.qodef--checkout .wc_payment_methods label {
        font-size: 16px;
        line-height: 1.31em
    }
}

#qodef-woo-page.qodef--checkout .wc_payment_method:not(.payment_method_paypal) p {
    margin: 10px 0 0 0
}

#qodef-woo-page.qodef--checkout .wc_payment_method.payment_method_paypal .input-radio {
    top: 61px
}

#qodef-woo-page.qodef--checkout .wc_payment_method.payment_method_paypal label img {
    margin: 0 15px 0 10px
}

.woocommerce-account:not(.logged-in) #qodef-page-content .woocommerce>h2 {
    margin-top: -7px
}

.woocommerce-account:not(.logged-in) #qodef-page-content .woocommerce>.woocommerce-form {
    margin-bottom: -7px
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    float: left;
    padding-right: 50px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    position: relative;
    margin: 0;
    padding: 10px 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
    margin: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 15px;
    line-height: 1.0667em;
    font-weight: 600;
    text-transform: uppercase;
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--qode-main-color);
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(.45, .05, .27, .94)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
    bottom: -6px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #000
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:after {
    transform: scaleX(1)
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:after {
    transform: scaleX(1)
}

.woocommerce-account .woocommerce-MyAccount-content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70%;
    float: left
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
    margin: 30px 0 0
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin: 48px 0 0
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    margin: 0 0 20px
}

.woocommerce-account .woocommerce-MyAccount-content .order-again {
    margin: 30px 0 0
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button {
    margin-top: 0
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a.edit {
    font-family: Archivo, sans-serif;
    font-size: 13px;
    line-height: 1.0769em;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 11px;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    color: var(--qode-button-color, #000);
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    align-items: center;
    color: #000;
    column-gap: 17px
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a.edit .qodef-m-text {
    display: inline-block
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a.edit svg {
    overflow: visible
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a.edit svg path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9);
    transform: rotate(0) translateX(0) scaleX(1)
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a.edit svg path:nth-of-type(1) {
    transform-origin: 75% 72%
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a.edit svg path:nth-of-type(2) {
    transform-origin: 11% 50%
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a.edit .qodef-m-arrow {
    color: var(--qode-main-color);
    margin-left: 3px;
    position: relative;
    top: -1px
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a.edit .qodef-m-arrow svg {
    display: block
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a.edit:hover {
    color: var(--qode-button-hover-color, var(--qode-button-color, #000))
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a.edit:hover svg path:nth-of-type(1) {
    transform: scaleX(1.4) rotate(45deg) translateX(0)
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a.edit:hover svg path:nth-of-type(2) {
    transform: scaleY(1.4) rotate(45deg) translateX(0)
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a.edit .qodef-m-arrow {
    margin-left: -3px
}

.woocommerce-account .button {
    font-family: Archivo, sans-serif;
    font-size: 13px;
    line-height: 1.0769em;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 11px;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 17px 35px 16px;
    cursor: pointer;
    z-index: 3;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, var(--qode-main-color));
    border: 1px solid var(--qode-button-border-color, transparent);
    background-image: linear-gradient(to bottom, var(--qode-button-bg-color, var(--qode-main-color)) 50%, var(--qode-button-bg-hover-color, #000) 50%);
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out;
    background-size: 100% 203%;
    background-position: 0 0
}

.woocommerce-account .button:hover {
    color: var(--qode-button-hover-color, #fff);
    border-color: var(--qode-button-border-hover-color, transparent);
    background-position: 0 100%
}

.woocommerce-account .button .qodef-svg--button-arrow {
    overflow: visible;
    --qode-clip: 4px
}

.qodef-browser--safari .woocommerce-account .button .qodef-svg--button-arrow {
    --qode-clip: 3px
}

.woocommerce-account .button .qodef-svg--button-arrow path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9)
}

.woocommerce-account .button .qodef-svg--button-arrow path:nth-of-type(1) {
    transform: translateY(7px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px var(--qode-clip) -2px -2px)
}

.woocommerce-account .button .qodef-svg--button-arrow path:nth-of-type(2) {
    transform: translateY(5px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px -2px 4px -2px)
}

.woocommerce-account .button:hover .qodef-svg--button-arrow path {
    clip-path: inset(-2px -2px -2px -2px);
    transform: translateY(0) translateX(0) rotate(0)
}

.woocommerce-account .button .qodef-m-arrow {
    display: none
}

.woocommerce-account .woocommerce-form-login .form-row:not(.woocommerce-form-row) {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center
}

.woocommerce-account .woocommerce-form-login .form-row:not(.woocommerce-form-row) button {
    margin-right: 20px
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    margin: 0
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox input[type=checkbox] {
    margin: 0 5px 0 0
}

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 10px
}

.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text {
    margin-bottom: 31px
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
    padding: 0;
    margin: 0
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
    display: none
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
    margin: 0 0 20px
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input {
    margin: 0
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    margin: 0 0 20px
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
    margin: 0;
    padding: 0;
    list-style: none
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
    position: relative;
    margin: 0;
    padding: 10px 0
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li p {
    margin: 0
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
    margin-top: 40px
}

.woocommerce-order-received .woocommerce-order h2 {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    margin: 0 0 20px
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
    margin-top: 50px
}

#qodef-woo-page .woocommerce-pagination {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 50px
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
    position: relative;
    margin: 0 3px;
    padding: 0 3px;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 600;
    height: 1.625em;
    min-width: 1.625em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-out
}

#qodef-woo-page .woocommerce-pagination .page-numbers * {
    display: block;
    line-height: inherit
}

#qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
    margin-left: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers:last-child {
    margin-right: 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out;
    background-size: 200% 100%;
    color: #000;
    background-image: linear-gradient(to left, transparent 50%, var(--qode-main-color) 50%);
    background-position: 100% 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
    padding: 0;
    min-width: auto;
    height: auto;
    background-image: none
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next svg,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg {
    position: relative;
    top: -1px;
    display: block;
    width: 7px;
    height: auto;
    fill: currentColor;
    stroke: none
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover {
    background-color: transparent;
    color: var(--qode-main-color)
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
    margin-right: 12px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next {
    margin-left: 12px
}

#qodef-woo-page .woocommerce-pagination .page-numbers.current,
#qodef-woo-page .woocommerce-pagination .page-numbers:hover {
    color: #fff;
    background-position: 0 0
}

#qodef-woo-page .woocommerce-pagination .page-numbers.dots:hover {
    background-color: transparent;
    color: currentColor
}

.qodef-woo-product-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-product-list ul.products {
    column-gap: var(--qode-columns-col-gap);
    --qode-columns: 3;
    --qode-columns-col-gap: 30px;
    --qode-columns-row-gap: 30px;
    display: grid;
    grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    row-gap: var(--qode-columns-row-gap)
}

.qodef-woo-product-list ul.products.columns-1 {
    --qode-columns: 1
}

.qodef-woo-product-list ul.products.columns-2 {
    --qode-columns: 2
}

.qodef-woo-product-list ul.products.columns-3 {
    --qode-columns: 3
}

.qodef-woo-product-list ul.products.columns-4 {
    --qode-columns: 4
}

.qodef-woo-product-list ul.products.columns-5 {
    --qode-columns: 5
}

.qodef-woo-product-list ul.products.columns-6 {
    --qode-columns: 6
}

.qodef-woo-product-list ul.products.columns-7 {
    --qode-columns: 7
}

.qodef-woo-product-list ul.products.columns-8 {
    --qode-columns: 8
}

.qodef-woo-product-list ul.products.columns-9 {
    --qode-columns: 9
}

.qodef-woo-product-list ul.products.columns-10 {
    --qode-columns: 10
}

.qodef-woo-product-list.qodef-vertical-gutter--no ul.products {
    --qode-columns-row-gap: 0px
}

.qodef-woo-product-list.qodef-vertical-gutter--tiny ul.products {
    --qode-columns-row-gap: 10px
}

.qodef-woo-product-list.qodef-vertical-gutter--small ul.products {
    --qode-columns-row-gap: 20px
}

.qodef-woo-product-list.qodef-vertical-gutter--normal ul.products {
    --qode-columns-row-gap: 30px
}

.qodef-woo-product-list.qodef-vertical-gutter--medium ul.products {
    --qode-columns-row-gap: 40px
}

.qodef-woo-product-list.qodef-vertical-gutter--large ul.products {
    --qode-columns-row-gap: 50px
}

.qodef-woo-product-list.qodef-vertical-gutter--huge ul.products {
    --qode-columns-row-gap: 80px
}

.qodef-woo-product-list.qodef-gutter--no ul.products {
    --qode-columns-col-gap: 0px
}

.qodef-woo-product-list.qodef-gutter--tiny ul.products {
    --qode-columns-col-gap: 10px
}

.qodef-woo-product-list.qodef-gutter--small ul.products {
    --qode-columns-col-gap: 20px
}

.qodef-woo-product-list.qodef-gutter--normal ul.products {
    --qode-columns-col-gap: 30px
}

.qodef-woo-product-list.qodef-gutter--medium ul.products {
    --qode-columns-col-gap: 40px
}

.qodef-woo-product-list.qodef-gutter--large ul.products {
    --qode-columns-col-gap: 50px
}

.qodef-woo-product-list.qodef-gutter--huge ul.products {
    --qode-columns-col-gap: 80px
}

.qodef-woo-product-list.qodef-vertical-gutter--custom {
    --qode-vertical-gutter-custom: 30px;
    --qode-vertical-gutter-custom-1200: 30px;
    --qode-vertical-gutter-custom-1512: 30px;
    --qode-vertical-gutter-custom-880: 30px
}

.qodef-woo-product-list.qodef-vertical-gutter--custom ul.products {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom, 30px)
}

.qodef-woo-product-list.qodef-gutter--custom {
    --qode-gutter-custom: 30px;
    --qode-gutter-custom-1200: 30px;
    --qode-gutter-custom-1512: 30px;
    --qode-gutter-custom-880: 30px
}

.qodef-woo-product-list.qodef-gutter--custom ul.products {
    --qode-columns-col-gap: var(--qode-gutter-custom, 30px)
}

.qodef-woo-product-list .product.qodef-swiper--loaded .qodef-e-inner:hover .qodef-woo-product-image {
    opacity: 0
}

.qodef-woo-product-list .product.qodef-swiper--loaded .qodef-e-inner:hover .qodef-woo-product-image-slider {
    opacity: 1
}

.qodef-woo-product-list .product.qodef-swiper--loaded .qodef-e-inner:hover .qodef-woo-product-image-slider .swiper-button-next,
.qodef-woo-product-list .product.qodef-swiper--loaded .qodef-e-inner:hover .qodef-woo-product-image-slider .swiper-button-prev {
    opacity: 1
}

.qodef-woo-product-list .qodef-e-inner {
    position: relative;
    display: flex;
    vertical-align: top;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #fff;
    outline: 1px solid #e2e2e2;
    overflow: hidden;
    flex-direction: column;
    box-sizing: border-box;
    z-index: 1
}

.qodef-woo-product-list .qodef-e-inner>.compare {
    display: none
}

.touchevents .qodef-woo-product-list .qodef-e-inner {
    cursor: pointer
}

.qodef-woo-product-list .qodef-e-inner>a.woocommerce-LoopProduct-link:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#qodef-page-header .qodef-woo-product-list .qodef-e-inner>a.woocommerce-LoopProduct-link:first-of-type {
    height: 100%
}

.qodef-woo-product-list .qodef-e-inner div {
    pointer-events: none
}

.qodef-woo-product-list .qodef-e-inner div .swiper-button-next,
.qodef-woo-product-list .qodef-e-inner div .swiper-button-prev,
.qodef-woo-product-list .qodef-e-inner div a {
    pointer-events: all
}

.qodef-woo-product-list .qodef-e-inner .added_to_cart .qodef-m-text,
.qodef-woo-product-list .qodef-e-inner .button:not(.qqvfw-quick-view-button) .qodef-m-text {
    opacity: 1
}

.qodef-woo-product-list .qodef-e-inner:hover .added_to_cart:not(.added_to_cart):hover .qodef--dropdown-cart-plus,
.qodef-woo-product-list .qodef-e-inner:hover .button:not(.qqvfw-quick-view-button):not(.added_to_cart):hover .qodef--dropdown-cart-plus {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.qodef-woo-product-list .qodef-e-inner:hover .added_to_cart .qodef--dropdown-cart-plus {
    opacity: 0;
    visibility: hidden
}

.qodef-woo-product-list .qodef-woo-product-content-bottom,
.qodef-woo-product-list .qodef-woo-product-content-middle,
.qodef-woo-product-list .qodef-woo-product-content-top {
    padding-left: 20px;
    padding-right: 20px
}

.qodef-woo-product-list .qodef-woo-product-content-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 2;
    margin: 14px 0 0
}

body:not([class*=highrev-core]) .qodef-woo-product-list .qodef-woo-product-content-top {
    background-color: inherit
}

.qodef-woo-product-list .qodef-woo-product-content-top .qodef-e-info>* {
    vertical-align: top
}

.qodef-woo-product-list .qodef-woo-product-content-middle {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 59px 0 0
}

.qodef-woo-product-list .qodef-woo-product-mark {
    position: relative;
    top: auto;
    left: auto;
    right: auto
}

.qodef-woo-product-list .ywpc-countdown-loop>.ywpc-timer {
    display: flex
}

.qodef-woo-product-list div.ywpc-countdown .ywpc-days,
.qodef-woo-product-list div.ywpc-countdown .ywpc-hours,
.qodef-woo-product-list div.ywpc-countdown .ywpc-minutes,
.qodef-woo-product-list div.ywpc-countdown .ywpc-seconds,
.qodef-woo-product-list div.ywpc-countdown-loop .ywpc-days,
.qodef-woo-product-list div.ywpc-countdown-loop .ywpc-hours,
.qodef-woo-product-list div.ywpc-countdown-loop .ywpc-minutes,
.qodef-woo-product-list div.ywpc-countdown-loop .ywpc-seconds {
    width: 100% !important;
    min-width: auto !important
}

.qodef-woo-product-list .qodef-woo-product-content-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 12px
}

.qodef-woo-product-list .qodef-woo-product-info-wrapper {
    position: relative;
    padding: 33px 0 0;
    transition: transform .45s cubic-bezier(.51, .56, .04, .9)
}

.qodef-woo-product-list .qodef-woo-product-info-wrapper .qodef-woo-product-category {
    margin: 0 0 3px
}

.qodef-woo-product-list .qodef-woo-product-info-wrapper .qodef-woo-product-price {
    margin: 15px 0 0
}

body:not([class*=highrev-core]) .qodef-woo-product-list .qodef-woo-product-info-wrapper {
    padding: 12px 0 15px
}

.qodef-woo-product-list .qodef-woo-product-image-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: auto;
    transition: transform .45s cubic-bezier(.51, .56, .04, .9)
}

.qodef-woo-product-list .qodef-woo-product-image-wrapper>.woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-woo-product-list .qodef-woo-product-image-wrapper img {
    display: block;
    width: 100%
}

.qodef-woo-product-list .qodef-woo-product-image-wrapper .qodef-woo-product-image-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0
}

.qodef-woo-product-list .qodef-woo-product-image-wrapper .qodef-woo-product-image-slider .swiper-button-next {
    right: 0 !important;
    opacity: 0
}

.qodef-woo-product-list .qodef-woo-product-image-wrapper .qodef-woo-product-image-slider .swiper-button-prev {
    left: 0 !important;
    opacity: 0
}

.qodef-woo-product-list .qodef-woo-product-image-wrapper .qodef-woo-product-image-slider .swiper-button-next,
.qodef-woo-product-list .qodef-woo-product-image-wrapper .qodef-woo-product-image-slider .swiper-button-prev {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #c7c7c7
}

.qodef-woo-product-list .qodef-woo-product-image-wrapper .qodef-woo-product-image-slider .swiper-button-next svg,
.qodef-woo-product-list .qodef-woo-product-image-wrapper .qodef-woo-product-image-slider .swiper-button-prev svg {
    width: 8px
}

.qodef-woo-product-list .qodef-woo-product-image-wrapper .qodef-woo-product-image-slider .swiper-button-next:hover,
.qodef-woo-product-list .qodef-woo-product-image-wrapper .qodef-woo-product-image-slider .swiper-button-prev:hover {
    color: var(--qode-main-color)
}

body:not([class*=highrev-core]) .qodef-woo-product-list .qodef-woo-product-image-wrapper {
    margin: 59px 0 0
}

.qodef-woo-product-list .qodef-woo-product-title {
    transition: color .2s ease-out;
    backface-visibility: hidden
}

.qodef-woo-product-list .qodef-woo-product-ratings {
    margin-top: 9px
}

.qodef-woo-product-list select {
    min-width: 50%
}

.qodef-woo-product-list .select2 {
    margin: 0
}

.qodef-woo-product-list .added_to_cart,
.qodef-woo-product-list .button:not(.qqvfw-quick-view-button) {
    display: flex !important;
    width: 100% !important;
    align-items: center;
    justify-content: space-between;
    padding: 22px 20px 21px !important;
    border-radius: 0 !important;
    color: #000 !important;
    --qode-button-bg-color: #F5F5F5;
    --qode-button-bg-hover-color: var(--qode-main-color);
    border-width: 0 !important;
    position: relative;
    z-index: 100;
    min-height: 64px
}

.qodef-woo-product-list .added_to_cart.added,
.qodef-woo-product-list .button:not(.qqvfw-quick-view-button).added {
    display: none
}

.qodef-woo-product-list .added_to_cart .qodef-m-text,
.qodef-woo-product-list .button:not(.qqvfw-quick-view-button) .qodef-m-text {
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-woo-product-list .added_to_cart .qodef-m-icon,
.qodef-woo-product-list .button:not(.qqvfw-quick-view-button) .qodef-m-icon {
    pointer-events: auto;
    display:none;
}

.qodef-woo-product-list .added_to_cart:hover,
.qodef-woo-product-list .button:not(.qqvfw-quick-view-button):hover {
    color: #fff !important
}

.qodef-woo-product-list.qodef-skin--light .qodef-e-inner {
    border-color: #e2e2e2;
    background: 0 0
}

.qodef-woo-product-list.qodef-skin--light .qodef-woo-product-category a {
    color: #acacac
}

.qodef-woo-product-list.qodef-skin--light .qodef-m-product-list-title,
.qodef-woo-product-list.qodef-skin--light .qodef-woo-product-price,
.qodef-woo-product-list.qodef-skin--light .qodef-woo-product-title {
    color: #fff
}

.qodef-woo-product-list.qodef-skin--light .added_to_cart .qodef-m-icon,
.qodef-woo-product-list.qodef-skin--light .button:not(.qqvfw-quick-view-button) .qodef-m-icon {
    color: #fff
}

.qodef-woo-product-list.qodef-skin--light a.compare:before {
    background-color: #fff
}

.qodef-woo-product-list.qodef-skin--light a.compare:hover:before {
    background-color: var(--qode-main-color)
}

.qodef-woo-product-list .qwfw-add-to-wishlist {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.qodef-woo-product-list .qwfw-add-to-wishlist .qwfw-m-text {
    display: none
}

.qodef-woo-product-list.qodef-woo-product-list-layout--grid .qodef-e-alt-inner {
    display: none
}

.qodef-woo-product-list.qodef-woo-product-list-layout--simple.qodef-grid>.qodef-grid-inner {
    --qode-columns: 1 !important
}

.qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-e-inner {
    display: none
}

.qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-e-alt-inner {
    display: flex
}

@media only screen and (max-width:880px) {
    .qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-e-alt-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px
    }

    .qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-e-alt-inner .qodef-e-alt-center {
        padding: 10px 0 0
    }

    .qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-e-alt-inner .qodef-e-alt-right {
        align-items: flex-start
    }
}

.qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-woo-product-mark {
    position: absolute;
    left: 0;
    top: 0
}

.qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-woo-product-title {
    margin: 3px 0 0;
    max-width: 35%
}

@media only screen and (max-width:1512px) {
    .qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-woo-product-title {
        max-width: 75%
    }
}

.qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-woo-product-ratings {
    margin: 16px 0 0
}

.qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-woo-product-excerpt {
    margin: 20px 0 0
}

.qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-woo-product-price {
    margin: 0
}

.qodef-woo-product-list.qodef-woo-product-list-layout--simple .button:not(.qqvfw-quick-view-button) {
    margin: 25px 0 0;
    background-color: var(--qode-main-color) !important;
    width: auto !important;
    display: inline-flex !important;
    padding: 17px 35px 16px !important;
    border-width: 1px !important;
    min-height: unset
}

.qodef-woo-product-list.qodef-woo-product-list-layout--simple .button:not(.qqvfw-quick-view-button) .qodef-m-icon {
    display: none
}

.qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-woo-product-compare-wishlist-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 17px;
    margin: 25px 0 0
}

.qodef-woo-product-list.qodef-woo-product-list-layout--simple .qwfw-add-to-wishlist .qwfw-m-text {
    display: block
}

.qodef-woo-product-list.qodef-woo-product-list-layout--simple a.compare {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.qodef-woo-product-list.qodef-woo-product-list-layout--simple a.compare:before {
    flex-shrink: 0
}

@media only screen and (max-width:480px) {
    .qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-e-alt-inner {
        flex-direction: column;
        align-items: stretch
    }

    .qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-e-alt-inner .qodef-e-alt-left,
    .qodef-woo-product-list.qodef-woo-product-list-layout--simple .qodef-e-alt-inner .qodef-e-alt-right {
        width: 100%
    }
}

.qodef-woo-product-list .qodef-e-alt-inner {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 0 20px
}

.qodef-woo-product-list .qodef-e-alt-left {
    position: relative;
    max-width: 240px;
    flex-shrink: 0
}

@media only screen and (max-width:1512px) {
    .qodef-woo-product-list .qodef-e-alt-left {
        max-width: 160px
    }
}

@media only screen and (max-width:1200px) {
    .qodef-woo-product-list .qodef-e-alt-left {
        max-width: 150px
    }
}

.qodef-woo-product-list .qodef-e-alt-center {
    flex-grow: 1;
    padding: 48px 40px 50px 0
}

@media only screen and (max-width:1368px) {
    .qodef-woo-product-list .qodef-e-alt-center {
        padding-right: 0
    }
}

.qodef-woo-product-list .qodef-e-alt-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0
}

.qodef-woo-product-list.qodef-gutter--no .qodef-grid-inner {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2
}

.qodef-woo-product-list.qodef-gutter--no .qodef-grid-inner .qodef-e-inner {
    outline: 0;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

#qcfw-modal .qodef-quantity-selector,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector,
#qodef-woo-page .qodef-quantity-selector,
#yith-quick-view-modal .qodef-quantity-selector,
#yith-woocompare .qodef-quantity-selector {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

#qcfw-modal .qodef-quantity-selector .qodef-quantity--minus,
#qcfw-modal .qodef-quantity-selector .qodef-quantity--plus,
#qcfw-modal .qodef-quantity-selector .qodef-quantity-input,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity--minus,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity--plus,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity-input,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity--minus,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity--plus,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity-input,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity--minus,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity--plus,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity-input,
#yith-woocompare .qodef-quantity-selector .qodef-quantity--minus,
#yith-woocompare .qodef-quantity-selector .qodef-quantity--plus,
#yith-woocompare .qodef-quantity-selector .qodef-quantity-input {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: inherit;
    font-weight: 700;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    background-color: #fff
}

#qcfw-modal .qodef-quantity-selector .qodef-quantity--minus,
#qcfw-modal .qodef-quantity-selector .qodef-quantity--plus,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity--minus,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity--plus,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity--minus,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity--plus,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity--minus,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity--plus,
#yith-woocompare .qodef-quantity-selector .qodef-quantity--minus,
#yith-woocompare .qodef-quantity-selector .qodef-quantity--plus {
    transition: color .2s ease-out
}

#qcfw-modal .qodef-quantity-selector .qodef-quantity--minus svg,
#qcfw-modal .qodef-quantity-selector .qodef-quantity--plus svg,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity--minus svg,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity--plus svg,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity--minus svg,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity--plus svg,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity--minus svg,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity--plus svg,
#yith-woocompare .qodef-quantity-selector .qodef-quantity--minus svg,
#yith-woocompare .qodef-quantity-selector .qodef-quantity--plus svg {
    fill: currentColor
}

#qcfw-modal .qodef-quantity-selector .qodef-quantity--minus:hover,
#qcfw-modal .qodef-quantity-selector .qodef-quantity--plus:hover,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity--minus:hover,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity--plus:hover,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity--minus:hover,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity--plus:hover,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity--minus:hover,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity--plus:hover,
#yith-woocompare .qodef-quantity-selector .qodef-quantity--minus:hover,
#yith-woocompare .qodef-quantity-selector .qodef-quantity--plus:hover {
    color: var(--qode-main-color)
}

#qcfw-modal .qodef-quantity-selector .qodef-quantity-input,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity-input,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity-input,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity-input,
#yith-woocompare .qodef-quantity-selector .qodef-quantity-input {
    position: relative;
    height: 49px;
    width: 49px;
    padding: 0;
    margin: 0 33px 0 0;
    font-family: inherit;
    line-height: 47px
}

#qcfw-modal .qodef-quantity-selector .qodef-quantity-input[type=number]::-webkit-inner-spin-button,
#qcfw-modal .qodef-quantity-selector .qodef-quantity-input[type=number]::-webkit-outer-spin-button,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity-input[type=number]::-webkit-inner-spin-button,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity-input[type=number]::-webkit-outer-spin-button,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity-input[type=number]::-webkit-inner-spin-button,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity-input[type=number]::-webkit-outer-spin-button,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity-input[type=number]::-webkit-inner-spin-button,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity-input[type=number]::-webkit-outer-spin-button,
#yith-woocompare .qodef-quantity-selector .qodef-quantity-input[type=number]::-webkit-inner-spin-button,
#yith-woocompare .qodef-quantity-selector .qodef-quantity-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#qcfw-modal .qodef-quantity-selector .qodef-quantity--minus,
#qcfw-modal .qodef-quantity-selector .qodef-quantity--plus,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity--minus,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity--plus,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity--minus,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity--plus,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity--minus,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity--plus,
#yith-woocompare .qodef-quantity-selector .qodef-quantity--minus,
#yith-woocompare .qodef-quantity-selector .qodef-quantity--plus {
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    line-height: 14px;
    cursor: pointer;
    transition: color .2s ease-out
}

#qcfw-modal .qodef-quantity-selector .qodef-quantity--minus:hover,
#qcfw-modal .qodef-quantity-selector .qodef-quantity--plus:hover,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity--minus:hover,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity--plus:hover,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity--minus:hover,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity--plus:hover,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity--minus:hover,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity--plus:hover,
#yith-woocompare .qodef-quantity-selector .qodef-quantity--minus:hover,
#yith-woocompare .qodef-quantity-selector .qodef-quantity--plus:hover {
    color: var(--qode-main-color)
}

#qcfw-modal .qodef-quantity-selector .qodef-quantity--plus,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity--plus,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity--plus,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity--plus,
#yith-woocompare .qodef-quantity-selector .qodef-quantity--plus {
    top: 4px;
    transform: rotate(180deg)
}

#qcfw-modal .qodef-quantity-selector .qodef-quantity--minus,
#qode-quick-view-for-woocommerce-pop-up .qodef-quantity-selector .qodef-quantity--minus,
#qodef-woo-page .qodef-quantity-selector .qodef-quantity--minus,
#yith-quick-view-modal .qodef-quantity-selector .qodef-quantity--minus,
#yith-woocompare .qodef-quantity-selector .qodef-quantity--minus {
    bottom: 4px
}

.qodef-woo-results {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px
}

.qodef-woo-results .woocommerce-ordering {
    margin-left: auto
}

.qodef-woo-results .woocommerce-ordering select {
    width: auto;
    min-width: 246px;
    margin: 0
}

.qodef-woo-results .woocommerce-ordering .select2-container--default {
    margin: 0
}

.qodef-woo-results .woocommerce-ordering .select2-container--default .select2-selection--single {
    color: #000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 10px 16px 10px 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.qodef-woo-results .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: right
}

@media only screen and (max-width:680px) {
    .qodef-woo-results .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
        display: inline-block;
        text-align: left
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-results .woocommerce-ordering .select2-container--default .select2-selection--single {
        padding-left: 0
    }
}

.qodef-woo-results .woocommerce-ordering .select2-selection .select2-selection__arrow {
    width: 10px
}

@media only screen and (max-width:680px) {
    .qodef-woo-results .woocommerce-ordering .select2-selection .select2-selection__arrow {
        display: inline-block;
        height: 10px;
        position: relative;
        right: -6px;
        top: -2px
    }
}

.qodef-woo-results .woocommerce-result-count {
    margin: 0
}

#qode-quick-view-for-woocommerce-pop-up>.product,
#qodef-woo-page.qodef--single>.product,
#yith-quick-view-content.single-product>.product {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-single-inner,
#qodef-woo-page.qodef--single .qodef-woo-single-inner,
#yith-quick-view-content.single-product .qodef-woo-single-inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 -30px
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-single-inner>*,
#qodef-woo-page.qodef--single .qodef-woo-single-inner>*,
#yith-quick-view-content.single-product .qodef-woo-single-inner>* {
    padding: 0 30px
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-single-inner .qodef-woo-product-mark,
#qodef-woo-page.qodef--single .qodef-woo-single-inner .qodef-woo-product-mark,
#yith-quick-view-content.single-product .qodef-woo-single-inner .qodef-woo-product-mark {
    position: absolute;
    left: 0;
    top: 0
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-single-image,
#qodef-woo-page.qodef--single .qodef-woo-single-image,
#yith-quick-view-content.single-product .qodef-woo-single-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-single-image .qodef-m-product-main-swiper,
#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-main-swiper,
#yith-quick-view-content.single-product .qodef-woo-single-image .qodef-m-product-main-swiper {
    position: relative;
    display: inline-block;
    width: 75%;
    vertical-align: top
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-single-image .qodef-woo-product-mark,
#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark,
#yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    top: 20px;
    left: 20px;
    z-index: 5
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-single-image .zoomImg,
#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg,
#yith-quick-view-content.single-product .qodef-woo-single-image .zoomImg {
    cursor: crosshair
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery,
#qodef-woo-page.qodef--single .woocommerce-product-gallery,
#yith-quick-view-content.single-product .woocommerce-product-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    position: relative;
    margin: 0 -10px
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,
#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img,
#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,
#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img,
#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a,
#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    display: block;
    width: 100%
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,
#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,
#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    position: relative;
    width: calc(100% - 20px) !important;
    margin: 0 10px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    overflow: hidden
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,
#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,
#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    position: relative;
    padding: 0 10px;
    margin-top: 20px
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image a img,
#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image a img,
#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image a img {
    border: 1px solid #e2e2e2;
    border-radius: 0
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
#yith-quick-view-content.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 5
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image,
#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
    width: 100%
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image,
#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
    width: 50%
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image,
#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
    width: 33.33333%
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image,
#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
    width: 25%
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image,
#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
    width: 20%
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image,
#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
    width: 16.66667%
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image,
#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image {
    width: 14.28571%
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image,
#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image {
    width: 12.5%
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-9 .woocommerce-product-gallery__image,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-9 .woocommerce-product-gallery__image,
#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-9 .woocommerce-product-gallery__image {
    width: 11.11111%
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.woocommerce-product-gallery--columns-10 .woocommerce-product-gallery__image,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-10 .woocommerce-product-gallery__image,
#yith-quick-view-content.single-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-10 .woocommerce-product-gallery__image {
    width: 10%
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger,
#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
    left: calc(27% + 10px)
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper,
#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper {
    display: flex;
    flex-direction: row-reverse
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper a,
#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper img,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper a,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper img,
#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper a,
#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper img {
    height: 100%;
    object-fit: cover
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,
#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    width: calc(100% - 27%) !important
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,
#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    width: 27%
}

@media screen and (min-width:681px) {

    #qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image,
    #yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 100%
    }
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child,
#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
    margin-top: 0
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,
#yith-quick-view-content.single-product .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    display: flex;
    flex-wrap: wrap
}

#qode-quick-view-for-woocommerce-pop-up .entry-summary,
#qodef-woo-page.qodef--single .entry-summary,
#yith-quick-view-content.single-product .entry-summary {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qode-quick-view-for-woocommerce-pop-up .entry-summary .qodef-woo-product-title,
#qodef-woo-page.qodef--single .entry-summary .qodef-woo-product-title,
#yith-quick-view-content.single-product .entry-summary .qodef-woo-product-title {
    padding-right: 20%
}

#qode-quick-view-for-woocommerce-pop-up .entry-summary .price,
#qodef-woo-page.qodef--single .entry-summary .price,
#yith-quick-view-content.single-product .entry-summary .price {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    margin-top: 19px
}

#qode-quick-view-for-woocommerce-pop-up .entry-summary .yith-wcwl-add-to-wishlist,
#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist,
#yith-quick-view-content.single-product .entry-summary .yith-wcwl-add-to-wishlist {
    margin: 30px 0 0 !important;
    display: inline-block
}

#qode-quick-view-for-woocommerce-pop-up .entry-summary .yith-wcwl-add-to-wishlist a,
#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist a,
#yith-quick-view-content.single-product .entry-summary .yith-wcwl-add-to-wishlist a {
    position: relative;
    display: inline-block;
    width: auto
}

#qode-quick-view-for-woocommerce-pop-up .entry-summary .yith-wcwl-add-to-wishlist a:before,
#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist a:before,
#yith-quick-view-content.single-product .entry-summary .yith-wcwl-add-to-wishlist a:before {
    position: relative;
    top: 3px
}

#qode-quick-view-for-woocommerce-pop-up .entry-summary .yith-wcwl-add-to-wishlist a,
#qode-quick-view-for-woocommerce-pop-up .entry-summary .yith-wcwl-add-to-wishlist span:not(.feedback),
#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist a,
#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist span:not(.feedback),
#yith-quick-view-content.single-product .entry-summary .yith-wcwl-add-to-wishlist a,
#yith-quick-view-content.single-product .entry-summary .yith-wcwl-add-to-wishlist span:not(.feedback) {
    font-size: 14px;
    font-weight: 500
}

#qode-quick-view-for-woocommerce-pop-up .entry-summary .yith-wcwl-add-to-wishlist a:before,
#qodef-woo-page.qodef--single .entry-summary .yith-wcwl-add-to-wishlist a:before,
#yith-quick-view-content.single-product .entry-summary .yith-wcwl-add-to-wishlist a:before {
    margin-right: 6px
}

#qode-quick-view-for-woocommerce-pop-up .entry-summary a.compare,
#qodef-woo-page.qodef--single .entry-summary a.compare,
#yith-quick-view-content.single-product .entry-summary a.compare {
    display: inline-block;
    width: auto;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0 17px;
    position: relative;
    top: -1px;
    height: auto
}

#qode-quick-view-for-woocommerce-pop-up .entry-summary a.compare:before,
#qodef-woo-page.qodef--single .entry-summary a.compare:before,
#yith-quick-view-content.single-product .entry-summary a.compare:before {
    position: relative;
    top: 3px;
    margin-right: 10px
}

#qode-quick-view-for-woocommerce-pop-up .entry-summary .ywpc-countdown,
#qodef-woo-page.qodef--single .entry-summary .ywpc-countdown,
#yith-quick-view-content.single-product .entry-summary .ywpc-countdown {
    background: 0 0;
    border: 0;
    padding: 0
}

#qode-quick-view-for-woocommerce-pop-up .entry-summary .ywpc-countdown .ywpc-header,
#qodef-woo-page.qodef--single .entry-summary .ywpc-countdown .ywpc-header,
#yith-quick-view-content.single-product .entry-summary .ywpc-countdown .ywpc-header {
    display: none
}

#qode-quick-view-for-woocommerce-pop-up .entry-summary .ywpc-countdown .ywpc-amount>span,
#qodef-woo-page.qodef--single .entry-summary .ywpc-countdown .ywpc-amount>span,
#yith-quick-view-content.single-product .entry-summary .ywpc-countdown .ywpc-amount>span {
    font-size: 41px !important
}

@media only screen and (max-width:680px) {

    #qode-quick-view-for-woocommerce-pop-up .entry-summary .ywpc-countdown .ywpc-amount>span,
    #qodef-woo-page.qodef--single .entry-summary .ywpc-countdown .ywpc-amount>span,
    #yith-quick-view-content.single-product .entry-summary .ywpc-countdown .ywpc-amount>span {
        font-size: 35px !important
    }
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-top-info,
#qodef-woo-page.qodef--single .qodef-woo-top-info,
#yith-quick-view-content.single-product .qodef-woo-top-info {
    display: flex;
    align-items: center;
    margin-top: 19px;
    gap: 19px
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-top-info .qodef-woo-additional-meta,
#qodef-woo-page.qodef--single .qodef-woo-top-info .qodef-woo-additional-meta,
#yith-quick-view-content.single-product .qodef-woo-top-info .qodef-woo-additional-meta {
    display: flex;
    align-items: center;
    gap: 20px
}

#qode-quick-view-for-woocommerce-pop-up .qodef-e-label,
#qodef-woo-page.qodef--single .qodef-e-label,
#yith-quick-view-content.single-product .qodef-e-label {
    font-family: Archivo, sans-serif;
       color: #000;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.45455em;
    font-weight: 500;
    letter-spacing: .05em;
    flex-shrink: 0;
    margin-right: 5px;
    line-height: inherit !important
}

#qode-quick-view-for-woocommerce-pop-up .qodef-e-label.qodef--in-stock,
#qodef-woo-page.qodef--single .qodef-e-label.qodef--in-stock,
#yith-quick-view-content.single-product .qodef-e-label.qodef--in-stock {
    color: var(--qode-main-color);
    display: none;
}

#qode-quick-view-for-woocommerce-pop-up .qodef-e-value,
#qodef-woo-page.qodef--single .qodef-e-value,
#yith-quick-view-content.single-product .qodef-e-value {
    font-family: Archivo, sans-serif;
  
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.45455em;
    font-weight: 500;
    letter-spacing: .05em;
    color: #828282
}

#qode-quick-view-for-woocommerce-pop-up .qodef-e-value a,
#qodef-woo-page.qodef--single .qodef-e-value a,
#yith-quick-view-content.single-product .qodef-e-value a {
    color: inherit;
     
}

#qode-quick-view-for-woocommerce-pop-up .qodef-e-value a:hover,
#qodef-woo-page.qodef--single .qodef-e-value a:hover,
#yith-quick-view-content.single-product .qodef-e-value a:hover {
    color: #000
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-rating,
#qodef-woo-page.qodef--single .woocommerce-product-rating,
#yith-quick-view-content.single-product .woocommerce-product-rating {
    position: relative;
    display: flex;
    align-items: center
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-rating .qodef-woo-product-ratings,
#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-product-ratings,
#yith-quick-view-content.single-product .woocommerce-product-rating .qodef-woo-product-ratings {
    flex-shrink: 0;
    width: auto;
    margin-right: 7px
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-rating .woocommerce-review-link,
#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link,
#yith-quick-view-content.single-product .woocommerce-product-rating .woocommerce-review-link {
    font-size: 0;
    position: relative;
    top: 2px
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-rating .woocommerce-review-link span,
#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link span,
#yith-quick-view-content.single-product .woocommerce-product-rating .woocommerce-review-link span {
    font-size: 14px
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-rating .woocommerce-review-link span:before,
#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link span:before,
#yith-quick-view-content.single-product .woocommerce-product-rating .woocommerce-review-link span:before {
    content: '('
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-rating .woocommerce-review-link span:after,
#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link span:after,
#yith-quick-view-content.single-product .woocommerce-product-rating .woocommerce-review-link span:after {
    content: ')'
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-details__short-description,
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description,
#yith-quick-view-content.single-product .woocommerce-product-details__short-description {
    margin-top: 18px;
    width: 86%
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-details__short-description p,
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p,
#yith-quick-view-content.single-product .woocommerce-product-details__short-description p {
    margin-top: 0
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-details__short-description p:last-child,
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child,
#yith-quick-view-content.single-product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-product-details__short-description li::marker,
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description li::marker,
#yith-quick-view-content.single-product .woocommerce-product-details__short-description li::marker {
    color: #000
}

#qode-quick-view-for-woocommerce-pop-up form.cart,
#qodef-woo-page.qodef--single form.cart,
#yith-quick-view-content.single-product form.cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 24px
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations_button,
#qode-quick-view-for-woocommerce-pop-up form.cart:not(.variations_form),
#qodef-woo-page.qodef--single form.cart .variations_button,
#qodef-woo-page.qodef--single form.cart:not(.variations_form),
#yith-quick-view-content.single-product form.cart .variations_button,
#yith-quick-view-content.single-product form.cart:not(.variations_form) {
    display: none;
    align-items: flex-start
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations_button .quantity,
#qode-quick-view-for-woocommerce-pop-up form.cart:not(.variations_form) .quantity,
#qodef-woo-page.qodef--single form.cart .variations_button .quantity,
#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity,
#yith-quick-view-content.single-product form.cart .variations_button .quantity,
#yith-quick-view-content.single-product form.cart:not(.variations_form) .quantity {
    margin-right: 17px
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations_button .quantity.hidden,
#qode-quick-view-for-woocommerce-pop-up form.cart:not(.variations_form) .quantity.hidden,
#qodef-woo-page.qodef--single form.cart .variations_button .quantity.hidden,
#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity.hidden,
#yith-quick-view-content.single-product form.cart .variations_button .quantity.hidden,
#yith-quick-view-content.single-product form.cart:not(.variations_form) .quantity.hidden {
    margin: 0 !important
}

#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form,
#qodef-woo-page.qodef--single form.cart.grouped_form,
#yith-quick-view-content.single-product form.cart.grouped_form {
    flex-wrap: wrap;
    margin-bottom: -3px
}

#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table tr,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tr,
#yith-quick-view-content.single-product form.cart.grouped_form .group_table tr {
    display: flex;
    align-items: center;
    border: 0;
    margin: 0 0 10px
}

#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table tr:last-child,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table tr:last-child,
#yith-quick-view-content.single-product form.cart.grouped_form .group_table tr:last-child {
    margin: 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table td,
#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table th,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th,
#yith-quick-view-content.single-product form.cart.grouped_form .group_table td,
#yith-quick-view-content.single-product form.cart.grouped_form .group_table th {
    height: 49px;
    padding: 0;
    vertical-align: middle;
    text-align: left
}

#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__label,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__label,
#yith-quick-view-content.single-product form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__label {
    padding: 13px 0 13px 20px;
    border: 1px solid #e2e2e2;
    border-right: 0;
    flex-grow: 1
}

#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__price,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__price,
#yith-quick-view-content.single-product form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    min-width: 60px;
    padding: 17px 20px 17px 0;
    border: 1px solid #e2e2e2;
    border-left: 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__price del .amount,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__price del .amount,
#yith-quick-view-content.single-product form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__price del .amount {
    color: inherit;
    margin-left: 5px
}

#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__price ins,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__price ins,
#yith-quick-view-content.single-product form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__price ins {
    text-decoration: none
}

#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table .amount,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table .amount,
#yith-quick-view-content.single-product form.cart.grouped_form .group_table .amount {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    font-size: 14px
}

@media only screen and (max-width:1512px) {

    #qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table .amount,
    #qodef-woo-page.qodef--single form.cart.grouped_form .group_table .amount,
    #yith-quick-view-content.single-product form.cart.grouped_form .group_table .amount {
        font-size: 16px;
        line-height: 1.31em
    }
}

#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table label,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label,
#yith-quick-view-content.single-product form.cart.grouped_form .group_table label {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form .group_table label a,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label a,
#yith-quick-view-content.single-product form.cart.grouped_form .group_table label a {
    color: inherit
}

#qode-quick-view-for-woocommerce-pop-up form.cart.grouped_form>.button,
#qodef-woo-page.qodef--single form.cart.grouped_form>.button,
#yith-quick-view-content.single-product form.cart.grouped_form>.button {
    margin-top: 30px
}

#qode-quick-view-for-woocommerce-pop-up form.cart .group_table tr,
#qodef-woo-page.qodef--single form.cart .group_table tr,
#yith-quick-view-content.single-product form.cart .group_table tr {
    border-left: none;
    border-right: none
}

#qode-quick-view-for-woocommerce-pop-up form.cart .group_table td,
#qode-quick-view-for-woocommerce-pop-up form.cart .group_table th,
#qodef-woo-page.qodef--single form.cart .group_table td,
#qodef-woo-page.qodef--single form.cart .group_table th,
#yith-quick-view-content.single-product form.cart .group_table td,
#yith-quick-view-content.single-product form.cart .group_table th {
    padding: 12px 0 12px 20px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart .group_table td:first-child,
#qode-quick-view-for-woocommerce-pop-up form.cart .group_table th:first-child,
#qodef-woo-page.qodef--single form.cart .group_table td:first-child,
#qodef-woo-page.qodef--single form.cart .group_table th:first-child,
#yith-quick-view-content.single-product form.cart .group_table td:first-child,
#yith-quick-view-content.single-product form.cart .group_table th:first-child {
    padding-left: 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart .group_table th,
#qodef-woo-page.qodef--single form.cart .group_table th,
#yith-quick-view-content.single-product form.cart .group_table th {
    font-size: 15px;
    line-height: 1.0667em;
    font-weight: 600;
    text-transform: uppercase
}

#qode-quick-view-for-woocommerce-pop-up form.cart .group_table th:after,
#qodef-woo-page.qodef--single form.cart .group_table th:after,
#yith-quick-view-content.single-product form.cart .group_table th:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--qode-main-color);
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(.45, .05, .27, .94)
}

#qode-quick-view-for-woocommerce-pop-up form.cart .group_table td ul,
#qodef-woo-page.qodef--single form.cart .group_table td ul,
#yith-quick-view-content.single-product form.cart .group_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart .group_table td ul li,
#qodef-woo-page.qodef--single form.cart .group_table td ul li,
#yith-quick-view-content.single-product form.cart .group_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart .group_table td ul li:last-child,
#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child,
#yith-quick-view-content.single-product form.cart .group_table td ul li:last-child {
    margin-bottom: 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart .group_table td ul li label,
#qodef-woo-page.qodef--single form.cart .group_table td ul li label,
#yith-quick-view-content.single-product form.cart .group_table td ul li label {
    margin-bottom: 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart .group_table p,
#qodef-woo-page.qodef--single form.cart .group_table p,
#yith-quick-view-content.single-product form.cart .group_table p {
    margin: 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart .group_table .variation:after,
#qode-quick-view-for-woocommerce-pop-up form.cart .group_table .variation:before,
#qodef-woo-page.qodef--single form.cart .group_table .variation:after,
#qodef-woo-page.qodef--single form.cart .group_table .variation:before,
#yith-quick-view-content.single-product form.cart .group_table .variation:after,
#yith-quick-view-content.single-product form.cart .group_table .variation:before {
    content: '';
    display: table;
    table-layout: fixed
}

#qode-quick-view-for-woocommerce-pop-up form.cart .group_table .variation:after,
#qodef-woo-page.qodef--single form.cart .group_table .variation:after,
#yith-quick-view-content.single-product form.cart .group_table .variation:after {
    clear: both
}

#qode-quick-view-for-woocommerce-pop-up form.cart .group_table .variation dt,
#qodef-woo-page.qodef--single form.cart .group_table .variation dt,
#yith-quick-view-content.single-product form.cart .group_table .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width:680px) {

    #qode-quick-view-for-woocommerce-pop-up form.cart .group_table .variation dt,
    #qodef-woo-page.qodef--single form.cart .group_table .variation dt,
    #yith-quick-view-content.single-product form.cart .group_table .variation dt {
        float: none;
        width: 100%
    }
}

#qode-quick-view-for-woocommerce-pop-up form.cart .group_table .variation dd,
#qodef-woo-page.qodef--single form.cart .group_table .variation dd,
#yith-quick-view-content.single-product form.cart .group_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width:680px) {

    #qode-quick-view-for-woocommerce-pop-up form.cart .group_table .variation dd,
    #qodef-woo-page.qodef--single form.cart .group_table .variation dd,
    #yith-quick-view-content.single-product form.cart .group_table .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations,
#qodef-woo-page.qodef--single form.cart .variations,
#yith-quick-view-content.single-product form.cart .variations {
    width: auto;
    margin-bottom: 30px
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations tr,
#qodef-woo-page.qodef--single form.cart .variations tr,
#yith-quick-view-content.single-product form.cart .variations tr {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    border: 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations tr:last-child,
#qodef-woo-page.qodef--single form.cart .variations tr:last-child,
#yith-quick-view-content.single-product form.cart .variations tr:last-child {
    margin: 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations tr[class^=description_attribute] td,
#qodef-woo-page.qodef--single form.cart .variations tr[class^=description_attribute] td,
#yith-quick-view-content.single-product form.cart .variations tr[class^=description_attribute] td {
    padding-bottom: 10px
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations td,
#qodef-woo-page.qodef--single form.cart .variations td,
#yith-quick-view-content.single-product form.cart .variations td {
    position: relative
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations td,
#qode-quick-view-for-woocommerce-pop-up form.cart .variations th,
#qodef-woo-page.qodef--single form.cart .variations td,
#qodef-woo-page.qodef--single form.cart .variations th,
#yith-quick-view-content.single-product form.cart .variations td,
#yith-quick-view-content.single-product form.cart .variations th {
    padding: 0;
    text-align: initial;
    border: 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations th,
#qodef-woo-page.qodef--single form.cart .variations th,
#yith-quick-view-content.single-product form.cart .variations th {
    margin: 0 10px 0 0;
    min-width: auto
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations label,
#qodef-woo-page.qodef--single form.cart .variations label,
#yith-quick-view-content.single-product form.cart .variations label {
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    font-size: 14px;
    font-size: 13px
}

@media only screen and (max-width:1512px) {

    #qode-quick-view-for-woocommerce-pop-up form.cart .variations label,
    #qodef-woo-page.qodef--single form.cart .variations label,
    #yith-quick-view-content.single-product form.cart .variations label {
        font-size: 16px;
        line-height: 1.31em
    }
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations label:after,
#qodef-woo-page.qodef--single form.cart .variations label:after,
#yith-quick-view-content.single-product form.cart .variations label:after {
    content: ':'
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations select,
#qodef-woo-page.qodef--single form.cart .variations select,
#yith-quick-view-content.single-product form.cart .variations select {
    width: auto;
    min-width: 246px;
    margin: 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations .select2-container--default,
#qode-quick-view-for-woocommerce-pop-up form.cart .variations select,
#qodef-woo-page.qodef--single form.cart .variations .select2-container--default,
#qodef-woo-page.qodef--single form.cart .variations select,
#yith-quick-view-content.single-product form.cart .variations .select2-container--default,
#yith-quick-view-content.single-product form.cart .variations select {
    width: auto !important;
    min-width: 170px;
    margin: 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations .select2-container--default .select2-selection,
#qodef-woo-page.qodef--single form.cart .variations .select2-container--default .select2-selection,
#yith-quick-view-content.single-product form.cart .variations .select2-container--default .select2-selection {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    font-size: 14px;
    color: #000 !important;
    padding: 20px 38px 20px 20px;
    border-radius: 8px
}

@media only screen and (max-width:1512px) {

    #qode-quick-view-for-woocommerce-pop-up form.cart .variations .select2-container--default .select2-selection,
    #qodef-woo-page.qodef--single form.cart .variations .select2-container--default .select2-selection,
    #yith-quick-view-content.single-product form.cart .variations .select2-container--default .select2-selection {
        font-size: 16px;
        line-height: 1.31em
    }
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations .select2-container--default .select2-selection .select2-selection__arrow,
#qodef-woo-page.qodef--single form.cart .variations .select2-container--default .select2-selection .select2-selection__arrow,
#yith-quick-view-content.single-product form.cart .variations .select2-container--default .select2-selection .select2-selection__arrow {
    width: 12px;
    right: 20px
}

#qode-quick-view-for-woocommerce-pop-up form.cart .variations .reset_variations,
#qodef-woo-page.qodef--single form.cart .variations .reset_variations,
#yith-quick-view-content.single-product form.cart .variations .reset_variations {
    display: none !important
}

#qode-quick-view-for-woocommerce-pop-up form.cart .woocommerce-variation,
#qodef-woo-page.qodef--single form.cart .woocommerce-variation,
#yith-quick-view-content.single-product form.cart .woocommerce-variation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative
}

#qode-quick-view-for-woocommerce-pop-up form.cart .woocommerce-variation .woocommerce-variation-availability>*,
#qode-quick-view-for-woocommerce-pop-up form.cart .woocommerce-variation .woocommerce-variation-description>*,
#qode-quick-view-for-woocommerce-pop-up form.cart .woocommerce-variation .woocommerce-variation-price>*,
#qodef-woo-page.qodef--single form.cart .woocommerce-variation .woocommerce-variation-availability>*,
#qodef-woo-page.qodef--single form.cart .woocommerce-variation .woocommerce-variation-description>*,
#qodef-woo-page.qodef--single form.cart .woocommerce-variation .woocommerce-variation-price>*,
#yith-quick-view-content.single-product form.cart .woocommerce-variation .woocommerce-variation-availability>*,
#yith-quick-view-content.single-product form.cart .woocommerce-variation .woocommerce-variation-description>*,
#yith-quick-view-content.single-product form.cart .woocommerce-variation .woocommerce-variation-price>* {
    margin: 0 0 45px 0
}

#qode-quick-view-for-woocommerce-pop-up form.cart .added_to_cart,
#qode-quick-view-for-woocommerce-pop-up form.cart .button,
#qodef-woo-page.qodef--single form.cart .added_to_cart,
#qodef-woo-page.qodef--single form.cart .button,
#yith-quick-view-content.single-product form.cart .added_to_cart,
#yith-quick-view-content.single-product form.cart .button {
    background-color: var(--qode-main-color) !important;
    color: #fff !important
}

#qode-quick-view-for-woocommerce-pop-up form.cart .added_to_cart .qodef-m-icon,
#qode-quick-view-for-woocommerce-pop-up form.cart .added_to_cart .qodef-m-text,
#qode-quick-view-for-woocommerce-pop-up form.cart .button .qodef-m-icon,
#qode-quick-view-for-woocommerce-pop-up form.cart .button .qodef-m-text,
#qodef-woo-page.qodef--single form.cart .added_to_cart .qodef-m-icon,
#qodef-woo-page.qodef--single form.cart .added_to_cart .qodef-m-text,
#qodef-woo-page.qodef--single form.cart .button .qodef-m-icon,
#qodef-woo-page.qodef--single form.cart .button .qodef-m-text,
#yith-quick-view-content.single-product form.cart .added_to_cart .qodef-m-icon,
#yith-quick-view-content.single-product form.cart .added_to_cart .qodef-m-text,
#yith-quick-view-content.single-product form.cart .button .qodef-m-icon,
#yith-quick-view-content.single-product form.cart .button .qodef-m-text {
    opacity: 1
}

#qode-quick-view-for-woocommerce-pop-up form.cart .added_to_cart:hover .qodef--dropdown-cart-plus,
#qode-quick-view-for-woocommerce-pop-up form.cart .button:hover .qodef--dropdown-cart-plus,
#qodef-woo-page.qodef--single form.cart .added_to_cart:hover .qodef--dropdown-cart-plus,
#qodef-woo-page.qodef--single form.cart .button:hover .qodef--dropdown-cart-plus,
#yith-quick-view-content.single-product form.cart .added_to_cart:hover .qodef--dropdown-cart-plus,
#yith-quick-view-content.single-product form.cart .button:hover .qodef--dropdown-cart-plus {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

#qode-quick-view-for-woocommerce-pop-up form.cart .added_to_cart .qodef--dropdown-cart-plus,
#qodef-woo-page.qodef--single form.cart .added_to_cart .qodef--dropdown-cart-plus,
#yith-quick-view-content.single-product form.cart .added_to_cart .qodef--dropdown-cart-plus {
    opacity: 0;
    visibility: hidden
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-features,
#qodef-woo-page.qodef--single .qodef-woo-product-features,
#yith-quick-view-content.single-product .qodef-woo-product-features {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 19px 0 0
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-features .qodef-woo-product-feature,
#qodef-woo-page.qodef--single .qodef-woo-product-features .qodef-woo-product-feature,
#yith-quick-view-content.single-product .qodef-woo-product-features .qodef-woo-product-feature {
    position: relative
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-product-features .qodef-woo-product-feature:before,
#qodef-woo-page.qodef--single .qodef-woo-product-features .qodef-woo-product-feature:before,
#yith-quick-view-content.single-product .qodef-woo-product-features .qodef-woo-product-feature:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px
}

#qode-quick-view-for-woocommerce-pop-up .product_meta,
#qodef-woo-page.qodef--single .product_meta,
#yith-quick-view-content.single-product .product_meta {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 20px
}

#qode-quick-view-for-woocommerce-pop-up .product_meta>*,
#qodef-woo-page.qodef--single .product_meta>*,
#yith-quick-view-content.single-product .product_meta>* {
    position: relative;
    display: flex;
    align-items: center
}

#qode-quick-view-for-woocommerce-pop-up .product_meta .qodef-woo-meta-label,
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label,
#yith-quick-view-content.single-product .product_meta .qodef-woo-meta-label {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.45455em;
    font-weight: 500;
    letter-spacing: .05em;
    flex-shrink: 0;
    margin-right: 3px;
    line-height: inherit !important
}

#qode-quick-view-for-woocommerce-pop-up .product_meta .qodef-woo-meta-value,
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value,
#yith-quick-view-content.single-product .product_meta .qodef-woo-meta-value {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.45455em;
    font-weight: 500;
    letter-spacing: .05em;
    color: #828282
}

#qode-quick-view-for-woocommerce-pop-up .product_meta .qodef-woo-meta-value a,
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a,
#yith-quick-view-content.single-product .product_meta .qodef-woo-meta-value a {
    color: inherit
}

#qode-quick-view-for-woocommerce-pop-up .product_meta .qodef-woo-meta-value a:hover,
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:hover,
#yith-quick-view-content.single-product .product_meta .qodef-woo-meta-value a:hover {
    color: #000
}

#qode-quick-view-for-woocommerce-pop-up .qodef-product-info-bottom-inner,
#qodef-woo-page.qodef--single .qodef-product-info-bottom-inner,
#yith-quick-view-content.single-product .qodef-product-info-bottom-inner {
    display: inline-flex;
    margin: 21px 0 0;
    padding: 15px 47px 15px 15px;
    background-color: #f5f5f5
}

#qode-quick-view-for-woocommerce-pop-up .qodef-product-info-bottom-inner .qodef-pib-left-holder,
#qodef-woo-page.qodef--single .qodef-product-info-bottom-inner .qodef-pib-left-holder,
#yith-quick-view-content.single-product .qodef-product-info-bottom-inner .qodef-pib-left-holder {
    margin-top: 2px;
    width: 18px
}

#qode-quick-view-for-woocommerce-pop-up .qodef-product-info-bottom-inner .qodef-pib-left-holder span,
#qodef-woo-page.qodef--single .qodef-product-info-bottom-inner .qodef-pib-left-holder span,
#yith-quick-view-content.single-product .qodef-product-info-bottom-inner .qodef-pib-left-holder span {
    display: block
}

#qode-quick-view-for-woocommerce-pop-up .qodef-product-info-bottom-inner .qodef-pib-right-holder,
#qodef-woo-page.qodef--single .qodef-product-info-bottom-inner .qodef-pib-right-holder,
#yith-quick-view-content.single-product .qodef-product-info-bottom-inner .qodef-pib-right-holder {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 15px
}

#qode-quick-view-for-woocommerce-pop-up .qodef-product-info-bottom-inner .qodef-pib-right-holder a,
#qode-quick-view-for-woocommerce-pop-up .qodef-product-info-bottom-inner .qodef-pib-right-holder span,
#qodef-woo-page.qodef--single .qodef-product-info-bottom-inner .qodef-pib-right-holder a,
#qodef-woo-page.qodef--single .qodef-product-info-bottom-inner .qodef-pib-right-holder span,
#yith-quick-view-content.single-product .qodef-product-info-bottom-inner .qodef-pib-right-holder a,
#yith-quick-view-content.single-product .qodef-product-info-bottom-inner .qodef-pib-right-holder span {
    font-size: 14px;
    line-height: 1.571em
}

#qode-quick-view-for-woocommerce-pop-up .qodef-product-info-bottom-inner .qodef-pib-right-holder a,
#qodef-woo-page.qodef--single .qodef-product-info-bottom-inner .qodef-pib-right-holder a,
#yith-quick-view-content.single-product .qodef-product-info-bottom-inner .qodef-pib-right-holder a {
    font-weight: 500
}

#qode-quick-view-for-woocommerce-pop-up .qodef-product-info-bottom-inner .qodef-pib-right-holder .qodef-pib-text-right-bottom,
#qodef-woo-page.qodef--single .qodef-product-info-bottom-inner .qodef-pib-right-holder .qodef-pib-text-right-bottom,
#yith-quick-view-content.single-product .qodef-product-info-bottom-inner .qodef-pib-right-holder .qodef-pib-text-right-bottom {
    margin: 3px 0 0
}

#qode-quick-view-for-woocommerce-pop-up .qodef-social-share,
#qodef-woo-page.qodef--single .qodef-social-share,
#yith-quick-view-content.single-product .qodef-social-share {
    margin-top: 3px
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs,
#qodef-woo-page.qodef--single .woocommerce-tabs,
#yith-quick-view-content.single-product .woocommerce-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 80px
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li {
    margin: 0 0 0 -1px;
    padding: 0
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    display: block;
    padding: 23px 36px;
    border: 1px solid #e2e2e2;
    background-image: linear-gradient(to bottom, #fff 50%, var(--qode-main-color) 50%);
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out;
    background-size: 100% 203%;
    background-position: 0 0;
    color: #000
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li:last-child,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li:last-child {
    margin-right: 0
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li a:hover,
#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li.active a,
#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li.ui-state-active a,
#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li.ui-state-hover a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li a:hover,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.active a,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.ui-state-active a,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li.ui-state-hover a {
    background-position: 0 100%;
    color: #fff
}

@media only screen and (max-width:680px) {

    #qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs,
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs,
    #yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs {
        flex-direction: column;
        align-items: stretch;
        padding: 5px;
        border: 1px solid #e2e2e2
    }

    #qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li,
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,
    #yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li {
        margin: 0 0 5px 0;
        padding: 0
    }

    #qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li:last-child,
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child,
    #yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li:last-child {
        margin-bottom: 0
    }

    #qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tabs li a,
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a,
    #yith-quick-view-content.single-product .woocommerce-tabs .wc-tabs li a {
        text-align: center;
        border: none
    }
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 26px
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
    margin-top: 16px
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table {
    width: auto
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table *,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table *,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table * {
    border: 0
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table th,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table th,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table th {
    padding-left: 0
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
    margin-top: 31px
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--specification,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--specification,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--specification {
    margin: 18px 0 0
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab>h2,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab>h2 {
    display: none
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-tabs .wc-tab:not(.woocommerce-Tabs-panel--reviews) p,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab:not(.woocommerce-Tabs-panel--reviews) p,
#yith-quick-view-content.single-product .woocommerce-tabs .wc-tab:not(.woocommerce-Tabs-panel--reviews) p {
    margin: 0
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-accordion-tabs,
#qodef-woo-page.qodef--single .qodef-woo-accordion-tabs,
#yith-quick-view-content.single-product .qodef-woo-accordion-tabs {
    margin: 90px 0 0
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-accordion-tabs.qodef-layout--simple .qodef-accordion-content,
#qodef-woo-page.qodef--single .qodef-woo-accordion-tabs.qodef-layout--simple .qodef-accordion-content,
#yith-quick-view-content.single-product .qodef-woo-accordion-tabs.qodef-layout--simple .qodef-accordion-content {
    padding: 20px 0 30px
}

#qode-quick-view-for-woocommerce-pop-up .qodef-woo-accordion-tabs.qodef-layout--simple .qodef-accordion-content.woocommerce-Tabs-panel--specification,
#qodef-woo-page.qodef--single .qodef-woo-accordion-tabs.qodef-layout--simple .qodef-accordion-content.woocommerce-Tabs-panel--specification,
#yith-quick-view-content.single-product .qodef-woo-accordion-tabs.qodef-layout--simple .qodef-accordion-content.woocommerce-Tabs-panel--specification {
    padding: 8px 0 30px
}

#qode-quick-view-for-woocommerce-pop-up .shop_attributes td,
#qode-quick-view-for-woocommerce-pop-up .shop_attributes th,
#qodef-woo-page.qodef--single .shop_attributes td,
#qodef-woo-page.qodef--single .shop_attributes th,
#yith-quick-view-content.single-product .shop_attributes td,
#yith-quick-view-content.single-product .shop_attributes th {
    vertical-align: middle;
    text-align: left
}

#qode-quick-view-for-woocommerce-pop-up .shop_attributes th,
#qodef-woo-page.qodef--single .shop_attributes th,
#yith-quick-view-content.single-product .shop_attributes th {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    font-size: 14px
}

@media only screen and (max-width:1512px) {

    #qode-quick-view-for-woocommerce-pop-up .shop_attributes th,
    #qodef-woo-page.qodef--single .shop_attributes th,
    #yith-quick-view-content.single-product .shop_attributes th {
        font-size: 16px;
        line-height: 1.31em
    }
}

#qode-quick-view-for-woocommerce-pop-up .shop_attributes p,
#qodef-woo-page.qodef--single .shop_attributes p,
#yith-quick-view-content.single-product .shop_attributes p {
    margin: 0
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .woocommerce-Reviews-title,
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title,
#yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    margin: 0
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .commentlist,
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist,
#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 32px 0 0;
    padding: 0;
    list-style: none
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .commentlist>li,
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>li,
#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist>li {
    border: 1px solid #e2e2e2;
    border-radius: 0;
    padding: 30px 30px 14px 30px
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .commentlist>*,
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>*,
#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist>* {
    margin: 0 0 10px;
    padding: 0
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .commentlist>:last-child,
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>:last-child,
#yith-quick-view-content.single-product .woocommerce-Reviews .commentlist>:last-child {
    margin-bottom: 0
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .comment_container,
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container,
#yith-quick-view-content.single-product .woocommerce-Reviews .comment_container {
    position: relative;
    display: flex;
    align-items: flex-start
}

@media only screen and (max-width:480px) {

    #qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .comment_container,
    #qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container,
    #yith-quick-view-content.single-product .woocommerce-Reviews .comment_container {
        flex-direction: column
    }
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .comment_container>img,
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img,
#yith-quick-view-content.single-product .woocommerce-Reviews .comment_container>img {
    border-radius: 0;
    flex-shrink: 0;
    margin-right: 30px
}

@media only screen and (max-width:480px) {

    #qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .comment_container>img,
    #qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img,
    #yith-quick-view-content.single-product .woocommerce-Reviews .comment_container>img {
        margin-bottom: 20px
    }
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .comment-text,
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text,
#yith-quick-view-content.single-product .woocommerce-Reviews .comment-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .comment-text .woocommerce-review__dash,
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text .woocommerce-review__dash,
#yith-quick-view-content.single-product .woocommerce-Reviews .comment-text .woocommerce-review__dash {
    display: none
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .comment-text .woocommerce-review__published-date,
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text .woocommerce-review__published-date,
#yith-quick-view-content.single-product .woocommerce-Reviews .comment-text .woocommerce-review__published-date {
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .meta,
#qodef-woo-page.qodef--single .woocommerce-Reviews .meta,
#yith-quick-view-content.single-product .woocommerce-Reviews .meta {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 2px
}

#qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .woocommerce-review__author,
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author,
#yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-review__author {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    margin: 4px 0 0
}

@media only screen and (max-width:1512px) {

    #qode-quick-view-for-woocommerce-pop-up .woocommerce-Reviews .woocommerce-review__author,
    #qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author,
    #yith-quick-view-content.single-product .woocommerce-Reviews .woocommerce-review__author {
        font-size: 16px;
        line-height: 1.31em
    }
}

#qode-quick-view-for-woocommerce-pop-up #review_form,
#qodef-woo-page.qodef--single #review_form,
#yith-quick-view-content.single-product #review_form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 37px
}

#qode-quick-view-for-woocommerce-pop-up #review_form .comment-reply-title,
#qodef-woo-page.qodef--single #review_form .comment-reply-title,
#yith-quick-view-content.single-product #review_form .comment-reply-title {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    margin: 0 0 13px
}

#qode-quick-view-for-woocommerce-pop-up #review_form #respond .qodef-comment-form .comment-notes,
#qodef-woo-page.qodef--single #review_form #respond .qodef-comment-form .comment-notes,
#yith-quick-view-content.single-product #review_form #respond .qodef-comment-form .comment-notes {
    margin: 11px 0 27px 0
}

#qode-quick-view-for-woocommerce-pop-up #review_form .comment-notes~.comment-form-rating,
#qodef-woo-page.qodef--single #review_form .comment-notes~.comment-form-rating,
#yith-quick-view-content.single-product #review_form .comment-notes~.comment-form-rating {
    display: flex
}

#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating,
#qodef-woo-page.qodef--single #review_form .comment-form-rating,
#yith-quick-view-content.single-product #review_form .comment-form-rating {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    vertical-align: top;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    font-size: 15px;
    line-height: 23px;
    outline: 0;
    padding: 21px 20px
}

#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating label,
#qodef-woo-page.qodef--single #review_form .comment-form-rating label,
#yith-quick-view-content.single-product #review_form .comment-form-rating label {
    margin: 0 35px 0 0
}

#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating .stars,
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars,
#yith-quick-view-content.single-product #review_form .comment-form-rating .stars {
    display: none;
    line-height: 1
}

#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating .qodef-comment-form-ratings,
#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings,
#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings {
    --qode-star-width: 16px;
    --qode-star-gap: 8px;
    line-height: var(--qode-star-width);
    --qode-star-width: 18px;
    display: flex;
    margin: 0;
    overflow: hidden;
    gap: var(--qode-star-gap)
}

#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg,
#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg,
#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg {
    fill: currentColor
}

#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* svg,
#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* svg,
#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active~* svg {
    fill: none;
    color: #000
}

#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating .qodef-comment-form-ratings.selected a,
#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected a,
#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings.selected a {
    color: var(--qode-main-color)
}

#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating .qodef-comment-form-ratings a,
#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings a,
#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings a {
    color: #000;
    font-size: 0;
    line-height: 1;
    margin: 0
}

#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-rating .qodef-comment-form-ratings a svg,
#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings a svg,
#yith-quick-view-content.single-product #review_form .comment-form-rating .qodef-comment-form-ratings a svg {
    display: block;
    fill: none;
    height: auto;
    stroke: currentColor;
    width: var(--qode-star-width)
}

#qode-quick-view-for-woocommerce-pop-up #review_form .comment-form-comment textarea,
#qodef-woo-page.qodef--single #review_form .comment-form-comment textarea,
#yith-quick-view-content.single-product #review_form .comment-form-comment textarea {
    border-top: none
}

#qode-quick-view-for-woocommerce-pop-up .related,
#qode-quick-view-for-woocommerce-pop-up .up-sells,
#qodef-woo-page.qodef--single .related,
#qodef-woo-page.qodef--single .up-sells,
#yith-quick-view-content.single-product .related,
#yith-quick-view-content.single-product .up-sells {
    margin-top: 60px
}

#qode-quick-view-for-woocommerce-pop-up .related>h2,
#qode-quick-view-for-woocommerce-pop-up .up-sells>h2,
#qodef-woo-page.qodef--single .related>h2,
#qodef-woo-page.qodef--single .up-sells>h2,
#yith-quick-view-content.single-product .related>h2,
#yith-quick-view-content.single-product .up-sells>h2 {
    margin: 0 0 23px
}

#qode-quick-view-for-woocommerce-pop-up .related .qodef-woo-product-list .ywpc-countdown-loop,
#qode-quick-view-for-woocommerce-pop-up .up-sells .qodef-woo-product-list .ywpc-countdown-loop,
#qodef-woo-page.qodef--single .related .qodef-woo-product-list .ywpc-countdown-loop,
#qodef-woo-page.qodef--single .up-sells .qodef-woo-product-list .ywpc-countdown-loop,
#yith-quick-view-content.single-product .related .qodef-woo-product-list .ywpc-countdown-loop,
#yith-quick-view-content.single-product .up-sells .qodef-woo-product-list .ywpc-countdown-loop {
    display: none
}

#qode-quick-view-for-woocommerce-pop-up .related .qodef-woo-product-list .products .product,
#qode-quick-view-for-woocommerce-pop-up .up-sells .qodef-woo-product-list .products .product,
#qodef-woo-page.qodef--single .related .qodef-woo-product-list .products .product,
#qodef-woo-page.qodef--single .up-sells .qodef-woo-product-list .products .product,
#yith-quick-view-content.single-product .related .qodef-woo-product-list .products .product,
#yith-quick-view-content.single-product .up-sells .qodef-woo-product-list .products .product {
    margin: 0
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-inner {
    margin: 0;
    gap: 60px
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .entry-summary,
.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image {
    width: 100%;
    flex-shrink: 0;
    padding: 0
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image {
    opacity: 0
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-single-image-inner {
    border: 1px solid #e2e2e2
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-thumbs-swiper {
    position: relative;
    max-width: calc(100% - 112px);
    margin: 20px auto 20px
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-thumbs-swiper .qodef-m-custom-swiper-container {
    overflow: hidden
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-thumbs-swiper .qodef-m-custom-swiper-container .swiper-button-next,
.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-thumbs-swiper .qodef-m-custom-swiper-container .swiper-button-prev {
    top: 50% !important;
    transform: translateY(-50%)
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-thumbs-swiper .qodef-m-custom-swiper-container .swiper-button-next svg,
.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-thumbs-swiper .qodef-m-custom-swiper-container .swiper-button-prev svg {
    width: auto
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-thumbs-swiper .qodef-m-custom-swiper-container .swiper-button-prev {
    left: -34px !important;
    right: auto !important
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-thumbs-swiper .qodef-m-custom-swiper-container .swiper-button-next {
    right: -34px !important
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-thumbs-swiper .swiper-slide {
    position: relative
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-thumbs-swiper .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    z-index: 999
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-thumbs-swiper .swiper-slide:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--qode-main-color);
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(.45, .05, .27, .94);
    z-index: 999
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-thumbs-swiper .swiper-slide-thumb-active.qodef-product-gallery-image:after,
.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-thumbs-swiper .swiper-slide:hover.qodef-product-gallery-image:after {
    transform: scaleX(1)
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-product-gallery-image {
    position: relative;
    cursor: grab
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-product-gallery-image img {
    display: block;
    width: 100%;
    height: 100%
}

.qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image.qodef--init {
    opacity: 1
}

.widget .qodef-woo-product-ratings {
    --qode-star-width: 16px;
    --qode-star-gap: 8px;
    line-height: var(--qode-star-width);
    margin: 0
}

.widget .qodef-woo-product-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1em
}

.widget .qodef-woo-product-ratings .qodef-m-stars {
    color: #000;
    display: flex;
    gap: var(--qode-star-gap)
}

.widget .qodef-woo-product-ratings .qodef-m-stars svg {
    display: block;
    width: var(--qode-star-width);
    height: auto;
    flex-shrink: 0
}

.widget .qodef-woo-product-ratings .qodef-m-stars.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: var(--qode-main-color)
}

.widget .qodef-woo-product-ratings .qodef-m-stars.qodef--active svg {
    fill: currentColor
}

.widget .price {
    position: relative;
    display: flex;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 13px 0 0;
    margin: 0
}

@media only screen and (max-width:680px) {
    .widget .price {
        font-size: 20px
    }
}

.widget .price del {
    font-size: 14px;
    line-height: 19px;
    color: inherit;
    margin-left: 2px
}

.widget .price ins {
    text-decoration: none
}

.widget .price>span:first-child {
    margin-right: 5px
}

.widget .price>span:last-child {
    margin-left: 5px
}

.widget .price>span:only-child {
    margin: 0
}

.widget.woocommerce .qodef-woo-product-title {
    font-family: Archivo, sans-serif;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    font-size: 14px;
    margin: 0
}

@media only screen and (max-width:1512px) {
    .widget.woocommerce .qodef-woo-product-title {
        font-size: 16px;
        line-height: 1.31em
    }
}

.widget.woocommerce a .product-title {
    font-family: Archivo, sans-serif;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    font-size: 14px
}

@media only screen and (max-width:1512px) {
    .widget.woocommerce a .product-title {
        font-size: 16px;
        line-height: 1.31em
    }
}

.widget.woocommerce .button,
.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    font-family: Archivo, sans-serif;
    font-size: 13px;
    line-height: 1.0769em;
    font-weight: 700;
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 11px;
    vertical-align: middle;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    box-shadow: none;
    background-image: none;
    opacity: 1;
    padding: 12px 26px;
    cursor: pointer;
    z-index: 3;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, var(--qode-main-color));
    border: 1px solid var(--qode-button-border-color, transparent);
    background-image: linear-gradient(to bottom, var(--qode-button-bg-color, var(--qode-main-color)) 50%, var(--qode-button-bg-hover-color, #000) 50%);
    background-repeat: no-repeat;
    background-origin: border-box;
    transition: color .3s ease-out, background-position .3s ease-out;
    background-size: 100% 203%;
    background-position: 0 0
}

.widget.woocommerce .button:hover,
.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover {
    color: var(--qode-button-hover-color, #fff);
    border-color: var(--qode-button-border-hover-color, transparent);
    background-position: 0 100%
}

.widget.woocommerce .button .qodef-svg--button-arrow,
.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit .qodef-svg--button-arrow {
    overflow: visible;
    --qode-clip: 4px
}

.qodef-browser--safari .widget.woocommerce .button .qodef-svg--button-arrow,
.qodef-browser--safari .widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit .qodef-svg--button-arrow {
    --qode-clip: 3px
}

.widget.woocommerce .button .qodef-svg--button-arrow path,
.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit .qodef-svg--button-arrow path {
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9)
}

.widget.woocommerce .button .qodef-svg--button-arrow path:nth-of-type(1),
.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit .qodef-svg--button-arrow path:nth-of-type(1) {
    transform: translateY(7px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px var(--qode-clip) -2px -2px)
}

.widget.woocommerce .button .qodef-svg--button-arrow path:nth-of-type(2),
.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit .qodef-svg--button-arrow path:nth-of-type(2) {
    transform: translateY(5px) translateX(-3px) rotate(-45deg);
    clip-path: inset(-2px -2px 4px -2px)
}

.widget.woocommerce .button:hover .qodef-svg--button-arrow path,
.widget.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover .qodef-svg--button-arrow path {
    clip-path: inset(-2px -2px -2px -2px);
    transform: translateY(0) translateX(0) rotate(0)
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 0;
    cursor: pointer;
    height: 4px;
    position: relative
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    border-radius: 100%;
    height: 10px;
    outline: 0;
    position: absolute;
    top: -3px;
    width: 10px;
    z-index: 2
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
    transform: translateX(-10px)
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    border-radius: 0;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1
}

.widget.woocommerce.widget_price_filter .price_slider_amount {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 32px 0 0;
    position: relative
}

.widget.woocommerce.widget_price_filter .price_slider_amount .clear {
    display: none
}

.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recently_viewed_products ul li,
.widget.woocommerce.widget_top_rated_products ul li {
    display: flex;
    position: relative
}

.widget.woocommerce.widget_products ul li:last-child,
.widget.woocommerce.widget_recently_viewed_products ul li:last-child,
.widget.woocommerce.widget_top_rated_products ul li:last-child {
    margin-bottom: 0
}

.widget.woocommerce.widget_products .qodef-woo-product-image,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    flex-shrink: 0
}

.widget.woocommerce.widget_products .qodef-woo-product-image a,
.widget.woocommerce.widget_products .qodef-woo-product-image img,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image a,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image a,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    display: block;
    position: relative
}

.widget.woocommerce.widget_recent_reviews ul li .reviewer {
    margin-top: 8px
}

.widget.woocommerce.widget_recent_reviews ul li:last-child {
    margin-bottom: 0
}

.widget.woocommerce.widget_recent_reviews ul li>* {
    display: block
}

.widget.woocommerce.widget_recent_reviews a {
    font-family: Archivo, sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    font-size: 14px;
    position: relative
}

@media only screen and (max-width:1512px) {
    .widget.woocommerce.widget_recent_reviews a {
        font-size: 16px;
        line-height: 1.31em
    }
}

.widget.woocommerce.widget_recent_reviews a img {
    left: 0;
    position: absolute;
    top: 0
}

.widget.woocommerce.widget_layered_nav button {
    margin-top: 10px
}

.widget .wc-block-product-categories-list--has-images {
    margin: 0
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    font-family: Archivo, sans-serif;
    text-transform: uppercase;
    letter-spacing: -.025em;
    font-size: 18px;
    line-height: 1.11111em;
    font-weight: 700;
    font-size: 14px
}

@media only screen and (max-width:1512px) {
    .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
        font-size: 16px;
        line-height: 1.31em
    }
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    vertical-align: top
}

.widget .qodef-m-stars {
    color: var(--qode-main-color) !important
}

.widget.woocommerce .qodef-woo-product-title a {
    color: #000
}

.widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

.widget.woocommerce a .product-title {
    color: #000
}

.widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

.widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 23px
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #f5f5f5
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    background-color: var(--qode-main-color)
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    background-color: var(--qode-main-color)
}

.widget.woocommerce.widget_shopping_cart {
    flex-direction: column;
    align-items: flex-start
}

.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    width: 100%
}

.widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 23px
}

.widget.woocommerce.widget_layered_nav form {
    margin-top: 23px
}

.widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

.widget.woocommerce.widget_products .qodef-widget-title,
.widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
.widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 23px
}

.widget.woocommerce.widget_products ul li,
.widget.woocommerce.widget_recently_viewed_products ul li,
.widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 12px
}

.widget.woocommerce.widget_products .qodef-woo-product-image,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

.widget.woocommerce.widget_products .qodef-woo-product-image img,
.widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
.widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 98px
}

.widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 23px
}

.widget.woocommerce.widget_recent_reviews ul li {
    min-height: 98px;
    margin-bottom: 12px
}

.widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 118px
}

.widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

.widget.woocommerce.widget_recent_reviews a img {
    width: 98px
}

.widget.widget_block .price {
    justify-content: center
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-bottom: 12px !important;
    margin-left: 118px !important
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    color: #000
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
    color: var(--qode-main-color)
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    margin: 0 20px 0 -118px !important;
    max-width: initial !important;
    width: 98px !important
}

#qodef-top-area .widget.woocommerce .qodef-woo-product-title a {
    color: #fff
}

#qodef-top-area .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget.woocommerce a .product-title {
    color: #fff
}

#qodef-top-area .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

#qodef-top-area .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-top-area .widget.woocommerce.widget_shopping_cart {
    flex-direction: column;
    align-items: flex-start
}

#qodef-top-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    width: 100%
}

#qodef-top-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-top-area .widget.woocommerce.widget_layered_nav form {
    margin-top: 23px
}

#qodef-top-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

#qodef-top-area .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-top-area .widget.woocommerce.widget_products ul li,
#qodef-top-area .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-top-area .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 12px
}

#qodef-top-area .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

#qodef-top-area .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-top-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-top-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 98px
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 98px;
    margin-bottom: 12px
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 118px
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget.woocommerce.widget_recent_reviews a img {
    width: 98px
}

#qodef-top-area .widget.widget_block .price {
    justify-content: center
}

#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-bottom: 12px !important;
    margin-left: 118px !important
}

#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    color: #fff
}

#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    margin: 0 20px 0 -118px !important;
    max-width: initial !important;
    width: 98px !important
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce .qodef-woo-product-title a {
    color: #000
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce a .product-title {
    color: #000
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_shopping_cart {
    flex-direction: column;
    align-items: flex-start
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    width: 100%
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_layered_nav form {
    margin-top: 23px
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_products ul li,
#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 12px
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 98px
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 98px;
    margin-bottom: 12px
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 118px
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area.qodef-skin--dark .widget.woocommerce.widget_recent_reviews a img {
    width: 98px
}

#qodef-top-area.qodef-skin--dark .widget.widget_block .price {
    justify-content: center
}

#qodef-top-area.qodef-skin--dark .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-bottom: 12px !important;
    margin-left: 118px !important
}

#qodef-top-area.qodef-skin--dark .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    color: #000
}

#qodef-top-area.qodef-skin--dark .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
    color: var(--qode-main-color)
}

#qodef-top-area.qodef-skin--dark .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    margin: 0 20px 0 -118px !important;
    max-width: initial !important;
    width: 98px !important
}

#qodef-page-footer .widget .qodef-m-stars {
    color: #fff !important
}

#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a {
    color: #000
}

#qodef-page-footer .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget.woocommerce a .product-title {
    color: #000
}

#qodef-page-footer .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 35px
}

#qodef-page-footer .widget.woocommerce.widget_shopping_cart {
    flex-direction: column;
    align-items: flex-start
}

#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    width: 100%
}

#qodef-page-footer .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 35px
}

#qodef-page-footer .widget.woocommerce.widget_layered_nav form {
    margin-top: 35px
}

#qodef-page-footer .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 35px
}

#qodef-page-footer .widget.woocommerce.widget_products ul li,
#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-footer .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 12px
}

#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 98px
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 35px
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 98px;
    margin-bottom: 12px
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 118px
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget.woocommerce.widget_recent_reviews a img {
    width: 98px
}

#qodef-page-footer .widget.widget_block .price {
    justify-content: center
}

#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-bottom: 12px !important;
    margin-left: 118px !important
}

#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    color: #000
}

#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    margin: 0 20px 0 -118px !important;
    max-width: initial !important;
    width: 98px !important
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce .qodef-woo-product-title a {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce .qodef-woo-product-title a:hover {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce a .product-title {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce a:hover .product-title {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 44px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_shopping_cart {
    flex-direction: column;
    align-items: flex-start
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    width: 100%
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 44px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_layered_nav form {
    margin-top: 44px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 44px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_products ul li,
#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 12px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 98px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 44px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 98px;
    margin-bottom: 12px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 118px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_recent_reviews a:hover {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.woocommerce.widget_recent_reviews a img {
    width: 98px
}

#qodef-page-footer #qodef-page-footer-middle-area .widget.widget_block .price {
    justify-content: center
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-bottom: 12px !important;
    margin-left: 118px !important
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
    color: #fff
}

#qodef-page-footer #qodef-page-footer-middle-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    margin: 0 20px 0 -118px !important;
    max-width: initial !important;
    width: 98px !important
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce .qodef-woo-product-title a {
    color: #bcbcbc
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce a .product-title {
    color: #bcbcbc
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 17px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_shopping_cart {
    flex-direction: column;
    align-items: flex-start
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    width: 100%
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 17px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_layered_nav form {
    margin-top: 17px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 17px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_products ul li,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 12px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 98px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 17px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 98px;
    margin-bottom: 12px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 118px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.woocommerce.widget_recent_reviews a img {
    width: 98px
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget.widget_block .price {
    justify-content: center
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-bottom: 12px !important;
    margin-left: 118px !important
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    color: #bcbcbc
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer #qodef-page-footer-bottom-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    margin: 0 20px 0 -118px !important;
    max-width: initial !important;
    width: 98px !important
}

#qodef-side-area .widget.woocommerce .qodef-woo-product-title a {
    color: #fff
}

#qodef-side-area .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget.woocommerce a .product-title {
    color: #fff
}

#qodef-side-area .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

#qodef-side-area .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-side-area .widget.woocommerce.widget_shopping_cart {
    flex-direction: column;
    align-items: flex-start
}

#qodef-side-area .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    width: 100%
}

#qodef-side-area .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-side-area .widget.woocommerce.widget_layered_nav form {
    margin-top: 23px
}

#qodef-side-area .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

#qodef-side-area .widget.woocommerce.widget_products .qodef-widget-title,
#qodef-side-area .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
#qodef-side-area .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-side-area .widget.woocommerce.widget_products ul li,
#qodef-side-area .widget.woocommerce.widget_recently_viewed_products ul li,
#qodef-side-area .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 12px
}

#qodef-side-area .widget.woocommerce.widget_products .qodef-woo-product-image,
#qodef-side-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
#qodef-side-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

#qodef-side-area .widget.woocommerce.widget_products .qodef-woo-product-image img,
#qodef-side-area .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
#qodef-side-area .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 98px
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 23px
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 98px;
    margin-bottom: 12px
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 118px
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget.woocommerce.widget_recent_reviews a img {
    width: 98px
}

#qodef-side-area .widget.widget_block .price {
    justify-content: center
}

#qodef-side-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-bottom: 12px !important;
    margin-left: 118px !important
}

#qodef-side-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    color: #fff
}

#qodef-side-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
    color: var(--qode-main-color)
}

#qodef-side-area .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    margin: 0 20px 0 -118px !important;
    max-width: initial !important;
    width: 98px !important
}

.qodef-mega-menu-widget-holder .widget.woocommerce .qodef-woo-product-title a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget.woocommerce .qodef-woo-product-title a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget.woocommerce a .product-title {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget.woocommerce a:hover .product-title {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 23px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_shopping_cart {
    flex-direction: column;
    align-items: flex-start
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    width: 100%
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_shopping_cart .qodef-widget-title {
    margin-bottom: 23px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_layered_nav form {
    margin-top: 23px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-widget-title,
.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
    margin-bottom: 23px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products ul li,
.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products ul li,
.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products ul li {
    margin-bottom: 12px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-woo-product-image,
.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image,
.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    margin-right: 20px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_products .qodef-woo-product-image img,
.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img,
.qodef-mega-menu-widget-holder .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 98px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews .qodef-widget-title {
    margin-bottom: 23px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 98px;
    margin-bottom: 12px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews ul li>* {
    padding-left: 118px
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget.woocommerce.widget_recent_reviews a img {
    width: 98px
}

.qodef-mega-menu-widget-holder .widget.widget_block .price {
    justify-content: center
}

.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin-bottom: 12px !important;
    margin-left: 118px !important
}

.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
    color: #fff
}

.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a:hover {
    color: var(--qode-main-color)
}

.qodef-mega-menu-widget-holder .widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    margin: 0 20px 0 -118px !important;
    max-width: initial !important;
    width: 98px !important
}

@media (max-width:1200px) {
    .qodef-content-grid {
        width: 960px
    }

    .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }

    .qodef--boxed .qodef-content-grid {
        width: calc(960px + 60px)
    }
}

@media (max-width:1024px) {
    .qodef-content-grid {
        width: 86%
    }

    .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 86%)/ 2)
    }

    .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 86%)/ 2)
    }

    .qodef--boxed .qodef-content-grid {
        width: calc(86% + 60px)
    }
}

@media (max-width:1512px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--9>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--10>.qodef-grid-inner {
        --qode-columns: 5
    }
}

@media (max-width:1368px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--9>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--10>.qodef-grid-inner {
        --qode-columns: 4
    }
}

@media (max-width:1200px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--9>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--10>.qodef-grid-inner {
        --qode-columns: 4
    }
}

@media (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--9>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--10>.qodef-grid-inner {
        --qode-columns: 4
    }
}

@media (max-width:880px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--9>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--10>.qodef-grid-inner {
        --qode-columns: 2
    }
}

@media (max-width:1368px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--1>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--8>.qodef-grid-inner {
        --qode-columns: 8
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--9>.qodef-grid-inner {
        --qode-columns: 9
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--10>.qodef-grid-inner {
        --qode-columns: 10
    }
}

@media (max-width:1368px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--1>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--8>.qodef-grid-inner {
        --qode-columns: 8
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--9>.qodef-grid-inner {
        --qode-columns: 9
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--10>.qodef-grid-inner {
        --qode-columns: 10
    }
}

@media (max-width:1368px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--1>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--8>.qodef-grid-inner {
        --qode-columns: 8
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--9>.qodef-grid-inner {
        --qode-columns: 9
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--10>.qodef-grid-inner {
        --qode-columns: 10
    }
}

@media (max-width:1368px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--1>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--8>.qodef-grid-inner {
        --qode-columns: 8
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--9>.qodef-grid-inner {
        --qode-columns: 9
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--10>.qodef-grid-inner {
        --qode-columns: 10
    }
}

@media (max-width:1512px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--1>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--8>.qodef-grid-inner {
        --qode-columns: 8
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--9>.qodef-grid-inner {
        --qode-columns: 9
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1512--10>.qodef-grid-inner {
        --qode-columns: 10
    }
}

@media (max-width:1368px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--1>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--8>.qodef-grid-inner {
        --qode-columns: 8
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--9>.qodef-grid-inner {
        --qode-columns: 9
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1368--10>.qodef-grid-inner {
        --qode-columns: 10
    }
}

@media (max-width:1200px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1200--1>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1200--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1200--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1200--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1200--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1200--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1200--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1200--8>.qodef-grid-inner {
        --qode-columns: 8
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1200--9>.qodef-grid-inner {
        --qode-columns: 9
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1200--10>.qodef-grid-inner {
        --qode-columns: 10
    }
}

@media (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8>.qodef-grid-inner {
        --qode-columns: 8
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--9>.qodef-grid-inner {
        --qode-columns: 9
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--10>.qodef-grid-inner {
        --qode-columns: 10
    }
}

@media (max-width:880px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--880--1>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--880--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--880--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--880--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--880--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--880--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--880--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--880--8>.qodef-grid-inner {
        --qode-columns: 8
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--880--9>.qodef-grid-inner {
        --qode-columns: 9
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--880--10>.qodef-grid-inner {
        --qode-columns: 10
    }
}

@media (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8>.qodef-grid-inner {
        --qode-columns: 8
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--9>.qodef-grid-inner {
        --qode-columns: 9
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--10>.qodef-grid-inner {
        --qode-columns: 10
    }
}

@media (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1>.qodef-grid-inner {
        --qode-columns: 1
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2>.qodef-grid-inner {
        --qode-columns: 2
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3>.qodef-grid-inner {
        --qode-columns: 3
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4>.qodef-grid-inner {
        --qode-columns: 4
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5>.qodef-grid-inner {
        --qode-columns: 5
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6>.qodef-grid-inner {
        --qode-columns: 6
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7>.qodef-grid-inner {
        --qode-columns: 7
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8>.qodef-grid-inner {
        --qode-columns: 8
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--9>.qodef-grid-inner {
        --qode-columns: 9
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--10>.qodef-grid-inner {
        --qode-columns: 10
    }
}

@media only screen and (max-width:1512px) {
    .qodef-grid.qodef-vertical-gutter--custom {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1512, 30px)
    }

    .qodef-grid.qodef-gutter--custom {
        --qode-columns-col-gap: var(--qode-gutter-custom-1512, 30px)
    }
}

@media only screen and (max-width:1200px) {
    .qodef-grid.qodef-vertical-gutter--custom {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1200, 30px)
    }

    .qodef-grid.qodef-gutter--custom {
        --qode-columns-col-gap: var(--qode-gutter-custom-1200, 30px)
    }
}

@media only screen and (max-width:880px) {
    .qodef-grid.qodef-vertical-gutter--custom {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-880, 30px)
    }

    .qodef-grid.qodef-gutter--custom {
        --qode-columns-col-gap: var(--qode-gutter-custom-880, 30px)
    }
}

@media only screen and (max-width:880px) {
    #qodef-404-page {
        padding: 110px 40px 200px
    }
}

@media only screen and (max-width:880px) {

    .qodef-blog .qodef-blog-item .qodef-e-left,
    .qodef-blog .qodef-blog-item .qodef-e-right {
        flex-basis: 100%
    }

    .qodef-blog .qodef-blog-item .qodef-e-right {
        text-align: left;
        margin-top: 18px
    }
}

@media only screen and (max-width:680px) {
    .qodef-blog .qodef-blog-item.format-link .qodef-e-link {
        flex-direction: column;
        align-items: flex-start;
        padding: 27px 12% 27px 30px
    }

    .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
        flex-direction: column;
        padding: 29px 29px 26px
    }
}

@media only screen and (max-width:1200px) {
    #qodef-page-comments {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1200px) {
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 40px
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 20px
    }
}

@media only screen and (max-width:880px) {
    #qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
        flex-wrap: wrap
    }

    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 3%
    }
}

@media only screen and (max-width:880px) {
    .qodef-m-filter .qodef-m-filter-items {
        flex-direction: column
    }

    .qodef-m-filter .qodef-m-filter-item {
        margin: 5px 0
    }
}

@media only screen and (max-width:1200px) {
    #qodef-page-footer-top-area .qodef-content-full-width {
        padding-left: 7%;
        padding-right: 7%
    }
}

@media only screen and (max-width:1200px) {
    #qodef-page-footer-bottom-area .qodef-content-full-width {
        padding-left: 7%;
        padding-right: 7%
    }
}

@media only screen and (max-width:1200px) {
    #qodef-page-header {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    #qodef-page-mobile-header {
        display: block
    }
}

@media only screen and (max-width:1024px) {
    .wc-block-components-sidebar-layout {
        flex-wrap: wrap !important
    }

    .wc-block-components-main {
        width: 100% !important
    }

    .wc-block-components-sidebar {
        width: 100% !important
    }
}

@media only screen and (max-width:880px) {

    .wc-block-components-combobox-control input[type=date],
    .wc-block-components-combobox-control input[type=email],
    .wc-block-components-combobox-control input[type=number],
    .wc-block-components-combobox-control input[type=password],
    .wc-block-components-combobox-control input[type=search],
    .wc-block-components-combobox-control input[type=tel],
    .wc-block-components-combobox-control input[type=text],
    .wc-block-components-combobox-control input[type=url],
    .wc-block-components-text-input input[type=date],
    .wc-block-components-text-input input[type=email],
    .wc-block-components-text-input input[type=number],
    .wc-block-components-text-input input[type=password],
    .wc-block-components-text-input input[type=search],
    .wc-block-components-text-input input[type=tel],
    .wc-block-components-text-input input[type=text],
    .wc-block-components-text-input input[type=url] {
        margin: 0 0 10px 0 !important
    }

    .wc-block-components-textarea {
        margin: 0 0 10px !important
    }

    .wc-block-components-radio-control__option {
        margin: 0 0 10px 0 !important
    }

    .wc-block-components-radio-control__option:last-child {
        margin-bottom: 0 !important
    }

    .wc-block-components-radio-control-accordion-option {
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .wc-block-components-radio-control__label-group {
        line-height: 20px !important
    }

    .wc-block-components-checkbox {
        margin: 0 0 10px 0 !important
    }

    .wc-block-components-sidebar-layout {
        gap: 70px
    }

    .wc-block-components-product-metadata {
        margin: 0 0 10px 0 !important
    }

    .wc-block-components-product-metadata__description p {
        margin: 5px 0 5px 0 !important
    }

    .wc-block-components-product-details {
        margin: 5px 0 0 0 !important
    }

    .wc-block-components-order-summary-item {
        padding-top: 10px !important
    }

    .wc-block-components-order-summary-item__image {
        padding: 0 0 10px 0 !important
    }

    .wc-block-components-order-summary-item__description {
        padding: 0 10px 10px 10px !important
    }

    .wc-block-components-panel__content {
        margin-bottom: -10px !important
    }

    .wc-block-components-totals-wrapper {
        padding: 10px 0 !important
    }

    .wc-block-components-totals-coupon__form {
        gap: 10px
    }

    .wc-block-components-totals-coupon__button {
        margin: 57px 0 0 0 !important
    }

    .wc-block-components-checkout-step {
        margin: 0 0 10px 0 !important
    }

    .wc-block-components-checkout-step.wc-block-checkout__shipping-option {
        margin-bottom: 20px !important
    }

    .wc-block-components-checkout-step__heading {
        margin: 0 0 10px !important
    }

    .wc-block-components-address-form__city,
    .wc-block-components-address-form__country,
    .wc-block-components-address-form__first_name,
    .wc-block-components-address-form__last_name,
    .wc-block-components-address-form__postcode,
    .wc-block-components-address-form__state {
        flex: 1 1 calc(50% - 20px) !important
    }
}

@media only screen and (max-width:1024px) {
    .woocommerce-page div.woocommerce .col2-set {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:880px) {

    .wc-block-cart table.wc-block-cart-items td,
    .wc-block-cart table.wc-block-cart-items th {
        padding: 10px !important
    }

    .wc-block-cart table.wc-block-cart-items td:first-child,
    .wc-block-cart table.wc-block-cart-items th:first-child {
        padding-left: 0 !important
    }

    .wc-block-cart table.wc-block-cart-items td:last-child,
    .wc-block-cart table.wc-block-cart-items th:last-child {
        padding-right: 0 !important
    }

    .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
        padding-right: 32px
    }

    .wc-block-cart div.wc-block-cart__sidebar .wc-block-cart__totals-title {
        padding: 10px 0 !important
    }
}

.wc-block-cart .wc-block-cart__submit-button {
    margin-top: 10px !important
}

.wc-block-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
    margin-bottom: 70px !important
}

.wc-block-cart .wp-block-woocommerce-cart-cross-sells-block {
    margin-top: 70px !important
}

@media only screen and (max-width:680px) {

    #qodef-woo-page.qodef--cart .woocommerce-message,
    .yith-wcwl-form .woocommerce-message {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 23px
    }

    #qodef-woo-page.qodef--cart .shop_table td.product-remove,
    #qodef-woo-page.qodef--cart .shop_table th.product-remove,
    .yith-wcwl-form .shop_table td.product-remove,
    .yith-wcwl-form .shop_table th.product-remove {
        padding-left: 0;
        width: 15px
    }

    #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail,
    #qodef-woo-page.qodef--cart .shop_table th.product-thumbnail,
    .yith-wcwl-form .shop_table td.product-thumbnail,
    .yith-wcwl-form .shop_table th.product-thumbnail {
        display: none
    }

    #qodef-woo-page.qodef--cart .shop_table td.product-subtotal,
    #qodef-woo-page.qodef--cart .shop_table th.product-subtotal,
    .yith-wcwl-form .shop_table td.product-subtotal,
    .yith-wcwl-form .shop_table th.product-subtotal {
        display: none
    }

    #qodef-woo-page.qodef--cart .shop_table td.product-stock-status,
    #qodef-woo-page.qodef--cart .shop_table th.product-stock-status,
    .yith-wcwl-form .shop_table td.product-stock-status,
    .yith-wcwl-form .shop_table th.product-stock-status {
        display: none
    }

    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon,
    #qodef-woo-page.qodef--cart .shop_table th.actions .coupon,
    .yith-wcwl-form .shop_table td.actions .coupon,
    .yith-wcwl-form .shop_table th.actions .coupon {
        width: 100%;
        float: none;
        flex-direction: column
    }

    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon>#coupon_code,
    #qodef-woo-page.qodef--cart .shop_table th.actions .coupon>#coupon_code,
    .yith-wcwl-form .shop_table td.actions .coupon>#coupon_code,
    .yith-wcwl-form .shop_table th.actions .coupon>#coupon_code {
        margin: 0 0 10px
    }

    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon>.button,
    #qodef-woo-page.qodef--cart .shop_table th.actions .coupon>.button,
    .yith-wcwl-form .shop_table td.actions .coupon>.button,
    .yith-wcwl-form .shop_table th.actions .coupon>.button {
        justify-content: center;
        margin: 0 0 10px
    }

    #qodef-woo-page.qodef--cart .shop_table td.actions>.button,
    #qodef-woo-page.qodef--cart .shop_table th.actions>.button,
    .yith-wcwl-form .shop_table td.actions>.button,
    .yith-wcwl-form .shop_table th.actions>.button {
        float: none;
        justify-content: center;
        width: 100%
    }

    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th,
    .yith-wcwl-form .cart-collaterals .shop_table th {
        width: auto
    }

    #qodef-woo-page.qodef--cart .cart-collaterals .wc-proceed-to-checkout .button,
    .yith-wcwl-form .cart-collaterals .wc-proceed-to-checkout .button {
        width: 100%;
        justify-content: center
    }
}

@media only screen and (max-width:880px) {
    div.wc-block-checkout__terms {
        margin: 10px 0 10px 0
    }

    div.wc-block-checkout__actions {
        padding: 20px 0 0 0 !important
    }
}

@media only screen and (max-width:880px) {
    #qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
        padding: 27px
    }

    #qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 11px;
        padding: 20px 27px 24px 27px
    }
}

@media only screen and (max-width:1024px) {

    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        float: none
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding-right: 0
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 50px
    }
}

@media only screen and (max-width:880px) {
    .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
        font-family: Archivo, sans-serif;
        color: #000;
        text-transform: uppercase;
        letter-spacing: -.025em;
        font-size: 24px;
        line-height: 1em;
        font-weight: 700;
        margin: 0 0 10px 0
    }

    .woocommerce-order-received .woocommerce-order h2 {
        font-family: Archivo, sans-serif;
        color: #000;
        text-transform: uppercase;
        letter-spacing: -.025em;
        font-size: 24px;
        line-height: 1em;
        font-weight: 700;
        margin: 70px 0 10px 0
    }
}

@media only screen and (max-width:1024px) {

    .qodef-woo-product-list ul.products.columns-3,
    .qodef-woo-product-list ul.products.columns-4,
    .qodef-woo-product-list ul.products.columns-5,
    .qodef-woo-product-list ul.products.columns-6,
    .qodef-woo-product-list ul.products.columns-7,
    .qodef-woo-product-list ul.products.columns-8 {
        --qode-columns: 3
    }
}

@media only screen and (max-width:680px) {

    .qodef-woo-product-list ul.products.columns-2,
    .qodef-woo-product-list ul.products.columns-3,
    .qodef-woo-product-list ul.products.columns-4,
    .qodef-woo-product-list ul.products.columns-5,
    .qodef-woo-product-list ul.products.columns-6,
    .qodef-woo-product-list ul.products.columns-7,
    .qodef-woo-product-list ul.products.columns-8 {
        --qode-columns: 2
    }
}

@media only screen and (max-width:480px) {

    .qodef-woo-product-list .qodef-woo-product-content-bottom,
    .qodef-woo-product-list .qodef-woo-product-content-middle,
    .qodef-woo-product-list .qodef-woo-product-content-top {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 10px
    }

    .qodef-woo-product-list .added_to_cart,
    .qodef-woo-product-list .button:not(.qqvfw-quick-view-button) {
        font-size: 11px !important;
        padding: 18px 16px 17px !important;
        min-height: 56px
    }

    .qodef-woo-product-list .added_to_cart .qodef-m-icon svg,
    .qodef-woo-product-list .button:not(.qqvfw-quick-view-button) .qodef-m-icon svg {
        width: 14px
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-results {
        flex-direction: column;
        align-items: flex-start;
        justify-content: start
    }

    .qodef-woo-results .woocommerce-ordering {
        margin-top: 10px;
        margin-left: 0
    }
}

@media only screen and (max-width:1200px) {
    #qodef-woo-page.qodef--single .qodef-woo-single-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    #qodef-woo-page.qodef--single .entry-summary {
        margin-top: 15px
    }
}

@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-9 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-10 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
        width: 50% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
        left: 10px
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper {
        flex-wrap: wrap
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
        width: 100% !important
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap
    }

    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
        margin-top: 20px !important
    }

    #qodef-woo-page.qodef--single .qodef-woo-top-info {
        flex-direction: column;
        align-items: flex-start
    }

    #qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef--single form.cart .variations .value {
        position: relative
    }

    #qodef-woo-page.qodef--single form.cart .variations tr:last-child .select2-container--default {
        margin-bottom: 11px
    }

    #qodef-woo-page.qodef--single form.cart.grouped_form .group_table tr {
        align-items: stretch
    }

    #qodef-woo-page.qodef--single form.cart.grouped_form .group_table td {
        height: auto
    }

    #qodef-woo-page.qodef--single form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__quantity {
        display: flex;
        align-items: center
    }

    #qodef-woo-page.qodef--single form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__label {
        padding: 11px 0 10px 20px
    }

    #qodef-woo-page.qodef--single form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__price {
        padding: 11px 20px 10px 0
    }
}

@media only screen and (max-width:1200px) {
    .qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-inner {
        gap: 35px
    }

    .qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-top-info {
        gap: 10px
    }

    .qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-additional-meta {
        gap: 10px
    }
}

@media only screen and (max-width:1024px) {

    .qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .entry-summary,
    .qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image {
        width: 100%
    }
}

@media only screen and (max-width:680px) {
    .qodef-product-single-thumbnail-slider-layout #qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-m-product-thumbs-swiper {
        max-width: 50%
    }
}