.ettore-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

.qodef-dark-info-box,
.qodef-info-box {
    color: #ccc;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0
}

.qodef-dark-info-box a,
.qodef-info-box a {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 95%, currentColor 1px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    background-position: 0 0;
    transition: all .6s cubic-bezier(.45, 0, .14, 1.03)
}

.qodef-dark-info-box a:hover,
.qodef-info-box a:hover {
    background-size: 100% 100%
}

.qodef-dark-info-box a,
.qodef-info-box a {
    color: #ccc
}

@media only screen and (max-width:880px) {
    .qodef-uncover-p {
        font-size: 50px;
        line-height: 60px
    }
}

.qodef-dark-info-box {
    padding: 31px 41px 35px;
    background: #000
}

.qodef-dark-info-box a:hover {
    color: #ccc
}

.qodef-custom-titled-list {
    background: #000;
    color: #ccc;
    padding-top: 28px
}

.qodef-custom-titled-list .qodef-custom-list-title {
    color: #fff;
    margin: 0;
    padding-left: 39px
}

.qodef-custom-titled-list .qodef-custom-list li {
    margin-bottom: 2px
}

.qodef-custom-titled-list .qodef-custom-list.qodef-dark {
    padding: 22px 40px 25px
}

.qodef-custom-list {
    list-style: none
}

.qodef-custom-list li {
    padding-left: 15px;
    display: block;
    align-items: center;
    margin-bottom: 3px;
    position: relative
}

.qodef-custom-list li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 0;
    top: 11px
}

.qodef-custom-list li a {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    color: #333;
    --qodef-underline-position-y: 1.3em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #000 0, #000 100%);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-custom-list li a:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.woocommerce-Tabs-panel--description .qodef-custom-list li {
    margin-bottom: 1px
}

.qodef-custom-list.qodef-dark {
    background: #000;
    padding: 31px 31px 25px
}

.qodef-custom-list.qodef-dark li:before {
    background: #ccc
}

.qodef-custom-list.qodef-dark li a {
    color: #ccc;
    background-image: linear-gradient(90deg, #ccc 0, #ccc 100%)
}

.qodef-custom-list.qodef-list-underline li a {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 95%, currentColor 1px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    background-position: 0 0;
    transition: all .6s cubic-bezier(.45, 0, .14, 1.03)
}

.qodef-custom-list.qodef-list-underline li a:hover {
    background-size: 100% 100%
}

.qodef-custom-menu-list {
    list-style: none
}

.qodef-custom-menu-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1px
}

.qodef-custom-menu-list li a {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    color: #333;
    --qodef-underline-position-y: 1.3em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #000 0, #000 100%);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-custom-menu-list li a:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.woocommerce-Tabs-panel--description .qodef-custom-menu-list li {
    margin-bottom: 1px
}

.qodef-custom-text {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 27px;
    color: #333
}

.qodef-custom-link {
    font-family: "DM Sans", sans-serif;
    --qodef-underline-position-y: 1.15em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #000 0, #000 100%);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    color: #333
}

.qodef-custom-link:hover {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-custom-center-section {
    text-align: center
}

.mejs-container * {
    font-family: "DM Sans", sans-serif !important
}

.mejs-container .mejs-time-rail .mejs-time-current {
    background: grey !important
}

.mfp-iframe-holder button.mfp-close .qodef-svg--close line {
    stroke: #fff
}

.mfp-content .mfp-bottom-bar .mfp-counter,
.mfp-content .mfp-bottom-bar .mfp-title {
    font-size: 14px
}

.mfp-content .qodef-svg--close line {
    stroke: #fff
}

.mfp-container button.mfp-arrow {
    width: 16px !important
}

.mfp-container .slider-left-arrow-style,
.mfp-container .slider-right-arrow-style {
    stroke: #fff !important
}

.qodef-page-has-custom-section--uncover #qodef-custom-section--uncover {
    position: fixed !important;
    width: 100%;
    bottom: 0
}

.qodef-page-has-custom-section--uncover .e-flex:not(#qodef-custom-section--uncover):not(.qodef-custom-z-index),
.qodef-page-has-custom-section--uncover section:not(#qodef-custom-section--uncover):not(.qodef-custom-z-index) {
    z-index: 1
}

.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
    font-family: inherit;
    font-weight: inherit
}

.kc-elm.qodef-shortcode .fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.kc-elm.qodef-shortcode .fab:before {
    font-family: inherit;
    font-weight: inherit
}

#qodef-age-verification-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--qode-main-color);
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .2s ease-out
}

#qodef-age-verification-modal .qodef-m-logo {
    position: absolute;
    top: 30px;
    left: 30px
}

#qodef-age-verification-modal .qodef-m-logo a {
    position: relative;
    display: block;
    max-width: 50%
}

#qodef-age-verification-modal .qodef-m-logo img {
    display: block
}

#qodef-age-verification-modal .qodef-m-content {
    padding: 30px;
    text-align: center;
    max-width: 700px
}

#qodef-age-verification-modal .qodef-m-content-title {
    margin: 0;
    color: #fff
}

#qodef-age-verification-modal .qodef-m-content-subtitle {
    margin: 11px 0 0;
    color: var(--qode-main-color)
}

#qodef-age-verification-modal .qodef-m-content-note {
    margin: 32px 0 0;
    color: #e5dcdb
}

#qodef-age-verification-modal .qodef-m-content-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 52px
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--yes {
    margin-right: 10px
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no {
    color: #fff;
    border-color: #a3a19e
}

#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover {
    color: #fff;
    border-color: #28201e;
    background-color: #28201e
}

.qodef-age-verification--opened #qodef-age-verification-modal {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out
}

#qodef-back-to-top {
    --qode-width: 50px;
    position: fixed;
    right: 0;
    bottom: 30px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100
}

#qodef-back-to-top .qodef-back-to-top-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--qode-width);
    font-family: Jost, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
    background-color: #252525;
    border: 1px solid #252525;
    transition: transform .42s cubic-bezier(.25, .46, .45, .94), color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transform: translateX(calc(100% - var(--qode-width)))
}

#qodef-back-to-top .qodef-back-to-top-icon * {
    display: block;
    line-height: inherit
}

#qodef-back-to-top .qodef-back-to-top-arrow {
    position: absolute;
    width: var(--qode-width);
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center
}

#qodef-back-to-top .qodef-back-to-top-text {
    margin-left: var(--qode-width);
    margin-right: 16px;
    transform: translateX(9px);
    opacity: 0;
    transition: opacity .35s ease-out, transform .42s cubic-bezier(.25, .46, .45, .94)
}

#qodef-back-to-top svg {
    display: block;
    width: 16px;
    height: auto
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
    transform: translateX(0)
}

#qodef-back-to-top:hover .qodef-back-to-top-text {
    transform: translateX(-5px);
    opacity: 1
}

#qodef-back-to-top.qodef--off {
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease, visibility 0s .15s
}

#qodef-back-to-top.qodef--on {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease
}

.qodef-background-text {
    position: relative
}

.qodef-background-text .qodef-m-background-text-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%
}

.qodef-background-text .qodef-m-background-text {
    color: var(--qode-main-color);
    font-family: Jost, sans-serif;
    font-size: 200px;
    line-height: 1em
}

.qodef-blog .qodef-m-top-info {
    margin-bottom: 31px
}

.qodef-blog .qodef-m-top-info .qodef-m-title-text {
    margin: 0
}

.qodef-blog.qodef-blog--light .qodef-e-categories-holder a,
.qodef-blog.qodef-blog--light .qodef-e-excerpt,
.qodef-blog.qodef-blog--light .qodef-e-title,
.qodef-blog.qodef-blog--light .qodef-m-top-info .qodef-m-title-text {
    color: #fff
}

.qodef-blog.qodef-blog--light .qodef-e-categories-holder a:hover {
    color: #ccc
}

.qodef-blog.qodef-blog--light .qodef-e-title a:hover {
    color: #fff
}

.qodef-blog.qodef-blog--light .qodef-e-info .entry-date {
    background: #363636
}

.qodef-blog.qodef-blog--light .qodef-button.qodef-layout--outlined {
    color: #fff;
    background-color: transparent;
    border: 1px solid var(--qode-button-border-color, #fff)
}

.qodef-blog.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media only screen and (max-width:1024px) {
    .qodef-blog.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider {
        flex-direction: column;
        align-items: flex-start
    }
}

.qodef-blog.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider .qodef-e-blog-slider-nav-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    margin: 0 2px
}

.qodef-blog.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider .qodef-e-blog-slider-nav-holder .swiper-button-next,
.qodef-blog.qodef-shortcode.qodef-swiper-container .qodef-top-info-slider .qodef-e-blog-slider-nav-holder .swiper-button-prev {
    position: static;
    transform: none;
    height: auto !important;
    margin: 0 0 28px !important;
    transition: all .35s ease;
    width: auto !important
}

.qodef-blog.qodef-shortcode.qodef-swiper-container .swiper-button-next svg,
.qodef-blog.qodef-shortcode.qodef-swiper-container .swiper-button-prev svg {
    position: relative;
    display: block;
    width: 12px;
    height: auto
}

.qodef-blog.qodef-layout--masonry article {
    margin: 0 0 12px
}

.qodef-blog.qodef-item-layout--classic .qodef-e-media-image {
    width: 100%
}

.qodef-blog.qodef-item-layout--classic .qodef-e-content {
    margin: 18px 0 0
}

.qodef-blog.qodef-item-layout--classic .qodef-e-top-holder {
    margin-bottom: 12px
}

.qodef-blog.qodef-item-layout--classic .qodef-e-info .entry-date {
    margin-right: 15px
}

.qodef-blog.qodef-item-layout--classic.qodef-col-num--1 article {
    margin-bottom: 70px
}

.qodef-blog.qodef-item-layout--classic.qodef-col-num--1 article:last-child {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--classic:not(.qodef-col-num--1):not(.qodef-swiper-container) .qodef-e-media-image {
    width: 100%;
    overflow: hidden;
    clip-path: inset(1px)
}

.qodef-blog.qodef-item-layout--classic:not(.qodef-col-num--1):not(.qodef-swiper-container) .qodef-e-media-image img {
    transform: scale(1.001);
    --qode-hover-scale: 1.016;
    transition: transform .5s cubic-bezier(.34, .76, .47, .93)
}

.qodef-browser--firefox .qodef-blog.qodef-item-layout--classic:not(.qodef-col-num--1):not(.qodef-swiper-container) .qodef-e-media-image img {
    transform: scale(1.01) rotate(.1deg)
}

.qodef-blog.qodef-item-layout--classic:not(.qodef-col-num--1):not(.qodef-swiper-container) .qodef-e:hover .qodef-e-media-image img {
    transform: scale(var(--qode-hover-scale))
}

.qodef-blog .qodef-m-top-info {
    margin-bottom: 31px
}

.qodef-blog.qodef-item-layout--info-on-image {
    margin: 0
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px 40px 35px;
    background-color: rgba(var(--qode-main-color), .12)
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content a {
    position: relative;
    z-index: 3
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a {
    color: inherit
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info>* {
    color: #fff
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
    color: var(--qode-main-color)
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-post-link {
    z-index: 2
}

.qodef-blog.qodef-item-layout--minimal article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
    margin: 0
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content .qodef-e-info {
    margin-bottom: 13px
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content .qodef-e-info-author {
    margin: 4px 0 18px;
    display: inline-block;
    color: #333
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
    margin: 0;
    display: flex;
    flex-direction: row;
    column-gap: 120px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content .qodef-e-top-holder {
    margin-top: 22px;
    flex-basis: 39%
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content .qodef-e-top-holder .qodef-e-info {
    margin-bottom: 11px
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content .qodef-e-text {
    margin-top: 50px;
    flex-basis: 61%
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
    margin-top: 5px
}

@media only screen and (max-width:1200px) {
    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
        flex-direction: column
    }

    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content .qodef-e-top-holder {
        flex-basis: 100%;
        margin-bottom: 2px
    }

    .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content .qodef-e-text {
        flex-basis: 100%;
        margin: 0
    }
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article {
    margin-bottom: 70px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:last-child {
    margin-bottom: 0
}

.widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

.widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7.5px
}

.widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

.widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-top-area .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-top-area .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7.5px
}

#qodef-top-area .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-top-area .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-top-area .qodef-top-area--dark .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-top-area .qodef-top-area--dark .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7.5px
}

#qodef-top-area .qodef-top-area--dark .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-top-area .qodef-top-area--dark .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-page-footer .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-page-footer .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7.5px
}

#qodef-page-footer .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-page-footer .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-side-area .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

#qodef-side-area .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7.5px
}

#qodef-side-area .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

#qodef-side-area .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

.qodef-mega-menu-widget-holder .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
    margin-bottom: 20px
}

.qodef-mega-menu-widget-holder .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
    margin-top: 7.5px
}

.qodef-mega-menu-widget-holder .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
    margin-right: 20px;
    width: 80px !important
}

.qodef-mega-menu-widget-holder .widget.widget_ettore_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
    margin: 0 0 10px
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 78px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 49px 70px
}

@media only screen and (max-width:1200px) {
    #qodef-author-info {
        padding: 49px 0
    }
}

#qodef-author-info .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 41px
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block;
    border-radius: 50%
}

#qodef-author-info .qodef-m-author {
    margin: 0
}

#qodef-author-info .qodef-m-email {
    margin: 5px 0 0
}

#qodef-author-info .qodef-m-description {
    margin: 6px 0 0
}

#qodef-author-info .qodef-m-social-icons {
    margin-top: 18px
}

#qodef-author-info .qodef-m-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    --qode-move: -2px;
    transform: translateY(0);
    transition: transform .4s cubic-bezier(.35, .79, .42, .94)
}

#qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0
}

.qodef-browser--safari #qodef-author-info .qodef-m-social-icons a {
    will-change: transform
}

#qodef-author-info .qodef-m-social-icons a:hover {
    color: currentColor;
    transform: translateY(var(--qode-move))
}

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 125px
}

@media only screen and (max-width:1200px) {
    #qodef-related-posts {
        margin-top: 40px
    }
}

#qodef-related-posts:before {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 1px;
    background: #ccc;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

#qodef-related-posts .qodef-e-related-posts-label {
    text-align: center;
    color: #081a33;
    margin: 103px 0 31px
}

#qodef-related-posts article.format-gallery .swiper-button-prev {
    left: 30px !important
}

#qodef-related-posts article.format-gallery .swiper-button-next {
    right: 30px !important
}

#qodef-related-posts article.format-link {
    padding: 10px 0
}

#qodef-related-posts article.format-link .qodef-e-link {
    margin: 0
}

#qodef-related-posts article.format-link .qodef-e-link-icon {
    top: 24%;
    width: 51px
}

#qodef-related-posts article.format-quote .qodef-e-quote-text {
    max-width: 100%
}

@media screen and (min-width:769px) {
    #qodef-related-posts.qodef--normalize-height .qodef-e-media {
        height: 340px
    }

    #qodef-related-posts.qodef--normalize-height .qodef-e-media .qodef-e-media-gallery,
    #qodef-related-posts.qodef--normalize-height .qodef-e-media .qodef-e-media-image {
        height: 100%;
        width: 100%
    }

    #qodef-related-posts.qodef--normalize-height .qodef-e-media a,
    #qodef-related-posts.qodef--normalize-height .qodef-e-media img {
        height: 100%;
        object-fit: cover
    }

    #qodef-related-posts.qodef--normalize-height .qodef-blog-item.format-link,
    #qodef-related-posts.qodef--normalize-height .qodef-blog-item.format-quote {
        height: 340px
    }

    #qodef-related-posts.qodef--normalize-height .qodef-blog-item.format-link .qodef-e-inner,
    #qodef-related-posts.qodef--normalize-height .qodef-blog-item.format-quote .qodef-e-inner {
        height: 100%
    }

    #qodef-related-posts.qodef--normalize-height .qodef-blog-item.format-video .qodef-e-media {
        height: 340px;
        background: #000
    }

    #qodef-related-posts.qodef--normalize-height .qodef-blog-item.format-video .qodef-e-media iframe {
        height: 100% !important
    }
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 88px 0 3px
}

#qodef-single-post-navigation .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-single-post-navigation .qodef-m-nav {
    position: relative;
    display: flex;
    align-items: center
}

#qodef-single-post-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    position: relative;
    display: block;
    width: 10px;
    height: auto;
    fill: currentColor;
    stroke: none
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon polyline {
    fill: none;
    stroke: #13161a;
    stroke-linecap: round;
    stroke-linejoin: round
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
    margin-right: 4px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    right: 0;
    margin-left: auto;
    text-align: right
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
    margin-left: 4px
}

#qodef-single-post-navigation .qodef-m-nav-label {
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-weight: 400;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--qode-main-color)
}

#qodef-page-content-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #565656
}

#qodef-page-content-bottom>.qodef-m-inner {
    padding: 62px 0 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media only screen and (max-width:1200px) {
    #qodef-page-content-bottom>.qodef-m-inner {
        flex-wrap: wrap
    }

    #qodef-page-content-bottom>.qodef-m-inner .widget {
        flex-basis: 50%
    }
}

@media only screen and (max-width:680px) {
    #qodef-page-content-bottom>.qodef-m-inner {
        padding: 62px 0 62px
    }

    #qodef-page-content-bottom>.qodef-m-inner .widget {
        flex-basis: 100%
    }
}

#qodef-page-content-bottom .qodef-content-full-width {
    padding-left: 70px;
    padding-right: 70px
}

.qodef--boxed #qodef-page-content-bottom {
    padding-left: 30px;
    padding-right: 30px
}

.qodef--drag-cursor {
    cursor: none
}

.qodef--drag-cursor * {
    cursor: inherit
}

.qodef--drag-cursor .swiper-wrapper {
    min-width: 1000%
}

.qodef-m-custom-cursor {
    height: 120px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    visibility: hidden;
    width: 120px;
    z-index: 2
}

.qodef-m-custom-cursor-inner {
    border-radius: 50%;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-m-custom-cursor.qodef--show {
    opacity: 1;
    visibility: visible
}

.qodef-m-custom-cursor.qodef--hide {
    opacity: 0;
    visibility: hidden
}

#qodef-page-footer .qodef-alignment--left {
    text-align: left
}

#qodef-page-footer .qodef-alignment--left .widget img {
    margin-right: auto
}

#qodef-page-footer .qodef-alignment--center {
    text-align: center
}

#qodef-page-footer .qodef-alignment--center .widget img {
    margin-right: auto;
    margin-left: auto
}

#qodef-page-footer .qodef-alignment--right {
    text-align: right
}

#qodef-page-footer .qodef-alignment--right .widget img {
    margin-left: auto
}

#qodef-page-footer-bottom-area-inner .qodef-grid.qodef-gutter--custom,
#qodef-page-footer-top-area-inner .qodef-grid.qodef-gutter--custom {
    --qode-columns-row-gap: var(--qode-columns-col-gap)
}

@media only screen and (max-width:880px) {
    #qodef-page-footer-top-area-inner .qodef-grid {
        --qode-columns-row-gap: 47px
    }
}

@media (min-width:881px) {
    #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2) {
        text-align: right
    }
}

.qodef-page-footer--uncover #qodef-page-outer {
    z-index: 90
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0
}

#qodef-fullscreen-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden !important;
    z-index: 99;
    max-width: 700px;
    transition: transform .6s cubic-bezier(.36, .12, .1, .99);
    transform: translateX(-60%);
    pointer-events: none
}

#qodef-fullscreen-area .qodef-content-container {
    position: relative;
    height: 100%
}

#qodef-fullscreen-area .qodef-content-container>.qodef-video--autoplay {
    position: absolute;
    bottom: 37px;
    right: 40px;
    max-width: 352px;
    height: auto;
    opacity: 0;
    transition: opacity .2s ease-out
}

@media only screen and (max-width:1200px) {
    #qodef-fullscreen-area .qodef-content-container>.qodef-video--autoplay {
        bottom: 150px
    }
}

@media only screen and (max-width:880px) {
    #qodef-fullscreen-area .qodef-content-container>.qodef-video--autoplay {
        display: none
    }
}

#qodef-fullscreen-area .qodef-content-container>.qodef-video--autoplay video {
    width: 100%;
    height: auto
}

#qodef-fullscreen-area .qodef-content-container>.qodef-video--autoplay.qodef--active {
    opacity: 1
}

#qodef-fullscreen-area .qodef-fullscreen-area-holder {
    height: 100%
}

#qodef-fullscreen-area .qodef-fullscreen-area-holder .qodef-fullscreen-menu {
    width: 100%;
    padding: 0;
    height: 100%;
    display: flex
}

#qodef-fullscreen-area .qodef-fullscreen-area-holder .qodef-fullscreen-menu:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: calc(50% - 1px);
    background: #333
}

@media only screen and (max-width:1200px) {
    #qodef-fullscreen-area .qodef-fullscreen-area-holder .qodef-fullscreen-menu:after {
        display: none
    }
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    transform: translateX(0);
    pointer-events: auto
}

#qodef-fullscreen-area-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%
}

#qodef-fullscreen-area-inner .widget {
    padding: 0
}

#qodef-fullscreen-area-inner .widget:not(.widget_ettore_core_title_widget) {
    margin: 0 0 12px
}

#qodef-fullscreen-area-inner .widget :not(.qodef-landing-copyright-text) {
    color: #fff
}

#qodef-fullscreen-area-inner :where(.wp-block-columns.is-layout-flex) {
    gap: 45px
}

#qodef-fullscreen-area-inner .qodef-widget-holder {
    position: absolute;
    left: 40px;
    bottom: 22px
}

@media only screen and (max-width:880px) {
    #qodef-fullscreen-area-inner .qodef-widget-holder {
        display: none
    }
}

#qodef-fullscreen-area-inner .qodef-video--autoplay {
    display: none
}

.qodef-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left
}

.qodef-fullscreen-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-fullscreen-menu ul li {
    position: relative;
    margin: 0;
    padding: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .35s, transform .55s cubic-bezier(.22, .61, .36, 1)
}

.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
    display: none
}

.qodef-fullscreen-menu ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-fullscreen-menu ul.sub-menu {
    display: none
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-fullscreen-menu>ul {
    background: #000;
    max-width: 50%;
    width: 100%;
    padding: 170px 0 0 43px;
    position: relative
}

@media only screen and (max-width:680px) {
    .qodef-fullscreen-menu--opened .qodef-fullscreen-menu>ul {
        max-width: 100%
    }
}

.qodef-fullscreen-menu>ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    translate: 100% 0;
    z-index: -1;
    transform: translateX(-110%);
    transition: transform .6s cubic-bezier(.36, .12, .1, .99)
}

@media only screen and (max-width:1200px) {
    .qodef-fullscreen-menu>ul:before {
        display: none
    }
}

.qodef-fullscreen-menu-inner--opened .qodef-fullscreen-menu>ul:before {
    transform: translateX(0)
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li {
    opacity: 1;
    transform: translateY(0)
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(1) {
    transition-delay: .2s, .2s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(2) {
    transition-delay: .3s, .3s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(3) {
    transition-delay: .4s, .4s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(4) {
    transition-delay: .5s, .5s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(5) {
    transition-delay: .6s, .6s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(6) {
    transition-delay: .7s, .7s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(7) {
    transition-delay: .8s, .8s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(8) {
    transition-delay: .9s, .9s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(9) {
    transition-delay: 1s, 1s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(10) {
    transition-delay: 1.1s, 1.1s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(11) {
    transition-delay: 1.2s, 1.2s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(12) {
    transition-delay: 1.3s, 1.3s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(13) {
    transition-delay: 1.4s, 1.4s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(14) {
    transition-delay: 1.5s, 1.5s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(15) {
    transition-delay: 1.6s, 1.6s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(16) {
    transition-delay: 1.7s, 1.7s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(17) {
    transition-delay: 1.8s, 1.8s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(18) {
    transition-delay: 1.9s, 1.9s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(19) {
    transition-delay: 2s, 2s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(20) {
    transition-delay: 2.1s, 2.1s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(21) {
    transition-delay: 2.2s, 2.2s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(22) {
    transition-delay: 2.3s, 2.3s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(23) {
    transition-delay: 2.4s, 2.4s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(24) {
    transition-delay: 2.5s, 2.5s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(25) {
    transition-delay: 2.6s, 2.6s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(26) {
    transition-delay: 2.7s, 2.7s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(27) {
    transition-delay: 2.8s, 2.8s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(28) {
    transition-delay: 2.9s, 2.9s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(29) {
    transition-delay: 3s, 3s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(30) {
    transition-delay: 3.1s, 3.1s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(31) {
    transition-delay: 3.2s, 3.2s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(32) {
    transition-delay: 3.3s, 3.3s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(33) {
    transition-delay: 3.4s, 3.4s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(34) {
    transition-delay: 3.5s, 3.5s
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu>ul>li:nth-child(35) {
    transition-delay: 3.6s, 3.6s
}

.qodef-fullscreen-menu>ul>li>a {
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-weight: 400;
    color: #ccc;
    line-height: 24px;
    display: flex;
    margin: 9px 0;
    text-transform: uppercase
}

@media only screen and (max-width:1200px) {
    .qodef-fullscreen-menu>ul>li>a {
        margin: 0;
        padding: 4px 0
    }
}

.qodef-fullscreen-menu>ul>li>a:hover {
    color: #fff
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,
.qodef-fullscreen-menu>ul>li.current-menu-item>a {
    color: #fff
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    padding: 0 0 0;
    position: absolute;
    top: -4px;
    left: 100%;
    min-width: 250px;
    width: 100%
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #333;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease-out
}

@media only screen and (max-width:1200px) {
    .qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
        position: relative;
        left: 0;
        transform: translateX(0);
        top: 0
    }
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
    padding-left: 52px;
    margin-left: -12px
}

@media only screen and (max-width:1200px) {
    .qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
        padding-left: 0
    }
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li {
    margin: 3px 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-weight: 400;
    color: #ccc;
    text-transform: capitalize
}

@media only screen and (max-width:1200px) {
    .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
        margin: 0;
        padding: 9px 0 9px 16px
    }
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
    color: #fff
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a {
    color: #fff
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu:after {
    transform: scaleX(1)
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li {
    opacity: 1;
    transform: translateY(0)
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(1) {
    transition-delay: .2s, .2s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(2) {
    transition-delay: .3s, .3s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(3) {
    transition-delay: .4s, .4s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(4) {
    transition-delay: .5s, .5s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(5) {
    transition-delay: .6s, .6s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(6) {
    transition-delay: .7s, .7s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(7) {
    transition-delay: .8s, .8s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(8) {
    transition-delay: .9s, .9s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(9) {
    transition-delay: 1s, 1s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(10) {
    transition-delay: 1.1s, 1.1s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(11) {
    transition-delay: 1.2s, 1.2s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(12) {
    transition-delay: 1.3s, 1.3s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(13) {
    transition-delay: 1.4s, 1.4s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(14) {
    transition-delay: 1.5s, 1.5s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(15) {
    transition-delay: 1.6s, 1.6s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(16) {
    transition-delay: 1.7s, 1.7s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(17) {
    transition-delay: 1.8s, 1.8s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(18) {
    transition-delay: 1.9s, 1.9s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(19) {
    transition-delay: 2s, 2s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(20) {
    transition-delay: 2.1s, 2.1s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(21) {
    transition-delay: 2.2s, 2.2s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(22) {
    transition-delay: 2.3s, 2.3s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(23) {
    transition-delay: 2.4s, 2.4s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(24) {
    transition-delay: 2.5s, 2.5s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(25) {
    transition-delay: 2.6s, 2.6s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(26) {
    transition-delay: 2.7s, 2.7s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(27) {
    transition-delay: 2.8s, 2.8s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(28) {
    transition-delay: 2.9s, 2.9s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(29) {
    transition-delay: 3s, 3s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(30) {
    transition-delay: 3.1s, 3.1s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(31) {
    transition-delay: 3.2s, 3.2s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(32) {
    transition-delay: 3.3s, 3.3s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(33) {
    transition-delay: 3.4s, 3.4s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(34) {
    transition-delay: 3.5s, 3.5s
}

.qodef-fullscreen-menu .qodef-menu-item--narrow.qodef--opened .sub-menu li:nth-child(35) {
    transition-delay: 3.6s, 3.6s
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #fff
}

.qodef-fullscreen-menu--opened .widget_ettore_core_search_opener {
    opacity: 0
}

.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-widget-holder {
    visibility: hidden
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo .qodef-mobile-header-logo-link {
    visibility: hidden
}

.qodef-light-fullscreen-menu-opener .qodef-fullscreen-menu-opener {
    color: #fff
}

#qodef-page-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 30px
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 15px
}

#qodef-page-header .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-page-header .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-header-inner {
    border-bottom: 0 solid transparent
}

#qodef-page-header-inner.qodef-content-grid {
    padding: 0
}

#qodef-page-header-inner.qodef-skin--light .qode-widget-wishlist-icon,
.qodef-custom-header-layout.qodef-skin--light .qode-widget-wishlist-icon {
    stroke: #fff !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a .qodef-menu-item-text,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a .qodef-menu-item-text {
    background-image: linear-gradient(90deg, #fff 0, #fff 100%)
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover .qodef-menu-item-text,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover .qodef-menu-item-text {
    background-image: linear-gradient(90deg, #fff 0, #fff 100%)
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor .qodef-menu-item-text,
#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item .qodef-menu-item-text,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor .qodef-menu-item-text,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item .qodef-menu-item-text {
    background-image: linear-gradient(90deg, #fff 0, #fff 100%)
}

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-widget-holder .widget.widget_ettore_core_wishlist .qodef-wishlist-dropdown .qodef-m-link-icon,
.qodef-custom-header-layout.qodef-skin--light .qodef-widget-holder .widget.widget_ettore_core_wishlist .qodef-wishlist-dropdown .qodef-m-link-icon {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-widget-holder .widget a,
.qodef-custom-header-layout.qodef-skin--light .qodef-widget-holder .widget a {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a:hover {
    color: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-item>a {
    color: var(--qode-header-dark-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: inherit
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 22px;
    line-height: 1.4090909091em;
    transition: color .2s ease-out
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
    color: var(--qode-header-dark-color) !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-dark-hover-color) !important
}

.qodef-header--centered #qodef-page-header {
    height: 150px
}

.qodef-header--centered #qodef-page-header-inner {
    flex-direction: column;
    justify-content: center;
    padding: 0
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-logo-wrapper,
.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper {
    padding: 0 40px
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-logo-wrapper.qodef-content-grid,
.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper.qodef-content-grid {
    padding: 0
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-logo-wrapper {
    height: 80px
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-logo-wrapper:not(.qodef-content-grid) {
    width: 100%
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-logo-wrapper.qodef-content-grid+.qodef-centered-header-wrapper {
    border-top: 1px solid #ccc
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-logo-wrapper .qodef-centered-header-left-wrapper,
.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-logo-wrapper .qodef-centered-header-right-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-logo-wrapper .qodef-centered-header-left-wrapper {
    justify-content: flex-start
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-logo-wrapper .qodef-centered-header-right-wrapper {
    justify-content: flex-end
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-logo-wrapper .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper {
    justify-content: center;
    height: 70px;
    width: 100%;
    border-top: 1px solid #ccc
}

.qodef-header--centered #qodef-page-header-inner>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-header-navigation {
    margin: 0 24px
}

.qodef-header--centered .qodef-custom-header-layout .qodef-header-sticky-inner.qodef-content-grid .qodef-header-logo-link {
    left: 0
}

.qodef-header--centered .qodef-custom-header-layout .qodef-header-sticky-inner.qodef-content-grid .qodef-widget-holder {
    right: 0
}

.qodef-header--centered .qodef-custom-header-layout .qodef-header-sticky-inner.qodef-content-grid .qodef-widget-holder.qodef--two {
    left: 0
}

.qodef-header--centered .qodef-custom-header-layout .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.qodef-header--centered .qodef-custom-header-layout .qodef-header-sticky-inner .qodef-header-logo-link {
    position: absolute !important;
    left: 40px
}

.qodef-header--centered .qodef-custom-header-layout .qodef-header-sticky-inner .qodef-widget-holder {
    position: absolute;
    right: 40px
}

.qodef-header--centered .qodef-custom-header-layout .qodef-header-sticky-inner .qodef-widget-holder.qodef--two {
    left: 40px
}

.qodef-header--divided-dual #qodef-page-header .qodef-divided-dual-header-left-wrapper,
.qodef-header--divided-dual #qodef-page-header .qodef-divided-dual-header-right-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.qodef-header--divided-dual #qodef-page-header .qodef-divided-dual-header-left-wrapper {
    justify-content: flex-start
}

.qodef-header--divided-dual #qodef-page-header .qodef-divided-dual-header-left-wrapper .qodef-header-navigation {
    margin-left: auto
}

.qodef-header--divided-dual #qodef-page-header .qodef-divided-dual-header-right-wrapper {
    justify-content: flex-end
}

.qodef-header--divided-dual #qodef-page-header .qodef-divided-dual-header-right-wrapper .qodef-header-navigation {
    margin-right: auto
}

.qodef-header--divided-dual #qodef-page-header .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--divided-dual #qodef-page-header .qodef-header-navigation {
    margin: 0 54px
}

.qodef-header--divided-dual #qodef-page-header .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--divided-dual #qodef-page-header-inner {
    align-items: center;
    justify-content: center
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper {
    justify-content: flex-start
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper .qodef-header-navigation {
    margin-left: 0
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    justify-content: flex-end
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--divided #qodef-page-header .qodef-header-navigation {
    margin: 0 24px
}

.qodef-header--divided #qodef-page-header .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--divided #qodef-page-header-inner {
    align-items: center;
    justify-content: center
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    margin-right: 30px
}

.qodef-header--minimal.qodef-header-minimal-logo--right #qodef-page-header-inner {
    justify-content: flex-end
}

.qodef-header--minimal.qodef-header-minimal-logo--right #qodef-page-header-inner .qodef-widget-holder {
    order: 1
}

.qodef-header--minimal.qodef-header-minimal-logo--right #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 40px;
    order: 2
}

.qodef-header--minimal.qodef-header-minimal-logo--right #qodef-page-header-inner .qodef-opener-icon {
    order: 3
}

.qodef-header--minimal .qodef-minimal-sticky-header-right-wrapper {
    display: flex;
    align-items: center
}

.qodef-header--minimal .qodef-minimal-sticky-header-right-wrapper .qodef-widget-holder {
    margin-right: 30px
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-right: auto
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 24px
}

.qodef-header-standard--center .qodef-header-sticky-inner.qodef-content-grid .qodef-header-logo-link {
    left: 0
}

.qodef-header-standard--center .qodef-header-sticky-inner.qodef-content-grid .qodef-widget-holder {
    right: 0
}

.qodef-header-standard--center .qodef-header-sticky-inner.qodef-content-grid .qodef-widget-holder.qodef--two {
    left: 0
}

.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.qodef-header-standard--center .qodef-header-sticky-inner .qodef-header-logo-link {
    position: absolute !important;
    left: 40px
}

.qodef-header-standard--center .qodef-header-sticky-inner .qodef-widget-holder {
    position: absolute;
    right: 40px
}

.qodef-header-standard--center .qodef-header-sticky-inner .qodef-widget-holder.qodef--two {
    left: 40px
}

.qodef-header--tabbed #qodef-page-header-inner .qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
    top: 19px
}

.qodef-header--tabbed #qodef-page-header-inner .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    top: calc(100% + 19px)
}

.qodef-header--tabbed #qodef-page-header-inner {
    padding: 0
}

.qodef-header--tabbed #qodef-page-header {
    border-bottom: 1px solid #e1e1e1;
    height: 149px
}

.qodef-header--tabbed #qodef-page-header .qodef-header-logo-link {
    justify-content: center
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-left-wrapper {
    height: 100%;
    flex-grow: 0;
    flex-shrink: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-holder {
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    border-left: 1px solid #e1e1e1
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-holder .qodef-tabbed-header-inner {
    display: inline-flex;
    justify-content: space-between;
    align-items: center
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-holder .qodef-tabbed-header-inner:not(.qodef-content-grid) {
    width: 100%;
    padding: 0 40px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper {
    display: flex;
    height: 54%;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    justify-content: space-between
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .widget:first-child {
    margin-right: 15px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .qodef-tabbed-logo-area {
    display: flex;
    align-items: center
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-top-wrapper .qodef-tabbed-logo-area .qodef-widget-holder.qodef--tabbed {
    margin: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper {
    display: flex;
    height: 46%;
    align-items: center;
    justify-content: space-between
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-header-navigation {
    margin-top: 2px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder {
    flex-shrink: 0;
    margin: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget {
    margin: 0;
    height: 100%
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget .qodef-search-opener {
    flex-direction: row-reverse
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget .qodef-search-opener .qodef-search-opener-text {
    margin-right: 5px
}

.qodef-header--tabbed #qodef-page-header .qodef-tabbed-header-bottom-wrapper .qodef-widget-holder .widget>* {
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0
}

.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget .textwidget>*,
.qodef-header--tabbed #qodef-page-header .qodef-widget-holder .widget .widget p {
    margin: 0
}

.qodef-header--tabbed .qodef-custom-header-layout .qodef-header-sticky-inner.qodef-content-grid .qodef-header-logo-link {
    left: 0
}

.qodef-header--tabbed .qodef-custom-header-layout .qodef-header-sticky-inner.qodef-content-grid .qodef-widget-holder {
    right: 0
}

.qodef-header--tabbed .qodef-custom-header-layout .qodef-header-sticky-inner.qodef-content-grid .qodef-widget-holder.qodef--two {
    left: 0
}

.qodef-header--tabbed .qodef-custom-header-layout .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.qodef-header--tabbed .qodef-custom-header-layout .qodef-header-sticky-inner .qodef-header-logo-link {
    position: absolute !important;
    left: 40px
}

.qodef-header--tabbed .qodef-custom-header-layout .qodef-header-sticky-inner .qodef-widget-holder {
    position: absolute;
    right: 40px
}

.qodef-header--tabbed .qodef-custom-header-layout .qodef-header-sticky-inner .qodef-widget-holder.qodef--two {
    left: 40px
}

@media only screen and (min-width:1513px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 1100px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1369px) and (max-width:1512px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
        width: 800px
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 800px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 800px)/ 2)
    }
}

@media only screen and (min-width:1513px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 1100px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1369px) and (max-width:1512px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
        width: 800px
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 800px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 800px)/ 2)
    }
}

@media only screen and (min-width:1513px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 1100px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1369px) and (max-width:1512px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
        width: 800px
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 800px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 800px)/ 2)
    }
}

@media only screen and (min-width:1369px) and (max-width:1512px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width: 960px
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
        width: 800px
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
        padding-left: calc((100% - 800px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
        padding-right: calc((100% - 800px)/ 2)
    }
}

@media only screen and (min-width:1513px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1369px) and (max-width:1512px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 800px
    }
}

@media only screen and (min-width:1513px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1369px) and (max-width:1512px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 800px
    }
}

@media only screen and (min-width:1513px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 1100px
    }
}

@media only screen and (min-width:1369px) and (max-width:1512px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 800px
    }
}

@media only screen and (min-width:1369px) and (max-width:1512px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 960px
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
        width: 800px
    }
}

@media only screen and (min-width:1513px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1369px) and (max-width:1512px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 800px)/ 2)
    }

    .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 800px)/ 2)
    }
}

@media only screen and (min-width:1513px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1369px) and (max-width:1512px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 800px)/ 2)
    }

    .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 800px)/ 2)
    }
}

@media only screen and (min-width:1513px) and (max-width:1680px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 1100px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 1100px)/ 2)
    }
}

@media only screen and (min-width:1369px) and (max-width:1512px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 800px)/ 2)
    }

    .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 800px)/ 2)
    }
}

@media only screen and (min-width:1369px) and (max-width:1512px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 960px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 960px)/ 2)
    }
}

@media only screen and (min-width:1201px) and (max-width:1368px) {
    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
        padding-left: calc((100% - 800px)/ 2)
    }

    .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
        padding-right: calc((100% - 800px)/ 2)
    }
}

.qodef-header--vertical #qodef-page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 411px;
    height: 100%
}

.qodef-header--vertical #qodef-page-header .qodef-widget-holder {
    height: auto;
    margin-left: 0
}

.qodef-header--vertical #qodef-page-header .qodef-widget-holder .qodef-search-form .qodef-search-form-field {
    border-bottom: 0;
    padding: 0 0 0 24px
}

.qodef-header--vertical #qodef-page-header .qodef-widget-holder .qodef-search-form .qodef-search-form-button {
    right: auto;
    left: 0
}

.qodef-header--vertical #qodef-page-header .qodef-widget-holder .widget_ettore_core_woo_side_area_cart {
    height: auto;
    justify-content: flex-start
}

.qodef-header--vertical #qodef-page-header .qodef-widget-holder .widget_ettore_core_woo_side_area_cart .qodef-m-opener-icon {
    position: relative;
    top: -1px
}

.qodef-header--vertical #qodef-page-header .qodef-widget-holder .widget_ettore_core_woo_side_area_cart .qodef-m-opener-total {
    margin: 2px 0 0 8px
}

.qodef-header--vertical #qodef-page-header .qodef-widget-holder.qodef--one {
    margin-bottom: auto
}

.qodef-header--vertical #qodef-page-header .qodef-widget-holder.qodef--one .widget {
    margin: 0
}

.qodef-header--vertical #qodef-page-header .qodef-widget-holder.qodef--two {
    width: 100%
}

.qodef-header--vertical #qodef-page-header .qodef-widget-holder.qodef--two .widget_ettore_core_woo_side_area_cart {
    width: 100%;
    border: 1px solid #000
}

.qodef-header--vertical #qodef-page-header .qodef-widget-holder.qodef--two .widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
    width: 100%
}

.qodef-header--vertical #qodef-page-header .qodef-widget-holder.qodef--two .widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
    width: 100%;
    justify-content: center;
    padding: 12px 0 11px
}

.qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
    margin-bottom: 69px
}

.qodef-header--vertical #qodef-page-header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 24px 49px 20px
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
    display: block
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
    margin: 0 0 15px
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget:last-child {
    margin-bottom: 0
}

.qodef-header--vertical.admin-bar #qodef-page-header {
    top: 32px;
    height: calc(100% - 32px)
}

.qodef-header--vertical #qodef-page-footer,
.qodef-header--vertical #qodef-page-outer {
    padding-left: 411px
}

.qodef-header--vertical .qodef-vertical-menu-link {
    display: inline-block;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    color: #000
}

.qodef-header--vertical .qodef-header-vertical-navigation {
    margin-bottom: 20px;
    z-index: 100;
    width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li {
    position: relative;
    padding: 0;
    margin: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a {
    position: relative;
    display: block
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li a .qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    width: 18px;
    height: auto
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0)
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997
}

.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a {
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .02em;
    color: var(--qode-main-color);
    text-transform: uppercase
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-text {
    --qodef-underline-position-y: 18px;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #000 0, #000 100%);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner>ul {
    padding: 10px 0 14px
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 5px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    padding-right: 15px;
    color: grey;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 27px;
    margin: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a {
    color: var(--qode-main-color)
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li a .qodef-menu-item-arrow {
    transform: rotate(0);
    transition: transform .3s ease
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second {
    display: none
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li.qodef-menu-item--open>a .qodef-menu-item-arrow {
    transform: rotate(90deg)
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second {
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul {
    position: absolute;
    top: -23px;
    left: calc(100% + 40px);
    width: 254px;
    background-color: #fff;
    padding: 25px 20px;
    margin-left: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-out
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900
}

.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul {
    top: -25px;
    left: calc(100% + 20px);
    visibility: hidden;
    transition: all .2s ease
}

.qodef-header--vertical .widget_ettore_core_yith_wishlist {
    justify-content: flex-start
}

.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px
}

.qodef-header-sticky {
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform .5s ease, top .5s ease;
    z-index: 100
}

.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px
}

.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px
}

.qodef-header-sticky-inner.qodef-content-grid {
    padding: 0
}

.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 20px
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto !important
}

#qodef-top-area {
    position: relative;
    background-color: #000;
    z-index: 101
}

#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef--left {
    margin-right: auto
}

#qodef-top-area .qodef-widget-holder.qodef--right {
    margin-left: auto
}

#qodef-top-area .qodef-widget-holder .widget {
    margin: 0 12px
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-top-area .qodef-widget-holder .widget a,
#qodef-top-area .qodef-widget-holder .widget p {
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0
}

#qodef-top-area .qodef-widget-holder .widget .qodef-top-header-link {
    margin-right: 34px;
    transition: color .5s ease
}

#qodef-top-area .qodef-widget-holder .widget .qodef-top-header-link:last-child {
    margin-right: 0
}

#qodef-top-area .qodef-widget-holder .widget .qodef-m-wishlist-label {
    color: #f2f2f2
}

#qodef-top-area .qodef-widget-holder .qodef-login-opener-widget .qodef-m-login-label {
    color: #f2f2f2
}

#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-top-area .widget .textwidget>*,
#qodef-top-area .widget .widget p {
    margin: 0
}

#qodef-top-area div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
    border-bottom: 0 solid transparent
}

#qodef-top-area-inner.qodef-content-grid {
    padding: 0 !important
}

#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
    margin: 0 auto
}

#qodef-top-area-inner.qodef-top-area--dark {
    background: #fff
}

#qodef-top-area-inner.qodef-top-area--dark .qodef-login-opener-widget .qodef-m-login-label,
#qodef-top-area-inner.qodef-top-area--dark .qodef-wishlist-dropdown .qodef-m-link-icon {
    color: #000
}

#qodef-top-area-inner.qodef-top-area--dark .qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-link {
    color: #fff
}

#qodef-top-area-inner.qodef-top-area--dark .qodef-logged-in-user {
    color: #000
}

#qodef-top-message-holder {
    width: 100%;
    height: 40px;
    background: #000;
    display: flex;
    justify-content: center;
    transition: height .35s ease-out
}

#qodef-top-message-holder .qodef-top-message-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#qodef-top-message-holder .qodef-top-message-inner a {
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    color: #f2f2f2
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message {
    display: inline-flex;
    height: 40px;
    width: 40px;
    align-items: center;
    border-radius: 50%;
    line-height: 25px;
    position: absolute;
    right: 10px
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message .qodef-svg--close line {
    fill: #f2f2f2;
    stroke: #f2f2f2
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message:hover {
    cursor: pointer
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message:hover svg line {
    animation: qode-draw .9s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message:hover svg line:nth-of-type(2) {
    animation-delay: 90ms
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message .qodef-icon-fontkiko {
    color: #fff;
    font-size: 13px
}

#qodef-top-message-holder.qodef-close-message {
    height: 0
}

@media only screen and (max-width:680px) {
    #qodef-top-message-holder {
        display: none
    }
}

#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: var(--qode-main-color);
    background-color: #fafafa
}

.qodef-map-marker-holder {
    transform: translate(-50%, -100%);
    z-index: 10
}

.qodef-map-marker-holder.qodef-active {
    z-index: 500
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
    display: block
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    transition: all .15s ease-out
}

.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.qodef-map-marker-holder .qodef-map-marker svg {
    width: 100%;
    height: auto
}

.qodef-map-marker-holder .qodef-map-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), .5);
    z-index: 10;
    transition: opacity .3s ease;
    transform: translate(0, -100%)
}

.qodef-map-marker-holder .qodef-info-window-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px
}

.qodef-map-marker-holder .qodef-info-window-inner:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    transform: rotate(-135deg)
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
    margin-right: 12px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
    display: block;
    width: 65px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
    margin: 0;
    transition: color .2s ease-out
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    line-height: 1.2em
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title {
    color: var(--qode-main-color)
}

.qodef-cluster-marker {
    width: 50px;
    height: auto
}

.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-cluster-marker .qodef-cluster-marker-inner {
    position: relative
}

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--qode-main-color)
}

.qodef-cluster-marker svg {
    width: 100%;
    height: auto
}

.qodef-cluster-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    z-index: 9999
}

.qodef-places-geo-radius .qodef-range-slider-label {
    display: inline-flex;
    align-items: center;
    height: 100%
}

.qodef-places-geo-radius .noUi-target {
    position: relative;
    display: inline-flex;
    height: 3px;
    width: calc(100% - 70px);
    background-color: #eaeaea;
    border: 0;
    direction: ltr;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px
}

.qodef-places-geo-radius .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none
}

.qodef-places-geo-radius .noUi-target .noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-places-geo-radius .noUi-target .noUi-connects {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: transform;
    transform-origin: 0 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
    background-color: var(--qode-main-color)
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
    position: absolute;
    top: -3px;
    left: auto;
    right: -9px;
    width: 9px;
    height: 9px;
    background-color: var(--qode-main-color);
    cursor: pointer
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%)
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
    content: " km"
}

.qodef-places-geo-radius .noUi-state-drag * {
    cursor: inherit !important
}

.qodef-places-geo-radius .noUi-draggable {
    cursor: ew-resize
}

.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
    cursor: not-allowed !important
}

#qodef-page-mobile-header {
    background-color: #fff;
    border-bottom: 1px solid #ccc
}

#qodef-page-mobile-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-page-mobile-header .qodef-widget-holder .widget {
    margin: 0 0 0 12px
}

#qodef-page-mobile-header .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-page-mobile-header .widget .textwidget>*,
#qodef-page-mobile-header .widget .widget p {
    margin: 0
}

#qodef-page-mobile-header div[id^=monster-widget-placeholder],
#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
    color: var(--qode-main-color)
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
    visibility: hidden
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%)
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    transition: transform .3s ease, top .3s ease
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    transform: translateY(0)
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px
}

.qodef--passepartout #qodef-page-mobile-header-inner {
    padding: 0
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
    width: 100%
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
    max-height: 100%;
    width: auto;
    margin-right: auto
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
    display: block;
    width: 50px;
    height: auto;
    fill: currentColor;
    stroke: currentColor
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 22px;
    line-height: 1.4090909091em;
    transition: color .2s ease-out
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-mobile-header-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
    margin-left: 20px
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-widget-side-area-cart-inner .qodef-m-opener,
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-widget-side-area-cart-inner .qodef-m-opener-empty,
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-widget-side-area-cart-inner .qodef-m-opener-total {
    color: #fff
}

.qodef-fullscreen-menu--opened {
    overflow-y: hidden
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 0
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    color: var(--qode-header-light-color) !important
}

.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path:hover,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual:hover {
    color: var(--qode-header-light-hover-color) !important
}

.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
    margin-left: 20px
}

#qodef-side-area-mobile-header {
    position: fixed;
    top: 0;
    right: -340px;
    width: 340px;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 70px 60px;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

#qodef-side-area-mobile-header .qodef-m-close {
    position: absolute;
    top: 26px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation {
    width: 100%
}

#qodef-side-area-mobile-header .qodef-m-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li {
    position: relative;
    padding: 0;
    margin: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
    display: none;
    transform: translateZ(0)
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
    position: relative;
    display: block;
    padding: 0;
    z-index: 997
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
    position: absolute;
    top: 8px;
    right: 0;
    width: 22px;
    height: auto;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: color .2s ease-out;
    transform: rotate(0);
    transition: transform .2s ease-out, color .2s ease-out
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow:hover {
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 5px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    padding-right: 15px;
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 27px
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a {
    color: var(--qode-main-color)
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link>a {
    cursor: default
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open>.qodef-menu-item-arrow {
    transform: rotate(90deg)
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
    display: none
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    font-family: Jost, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: .08em;
    color: #000;
    text-transform: uppercase;
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a .qodef-menu-item-text {
    --qodef-underline-position-y: 20px;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #000 0, #000 100%);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

#qodef-side-area-mobile-header .qodef-widget-holder {
    position: absolute;
    left: 60px;
    bottom: 20px;
    width: calc(100% - 2 * 60px);
    height: auto
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
    margin: 0
}

.admin-bar #qodef-side-area-mobile-header {
    top: 32px;
    height: calc(100vh - 32px)
}

#qodef-side-area-mobile-header.qodef--opened {
    right: 0;
    visibility: visible
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    margin-right: 5px;
    line-height: inherit
}

.qodef-header-navigation .qodef-menu-item-icon:before {
    display: block;
    line-height: inherit
}

.qodef-header-navigation ul li .qodef-drop-down-second {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: auto;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 10
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    z-index: 20;
    transition: opacity .2s ease-out
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: 0
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
    padding: 0 40px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
    display: flex;
    justify-content: space-between;
    padding: 35px 0 36px;
    margin: 0 -15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
    width: 100%;
    padding: 0 15px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-family: Jost, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: .08em;
    color: #000;
    text-transform: uppercase;
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--qode-main-color);
    color: #000
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-text {
    --qodef-underline-position-y: 20px;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #000 0, #000 100%);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-arrow {
    display: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul {
    padding-top: 4px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 5px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    padding-right: 15px;
    color: grey;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 27px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a {
    color: var(--qode-main-color)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 40px
}

.qodef-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack {
    font-size: 35px
}

.qodef-opener-icon.qodef-source--icon-pack * {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack :before {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-opener-icon.qodef-source--svg-path span {
    position: relative
}

.qodef-opener-icon.qodef-source--svg-path span>* {
    vertical-align: middle
}

.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span>* {
    fill: currentColor;
    stroke: currentColor
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 25px;
    height: 13px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top .15s ease, transform .3s ease
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
    top: 0
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
    top: 6px
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
    bottom: 0
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line {
    animation: qode-draw .9s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--2 {
    animation-delay: 90ms
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--3 {
    animation-delay: .18s
}

.qodef-opener-icon.qodef-source--predefined:focus {
    color: currentColor
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1 {
    top: 6px;
    transform: rotate(45deg)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
    top: 6px;
    transform: rotate(-45deg)
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3 {
    opacity: 0
}

.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden
}

.qodef-parallax.elementor-inner-section {
    height: 100%
}

.qodef-parallax:nth-of-type(odd) .qodef-parallax-img-holder {
    --qode-y-px: calc(var(--qode-y) * 1px);
    transform: translateY(var(--qode-y-px)) translateZ(0)
}

.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-parallax-img-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    opacity: 0
}

.qodef-page-title .qodef-parallax-img-holder {
    min-height: 500px
}

.qodef-parallax-content-holder {
    position: relative;
    z-index: 99
}

.qodef-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform
}

img.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: unset
}

.elementor img.qodef-parallax-img {
    height: 100%;
    max-width: unset
}

.qodef-book-an-appointment.qodef-grid>.qodef-grid-inner {
    row-gap: 10px;
    column-gap: 10px
}

@media only screen and (max-width:1200px) {
    .qodef-book-an-appointment.qodef-grid>.qodef-grid-inner {
        --qode-columns: 2 !important;
        grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr)) !important
    }
}

@media only screen and (max-width:880px) {
    .qodef-book-an-appointment.qodef-grid>.qodef-grid-inner {
        --qode-columns: 1 !important;
        grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr)) !important
    }
}

.qodef-book-an-appointment .qodef-grid-item input,
.qodef-book-an-appointment .qodef-grid-item select {
    margin: 0
}

.qodef-book-an-appointment .qodef-grid-item input[type=date] {
    height: 51px;
    -webkit-appearance: none
}

.qodef-book-an-appointment .qodef-check-label {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    color: #333
}

.qodef-book-an-appointment .qodef-check-label .wpcf7-list-item {
    margin: 21px 0 14px
}

.qodef-book-an-appointment .qodef-button {
    padding: 19px 51px 19px 52px
}

.qodef-book-an-appointment .wpcf7-not-valid-tip {
    position: relative;
    font-size: 14px;
    font-family: Jost, sans-serif;
    padding: 5px 0
}

.qodef-book-an-appointment .qodef-select:before {
    content: "3";
    font-family: ElegantIcons;
    display: block;
    font-style: normal;
    line-height: inherit;
    font-size: 14px;
    color: var(--qode-main-color);
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-book-an-appointment .qodef-select select {
    background-image: none
}

.qodef-contact-us-form .qodef-grid-item input {
    margin: 0 0 -1px;
    color: var(--qode-main-color)
}

.qodef-contact-us-form .qodef-grid-item .qodef-button {
    padding: 19px 59px 19px 60px
}

.qodef-newsletter {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: middle
}

.qodef-newsletter .wpcf7-form-control-wrap {
    display: block
}

.qodef-newsletter label {
    margin-bottom: 0
}

.qodef-newsletter label .wpcf7-not-valid-tip {
    position: absolute
}

.qodef-newsletter .qodef-input-animation-line {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    z-index: 100;
    bottom: 0;
    --qodef-underline-position-y: 1;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #000 0, #000 100%);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-newsletter input[type=email] {
    padding: 2px 4px;
    border: 0;
    border-bottom: 1px solid grey;
    color: var(--qode-main-color) !important;
    margin: 0
}

.qodef-newsletter input[type=email]:-ms-input-placeholder {
    color: var(--qode-main-color)
}

.qodef-newsletter input[type=email]::placeholder,
.qodef-newsletter input[type=email]:focus {
    color: var(--qode-main-color)
}

.qodef-newsletter input[type=email]:focus+.qodef-input-animation-line {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-newsletter .wpcf7-form-control::-ms-clear {
    display: none !important
}

.qodef-newsletter .ajax-loader {
    position: absolute !important;
    left: 100%;
    bottom: -5px
}

div#qodef-side-area .qodef-newsletter .ajax-loader {
    bottom: 27px
}

.qodef-newsletter .wpcf7-form-control.wpcf7-submit {
    position: absolute;
    display: inline-block;
    padding: 11px 5px;
    bottom: 0;
    right: 0;
    line-height: 1;
    background-color: transparent !important;
    border: 0 !important;
    font-size: 0;
    font-style: normal;
    --qode-move: 2px;
    transform: translateX(0);
    transition: transform .32s cubic-bezier(.37, .78, .35, .94)
}

.qodef-browser--safari .qodef-newsletter .wpcf7-form-control.wpcf7-submit {
    will-change: transform
}

.qodef-newsletter .wpcf7-form-control.wpcf7-submit:after {
    content: "";
    width: 6px;
    height: 9px;
    background-image: url(../img/newsletter.svg);
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    margin-left: 3px;
    display: inline-block
}

.qodef-newsletter .wpcf7-form-control.wpcf7-submit:hover {
    transform: translateX(var(--qode-move))
}

.qodef-newsletter.qodef-light input[type=email] {
    color: #fff !important;
    margin: 0
}

.qodef-newsletter.qodef-light input[type=email]:-ms-input-placeholder {
    color: #fff !important
}

.qodef-newsletter.qodef-light input[type=email]::placeholder,
.qodef-newsletter.qodef-light input[type=email]:focus {
    color: #fff !important
}

.qodef-newsletter.qodef-light .qodef-input-animation-line {
    background-image: linear-gradient(90deg, #fff 0, #fff 100%)
}

.qodef-newsletter.qodef-light .wpcf7-form-control.wpcf7-submit:after {
    background-image: url(../img/newsletter-light.svg)
}

.qodef-newsletter.qodef-subscribe input {
    border: 1px solid grey;
    padding: 11px 20px
}

.qodef-newsletter.qodef-subscribe .wpcf7-form-control.wpcf7-submit {
    padding: 21px 15px
}

.qodef-newsletter.qodef-subscribe .qodef-input-animation-line {
    display: none
}

.qodef-contact-form-7,
.rs-layer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-contact-form-7 br,
.rs-layer br {
    display: none
}

.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader {
    display: none
}

.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap {
    display: block;
    max-width: 100%
}

.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
    margin: 10px 0 0 0
}

.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output {
    border-width: 1px !important;
    margin: 2em 0 0 0 !important;
    padding: 1em 1.5em !important
}

.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form {
    position: relative
}

.qodef-contact-form-7 .wpcf7-form:before,
.rs-layer .wpcf7-form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: "";
    visibility: hidden;
    z-index: 98
}

.qodef-contact-form-7 .wpcf7-form:after,
.rs-layer .wpcf7-form:after {
    animation: qode-rotate 2s linear infinite;
    background-color: transparent;
    border: 2px solid #fafafa;
    border-radius: 50%;
    border-top: 2px solid var(--qode-main-color);
    content: "";
    height: 24px;
    left: calc(50% - 12px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 12px);
    visibility: hidden;
    width: 24px;
    z-index: 99
}

.qodef-contact-form-7 .wpcf7-form.submitting>*,
.rs-layer .wpcf7-form.submitting>* {
    opacity: .3
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.rs-layer .wpcf7-form.submitting:after,
.rs-layer .wpcf7-form.submitting:before {
    visibility: visible
}

.qodef-instagram-list #sb_instagram {
    padding: 0 !important;
    overflow: hidden !important
}

html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important
}

.qodef-instagram-list .sbi_photo_wrap a {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 0 !important
}

.qodef-instagram-list .sbi_photo_wrap a:after {
    color: #fff;
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-size: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-out
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block !important
}

.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item {
    margin: inherit !important
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1 !important;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: .005em;
    font-weight: 600 !important;
    margin: 0 4px 0 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 400;
    color: #333;
    margin-right: 4px;
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: "\e094";
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: "\e094";
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets {
    --qode-columns: 3;
    --qode-columns-row-gap: 30px;
    --qode-columns-col-gap: 30px;
    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-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
    --qode-columns: 1
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
    --qode-columns: 2
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
    --qode-columns: 3
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
    --qode-columns: 4
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
    --qode-columns: 5
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
    --qode-columns: 6
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
    --qode-columns: 7
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
    --qode-columns: 8
}

.qodef-twitter-list.qodef-vertical-gutter--no .ctf-tweets {
    --qode-columns-row-gap: 0px
}

.qodef-twitter-list.qodef-vertical-gutter--tiny .ctf-tweets {
    --qode-columns-row-gap: 10px
}

.qodef-twitter-list.qodef-vertical-gutter--small .ctf-tweets {
    --qode-columns-row-gap: 20px
}

.qodef-twitter-list.qodef-vertical-gutter--normal .ctf-tweets {
    --qode-columns-row-gap: 30px
}

.qodef-twitter-list.qodef-vertical-gutter--medium .ctf-tweets {
    --qode-columns-row-gap: 40px
}

.qodef-twitter-list.qodef-vertical-gutter--large .ctf-tweets {
    --qode-columns-row-gap: 50px
}

.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 80px
}

.qodef-twitter-list.qodef-vertical-gutter--extra-huge .ctf-tweets {
    --qode-columns-row-gap: 90px
}

.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
    --qode-columns-col-gap: 0px
}

.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
    --qode-columns-col-gap: 10px
}

.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
    --qode-columns-col-gap: 20px
}

.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
    --qode-columns-col-gap: 30px
}

.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
    --qode-columns-col-gap: 40px
}

.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
    --qode-columns-col-gap: 50px
}

.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 80px
}

.qodef-twitter-list.qodef-gutter--extra-huge .ctf-tweets {
    --qode-columns-col-gap: 90px
}

.qodef-twitter-list.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
}

.qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom, 30px)
}

.qodef-twitter-list.qodef-gutter--custom {
    --qode-gutter-custom: 30px;
    --qode-gutter-custom-1512: 30px;
    --qode-gutter-custom-1200: 30px;
    --qode-gutter-custom-880: 30px
}

.qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom, 30px)
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}

#qode-quick-view-for-woocommerce-pop-up.qqvfw--opened .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    width: 100% !important
}

#qode-quick-view-for-woocommerce-pop-up .product_meta,
#qode-quick-view-for-woocommerce-pop-up .qodef-woo-thumbnails-wrapper,
#qode-quick-view-for-woocommerce-pop-up .qwfw-add-to-wishlist-wrapper,
#qode-quick-view-for-woocommerce-pop-up .woocommerce-review-link {
    display: none !important
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close {
    width: 12px;
    top: 27px;
    right: 27px
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-close svg {
    stroke-width: 1px
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content {
    height: auto !important;
    width: 1080px !important;
    max-width: 90vw !important
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-content-inner {
    overflow-y: hidden !important;
    max-height: 90vh !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .11) !important
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper {
    align-self: center
}

@media only screen and (max-width:880px) {
    #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-summary-wrapper form.cart {
        max-width: 100%
    }
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product>.product {
    max-height: 90vh !important;
    margin: 0;
    position: relative;
    display: flex;
    gap: 40px
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product>.product>* {
    padding: 0
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .product_title {
    font-size: 27px;
    line-height: 1.3333333333em;
    margin: 0
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper {
    align-self: stretch
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .qodef-woo-thumbnails-wrapper {
    display: none
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .qodef-woo-product-mark {
    transform: translateX(0)
}

@media only screen and (max-width:880px) {
    #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .qodef-woo-product-mark {
        display: none
    }
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper :not(.qodef-woo-product-mark) {
    height: 100%;
    display: block
}

@media only screen and (max-width:880px) {
    #qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper :not(.qodef-woo-product-mark) {
        display: none
    }
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .woocommerce-product-gallery figure {
    margin: 0 !important
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .woocommerce-product-gallery figure img {
    object-fit: cover
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .woocommerce-product-gallery figure>.woocommerce-product-gallery__image {
    width: 100% !important;
    margin: 0 !important
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .qqvfw-m-media-wrapper .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper {
    display: none !important
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product .entry-summary {
    align-self: center;
    padding: 30px
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product form.cart:not(.variations_form) {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    align-items: flex-start
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product form.cart:not(.variations_form) .qodef-quantity-buttons {
    position: relative;
    display: flex
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product form.cart:not(.variations_form) .single_add_to_cart_button {
    flex-grow: 1;
    justify-content: center
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product form.cart:not(.variations_form) .qodef-buy-now-button {
    margin-left: 0;
    flex-grow: 1;
    flex-basis: 100%
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product form.cart .variations_button {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    align-items: flex-start
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product form.cart .variations_button .qodef-quantity-buttons {
    position: relative;
    display: flex
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product form.cart .variations_button .single_add_to_cart_button {
    flex-grow: 1;
    justify-content: center
}

#qode-quick-view-for-woocommerce-pop-up .qqvfw-m-product.single-product form.cart .variations_button .qodef-buy-now-button {
    margin-left: 0;
    flex-grow: 1;
    flex-basis: 100%
}

#qode-quick-view-for-woocommerce-pop-up .qodef-yith-wcqv-link {
    margin-top: 38px
}

#qode-quick-view-for-woocommerce-pop-up form.cart .button {
    padding-left: 30px;
    padding-right: 30px
}

#qode-quick-view-for-woocommerce-pop-up form.cart .qodef-buy-now-button .button {
    padding-left: 35px;
    padding-right: 34px
}

.qqvfw-quick-view-button-wrapper {
    display: flex;
    flex-grow: 1
}

.qqvfw-quick-view-button-wrapper .qqvfw-m-icon {
    display: none
}

.qqvfw-quick-view-button-wrapper .qqvfw-m-text {
    visibility: visible !important
}

@media only screen and (max-width:680px) {
    .qqvfw-quick-view-button-wrapper {
        display: none
    }
}

.qqvfw .qqvfw-m-overlay {
    background-color: rgba(0, 0, 0, .4) !important
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-attribute-wrapper td.value,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-attribute-wrapper td.value {
    display: flex;
    align-items: center
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container {
    display: inline-flex
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--color,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--color {
    gap: var(--qvsfw-variation-space-between-options, 6px)
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color.qvsfw-selected .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color.qvsfw-selected .qvsfw-select-option-inner {
    border-color: var(--qvsfw-variation-common-selected-border-color, var(--qode-main-color))
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color .qvsfw-select-option-inner {
    border: 1px solid var(--qvsfw-variation-common-border-color, transparent);
    border-radius: 50%;
    padding: 1px;
    transition: border-color .2s ease-out
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color .qvsfw-select-value,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-style-layout--simple .qvsfw-select-option.qvsfw-select-option--color .qvsfw-select-value {
    width: var(--qvsfw-variation-color-option-min-width, 13px);
    height: var(--qvsfw-variation-color-option-height, 13px);
    border-radius: 50%
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2 .qvsfw-select-option.qvsfw-selected .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2 .qvsfw-select-option.qvsfw-selected .qvsfw-select-option-inner {
    border-color: var(--qvsfw-variation-color-option-selected-border-color, var(--qode-main-color))
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2 .qvsfw-select-option .qvsfw-select-option-inner,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2 .qvsfw-select-option .qvsfw-select-option-inner {
    padding: 1px;
    border: 1px solid var(--qvsfw-variation-color-option-border-color, transparent)
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2 .qvsfw-select-option .qvsfw-select-value,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2 .qvsfw-select-option .qvsfw-select-value {
    width: var(--qvsfw-variation-color-option-min-width, 13px);
    height: var(--qvsfw-variation-color-option-height, 13px);
    border: none
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2 .qvsfw-select-option:after,
body[class*=qode-variation-swatches-for-woocommerce] .woocommerce-product-attributes .qvsfw-select-options-container.qvsfw-select-options-container-type--color.qvsfw-color-layout-style--layout-2 .qvsfw-select-option:after {
    display: none
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form.qvsfw-list-variations-form {
    margin: 15px 0 0
}

body[class*=qode-variation-swatches-for-woocommerce] .variations_form.qvsfw-list-variations-form .reset_variations {
    display: none !important
}

.qwfw-add-to-wishlist-wrapper.qodef-ettore-theme .qwfw-shortcode:not(.button) .qwfw-spinner-icon {
    color: #000
}

.qwfw-add-to-wishlist-wrapper.qodef-ettore-theme .qwfw-shortcode:not(.button) .qwfw-m-icon svg {
    color: transparent;
    stroke: #000;
    transition: all .3s ease-out
}

.qwfw-add-to-wishlist-wrapper.qodef-ettore-theme.qwfw-position--on-thumbnail {
    top: var(--qwfw-atw-thumb-top-offset, 15px);
    left: var(--qwfw-atw-thumb-side-offset, 15px)
}

.qwfw-add-to-wishlist-wrapper.qodef-ettore-theme.qwfw-position--on-thumbnail.qwfw-thumb--top-right {
    right: calc(var(--qwfw-atw-thumb-side-offset, 20px) + var(--qwfw-atw-thumb-offset-adjs, 0px))
}

.qwfw-add-to-wishlist-wrapper.qodef-ettore-theme.qwfw-position--on-thumbnail .qwfw-shortcode.qwfw-type--icon {
    padding: 0;
    background-color: transparent
}

.qwfw-add-to-wishlist-wrapper.qodef-ettore-theme.qwfw--loop {
    position: absolute;
    top: 20px;
    right: 20px;
    --qode-x: 0px;
    --qode-y: -10px;
    opacity: 0;
    transform: translate3d(var(--qode-x), var(--qode-y), 0);
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .32, .97)
}

.qwfw-add-to-wishlist-wrapper.qodef-ettore-theme.qwfw--loop a:after,
.qwfw-add-to-wishlist-wrapper.qodef-ettore-theme.qwfw--loop a:before {
    width: 18px;
    height: 17px
}

.qwfw-add-to-wishlist-wrapper.qodef-ettore-theme.qwfw--loop .qwfw-shortcode:not(.button).qwfw--added .qwfw-m-icon svg,
.qwfw-add-to-wishlist-wrapper.qodef-ettore-theme.qwfw--loop .qwfw-shortcode:not(.button):hover .qwfw-m-icon svg {
    color: #000
}

.qwfw-add-to-wishlist-wrapper.qodef-ettore-theme.qwfw--single.qwfw-position--after-add-to-cart {
    margin-top: 0
}

.qwfw-wishlist-page .woocommerce-error,
.qwfw-wishlist-page .woocommerce-info,
.qwfw-wishlist-page .woocommerce-message {
    align-items: center;
    justify-content: center
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items .qwfw-m-items-content-row {
    border-bottom: 0 !important
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items .qwfw-m-items-content-row:last-child {
    border-bottom: 1px solid #e1e1e1 !important
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items .qwfw-m-items-heading {
    background-color: transparent
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table {
    font-size: 100%
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #ccc
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table td,
.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table th {
    padding: 10px 0 10px 15px;
    vertical-align: middle;
    text-align: left;
    border: 0
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table td:first-child,
.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table th:first-child {
    padding-left: 0
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table th {
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: .005em
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table td ul li {
    margin: 0 0 10px;
    padding: 0
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table td ul li:last-child {
    margin-bottom: 0
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table td ul li label {
    margin-bottom: 0
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table p {
    margin: 0
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .variation:after,
.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .variation:before {
    content: "";
    display: table;
    table-layout: fixed
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .variation:after {
    clear: both
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

@media only screen and (max-width:880px) {
    .qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .variation dt {
        float: none;
        width: 100%
    }
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 5px
}

@media only screen and (max-width:880px) {
    .qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .qwfw-e-remove-button-icon svg {
    display: none !important
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table thead tr th {
    padding: 20px 0 20px 15px
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table tbody tr td {
    padding: 27px 0 27px 15px
}

@media only screen and (max-width:1200px) {
    .qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table tbody tr td {
        padding: 27px 0 27px 10px
    }
}

@media only screen and (max-width:680px) {
    .qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table tbody tr td {
        padding: 3px 0 3px 10px
    }
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table tbody tr {
    border: 1px solid #e1e1e1
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .qwfw-e-item-stock.qwfw--in-stock {
    color: var(--qode-main-color) !important
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .qwfw-e-item.product-stock-status {
    color: #333 !important;
    font-size: 15px;
    line-height: 25px;
    font-family: Jost, sans-serif
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .product-add-to-cart a {
    color: var(--qode-button-outlined-color, var(--qode-main-color));
    background-color: transparent;
    border: 1px solid var(--qode-button-border-color, var(--qode-main-color));
    display: inline-block;
    margin: 0 30px 5px 0 !important;
    text-align: center;
    float: right;
    padding: 19px 66px 19px 67px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1em;
    font-family: Jost, sans-serif;
    letter-spacing: 1px
}

@media only screen and (max-width:1200px) {
    .qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .product-add-to-cart a {
        white-space: nowrap;
        padding: 19px 36px 19px 37px
    }
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .product-add-to-cart a .qwfw-e-add-to-cart-label {
    display: inline-block;
    position: relative
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .product-add-to-cart a .qwfw-e-add-to-cart-label:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: currentColor;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
    width: 0
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table .product-add-to-cart a:hover .qwfw-e-add-to-cart-label:after {
    width: 100%;
    left: 0
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table tr th {
    background: 0 0 !important
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table tr th.product-remove {
    width: auto !important
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table tr td {
    background: 0 0 !important;
    color: #333 !important;
    border-color: transparent !important
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table tr td.product-price del {
    color: #999
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-items.shop_table tr td.product-price ins {
    text-decoration: none
}

.qwfw-wishlist-table.qodef-ettore-theme .qwfw-m-not-found-title {
    padding: 24px 0;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    font-weight: 400
}

.qodef-yith-wccl--predefined .select_box {
    display: inline-block
}

.qodef-yith-wccl--predefined .select_box:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box .select_option {
    vertical-align: middle;
    border: 0;
    margin: 0 6px 0 0;
    display: inline-block;
    float: none;
    position: relative
}

.qodef-yith-wccl--predefined .select_box .select_option:last-child {
    margin-right: 0
}

.qodef-yith-wccl--predefined .select_box .select_option>span:not(.yith_wccl_tooltip) {
    border: 0;
    min-width: auto;
    width: auto;
    height: auto;
    line-height: inherit
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
    width: 100px
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip>span {
    background: #fff;
    border-radius: 0;
    border: 1px solid #e1e1e1 !important;
    padding: 10px;
    color: #333
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
    top: 100%;
    bottom: auto
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>.yith_wccl_value_wrapper span:not(.yith_wccl_tooltip) {
    min-width: 13px;
    height: 13px;
    line-height: 10px;
    width: auto;
    border: 0 solid transparent
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
    border: 1px solid transparent;
    padding: 1px;
    transition: border-color .2s ease-out;
    cursor: pointer
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip) {
    width: 38px;
    height: 15px
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
    border-color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
    border: 1px solid transparent;
    padding: 1px
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option>img:not(.yith_wccl_tooltip) {
    width: 40px;
    height: 40px;
    object-fit: cover
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
    border-color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
    display: inline-flex;
    flex-wrap: wrap;
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-weight: 400;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
    transition: color .2s ease-out;
    margin: 0
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
    content: ",";
    margin-right: 5px
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
    display: none
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
    color: var(--qode-main-color)
}

.qodef-yith-wccl--predefined li.product .variations_form.cart {
    margin: 11px 0 0
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
    margin-bottom: 10px;
    text-align: left
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
    margin-bottom: 0
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba(0, 0, 0, .4) !important
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto !important;
    width: 1080px !important;
    max-width: 90vw !important
}

#yith-quick-view-modal .yith-wcqv-main {
    overflow-y: hidden !important;
    max-height: 90vh !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .11) !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    max-height: 90vh !important;
    margin: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner>* {
    padding: 0
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-product-title {
    font-size: 27px;
    line-height: 1.3333333333em
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    align-self: stretch
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-thumbnails-wrapper {
    display: none
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(0)
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
    height: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
    object-fit: cover
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.woocommerce-product-gallery__image {
    width: 100% !important;
    margin: 0 !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper {
    display: none !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
    align-self: center;
    padding: 30px
}

#yith-quick-view-modal #yith-quick-view-content.single-product form.cart:not(.variations_form) {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    align-items: flex-start
}

#yith-quick-view-modal #yith-quick-view-content.single-product form.cart:not(.variations_form) .qodef-quantity-buttons {
    position: relative;
    display: flex
}

#yith-quick-view-modal #yith-quick-view-content.single-product form.cart:not(.variations_form) .single_add_to_cart_button {
    flex-grow: 1;
    justify-content: center
}

#yith-quick-view-modal #yith-quick-view-content.single-product form.cart:not(.variations_form) .qodef-buy-now-button {
    margin-left: 0;
    flex-grow: 1;
    flex-basis: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product form.cart .variations_button {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    align-items: flex-start
}

#yith-quick-view-modal #yith-quick-view-content.single-product form.cart .variations_button .qodef-quantity-buttons {
    position: relative;
    display: flex
}

#yith-quick-view-modal #yith-quick-view-content.single-product form.cart .variations_button .single_add_to_cart_button {
    flex-grow: 1;
    justify-content: center
}

#yith-quick-view-modal #yith-quick-view-content.single-product form.cart .variations_button .qodef-buy-now-button {
    margin-left: 0;
    flex-grow: 1;
    flex-basis: 100%
}

#yith-quick-view-modal #yith-quick-view-content.single-product .yith-wcwl-add-to-wishlist {
    margin-top: 44px !important;
    font-size: 16px !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .yith-wcwl-add-to-wishlist a>span {
    display: inline-block !important
}

#yith-quick-view-modal #yith-quick-view-content.single-product .yith-wcwl-add-to-wishlist a::before {
    margin-right: 5px !important
}

#yith-quick-view-modal #yith-quick-view-close {
    border: 0 !important;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    color: var(--qode-main-color) !important;
    opacity: 1
}

#yith-quick-view-modal #yith-quick-view-close:hover {
    color: inherit !important
}

#yith-quick-view-modal #yith-quick-view-close:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    mask: url(../img/close.svg) no-repeat center center/12px 12px;
    -webkit-mask: url(../img/close.svg) no-repeat center center/12px 12px
}

#yith-quick-view-modal .qodef-yith-wcqv-link {
    margin-top: 38px
}

#yith-quick-view-modal form.cart .button {
    padding-left: 30px;
    padding-right: 30px
}

#yith-quick-view-modal form.cart .qodef-buy-now-button .button {
    padding-left: 35px;
    padding-right: 34px
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
    line-height: 1 !important
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
    color: #fff !important
}

@media only screen and (max-width:680px) {
    .qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
        display: none
    }
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
    display: none !important
}

.qodef-order-tracking p:not(.form-row) {
    margin-top: 0
}

.qodef-order-tracking .form-row {
    margin: 0
}

.tax-product_brand .qodef-page-title {
    display: none
}

.qodef-woo-product-brand-list.qodef-item-layout--standard {
    overflow: hidden
}

.qodef-woo-product-brand-list.qodef-item-layout--standard .qodef-grid-inner {
    padding: 1px;
    row-gap: 1px;
    column-gap: 1px
}

.qodef-woo-product-brand-list.qodef-item-layout--standard .qodef-grid-inner>.qodef-grid-item {
    position: relative;
    outline: 1px solid #ccc
}

.qodef-woo-product-brand-list.qodef-item-layout--standard .qodef-grid-inner>.qodef-grid-item .qodef-e-inner {
    margin: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 9;
    outline: 2px solid transparent;
    transition: outline .5s cubic-bezier(.65, 0, .35, 1);
    text-align: center
}

.qodef-woo-product-brand-list.qodef-item-layout--standard .qodef-grid-inner>.qodef-grid-item:hover .qodef-e-inner {
    outline: 2px solid #000
}

.qodef-woo-product-brand-list.qodef-item-layout--standard .qodef-brand-name {
    margin: 12px 0
}

.qodef-woo-product-brand-list.qodef-item-layout--standard .qodef-e-inner {
    padding: 4.2% 16% 20.2% 10.2%;
    position: relative;
    display: flex;
    z-index: 2
}

.qodef-woo-product-brand-list.qodef-item-layout--standard .qodef-e-inner .qodef-e-letter {
    font-family: Jost, sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: .02em;
    margin-right: 48px;
    color: #000;
    transition: color .4s ease-out
}

.qodef-woo-product-brand-list.qodef-item-layout--standard .qodef-e-inner .qodef-e-brands {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.qodef-woo-product-brand-list.qodef-item-layout--standard .qodef-e-inner .qodef-e-brand-link {
    display: inline-block
}

.qodef-woo-product-brand-list.qodef-item-layout--standard .qodef-e-inner .qodef-e-brand-link:last-child {
    margin-bottom: 0
}

.qodef-woo-product-brand-list.qodef-item-layout--standard .qodef-e-inner .qodef-e-brand-link .qodef-brand-name {
    color: #608068;
    margin: 0
}

.qodef-woo-product-brand-list.qodef-item-layout--standard .qodef-e-inner .qodef-e-brand-link p.qodef-brand-name {
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #608068
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    width: 100%
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    position: relative;
    margin: 13px 0
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .product-category .qodef-e-media-image,
.qodef-woo-product-list .product-category .qodef-e-media-image {
    display: block;
    overflow: hidden;
    clip-path: inset(1px)
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .product-category .qodef-e-media-image img,
.qodef-woo-product-list .product-category .qodef-e-media-image img {
    transform: scale(1.001);
    --qode-hover-scale: 1.016;
    transition: transform .5s cubic-bezier(.34, .76, .47, .93)
}

.qodef-browser--firefox .qodef-woo-product-category-list.qodef-item-layout--info-below .product-category .qodef-e-media-image img,
.qodef-browser--firefox .qodef-woo-product-list .product-category .qodef-e-media-image img {
    transform: scale(1.01) rotate(.1deg)
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .product-category:hover .qodef-e-media-image img,
.qodef-woo-product-list .product-category:hover .qodef-e-media-image img {
    transform: scale(var(--qode-hover-scale))
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .count,
.qodef-woo-product-list .count {
    display: none
}

.qodef-woo-product-category-list.qodef-item-layout--info-simple .product-category,
.qodef-woo-product-list .product-category {
    border-top: 1px solid #000
}

.qodef-woo-product-category-list.qodef-item-layout--info-simple .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-product-category-list.qodef-item-layout--info-simple .product-category a:hover .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category a:hover .woocommerce-loop-category__title {
    color: #fff
}

.qodef-woo-product-category-list.qodef-item-layout--info-simple .product-category a:hover .woocommerce-loop-category__title:before,
.qodef-woo-product-list .product-category a:hover .woocommerce-loop-category__title:before {
    transform: scaleY(1)
}

.qodef-woo-product-category-list.qodef-item-layout--info-simple .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    color: #000;
    width: 100%;
    display: inline-block;
    margin: 4px 0;
    padding: 13px 0 11px 115px;
    transition: all .3s ease;
    position: relative
}

@media only screen and (max-width:880px) {

    .qodef-woo-product-category-list.qodef-item-layout--info-simple .product-category .woocommerce-loop-category__title,
    .qodef-woo-product-list .product-category .woocommerce-loop-category__title {
        padding: 13px 7% 11px
    }
}

.qodef-woo-product-category-list.qodef-item-layout--info-simple .product-category .woocommerce-loop-category__title:before,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: transform .42s cubic-bezier(.51, .11, .17, .98);
    z-index: -1;
    transform: scaleY(0);
    transform-origin: bottom
}

.qodef-woo-product-category-list.qodef-item-layout--info-simple .product-category p.woocommerce-loop-category__title,
.qodef-woo-product-list .product-category p.woocommerce-loop-category__title {
    font-family: Jost, sans-serif;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 70px;
    text-transform: uppercase
}

@media only screen and (max-width:880px) {

    .qodef-woo-product-category-list.qodef-item-layout--info-simple .product-category p.woocommerce-loop-category__title,
    .qodef-woo-product-list .product-category p.woocommerce-loop-category__title {
        font-size: 35px;
        line-height: 45px
    }
}

.qodef-woo-product-category-list.qodef-item-layout--info-simple .product-category:last-child,
.qodef-woo-product-list .product-category:last-child {
    border-bottom: 1px solid #000
}

.qodef-woo-product-category-list.qodef-item-layout--info-simple .count,
.qodef-woo-product-list .count {
    display: none
}

.qodef-woo-product-custom-list.qodef-layout--masonry>ul {
    list-style: none
}

.qodef-woo-product-custom-list .qodef-e-inner {
    display: inline-flex;
    flex-direction: column
}

.qodef-woo-product-custom-list.qodef-woo-product-list--hover-background .qodef-e-inner {
    transition: background .35s ease-out;
    background: #fff
}

.qodef-woo-product-custom-list.qodef-woo-product-list--hover-background .qodef-e-inner:hover {
    background: 0 0
}

.qodef-woo-product-custom-list.qodef-woo-product-list--hover-background:not(.qodef-custom-product-item) .qodef-e-inner:after {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    --qode-border-color: #fff;
    background-repeat: no-repeat;
    background-size: 0 1px, 1px 0;
    background-position: 0 0, 100% 100%, 100% 100%, 0 0;
    background-image: linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color)), linear-gradient(0deg, var(--qode-border-color), var(--qode-border-color));
    transition: opacity .2s ease-out, background-size .82s cubic-bezier(.36, .03, .2, .91);
    pointer-events: none
}

.qodef-woo-product-custom-list.qodef-woo-product-list--hover-background:not(.qodef-custom-product-item) .qodef-e-inner:hover:after {
    background-size: 100% 1px, 1px 100%;
    transition-delay: .15s, .15s
}

.qodef-woo-product-custom-list .qodef-e-media-image img {
    object-fit: cover
}

.qodef-woo-product-custom-list .qodef-m-top-info {
    margin-bottom: 31px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end
}

.qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-title {
    flex-basis: 50%
}

@media only screen and (max-width:880px) {
    .qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-title {
        flex-basis: 100% !important
    }
}

.qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-title-text {
    margin: 0
}

.qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-more a {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: .08em;
    font-family: Jost, sans-serif;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    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;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, #000);
    border: 1px solid transparent;
    padding: 19px 50px;
    white-space: nowrap
}

.qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-more a:hover .qodef-btn-text,
.qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-more a:hover .qodef-m-more-text,
.qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-more a:hover .qodef-m-text {
    display: inline-block;
    position: relative
}

.qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-more a:hover .qodef-btn-text:after,
.qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-more a:hover .qodef-m-more-text:after,
.qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-more a:hover .qodef-m-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: currentColor;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
    width: 0
}

.qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-more a:hover:hover .qodef-btn-text:after,
.qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-more a:hover:hover .qodef-m-more-text:after,
.qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-more a:hover:hover .qodef-m-text:after {
    width: 100%;
    left: 0
}

@media only screen and (max-width:880px) {
    .qodef-woo-product-custom-list .qodef-m-top-info {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-title {
        flex-basis: 100%
    }

    .qodef-woo-product-custom-list .qodef-m-top-info .qodef-m-title-text {
        margin-bottom: 20px
    }
}

.qodef-woo-product-custom-list .qodef-e-additional-text {
    color: #fff;
    margin-top: 40px;
    max-width: 60%
}

@media only screen and (max-width:1512px) {
    .qodef-woo-product-custom-list .qodef-e-additional-text {
        max-width: 80%
    }
}

@media only screen and (max-width:1200px) {
    .qodef-woo-product-custom-list .qodef-e-additional-text {
        max-width: 100%
    }
}

.qodef-woo-product-custom-list .qodef-filter-holder {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    height: 45px
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-range-label {
    font-family: Jost, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .08em;
    color: #000;
    text-transform: uppercase
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-custom-list .qodef-filter-holder {
        display: inline-flex;
        height: auto;
        flex-direction: row
    }

    .qodef-woo-product-custom-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list {
        flex-direction: column
    }

    .qodef-woo-product-custom-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list li {
        margin-left: 0 !important;
        margin-bottom: 6px !important
    }

    .qodef-woo-product-custom-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list li .qodef-category-filter-link:not(.qodef--active) {
        padding-left: 0
    }
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-order-filter {
    position: relative;
    z-index: 99;
    margin-right: auto;
    height: 100%
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-order-filter.qodef-order-price-filter {
    margin-left: auto;
    margin-right: 0
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-order-filter .qodef-filter-title-holder {
    display: flex;
    align-items: center;
    margin-top: 3px
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-order-filter .qodef-filter-title-holder .qodef-filter-icon {
    display: flex
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-order-filter:hover .qodef-filter-holder-inner {
    opacity: 1;
    visibility: visible
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-title {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-weight: 400;
    font-family: Jost, sans-serif;
    display: block;
    cursor: pointer;
    padding-right: 10px;
    text-transform: uppercase;
    color: var(--qode-main-color)
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-holder-inner {
    position: absolute;
    right: 0;
    top: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    border: 1px solid #000
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-holder-inner.qodef-filter-category {
    right: auto;
    left: 0
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-ordering,
.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-price {
    flex-basis: 100%;
    cursor: pointer;
    background-color: #fff;
    min-width: 185px
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-ordering {
    padding: 25px 28px 16px 35px
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-price {
    padding: 25px 33px 16px 22px
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-price .qodef-e-checkbox.qodef--price {
    position: relative
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-price .qodef-e-checkbox.qodef--price input[type=checkbox] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-list ul {
    list-style: none;
    margin: 0
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-list ul li {
    margin: 8px 0
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-list a,
.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-list label {
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 27px;
    color: grey;
    transition: color .2s ease-out
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-filter-list a:hover {
    color: #000
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-category-filter .qodef-category-title {
    display: block;
    padding: 7px 0
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list {
    list-style: none;
    display: flex;
    margin: 0
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list li {
    margin: 0 15px
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list li:first-child {
    margin-left: 0
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 19px;
    padding: 2px 5px 2px 6px;
    transition: border .3s ease, background-color .3s ease;
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: .005em;
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 15px;
    color: var(--qode-main-color);
    text-transform: uppercase
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list a:first-child {
    margin-left: 0
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-woo-product-custom-list .qodef-filter-holder .qodef-category-filter:only-child .qodef-category-filter-list .qodef-category-list {
    justify-content: center
}

.qodef-woo-product-custom-list .qodef-custom-product-item .qodef-e-subtitle-custom-image {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    font-family: Jost, sans-serif;
    letter-spacing: .08em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 14px
}

.qodef-woo-product-custom-list .qodef-custom-product-item .qodef-e-inner.qodef-alignment--center .qodef-e-content-inner {
    align-items: center !important
}

.qodef-woo-product-custom-list .qodef-custom-product-item .qodef-e-inner.qodef-alignment--left .qodef-e-content-inner {
    align-items: flex-start !important
}

.qodef-woo-product-custom-list .qodef-custom-product-item .qodef-e-inner.qodef-alignment--right .qodef-e-content-inner {
    align-items: flex-end !important
}

.qodef-woo-product-custom-list .qodef-custom-product-item .qodef-e-inner.qodef-vertical-alignment--top .qodef-e-content-inner {
    justify-content: flex-start !important
}

.qodef-woo-product-custom-list .qodef-custom-product-item .qodef-e-inner.qodef-vertical-alignment--middle .qodef-e-content-inner {
    justify-content: center !important
}

.qodef-woo-product-custom-list .qodef-custom-product-item .qodef-e-inner.qodef-vertical-alignment--bottom .qodef-custom-product-item .qodef-e-content {
    padding: 74px 82px 51px
}

.qodef-woo-product-custom-list .qodef-custom-product-item .qodef-e-inner.qodef-vertical-alignment--bottom .qodef-e-content-inner {
    justify-content: flex-end !important
}

.qodef-woo-product-custom-list.qodef-swiper-container .qodef-top-info-slider {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

@media only screen and (max-width:1024px) {
    .qodef-woo-product-custom-list.qodef-swiper-container .qodef-top-info-slider {
        flex-direction: column;
        align-items: flex-start
    }
}

.qodef-woo-product-custom-list.qodef-swiper-container .qodef-top-info-slider .qodef-e-shop-slider-nav-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    margin: 0 2px
}

.qodef-woo-product-custom-list.qodef-swiper-container .qodef-top-info-slider .qodef-e-shop-slider-nav-holder .swiper-button-next,
.qodef-woo-product-custom-list.qodef-swiper-container .qodef-top-info-slider .qodef-e-shop-slider-nav-holder .swiper-button-prev {
    position: static;
    transform: none;
    height: auto !important;
    margin: 0 0 38px !important;
    transition: all .35s ease;
    width: auto !important
}

.qodef-woo-product-custom-list.qodef-swiper-container .swiper-button-next svg,
.qodef-woo-product-custom-list.qodef-swiper-container .swiper-button-prev svg {
    position: relative;
    display: block;
    width: 12px;
    height: auto
}

.qodef-woo-product-custom-list .qodef-m-posts-not-found {
    margin: 0;
    padding: 10px
}

.qodef-woo-product-custom-list.qodef-slider--indent .qodef-e-content {
    margin: 8px 0
}

.qodef-woo-product-custom-list.qodef-layout--masonry .qodef-e-content {
    margin: 14px 0 3px
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-inner .qodef-e-content {
    display: flex
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-inner .qodef-e-content .qodef-e-content-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-inner .qodef-e-media {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-inner .qodef-e-media img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-inner .qodef-e-media img:nth-of-type(1) {
    opacity: 0
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-inner .qodef-e-media img:nth-of-type(2) {
    height: 120%;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: unset;
    translate: -50% 0;
    transition: none;
    opacity: 0
}

@media only screen and (max-width:1200px) {
    .qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-inner .qodef-e-media img:nth-of-type(1) {
        opacity: 1
    }

    .qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-inner .qodef-e-media img:nth-of-type(2) {
        display: none
    }
}

.elementor-editor-active .qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-inner .qodef-e-media img:nth-of-type(1) {
    opacity: 1
}

.elementor-editor-active .qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-inner .qodef-e-media img:nth-of-type(2) {
    display: none
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 74px 82px 55px
}

@media only screen and (max-width:1200px) {
    .qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-content {
        padding: 35px
    }
}

@media only screen and (max-width:880px) {
    .qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-content {
        padding: 6%
    }
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-custom-item-title {
    width: 100%
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-custom-item-title.qodef-short-width--enabled .qodef-e-title {
    max-width: 55%
}

@media only screen and (max-width:1512px) {
    .qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-custom-item-title.qodef-short-width--enabled .qodef-e-title {
        max-width: 100%
    }
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-title {
    color: #fff;
    margin: 0 0 1px
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-custom-item-tagline .qodef-e-tagline {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 27px;
    color: #fff
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-price {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    color: var(--qode-main-color);
    margin: 6px 0 0;
    flex-direction: row-reverse;
    color: #fff;
    margin: 5px 0 0
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-price del {
    margin-left: 10px;
    color: #999;
    font-weight: 400
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-price ins {
    text-decoration: none
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-custom-item-description {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .025em;
    line-height: 29px;
    text-transform: uppercase
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-custom-item-description.qodef-short-width--enabled {
    max-width: 60%;
    text-align: center
}

@media only screen and (max-width:1512px) {
    .qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-custom-product-item .qodef-e-custom-item-description.qodef-short-width--enabled {
        max-width: 100%
    }
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-e-inner {
    height: 100%;
    justify-content: space-between
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-e-inner:hover .qodef-e-content .price {
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease !important;
    will-change: transform
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-e-inner:hover .qodef-e-content .button.product_type_external,
.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-e-inner:hover .qodef-e-content .button.product_type_grouped,
.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-e-inner:hover .qodef-e-content .button.product_type_simple,
.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-e-inner:hover .qodef-e-content .button.product_type_variable {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: .3s ease .1s !important;
    will-change: transform
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-e-inner:hover .qodef-e-content .added_to_cart {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: .3s ease .1s !important;
    will-change: transform
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-e-content {
    margin: 0;
    padding: 54px 30px 15px
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-e-content .price {
    transition: .3s ease .1s
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed li .qodef-e-bottom-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed li .qodef-e-bottom-holder .button {
    color: var(--qode-button-outlined-color, var(--qode-main-color));
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    top: -17px;
    --qode-x: 0px;
    --qode-y: 10px;
    opacity: 0;
    transform: translate3d(var(--qode-x), var(--qode-y), 0);
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .32, .97)
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed li .qodef-e-bottom-holder .button:hover {
    color: var(--qode-button-hover-color, var(--qode-main-color))
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed li .qodef-e-bottom-holder .button:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: currentColor;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
    width: 0
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed li .qodef-e-bottom-holder .button:hover:after {
    width: 100%;
    left: 0
}

.qodef-yith-wccl--predefined .qodef-woo-product-custom-list.qodef-item-layout--info-boxed li.product .variations_form.cart {
    margin: -2px 0 0
}

@media only screen and (max-width:680px) {
    .qodef-yith-wccl--predefined .qodef-woo-product-custom-list.qodef-item-layout--info-boxed li.product .variations_form.cart {
        padding-bottom: 10px
    }
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed li.product .variations_form.qvsfw-list-variations-form {
    margin: 3px 0
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-custom-list.qodef-item-layout--info-boxed li.product .variations_form.qvsfw-list-variations-form {
        padding-bottom: 10px
    }
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed li.product .variations_form.qvsfw-list-variations-form .qvsfw-m-variations-holder .qvsfw-m-variations {
    display: flex;
    align-items: center
}

.qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-e-custom-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-woo-product-list.qodef-layout--masonry>ul {
    list-style: none
}

.qodef-woo-product-list .qodef-e-media-image img {
    object-fit: cover
}

.qodef-woo-product-list .qodef-m-top-info {
    margin-bottom: 31px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end
}

.qodef-woo-product-list .qodef-m-top-info .qodef-m-title {
    flex-basis: 50%
}

.qodef-woo-product-list .qodef-m-top-info .qodef-m-title-text {
    margin: 0
}

.qodef-woo-product-list .qodef-m-top-info .qodef-m-more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.qodef-woo-product-list .qodef-m-top-info .qodef-m-more a {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: .08em;
    font-family: Jost, sans-serif;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    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;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, #000);
    border: 1px solid transparent;
    padding: 19px 50px;
    white-space: nowrap
}

.qodef-woo-product-list .qodef-m-top-info .qodef-m-more a .qodef-btn-text,
.qodef-woo-product-list .qodef-m-top-info .qodef-m-more a .qodef-m-more-text,
.qodef-woo-product-list .qodef-m-top-info .qodef-m-more a .qodef-m-text {
    display: inline-block;
    position: relative
}

.qodef-woo-product-list .qodef-m-top-info .qodef-m-more a .qodef-btn-text:after,
.qodef-woo-product-list .qodef-m-top-info .qodef-m-more a .qodef-m-more-text:after,
.qodef-woo-product-list .qodef-m-top-info .qodef-m-more a .qodef-m-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: currentColor;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
    width: 0
}

.qodef-woo-product-list .qodef-m-top-info .qodef-m-more a:hover .qodef-btn-text:after,
.qodef-woo-product-list .qodef-m-top-info .qodef-m-more a:hover .qodef-m-more-text:after,
.qodef-woo-product-list .qodef-m-top-info .qodef-m-more a:hover .qodef-m-text:after {
    width: 100%;
    left: 0
}

.qodef-woo-product-list .qodef-e-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    padding: 4px 0
}

.qodef-woo-product-list .qodef-e-checkbox input[type=checkbox] {
    visibility: hidden;
    position: relative;
    width: 20px;
    height: 20px;
    appearance: none;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin: 3px 10px 2px 0
}

.qodef-woo-product-list .qodef-e-checkbox input[type=checkbox]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc3b8;
    box-sizing: border-box;
    visibility: visible;
    border-radius: 50%;
    background-color: #fff
}

.qodef-woo-product-list .qodef-e-checkbox input[type=checkbox]:checked:after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 3px;
    width: 7px;
    height: 15px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    visibility: visible;
    box-sizing: border-box
}

.qodef-woo-product-list .qodef-e-checkbox .qodef-svg--star {
    width: 14px;
    height: auto;
    stroke: #fdd835;
    margin-right: 2px
}

.qodef-woo-product-list .qodef-e-checkbox .qodef-svg--star.qodef-star-full {
    fill: #fdd835
}

.qodef-woo-product-list .qodef-e-checkbox label {
    font-family: Jost, sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-weight: 400;
    margin-bottom: 0
}

.qodef-woo-product-list .qodef-filter-ordering,
.qodef-woo-product-list .qodef-filter-price {
    flex-basis: 100%;
    cursor: pointer;
    background-color: #fff;
    min-width: 185px
}

.qodef-woo-product-list .qodef-filter-ordering {
    padding: 25px 28px 16px 35px
}

.qodef-woo-product-list .qodef-filter-price {
    padding: 25px 33px 16px 22px
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-list .qodef-filter-price {
        padding: 25px 33px 16px 35px
    }
}

.qodef-woo-product-list .qodef-filter-price .qodef-e-checkbox.qodef--price {
    position: relative
}

.qodef-woo-product-list .qodef-filter-price .qodef-e-checkbox.qodef--price input[type=checkbox] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0
}

.qodef-woo-product-list .qodef-filter-holder {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    height: 45px
}

.qodef-woo-product-list .qodef-filter-holder .qodef-filter-range-label {
    font-family: Jost, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .08em;
    color: #000;
    text-transform: uppercase
}

.qodef-woo-product-list .qodef-filter-holder .qodef-filter-dropdown,
.qodef-woo-product-list .qodef-filter-holder .qodef-order-filter {
    position: relative;
    z-index: 99;
    margin-right: auto;
    height: 100%
}

.qodef-woo-product-list .qodef-filter-holder .qodef-filter-dropdown.qodef-order-price-filter,
.qodef-woo-product-list .qodef-filter-holder .qodef-order-filter.qodef-order-price-filter {
    margin-left: auto;
    margin-right: 0
}

@media only screen and (max-width:680px) {

    .qodef-woo-product-list .qodef-filter-holder .qodef-filter-dropdown.qodef-order-price-filter .qodef-filter-holder-inner,
    .qodef-woo-product-list .qodef-filter-holder .qodef-order-filter.qodef-order-price-filter .qodef-filter-holder-inner {
        display: flex;
        flex-direction: column
    }
}

.qodef-woo-product-list .qodef-filter-holder .qodef-filter-dropdown:hover .qodef-filter-holder-inner,
.qodef-woo-product-list .qodef-filter-holder .qodef-order-filter:hover .qodef-filter-holder-inner {
    opacity: 1;
    visibility: visible
}

.qodef-woo-product-list .qodef-filter-holder .qodef-filter-dropdown .qodef-product-list-filter {
    width: 100%
}

.qodef-woo-product-list .qodef-filter-holder .qodef-filter-title {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-weight: 400;
    margin: 0;
    font-family: Jost, sans-serif;
    display: block;
    cursor: pointer;
    padding-right: 10px;
    text-transform: uppercase;
    color: var(--qode-main-color)
}

.qodef-woo-product-list .qodef-filter-holder .qodef-filter-holder-inner {
    position: absolute;
    right: 0;
    top: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    border: 1px solid #ccc;
    padding: 0 60px 20px 0;
    transition: .2s ease-out
}

.qodef-woo-product-list .qodef-filter-holder .qodef-filter-holder-inner.qodef-dropdown-filter {
    right: auto;
    left: 0;
    min-width: 308px;
    padding: 26px 28px
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-list .qodef-filter-holder .qodef-filter-holder-inner.qodef-dropdown-filter {
        min-width: 328px
    }
}

.qodef-woo-product-list .qodef-filter-holder .qodef-filter-list ul {
    list-style: none;
    margin: 0
}

.qodef-woo-product-list .qodef-filter-holder .qodef-filter-list ul li {
    margin: 8px 0
}

.qodef-woo-product-list .qodef-filter-holder .qodef-filter-list a,
.qodef-woo-product-list .qodef-filter-holder .qodef-filter-list label {
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 27px;
    color: grey;
    transition: color .2s ease-out
}

.qodef-woo-product-list .qodef-filter-holder .qodef-filter-list a:hover {
    color: #000
}

.qodef-woo-product-list .qodef-filter-holder .qodef-category-filter .qodef-category-title {
    display: block;
    padding: 7px 0
}

.qodef-woo-product-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list {
    list-style: none;
    display: flex;
    margin: 0
}

.qodef-woo-product-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list li {
    margin: 0 15px
}

.qodef-woo-product-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list li:first-child {
    margin-left: 0
}

.qodef-woo-product-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 19px;
    padding: 2px 5px 2px 6px;
    transition: border .3s ease, background-color .3s ease;
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: .005em;
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 15px;
    color: var(--qode-main-color);
    text-transform: uppercase
}

.qodef-woo-product-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list a:first-child {
    margin-left: 0
}

.qodef-woo-product-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-woo-product-list .qodef-filter-holder .qodef-category-filter:only-child .qodef-category-filter-list .qodef-category-list {
    justify-content: center
}

.qodef-woo-product-list .qodef-filter-title-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
    cursor: pointer
}

.qodef-woo-product-list .qodef-filter-title-holder .qodef-filter-icon {
    display: flex
}

.qodef-woo-product-list .qodef-filter-title-holder .qodef-filter-title {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-weight: 400;
    margin: 0;
    font-family: Jost, sans-serif;
    display: block;
    cursor: pointer;
    padding-right: 10px;
    text-transform: uppercase;
    color: var(--qode-main-color)
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper {
    overflow: hidden
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-color-holder {
    display: flex;
    align-items: center;
    padding: 4px 0;
    gap: 12px
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-color-holder .qodef-e-color-wrapper {
    border: 1px solid transparent;
    padding: 1px;
    border-radius: 50%;
    transition: all .2s ease-out;
    width: 17px;
    height: 17px;
    overflow: hidden
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-color-holder .qodef-e-color-label {
    font-family: Jost, sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-weight: 400;
    margin-bottom: 0
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-color-holder .qodef-e-color {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-color-holder.qodef--active .qodef-e-color-wrapper,
.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-color-holder:hover .qodef-e-color-wrapper {
    border-color: var(--qode-main-color)
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-label-holder {
    display: inline-flex;
    padding: 5px 17px;
    border: 1px solid var(--qode-main-color);
    border-radius: 8px;
    margin-right: 9px;
    margin-bottom: 9px;
    transition: background-color .2s ease-out
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-label-holder .qodef-e-label {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 400;
    color: #333;
    --qodef-underline-position-y: 1.15em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #000 0, #000 100%);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
    transition: color .2s ease-out
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-label-holder.qodef--active,
.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-label-holder:hover {
    background-color: #000
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-label-holder.qodef--active .qodef-e-label,
.qodef-woo-product-list.qodef-shortcode .qodef-e-options-wrapper .qodef-label-holder:hover .qodef-e-label {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
    color: var(--qode-main-color)
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-item .qodef-filter-title-holder {
    padding-right: 35px;
    font-weight: 500
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-item:not(.qodef-filter-price-slider) .qodef-filter-content-holder {
    margin: 0 35px 10px 0;
    padding: 14px 0 18px
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-item.qodef-filter-price-slider .qodef-filter-content-holder {
    margin-right: 35px
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-price-filter .qodef-price-slider-amount {
    display: none
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-price-filter .qodef-price-slider {
    position: relative;
    background-color: #dedede;
    margin: 8px 0 12px;
    width: calc(100% - 4px)
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-price-filter .qodef-price-slider .ui-slider-handle {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 16px;
    transform: translateY(-50%);
    cursor: pointer
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-price-filter .qodef-price-slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background-color: var(--qode-main-color)
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-price-filter .qodef-price-slider .ui-slider-range {
    position: relative;
    height: 1px;
    background-color: var(--qode-main-color)
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-price-filter .qodef-price-filter-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-price-filter .qodef-price-filter-bottom .qodef-e-amount {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-price-filter .qodef-price-filter-bottom .qodef--max {
    position: relative;
    right: 0
}

.qodef-woo-product-list.qodef-shortcode .qodef-e-price-filter .qodef-price-filter-bottom .qodef-button {
    padding: 8px 20px
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more {
    position: relative;
    display: none;
    padding-left: 21px;
    margin: 10px 0 10px 3px;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-weight: 400;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--qode-main-color);
    letter-spacing: .08em;
    opacity: 0;
    visibility: hidden
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less .qodef-m-text,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more .qodef-m-text {
    --qodef-underline-position-y: 1.25em;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size .4s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less.qodef--active,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more.qodef--active {
    opacity: 1;
    visibility: visible;
    display: inline-block
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less::after,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less::before,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more::after,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more::before {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    position: absolute;
    left: 5px;
    top: 3px;
    background-color: currentColor
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less:after,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more:after {
    transform: rotate(90deg)
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less:before,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more:before {
    transition: clip-path .35s ease-out;
    clip-path: inset(0 -1px)
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less:hover .qodef-m-text,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more:hover .qodef-m-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y)
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less:hover:before,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more:hover:before {
    clip-path: inset(50% -1px)
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less:before {
    transition: clip-path .35s ease-out;
    clip-path: inset(50% -1px)
}

.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less:hover:before {
    clip-path: inset(0 -1px)
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
    grid-template-rows: minmax(0, auto) minmax(0, 45px) minmax(0, 1fr) minmax(0, auto);
    grid-template-areas: "top-info top-info" "sidebar sidebar-top" "sidebar content" "sidebar pagination";
    column-gap: 45px;
    align-items: start
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-sidebar-title-holder {
    margin-bottom: 25px
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-sidebar-title {
    font-size: 22px;
    line-height: 1.4090909091em;
    font-weight: 500;
    text-transform: uppercase
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-m-top-info {
    grid-area: top-info
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-filter-sidebar {
    grid-area: sidebar
}

@media only screen and (max-width:880px) {
    .qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-filter-sidebar {
        margin-bottom: 40px
    }
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-filter-holder {
    grid-area: sidebar-top
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-m-pagination {
    grid-area: pagination
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-filter-top-bar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    grid-area: sidebar-top;
    padding-top: 0
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-filter-top-bar .qodef-product-list-result-count p {
    margin: 0
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-filter-top-bar .qodef-filter-title-holder {
    margin-top: 0
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-filter-top-bar .qodef-filter-title-holder .qodef-filter-range-label {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-weight: 400
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-filter-price-slider {
    margin-top: 36px
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-filter-price-slider .qodef-filter-title-holder {
    margin: 0 0 19px
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-filter-price-slider .qodef-filter-title {
    font-size: 22px;
    line-height: 1.4090909091em
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-filter-price-slider .qodef-e-amount>span {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: grey
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-grid-inner {
    grid-area: content;
    margin-top: 20px
}

@media only screen and (max-width:880px) {
    .qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-grid-inner {
        margin: 13px 0 0
    }
}

.qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar .qodef-e-widget-area {
    margin-top: 30px
}

.qodef-woo-product-list.qodef-swiper-container .qodef-top-info-slider {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

@media only screen and (max-width:1024px) {
    .qodef-woo-product-list.qodef-swiper-container .qodef-top-info-slider {
        flex-direction: column;
        align-items: flex-start
    }
}

.qodef-woo-product-list.qodef-swiper-container .qodef-top-info-slider .qodef-e-shop-slider-nav-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    margin: 0 2px
}

.qodef-woo-product-list.qodef-swiper-container .qodef-top-info-slider .qodef-e-shop-slider-nav-holder .swiper-button-next,
.qodef-woo-product-list.qodef-swiper-container .qodef-top-info-slider .qodef-e-shop-slider-nav-holder .swiper-button-prev {
    position: static;
    transform: none;
    height: auto !important;
    margin: 0 0 38px !important;
    transition: all .35s ease;
    width: auto !important
}

.qodef-woo-product-list.qodef-swiper-container .swiper-button-next svg,
.qodef-woo-product-list.qodef-swiper-container .swiper-button-prev svg {
    position: relative;
    display: block;
    width: 12px;
    height: auto
}

.qodef-woo-product-list .qodef-m-posts-not-found {
    margin: 0;
    padding: 0;
    grid-column: 1/-1
}

.qodef-woo-product-list.qodef-slider--indent .qodef-e-content {
    margin: 8px 0
}

.qodef-woo-product-list.qodef-layout--masonry .qodef-e-content {
    margin: 14px 0 3px
}

.qodef-woo-product-list>ul {
    margin: 0
}

.qodef-woo-product-list.qodef-masonry-with-even-images .qodef-e-media-image a,
.qodef-woo-product-list.qodef-masonry-with-even-images .qodef-e-media-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.qodef-woo-product-list.qodef-alignment--left .qodef-e-content {
    text-align: left
}

.qodef-woo-product-list.qodef-alignment--right .qodef-e-content {
    text-align: right
}

.qodef-woo-product-list.qodef-alignment--center .qodef-e-content {
    text-align: center
}

.qodef-woo-product-list.qodef-item-layout--info-below li .qodef-e-media {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner .button {
    --qode-x: 0px;
    --qode-y: calc(100% + 10px);
    opacity: 0;
    transform: translate3d(var(--qode-x), var(--qode-y), 0);
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .32, .97) !important;
    backface-visibility: hidden;
    will-change: transform;
    transform-style: preserve-3d
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner .button .qodef-m-text {
    backface-visibility: hidden;
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner:hover .button {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.qodef-woo-product-list.qodef-item-layout--info-below .qodef-e-inner:hover .button:nth-of-type(2) {
    transition-delay: .1s, .1s !important
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-woo-product-list--no-quick_view .qodef-e-inner .button {
    --qode-y: 8px
}

.qodef-woo-product-list.qodef-item-layout--info-below.qodef-swiper-container .qodef-e-content {
    margin: 23px 0 0
}

.qodef-woo-product-list.qodef-item-layout--info-boxed .swiper-pagination-bullets {
    margin-top: 52px !important
}

.qodef-woo-product-list.qodef-item-layout--info-boxed .qodef-e-inner:hover .qodef-e-content .price {
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease !important;
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-boxed .qodef-e-inner:hover .qodef-e-content .button.product_type_external,
.qodef-woo-product-list.qodef-item-layout--info-boxed .qodef-e-inner:hover .qodef-e-content .button.product_type_grouped,
.qodef-woo-product-list.qodef-item-layout--info-boxed .qodef-e-inner:hover .qodef-e-content .button.product_type_simple,
.qodef-woo-product-list.qodef-item-layout--info-boxed .qodef-e-inner:hover .qodef-e-content .button.product_type_variable {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: .3s ease .1s !important;
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-boxed .qodef-e-inner:hover .qodef-e-content .added_to_cart {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: .3s ease .1s !important;
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-boxed .qodef-e-content {
    margin: 0;
    padding: 59px 59px 55px
}

.qodef-woo-product-list.qodef-item-layout--info-boxed .qodef-e-content .price {
    transition: .3s ease .1s
}

.qodef-woo-product-list.qodef-item-layout--info-boxed li .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-woo-product-list.qodef-item-layout--info-boxed li .qodef-e-bottom-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.qodef-woo-product-list.qodef-item-layout--info-boxed li .qodef-e-bottom-holder .button {
    color: var(--qode-button-outlined-color, var(--qode-main-color));
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    top: -17px;
    --qode-x: 0px;
    --qode-y: 10px;
    opacity: 0;
    transform: translate3d(var(--qode-x), var(--qode-y), 0);
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .32, .97)
}

.qodef-woo-product-list.qodef-item-layout--info-boxed li .qodef-e-bottom-holder .button:hover {
    color: var(--qode-button-hover-color, var(--qode-main-color))
}

.qodef-woo-product-list.qodef-item-layout--info-boxed li .qodef-e-bottom-holder .button:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: currentColor;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
    width: 0
}

.qodef-woo-product-list.qodef-item-layout--info-boxed li .qodef-e-bottom-holder .button:hover:after {
    width: 100%;
    left: 0
}

.qodef-yith-wccl--predefined .qodef-woo-product-list.qodef-item-layout--info-boxed li.product .variations_form.cart {
    margin: -2px 0 0
}

.qodef-woo-product-list.qodef-item-layout--info-boxed li.product .variations_form.qvsfw-list-variations-form {
    margin: 3px 0
}

.qodef-woo-product-list.qodef-item-layout--info-boxed li.product .variations_form.qvsfw-list-variations-form .qvsfw-m-variations-holder .qvsfw-m-variations {
    display: flex;
    align-items: center
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    opacity: 1;
    padding-bottom: 40px
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .qqvfw-quick-view-button-wrapper {
    flex-grow: initial;
    width: 100%;
    margin-bottom: -40px;
    bottom: 0;
    opacity: 0;
    transform: translate3d(var(--qode-x), var(--qode-y), 0);
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .32, .97)
}

@media only screen and (max-width:1368px) {
    .qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner {
        padding-bottom: 25px
    }
}

@media only screen and (max-width:1200px) {
    .qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner {
        padding-bottom: 10px
    }

    .qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .qodef-woo-product-title {
        font-size: 13px
    }
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .yith-wcqv-button {
    color: var(--qode-button-outlined-color, var(--qode-main-color));
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    top: -17px;
    --qode-x: 0px;
    --qode-y: 10px;
    opacity: 0;
    transform: translate3d(var(--qode-x), var(--qode-y), 0);
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .32, .97);
    color: var(--qode-main-color) !important;
    flex-grow: unset;
    opacity: 1
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .yith-wcqv-button:hover {
    color: var(--qode-button-hover-color, var(--qode-main-color))
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .yith-wcqv-button:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: currentColor;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
    width: 0
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .yith-wcqv-button:hover:after {
    width: 100%;
    left: 0
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .price,
.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .qodef-woo-product-title {
    color: var(--qode-main-color)
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .price {
    transition: .3s ease .1s
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .qodef-e-bottom-holder {
    display: flex;
    flex-direction: column;
    align-items: center
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .qodef-e-bottom-holder .button {
    color: var(--qode-button-outlined-color, var(--qode-main-color));
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    top: -17px;
    --qode-x: 0px;
    --qode-y: 10px;
    opacity: 0;
    transform: translate3d(var(--qode-x), var(--qode-y), 0);
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .32, .97)
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .qodef-e-bottom-holder .button:hover {
    color: var(--qode-button-hover-color, var(--qode-main-color))
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .qodef-e-bottom-holder .button:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: currentColor;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
    width: 0
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .qodef-e-bottom-holder .button:hover:after {
    width: 100%;
    left: 0
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .qodef-e-bottom-holder .qodef-woo-product-tagline {
    margin: -4px 0 3px
}

@media only screen and (max-width:880px) {
    .qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner .qodef-e-media-inner .qodef-e-bottom-holder .qodef-woo-product-tagline {
        display: none
    }
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner:hover .qodef-e-media-inner .price {
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease !important;
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner:hover .qodef-e-media-inner .button.product_type_external,
.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner:hover .qodef-e-media-inner .button.product_type_grouped,
.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner:hover .qodef-e-media-inner .button.product_type_simple,
.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner:hover .qodef-e-media-inner .button.product_type_variable {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: .3s ease .1s !important;
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner:hover .qodef-e-media-inner .added_to_cart {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: .3s ease .1s !important;
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-inner:hover .qodef-e-media-inner .qqvfw-quick-view-button-wrapper {
    bottom: 0;
    --qode-x: 0;
    --qode-y: 0;
    transform: translate3d(var(--qode-x), var(--qode-y), 0);
    opacity: 1
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media {
    height: 100%;
    width: 100%
}

@media only screen and (max-width:880px) {
    .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .qodef-e-media-inner .price {
        margin: 0
    }

    .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .qodef-e-media-inner .qodef-woo-ratings {
        display: none
    }

    .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-image img {
        min-height: 250px;
        object-fit: cover
    }
}

.qodef-woo-product-list.qodef-item-layout--info-revealing li {
    overflow: hidden
}

.qodef-yith-wccl--predefined .qodef-woo-product-list.qodef-item-layout--info-revealing li.product .variations_form.cart {
    margin: -2px 0 0
}

.qodef-woo-product-list.qodef-item-layout--info-revealing li .qodef-e-media {
    height: 100%;
    width: 100%
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-e-inner .qodef-e-content {
    margin: 0;
    padding: 59px 37px 24px;
    transition: all .4s ease .1s;
    transform: translateY(80px);
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder .button {
    color: var(--qode-button-outlined-color, var(--qode-main-color));
    background-color: transparent;
    border: 0;
    padding: 0 !important;
    top: -17px;
    transform: translateY(10px);
    opacity: 0
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder .button:hover {
    color: var(--qode-button-hover-color, var(--qode-main-color))
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder .button:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: currentColor;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
    width: 0
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder .button:hover:after {
    width: 100%;
    left: 0
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder:hover .price {
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease !important;
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder:hover .button.product_type_external,
.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder:hover .button.product_type_grouped,
.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder:hover .button.product_type_simple,
.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder:hover .button.product_type_variable {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: .3s ease .1s !important;
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-e-inner .qodef-e-content .qodef-e-bottom-holder:hover .added_to_cart {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: .3s ease .1s !important;
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-revealing .qodef-e-inner:hover .qodef-e-content {
    transform: translateY(0);
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-revealing.qodef-woo-product-list--no-variations .qodef-e-inner .qodef-e-content {
    transform: translateY(60px)
}

.qodef-woo-product-list.qodef-item-layout--info-revealing.qodef-woo-product-list--no-variations .qodef-e-inner:hover .qodef-e-content {
    transform: translateY(0);
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-simple li .qodef-e-content {
    margin: 12px 0 0;
    text-align: center
}

.qodef-woo-product-list.qodef-item-layout--info-simple li .qodef-e-content .qodef-e-top-holder {
    margin-bottom: -1px
}

.qodef-woo-product-list.qodef-item-layout--info-simple li .qodef-e-media {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-woo-product-list.qodef-item-layout--info-simple li .qodef-e-media .qodef-e-media-inner {
    padding: 0
}

.qodef-woo-product-list.qodef-item-layout--info-simple .qodef-e-inner .button {
    --qode-x: 0px;
    --qode-y: calc(100% + 10px);
    opacity: 0;
    transform: translate3d(var(--qode-x), var(--qode-y), 0);
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .32, .97) !important;
    backface-visibility: hidden;
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-simple .qodef-e-inner .button .qodef-m-text {
    backface-visibility: hidden;
    will-change: transform
}

.qodef-woo-product-list.qodef-item-layout--info-simple .qodef-e-inner:hover .button {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
    grid-template-columns: minmax(0, 64.6%) minmax(0, 35.4%);
    gap: 60px
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .woocommerce-product-gallery__wrapper {
    display: grid;
    gap: 15px
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .woocommerce-product-gallery__wrapper::before {
    display: none
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,
.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    width: 100% !important
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single form.cart {
    display: flex;
    flex-wrap: wrap
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single form.cart button[type=submit] {
    flex: 1 0 0
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single form.cart .qodef-buy-now-button {
    flex: 1 0 100%
}

.qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single form.cart .variations_button {
    flex-wrap: wrap
}

.qodef-product-layout--centered-slider .qodef-page-title .qodef-m-content {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
    grid-template-columns: minmax(0, 32%) minmax(0, 36%) minmax(0, 32%);
    gap: 60px;
    max-width: 1680px;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-swiper-container .swiper-button-next,
.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-swiper-container .swiper-button-prev {
    display: none
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .qodef-woo-centered-slider-right .qodef-woo-centered-slider-right-heading {
    margin: 0 0 4px
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .qodef-woo-centered-slider-right .yith-wcwl-add-to-wishlist {
    margin-top: 54px !important
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .qodef-woo-centered-slider-right .qodef-e-additional-information {
    margin-top: 36px
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .qodef-woo-centered-slider-tabs-wrapper {
    max-width: 1600px;
    padding: 100px;
    margin: 72px auto 0;
    background-color: #fafafa
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .woocommerce-tabs {
    margin-top: 0
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .products.related,
.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .products.up-sells {
    max-width: 1680px;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .products.up-sells {
    border-bottom: 0
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .products.up-sells::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 1px;
    line-height: 0;
    background-color: #e1e1e1
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .products.up-sells .qodef-woo-product-list {
    margin-bottom: 73px
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single form.cart {
    max-width: 100%;
    flex-wrap: wrap
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single form.cart button[type=submit] {
    flex: 1 0 0
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single form.cart .qodef-buy-now-button {
    flex: 1 0 100%
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single form.cart .variations_button {
    flex-wrap: wrap
}

.qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper {
    max-width: 1680px;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto
}

.qodef-product-layout--fixed-info #qodef-page-inner {
    padding: 0 !important
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
    grid-template-columns: minmax(0, 43.1%) minmax(0, 56.9%);
    gap: 80px
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .entry-summary {
    padding: 92px 16% 100px 0
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .entry-summary .qodef-sticky-column--enable {
    position: sticky;
    top: 0;
    height: max-content
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image,
.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    display: none
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper,
.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    gap: 0
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper>.woocommerce-product-gallery__image,
.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper>.woocommerce-product-gallery__image {
    width: 100% !important;
    outline: 1px solid #ccc
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper>.woocommerce-product-gallery__image:nth-child(3n+1),
.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper>.woocommerce-product-gallery__image:nth-child(3n+1) {
    grid-column: span 2
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-product-gallery__wrapper {
    display: grid !important;
    gap: 0 !important
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-product-gallery__wrapper::before {
    display: none
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    outline: 1px solid #ccc
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image:nth-child(3n+1) {
    grid-column: span 2
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single form.cart {
    flex-wrap: wrap;
    max-width: 81%
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single form.cart button[type=submit] {
    flex: 1 0 0
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single form.cart .qodef-buy-now-button {
    flex: 1 0 100%
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single form.cart .variations_button {
    flex-wrap: wrap
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-tabs {
    margin-top: 90px
}

.qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-message {
    margin: -1px 0 0 !important;
    border-color: #ccc
}

.widget_ettore_core_woo_side_area_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_ettore_core_woo_side_area_cart .qodef-m-opener-icon {
    display: inline-flex
}

.widget_ettore_core_woo_side_area_cart .qodef-m-order-amount-holder,
.widget_ettore_core_woo_side_area_cart .qodef-woo-side-area-cart-label {
    display: inline-block;
    margin: 0 0 12px
}

.widget_ettore_core_woo_side_area_cart .qodef-m-opener-empty,
.widget_ettore_core_woo_side_area_cart .qodef-m-opener-total {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    color: #000;
    margin-left: 3px
}

.qodef-skin--light .widget_ettore_core_woo_side_area_cart .qodef-m-opener-empty,
.qodef-skin--light .widget_ettore_core_woo_side_area_cart .qodef-m-opener-total {
    color: #fff
}

.widget_ettore_core_woo_side_area_cart .qodef-m-opener-empty {
    margin-left: 5px
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    position: fixed;
    top: 0;
    right: -550px;
    height: 100vh;
    width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 67px 0 109px;
    background-color: #fff;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

@media only screen and (max-width:880px) {
    .widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
        width: 100%;
        right: -100%
    }
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content:before {
    z-index: -2;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .4);
    transition: opacity .35s ease-out;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vH;
    width: 100vW
}

.qodef-side-area-cart--opened .widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content:before {
    opacity: 1;
    pointer-events: all
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content:after {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.admin-bar .widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
    top: 32px;
    height: calc(100vh - 32px)
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
    position: absolute;
    top: 61px;
    right: 67px;
    display: block;
    font-size: 34px;
    z-index: 1000
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close:hover svg line {
    animation: qode-draw .9s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close:hover svg line:nth-of-type(2) {
    animation-delay: 90ms
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
    padding: 0 65px
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 65px !important
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px !important;
    border-top: 1px solid #ccc;
    padding-top: 20px
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
    margin-top: 0
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
    flex-shrink: 0;
    width: 90px;
    margin-right: 20px
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,
.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
    display: block
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
    width: 100%;
    padding-right: 20px
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
    margin: -7px 0 0
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
    margin: 5px 0 0;
    font-weight: 500;
    color: #000
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
    margin: -2px 0 0;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
    color: #333
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
    position: absolute;
    top: 12px;
    right: 5px;
    font-size: 20px;
    line-height: 1;
    z-index: 5
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove .qodef-svg--close {
    width: 8px
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0 65px
}

@media only screen and (max-width:680px) {
    .widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
        padding: 0 7%;
        margin-bottom: 30px
    }
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
    margin: 0
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
    position: absolute;
    bottom: 45px;
    left: 0;
    margin: 0 65px;
    display: block
}

@media only screen and (max-width:680px) {
    .widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
        display: flex;
        flex-direction: column;
        width: 86%;
        row-gap: 10px;
        margin: 0 7%;
        bottom: 20px
    }
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: .08em;
    font-family: Jost, sans-serif;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    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;
    padding: 19px 66px 19px 67px;
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, #000);
    border: 1px solid transparent
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-btn-text,
.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-m-more-text,
.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-m-text {
    display: inline-block;
    position: relative
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-btn-text:after,
.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-m-more-text:after,
.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-m-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: currentColor;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
    width: 0
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover .qodef-btn-text:after,
.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover .qodef-m-more-text:after,
.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover .qodef-m-text:after {
    width: 100%;
    left: 0
}

.widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:first-child {
    margin-right: 7px
}

@media only screen and (max-width:680px) {
    .widget_ettore_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:first-child {
        margin-right: 0
    }
}

.widget_ettore_core_woo_side_area_cart.qodef--opened .qodef-widget-side-area-cart-content {
    right: 0;
    visibility: visible
}

.widget_ettore_core_yith_wishlist {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.widget_ettore_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.widget_ettore_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link {
    display: flex;
    align-items: center
}

.widget_ettore_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-icon-count-holder {
    position: relative;
    display: inline-flex
}

.widget_ettore_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-widget-icon {
    display: inline-flex
}

.widget_ettore_core_yith_wishlist .qodef-wishlist-widget-holder .qodef-wishlist-inner .qodef-wishlist-widget-link .qodef-wishlist-widget-icon svg {
    width: 17px;
    height: 17px;
    fill: currentColor
}

.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode .wpb_row,
.qodef-shortcode ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important
}

.qodef-vc-row-wrapper.qodef--parallax-row {
    width: 100%
}

.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
    height: auto !important
}

.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
    width: auto;
    opacity: 1;
    will-change: opacity;
    transition: opacity .35s ease-out;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    will-change: opacity;
    transition: opacity .35s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
    opacity: 0
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo {
    width: auto;
    opacity: var(--qodef-client-initial-opacity, 1);
    will-change: opacity;
    transition: opacity .3s ease;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo {
    opacity: var(--qodef-client-hover-opacity, .5)
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-logo {
    width: auto;
    display: inline-block;
    --qode-move: -3px;
    transform: translateY(0);
    transition: transform .4s cubic-bezier(.35, .79, .42, .94)
}

.qodef-browser--safari .qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-logo {
    will-change: transform
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--move .qodef-e:hover .qodef-e-logo {
    transform: translateY(var(--qode-move))
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
    width: auto;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-testimonials-list .qodef-e-inner .qodef-e-content {
    text-align: center
}

.qodef-testimonials-list .qodef-e-media-image {
    line-height: 0;
    margin-bottom: 25px
}

.qodef-testimonials-list .qodef-e-media-image img {
    width: auto
}

.qodef-testimonials-list .qodef-rating-holder {
    margin: 0 0 31px
}

.qodef-testimonials-list .qodef-rating-holder .qodef-svg--testimonial-star {
    width: 15px;
    height: auto;
    margin-right: 1px
}

.qodef-testimonials-list .qodef-rating-holder>span {
    display: none
}

.qodef-testimonials-list .qodef-rating-holder>.qodef-e-current-rating {
    display: inline-block
}

.qodef-testimonials-list .qodef-rating-holder>.qodef-e-current-rating .rating-stars {
    fill: #99794c
}

.qodef-testimonials-list .qodef-rating-holder>.qodef-e-current-rating:last-child {
    margin-right: 0
}

.qodef-testimonials-list .qodef-rating-holder>.qodef-e-current-rating>span {
    font-size: 16px;
    font-weight: 400
}

.qodef-testimonials-list .qodef-e-title {
    margin: 0 0 22px
}

.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 22px
}

.qodef-testimonials-list .qodef-e-author {
    margin: 0
}

.qodef-testimonials-list .swiper-pagination-bullets {
    text-align: left;
    bottom: 0 !important
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: var(--qode-main-color)
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
    color: #fff
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
    background-color: #fff
}

.qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .qodef-e-inner {
    padding: 0 20%
}

@media only screen and (max-width:1200px) {
    .qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .qodef-e-inner {
        padding: 0 10%
    }
}

@media only screen and (max-width:880px) {
    .qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .qodef-e-inner {
        padding: 0 7%
    }
}

.qodef-testimonials-list.qodef-swiper-container~.swiper-button-next>svg,
.qodef-testimonials-list.qodef-swiper-container~.swiper-button-prev>svg {
    width: 16px
}

.qodef-testimonials-list.qodef-swiper-container~.swiper-button-next>svg polyline,
.qodef-testimonials-list.qodef-swiper-container~.swiper-button-prev>svg polyline {
    stroke-width: 1
}

.qodef-testimonials-list.qodef-swiper-container~.swiper-button-prev.swiper-button-outside {
    left: 119px !important
}

.qodef-testimonials-list.qodef-swiper-container~.swiper-button-next.swiper-button-outside {
    right: 119px !important
}

.qodef-testimonials-list.swiper-container-horizontal>.swiper-pagination-bullets,
.qodef-testimonials-list.swiper-horizontal>.swiper-pagination-bullets {
    margin-top: 45px
}

.qodef-review-rating {
    display: flex
}

.qodef-review-rating .qodef-rating-inner {
    display: flex;
    flex-basis: 50%
}

.qodef-review-rating label {
    margin: 0 10px 0 0
}

.qodef-review-rating .qodef-comment-rating-box {
    display: flex;
    margin: 0
}

.qodef-review-rating .qodef-star-rating {
    position: relative;
    display: block;
    margin: 0 .1em 0 0;
    cursor: pointer;
    color: var(--qode-main-color)
}

.qodef-review-rating .qodef-star-rating svg {
    display: block;
    width: 14px;
    height: auto;
    fill: none;
    stroke: currentColor
}

.qodef-review-rating .qodef-star-rating.active svg {
    fill: currentColor
}

.qodef-review-rating .qodef-comments-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
    color: var(--qode-main-color)
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: .1em;
    width: 14px;
    height: auto;
    fill: currentColor
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
    margin-right: 0
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--initial {
    color: #e6e6e6
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
    color: var(--qode-main-color);
    font-size: 60px;
    line-height: 1em;
    font-weight: 700
}

.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
    vertical-align: middle;
    margin: 2px 0 0
}

.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
    vertical-align: middle;
    font-size: 20px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
    vertical-align: middle;
    padding-left: 200px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
    line-height: 28px
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
    padding: 6px 0
}

.qodef-reviews-per-mark .qodef-reviews-number-holder {
    display: flex;
    align-items: center
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center
}

.qodef-reviews-per-mark .qodef-reviews-number {
    font-size: 72px;
    color: #ffd740;
    font-weight: 700;
    line-height: 1em
}

.qodef-reviews-per-mark .qodef-stars-wrapper {
    display: table-cell;
    vertical-align: middle
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
    display: block
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
    color: #ffd740
}

.qodef-reviews-per-mark .qodef-reviews-count {
    font-weight: 700;
    font-size: 14px
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
    width: 75%;
    padding: 29px 50px 40px;
    background-color: #fafafa;
    border-left: 1px solid #e5e5e5
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
    display: inline-block;
    vertical-align: middle
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
    display: block
}

.qodef-comment-list .qodef-comment-name {
    float: none
}

.qodef-comment-list .qodef-review-rating {
    display: inline-block;
    width: 100%
}

.qodef-comment-list .qodef-rating-inner {
    display: inline-block;
    width: 100%
}

@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }

    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0
    }
}

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100
    }

    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
}

.qodef-search-cover-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    z-index: -1;
    transition: opacity .3s ease
}

.qodef-search-cover-form .qodef-m-search-cover-icon {
    display: inline-flex;
    margin-right: 10px
}

.qodef-search-cover-form .qodef-m-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px;
    max-width: 740px;
    margin: 0 auto
}

.qodef-search-cover-form .qodef-m-form-field {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline-offset: 0
}

.qodef-search-cover-form .qodef-m-form-field:focus {
    color: var(--qode-main-color)
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
    color: inherit;
    opacity: 1
}

.qodef-search-cover-form .qodef-m-close {
    flex-shrink: 0
}

.qodef-search-cover-form .qodef-m-close .qodef-svg--close {
    width: 9px;
    height: 9px
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
    animation: cover_search_fade_out .3s ease both
}

.qodef-covers-search--fadein .qodef-search-cover-form {
    animation: cover_search_fade_in .3s ease both
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
    display: none
}

.qodef-fullscreen-search-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .98);
    z-index: 100
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
    display: none
}

.qodef-fullscreen-search-holder .qodef-m-inner {
    width: 100%
}

.qodef-fullscreen-search-holder .qodef-m-form {
    position: relative;
    width: 60%;
    margin: 0 auto
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: var(--qode-main-color);
    line-height: 2em;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0;
    margin: 0;
    color: var(--qode-main-color);
    background: 0 0;
    border: 0;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    transition: color .2s ease-out
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
    color: var(--qode-main-color);
    background: 0 0
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
    opacity: 1;
    bottom: 10px;
    transition: color .2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
    font-size: 18px
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #000;
    transition: all .3s ease
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
    width: 100%;
    transition: width .5s ease .6s
}

.qodef-fullscreen-search-holder .qodef-m-close {
    position: absolute;
    top: 33px;
    right: 70px;
    color: #333;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
    top: 72px
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
    color: var(--qode-main-color)
}

.qodef-fullscreen-search-holder .qodef-m-close:hover svg line {
    animation: qode-draw .9s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.qodef-fullscreen-search-holder .qodef-m-close:hover svg line:nth-of-type(2) {
    animation-delay: 90ms
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
    font-size: 25px
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
    opacity: 1;
    visibility: visible
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_out .3s ease both
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
    animation: fullscreen_search_fade_in .3s ease both
}

@keyframes fullscreen_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fullscreen_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

.qodef-search-opener>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

.qodef-search-opener.qodef-source--icon-pack {
    font-size: 23px
}

.qodef-search-opener .qodef-search-opener-text {
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    color: #000;
    margin-left: 5px
}

.qodef-skin--light .qodef-search-opener .qodef-search-opener-text {
    color: #fff
}

.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none
}

.qodef-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-accordion.qodef--init {
    visibility: visible
}

.qodef-accordion.qodef-layout--simple {
    border-bottom: 1px solid #ccc
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 10px 12px 0;
    transition: color .2s ease-out, background-color .2s ease-out;
    cursor: pointer;
    border: 0 solid #ccc;
    border-top-width: 1px;
    margin: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    position: relative;
    flex-shrink: 0;
    width: 11px;
    height: 11px;
    line-height: 1;
    text-align: center;
    margin-right: 18px;
    margin-bottom: 4px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
    display: block;
    line-height: inherit
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus line:nth-of-type(1) {
    transition: clip-path .35s;
    clip-path: inset(0 -1px)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
    border-bottom: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus line:nth-of-type(1),
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus line:nth-of-type(1) {
    clip-path: inset(50% -1px)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding: 0 0 10px;
    margin: 0
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content .qodef-accordion-content-inner {
    padding: 10px 0 0 30px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0;
    line-height: 27px
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content.ui-accordion-content-active {
    display: block !important
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
    display: none
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-mark span.qodef-icon--plus line:nth-of-type(1) {
    transition: clip-path .35s;
    clip-path: inset(0 -1px)
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus line:nth-of-type(1),
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus line:nth-of-type(1) {
    clip-path: inset(50% -1px)
}

.qodef-author-info {
    text-align: center
}

.qodef-author-info .qodef-author-info-inner {
    position: relative;
    background-color: #f2f7f7;
    padding: 71px 0 57px
}

.qodef-author-info .qodef-author-info-inner>img {
    border-radius: 50%
}

.qodef-author-info .qodef-author-info-inner .qodef-author-info-name {
    margin-top: 12px;
    margin-bottom: 6px
}

.qodef-author-info .qodef-m-signature-image {
    display: block;
    position: relative;
    margin: -20px 0 24px
}

.qodef-author-info .qodef-author-info-description {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    color: #333;
    margin: 0 0 19px
}

.widget.widget_ettore_core_author_info .qodef-m-social-icons a {
    margin-right: 17px;
    display: inline-block;
    --qode-move: -2px;
    transform: translateY(0);
    transition: transform .4s cubic-bezier(.35, .79, .42, .94)
}

.qodef-browser--safari .widget.widget_ettore_core_author_info .qodef-m-social-icons a {
    will-change: transform
}

.widget.widget_ettore_core_author_info .qodef-m-social-icons a:hover {
    transform: translateY(var(--qode-move))
}

.widget.widget_ettore_core_author_info a {
    color: #000
}

.qodef-author-pagination--on .qodef-m-pagination-spinner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: auto;
    fill: var(--qode-main-color);
    stroke: none;
    visibility: hidden;
    z-index: -1;
    animation: qode-rotate 2s infinite linear
}

.qodef-author-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
    opacity: 1;
    transition: opacity .2s ease-out
}

.qodef-author-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
    opacity: 0
}

.qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-m-pagination-spinner {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 16px)
}

.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
    opacity: 0
}

.qodef-author-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-m-pagination-spinner {
    visibility: visible;
    z-index: 1
}

.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

@media only screen and (max-width:880px) {
    .qodef-banner.qodef-880-custom-banner-padding .qodef-m-content-inner {
        padding: 60px 100px !important
    }
}

.qodef-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.qodef-banner .qodef-m-title-holder {
    display: flex;
    position: relative;
    flex-direction: row
}

@media only screen and (max-width:1200px) {
    .qodef-banner .qodef-m-title-holder {
        flex-direction: column;
        align-items: center
    }
}

@media only screen and (max-width:880px) {
    .qodef-banner .qodef-m-title-holder {
        text-align: center
    }
}

.qodef-banner .qodef-m-title-holder .qodef-m-icon-image {
    display: inline-block;
    width: 46px;
    height: auto;
    position: absolute;
    left: -63px
}

@media only screen and (max-width:1200px) {
    .qodef-banner .qodef-m-title-holder .qodef-m-icon-image {
        position: relative;
        left: 0;
        margin-bottom: 10px
    }
}

.qodef-banner .qodef-m-image-logo {
    margin-top: 20px;
    display: inline-block
}

.qodef-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.qodef-banner .qodef-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.qodef-banner .qodef-m-title {
    margin: 10px 0 4px
}

.qodef-banner span.qodef-m-title {
    font-family: Jost, sans-serif
}

.qodef-banner p.qodef-m-title {
    font-family: Cinzel, sans-serif;
    font-size: 55px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: .01em;
    text-transform: uppercase
}

@media only screen and (max-width:1512px) {
    .qodef-banner p.qodef-m-title {
        font-size: 49px
    }
}

@media only screen and (max-width:880px) {
    .qodef-banner p.qodef-m-title {
        font-size: 37px !important;
        line-height: 45px !important
    }
}

.qodef-banner .qodef-m-content-inner>span.qodef-m-text {
    font-size: 18px;
    line-height: 27px;
    margin-top: 5px
}

.qodef-banner .qodef-m-title-inner {
    display: inline-block
}

.qodef-banner .qodef-m-subtitle {
    font-family: Jost, sans-serif;
    margin: 0
}

.qodef-banner .qodef-m-text-field {
    font-size: 15px;
    color: var(--qode-main-color);
    margin: 0 0 10px;
    font-style: italic
}

.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}

.qodef-banner .qodef-m-image img {
    display: block;
    transition: all .35s ease-out
}

.qodef-banner.qodef-banner-full-height {
    height: 100vh;
    overflow: hidden
}

.qodef-banner.qodef-banner-full-height .qodef-m-image img {
    object-fit: cover;
    height: 100vh
}

@media only screen and (max-width:680px) {
    .qodef-banner.qodef-banner-full-height {
        height: auto
    }

    .qodef-banner.qodef-banner-full-height .qodef-m-image img {
        height: 50vh
    }
}

.qodef-banner.qodef-banner--light .qodef-m-content-inner .qodef-m-additional-text,
.qodef-banner.qodef-banner--light .qodef-m-content-inner .qodef-m-subtitle,
.qodef-banner.qodef-banner--light .qodef-m-content-inner .qodef-m-title,
.qodef-banner.qodef-banner--light .qodef-m-content-inner>.qodef-m-text {
    color: #fff
}

.qodef-banner.qodef-banner--light .qodef-m-button .qodef-layout--textual {
    color: #fff
}

.qodef-banner.qodef-banner--light .qodef-m-button .qodef-layout--textual .qodef-m-button-arrow svg polyline {
    stroke: #fff
}

.qodef-banner.qodef-banner--light .qodef-m-button .qodef-layout--filled {
    color: var(--qode-main-color);
    background-color: #fff;
    border: 1px solid #fff
}

.qodef-banner.qodef-alignment--center .qodef-m-content-inner {
    align-items: center !important;
    text-align: center
}

.qodef-banner.qodef-alignment--center .qodef-m-content-inner .qodef-m-title-holder {
    text-align: center
}

@media only screen and (max-width:880px) {
    .qodef-banner.qodef-alignment--center .qodef-m-content-inner .qodef-m-title-holder {
        text-align: center;
        justify-content: center
    }
}

@media only screen and (max-width:880px) {
    .qodef-banner.qodef-alignment--center .qodef-m-content-inner {
        align-items: center !important
    }
}

.qodef-banner.qodef-alignment--left .qodef-m-content-inner {
    align-items: flex-start !important
}

@media only screen and (max-width:880px) {
    .qodef-banner.qodef-alignment--left .qodef-m-content-inner {
        align-items: center !important
    }
}

.qodef-banner.qodef-alignment--right .qodef-m-content-inner {
    align-items: flex-end !important
}

@media only screen and (max-width:880px) {
    .qodef-banner.qodef-alignment--right .qodef-m-content-inner {
        align-items: center !important
    }
}

.qodef-banner.qodef-vertical-alignment--top .qodef-m-content-inner {
    justify-content: flex-start !important
}

.qodef-banner.qodef-vertical-alignment--middle .qodef-m-content-inner {
    justify-content: center !important
}

.qodef-banner.qodef-vertical-alignment--bottom .qodef-m-content-inner {
    justify-content: flex-end !important
}

.qodef-banner.qodef--parallax {
    overflow: hidden
}

.qodef-banner.qodef--parallax .qodef-m-image img:nth-of-type(1) {
    opacity: 0
}

.qodef-banner.qodef--parallax .qodef-m-image img:nth-of-type(2) {
    height: 120%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: unset;
    translate: -50% 0;
    transition: none;
    opacity: 0
}

.qodef-banner.qodef--parallax.qodef--parallax-reverse .qodef-m-image img:nth-of-type(2) {
    bottom: 0;
    top: unset
}

.qodef-banner.qodef--has-appear {
    overflow: hidden
}

.qodef-banner.qodef--has-appear .qodef-m-image {
    clip-path: inset(0 0 0 100%);
    transition: clip-path 1.85s cubic-bezier(.25, 1, .5, 1)
}

.qodef-banner.qodef--has-appear .qodef-m-content {
    --qode-x: 0px;
    --qode-y: 30px;
    opacity: 0;
    transform: translate3d(var(--qode-x), var(--qode-y), 0);
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .32, .97)
}

.qodef-banner.qodef--has-appear .qodef-m-button {
    --qode-x: 0px;
    --qode-y: 30px;
    opacity: 0;
    transform: translate3d(var(--qode-x), var(--qode-y), 0);
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .32, .97)
}

.qodef-banner.qodef--has-appear.qodef--appeared .qodef-m-image {
    clip-path: inset(0 -1px 0 0)
}

.qodef-banner.qodef--has-appear.qodef--appeared .qodef-m-content {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .4s, .4s
}

.qodef-banner.qodef--has-appear.qodef--appeared .qodef-m-button {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .6s, .6s
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px 79px 100px
}

@media only screen and (max-width:1512px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 70px
    }
}

@media only screen and (max-width:680px) {
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 30px 25px !important
    }
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 10px 0
}

.qodef-banner.qodef-layout--link-button span.qodef-m-title {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 0
}

.qodef-banner.qodef-layout--link-button p.qodef-m-title {
    margin: 0 0 27px
}

.qodef-banner.qodef-layout--link-button .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
    margin: 0
}

@media only screen and (max-width:1200px) {
    .qodef-banner.qodef-banner-side-padding-0-1200 .qodef-m-content-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
        align-items: center !important
    }
}

@media only screen and (max-width:880px) {
    .qodef-banner.qodef-custom-mobile-0-margin-button .qodef-m-button .qodef-button {
        margin: 0 !important
    }
}

.qodef-banner.qodef-layout--link-image .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px
}

.qodef-banner.qodef-layout--link-image .qodef-m-title {
    margin: 10px 0
}

.qodef-banner.qodef-layout--link-image .qodef-m-text {
    margin: 0
}

.qodef-banner.qodef-layout--link-image .qodef-m-button {
    margin: 10px 0 0
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 87px
}

@media only screen and (max-width:680px) {
    .qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
        padding: 30px 25px !important
    }
}

.qodef-banner.qodef-layout--link-simple .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 82px 87px 87px
}

@media only screen and (max-width:1512px) {
    .qodef-banner.qodef-layout--link-simple .qodef-m-content-inner {
        padding: 70px
    }
}

@media only screen and (max-width:1200px) {
    .qodef-banner.qodef-layout--link-simple .qodef-m-content-inner {
        padding: 7%
    }
}

@media only screen and (max-width:680px) {
    .qodef-banner.qodef-layout--link-simple .qodef-m-content-inner {
        padding: 30px 25px !important
    }
}

.qodef-banner.qodef-layout--link-simple .qodef-m-content-inner span.qodef-m-title {
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    margin: 10px 0 18px
}

@media only screen and (max-width:880px) {
    .qodef-banner.qodef-layout--link-simple .qodef-m-content-inner span.qodef-m-title {
        font-size: 50px;
        line-height: 50px
    }
}

.qodef-banner.qodef-layout--link-simple .qodef-m-content-inner .qodef-m-text {
    max-width: 684px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.qodef-banner.qodef-layout--link-simple .qodef-m-content-inner p.qodef-m-text {
    font-size: 18px;
    line-height: 28px
}

.qodef-banner.qodef-layout--link-simple .qodef-m-additional-text {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .025em;
    line-height: 29px;
    text-transform: uppercase;
    max-width: 60%;
    text-align: center
}

@media only screen and (max-width:1368px) {
    .qodef-banner.qodef-layout--link-simple .qodef-m-additional-text {
        max-width: 80%
    }
}

@media only screen and (max-width:880px) {
    .qodef-banner.qodef-layout--link-simple .qodef-m-additional-text {
        max-width: 100%
    }
}

@media only screen and (max-width:880px) {
    .qodef-banner.qodef-layout--link-simple.qodef-mobile-banner-880-80 .qodef-m-additional-text {
        max-width: 80%
    }
}

.widget.widget_ettore_core_banner .qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
    justify-content: space-between;
    padding: 41px 30px 57px
}

.widget.widget_ettore_core_banner .qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner .qodef-m-button .qodef-button.qodef-layout--textual {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em
}

.qodef-button.qodef-html--link {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: .08em;
    font-family: Jost, sans-serif;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    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;
    padding: 19px 66px 19px 67px
}

.qodef-button.qodef-size--small {
    padding: 19px 50px
}

.qodef-button.qodef-size--large {
    padding: 24px 68px 24px 69px
}

.qodef-button.qodef-size--full {
    width: 100%;
    padding: 12px 20px;
    justify-content: center;
    text-align: center
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: var(--qode-button-color, #fff);
    background-color: var(--qode-button-bg-color, #000);
    border: 1px solid transparent
}

.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text {
    display: inline-block;
    position: relative
}

.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: currentColor;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
    width: 0
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-m-text:after {
    width: 100%;
    left: 0
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-button-outlined-color, var(--qode-main-color));
    background-color: transparent;
    border: 1px solid var(--qode-button-border-color, var(--qode-main-color))
}

.qodef-button.qodef-layout--outlined .qodef-m-text {
    display: inline-block;
    position: relative
}

.qodef-button.qodef-layout--outlined .qodef-m-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: currentColor;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
    width: 0
}

.qodef-button.qodef-layout--outlined:hover .qodef-m-text:after {
    width: 100%;
    left: 0
}

.qodef-button.qodef-layout--textual {
    color: var(--qode-button-outlined-color, var(--qode-main-color));
    background-color: transparent;
    border: 0;
    padding: 0 !important
}

.qodef-button.qodef-layout--textual:hover {
    color: var(--qode-button-hover-color, var(--qode-main-color))
}

.qodef-button.qodef-layout--textual:hover .qodef-m-text:after {
    width: 100%;
    left: 0
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    position: relative
}

.qodef-button.qodef-layout--textual .qodef-m-text:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: currentColor;
    transition: width .4s cubic-bezier(.22, .61, .36, 1);
    width: 0
}

.qodef-button.qodef-layout--textual .qodef-m-button-arrow {
    margin-left: 9px;
    position: relative
}

.qodef-button.qodef-layout--textual .qodef-m-button-arrow svg {
    display: block;
    height: 9px;
    width: auto;
    position: relative;
    top: -1px
}

.qodef-button.qodef-layout--textual .qodef-m-button-arrow svg polyline {
    fill: none;
    stroke: var(--qode-main-color);
    stroke-linecap: round;
    stroke-linejoin: round
}

.qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: flex;
    align-items: center
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
    justify-content: space-between
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
    justify-content: center
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
    padding-right: 20px
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content>* {
    margin: 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    flex: 0 0 auto
}

.qodef-cards-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0
}

.qodef-cards-gallery .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-cards-gallery img {
    position: relative;
    display: block;
    box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), .5)
}

.qodef-cards-gallery .qodef-m-fake-card {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.qodef-cards-gallery .qodef-m-card {
    position: absolute;
    transition: all .15s ease
}

.qodef-cards-gallery .qodef-m-card.qodef-animating {
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    pointer-events: none
}

.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
    transition: all .6s cubic-bezier(0, 0, 0, 1);
    pointer-events: none
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
    left: 0;
    will-change: transform
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
    transform: translateX(-100%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
    transform: scale(.5) translateX(80%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
    transform: scale(.6) translateX(54%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
    transform: scale(.7) translateX(35%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
    transform: scale(.8) translateX(21%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
    transform: scale(.9) translateX(9.2%)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-left: 10px !important
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
    right: 0;
    will-change: transform
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
    transform: translateX(100%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
    transform: scale(.5) translateX(-80%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
    transform: scale(.6) translateX(-54%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
    transform: scale(.7) translateX(-35%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
    transform: scale(.8) translateX(-21%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
    transform: scale(.9) translateX(-9.2%)
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
    cursor: pointer
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-right: 10px !important
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle img {
    visibility: hidden
}

@keyframes qodefCardAppearFromRight {
    0% {
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        visibility: visible
    }

    30% {
        opacity: 1;
        visibility: visible
    }

    100% {
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img {
    animation: qodefCardAppearFromRight 1s cubic-bezier(.19, 1, .22, 1) forwards
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    animation-delay: .2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    animation-delay: .4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    animation-delay: .6s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    animation-delay: .8s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    animation-delay: 1s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    animation-delay: 1.2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    animation-delay: 1.4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    animation-delay: 1.6s
}

@keyframes qodefCardAppearFromLeft {
    0% {
        visibility: visible;
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    30% {
        visibility: visible;
        opacity: 1
    }

    100% {
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img {
    animation: qodefCardAppearFromLeft 1s cubic-bezier(.19, 1, .22, 1) forwards
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
    animation-delay: .2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
    animation-delay: .4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
    animation-delay: .6s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
    animation-delay: .8s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
    animation-delay: 1s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
    animation-delay: 1.2s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
    animation-delay: 1.4s
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
    animation-delay: 1.6s
}

.qodef-countdown .qodef-m-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
    width: 100%
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
    width: 50%
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
    width: 33.3333333333%
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
    width: 25%
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
    width: 20%
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 16.6666666667%
}

.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
    color: #fff
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
    font-family: inherit;
    font-size: 90px;
    line-height: 1em;
    font-weight: 600;
    color: var(--qode-main-color)
}

.qodef-counter.qodef-layout--simple {
    text-align: center
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: inherit;
    font-weight: 600;
    font-size: 75px;
    line-height: 1;
    color: var(--qode-main-color)
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin: 5px 0 0 0
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin: 0
}

.widget.widget_ettore_core_custom_font {
    margin-bottom: 0 !important
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 32px;
    line-height: 1.3125em
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 1.4090909091em;
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-frame-slider-holder {
    position: relative;
    margin-bottom: 106px
}

.qodef-frame-slider-holder .qodef-frame-slider-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 100
}

.qodef-frame-slider-holder .qodef-frame-slider-image img {
    width: 100%
}

.qodef-frame-slider-holder .qodef-m-swiper {
    overflow: hidden
}

.qodef-frame-slider-holder .qodef-m-item {
    height: 0;
    width: 0;
    margin: 0 5%;
    padding-left: 50%;
    padding-top: 33.9565741858%
}

.qodef-frame-slider-holder .qodef-m-item img {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 4%;
    border-top-right-radius: 4%;
    object-fit: cover
}

.qodef-frame-slider-holder .swiper-pagination-bullets {
    bottom: -106px !important
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%
}

.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block
}

.qodef-google-map .qodef-m-map img {
    max-width: none
}

.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
    display: block
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 16px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block
}

#qodef-page-sidebar .widget.widget_ettore_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_ettore_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_ettore_core_icon_list_item {
    margin-bottom: 0
}

.qodef-icon-with-text .qodef-m-title {
    margin: 0
}

.qodef-icon-with-text .qodef-m-title a {
    display: block
}

.qodef-icon-with-text .qodef-m-text {
    margin: 8px 0 0
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1
}

.qodef-icon-with-text .qodef-m-icon-wrapper .qodef-m-svg {
    display: inline-block
}

.qodef-icon-with-text .qodef-icon-holder {
    float: none
}

.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block
}

.qodef-icon-with-text.qodef--border-around {
    border: 1px solid #ccc;
    padding: 50px 44px 54px
}

@media only screen and (max-width:1512px) {
    .qodef-icon-with-text.qodef--border-around {
        padding: 30px 10%
    }
}

@media only screen and (max-width:1200px) {
    .qodef-icon-with-text.qodef--border-around {
        padding: 30px 6%
    }
}

.qodef-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: center
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 32px
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-text {
    margin: 3px 0 0
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 32px
}

.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
    max-width: 50%
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 21px
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
    max-width: 50%;
    margin: 0 auto
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--left img {
    margin-left: 0
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--right img {
    margin-right: 0
}

#qodef-page-sidebar .widget.widget_ettore_core_icon_with_text {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_ettore_core_icon_with_text {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_ettore_core_icon_with_text {
    margin-bottom: 0
}

.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1
}

.qodef-icon-holder a {
    display: block
}

.qodef-icon-holder .qodef-icon {
    display: block;
    line-height: inherit
}

.qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit
}

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background-color: var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
    background-color: var(--qode-main-color)
}

.qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%
}

.qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em
}

.qodef-icon-holder.qodef-size--small {
    font-size: 2em
}

.qodef-icon-holder.qodef-size--medium {
    font-size: 3em
}

.qodef-icon-holder.qodef-size--large {
    font-size: 4em
}

.qodef-icon-holder.qodef-size--huge {
    font-size: 5em
}

.widget.widget_ettore_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_ettore_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_ettore_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_ettore_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery.swiper-container-horizontal>.swiper-pagination-bullets,
.qodef-image-gallery.swiper-horizontal>.swiper-pagination-bullets {
    margin-top: 33px
}

.qodef-image-hotspots .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-image-hotspots .qodef-e {
    position: absolute;
    left: var(--qode-hotspot-left-1920, 0);
    top: var(--qode-hotspot-top-1920, 0)
}

@media only screen and (max-width:1368px) {
    .qodef-image-hotspots .qodef-e {
        left: var(--qode-hotspot-left-1368, 0);
        top: var(--qode-hotspot-top-1368, 0)
    }
}

@media only screen and (max-width:1200px) {
    .qodef-image-hotspots .qodef-e {
        left: var(--qode-hotspot-left-1200, 0);
        top: var(--qode-hotspot-top-1200, 0)
    }
}

@media only screen and (max-width:1024px) {
    .qodef-image-hotspots .qodef-e {
        left: var(--qode-hotspot-left-1024, 0);
        top: var(--qode-hotspot-top-1024, 0)
    }
}

@media only screen and (max-width:880px) {
    .qodef-image-hotspots .qodef-e {
        left: var(--qode-hotspot-left-880, 0);
        top: var(--qode-hotspot-top-880, 0)
    }
}

.qodef-image-hotspots .qodef-e.qodef--reverse .qodef-e-content {
    left: -11px;
    transform: translateX(-100%)
}

.qodef-image-hotspots .qodef-e-link,
.qodef-image-hotspots .qodef-e-no-link {
    display: inline-block;
    position: relative
}

.qodef-image-hotspots .qodef-e-link:hover .qodef-e-content,
.qodef-image-hotspots .qodef-e-no-link:hover .qodef-e-content {
    opacity: 1;
    visibility: visible
}

.qodef-image-hotspots .qodef-e-link:hover .qodef-e-text,
.qodef-image-hotspots .qodef-e-no-link:hover .qodef-e-text {
    color: #333
}

.qodef-image-hotspots .qodef-e-pin {
    border: 1px solid currentColor;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    height: 25px;
    position: relative;
    width: 25px;
    z-index: 1
}

.qodef-image-hotspots .qodef-e-pin:after {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: 17px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 17px
}

.qodef-image-hotspots .qodef-e-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 36px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-out;
    visibility: hidden;
    z-index: 2
}

.qodef-image-hotspots .qodef-e-title {
    background-color: #fff;
    line-height: 1em;
    margin: 0;
    padding: 7px 13px 7px 10px;
    white-space: nowrap
}

.qodef-image-hotspots .qodef-e-text {
    background-color: #fff;
    line-height: 1em;
    margin: 0;
    padding: 2px 13px 7px 10px
}

.qodef-image-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-marquee .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    overflow: hidden
}

.qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: none
}

.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
    background-size: cover !important
}

.qodef-image-marquee .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.qodef-image-marquee .qodef-m-image.qodef-image--copy {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0)
}

.qodef-image-marquee .qodef-m-image a {
    position: relative;
    display: block
}

@keyframes qode-move-marquee {
    0% {
        transform: translateX(0) translateZ(0)
    }

    100% {
        transform: translateX(-100%) translateZ(0)
    }
}

@keyframes qode-move-marquee-copy {
    0% {
        transform: translateX(100%) translateZ(0)
    }

    100% {
        transform: translateX(0) translateZ(0)
    }
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text.qodef-image-with-text-full-height {
    height: 100vh;
    overflow: hidden
}

.qodef-image-with-text.qodef-image-with-text-full-height .qodef-m-image img {
    object-fit: cover;
    height: 100vh
}

@media only screen and (max-width:880px) {
    .qodef-image-with-text.qodef-image-with-text-mobile-fix-height .qodef-m-image img {
        min-height: 400px;
        object-fit: cover
    }
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block
}

.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-title {
    margin: 22px 0 0
}

.qodef-image-with-text .qodef-m-text {
    margin: 7px 0 0;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    color: #333
}

.qodef-image-with-text.qodef-alignment--center {
    text-align: center
}

.qodef-image-with-text.qodef-alignment--left {
    text-align: left
}

.qodef-image-with-text.qodef-alignment--right {
    text-align: right
}

.qodef-image-with-text.qodef-enable-border-yes .qodef-m-image {
    border: 1px solid #ebebeb
}

.qodef-image-with-text.qodef--hover-move .qodef-m-image {
    transform: translateY(0);
    transition: transform .65s cubic-bezier(.2, .37, .2, .96)
}

.qodef-image-with-text.qodef--hover-move:hover .qodef-m-image {
    transform: translateY(-4px)
}

.qodef-image-with-text.qodef--hover-zoom .qodef-m-image {
    overflow: hidden
}

.qodef-image-with-text.qodef--hover-zoom .qodef-m-image img {
    transform: scale(1.001);
    --qode-hover-scale: 1.016;
    transition: transform .5s cubic-bezier(.34, .76, .47, .93)
}

.qodef-image-with-text.qodef--hover-zoom:hover .qodef-m-image img {
    transform: scale(var(--qode-hover-scale))
}

.qodef-image-with-text.qodef--has-appear {
    --qodef-translate-y: 60px;
    transform: translateY(var(--qodef-translate-y));
    opacity: 0;
    transition: transform 1.6s cubic-bezier(.22, .61, .36, 1), opacity .6s
}

.qodef-image-with-text.qodef--has-appear.qodef--appeared {
    transform: translateY(0);
    opacity: 1
}

.qodef-image-with-text.qodef-layout--text-over.qodef-enable-short-title-yes .qodef-m-title {
    max-width: 200px
}

.qodef-image-with-text.qodef-layout--text-over .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.qodef-image-with-text.qodef-layout--text-over .qodef-m-content .qodef-m-additional-text,
.qodef-image-with-text.qodef-layout--text-over .qodef-m-content .qodef-m-text {
    font-family: Jost, sans-serif;
    font-size: 12px;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

.qodef-image-with-text.qodef-layout--text-over .qodef-m-content .qodef-m-description {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase
}

.qodef-image-with-text.qodef-layout--text-over .qodef-m-content .qodef-m-title {
    margin: 11px auto 44px
}

.qodef-image-with-text.qodef-layout--text-over .qodef-m-content .qodef-m-additional-title {
    margin: 0
}

.qodef-image-with-text.qodef-layout--text-over .qodef-m-content p.qodef-m-title a {
    font-size: 40px;
    line-height: 1.3125em;
    color: #fff
}

.qodef-image-with-text.qodef-layout--text-over .qodef-m-content p.qodef-m-additional-title {
    font-size: 80px;
    line-height: 1;
    color: #fff;
    margin: 14px 0 -7px
}

.qodef-image-with-text.qodef-layout--text-over .qodef-m-content .qodef-m-additional-title,
.qodef-image-with-text.qodef-layout--text-over .qodef-m-content .qodef-m-title {
    color: #fff
}

#qodef-page-sidebar .widget.widget_ettore_core_image_with_text {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_ettore_core_image_with_text {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_ettore_core_image_with_text {
    margin-bottom: 0
}

.qodef-info-section.qodef-layout--background-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
    position: relative;
    z-index: 2
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
    margin: 0 0 18px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
    margin: 0
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
    margin-top: 6px
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    position: absolute;
    display: inline-block;
    color: rgba(var(--qode-main-color), .1);
    text-align: center;
    font-weight: 700;
    font-size: 250px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
    top: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
    top: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
    bottom: 0;
    left: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
    bottom: 0;
    right: -20px
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
    font-size: 450px;
    top: 34px;
    left: 0;
    right: 0;
    text-align: center
}

.qodef-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100vh;
    visibility: hidden
}

@media (min-width:2560px) {
    .qodef-interactive-link-showcase {
        height: 70vh
    }
}

.admin-bar .qodef-interactive-link-showcase {
    height: calc(100vh - 32px)
}

.qodef-interactive-link-showcase .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0s .45s
}

.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
    opacity: 1;
    z-index: 5;
    transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
}

.qodef-interactive-link-showcase .qodef-m-image img {
    display: none
}

.qodef-interactive-link-showcase .qodef-m-items {
    display: flex;
    align-items: center;
    z-index: 10
}

.qodef-interactive-link-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 6px 5px;
    margin: 13px 0;
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.3125em;
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
    position: relative;
    display: block;
    z-index: 2
}

.qodef-interactive-link-showcase .qodef-m-item.qodef--active {
    color: #fff;
    background-color: var(--qode-main-color)
}

.qodef-interactive-link-showcase.qodef--init {
    visibility: visible
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
    color: #fff
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
    color: var(--qode-main-color);
    background-color: #fff
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
    position: relative;
    flex-direction: column
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
    padding: 20px 0;
    margin: 0;
    color: var(--qode-main-color);
    background-color: transparent
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content {
    display: block
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title {
    display: block;
    z-index: -2
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    display: none
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    transform: translate3d(-50%, -50%, 0);
    overflow: hidden;
    z-index: -1
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img {
    position: relative;
    display: block;
    width: auto;
    max-width: 60vw
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title {
    position: absolute;
    top: calc(50% + 20px);
    left: 0;
    display: block;
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.3125em;
    white-space: nowrap;
    color: #fff
}

.qodef-interactive-link-showcase.qodef-layout--list {
    padding: 150px 0
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    position: relative;
    display: block;
    margin-left: auto;
    width: 62%;
    height: 100%;
    overflow: hidden
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 38%;
    justify-content: center;
    flex-direction: column
}

.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
    width: 100%;
    height: 100%;
    z-index: 10
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5
}

.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
    height: auto;
    margin: 0 5%
}

.qodef-item-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    visibility: hidden
}

.qodef-item-showcase .qodef-m-image {
    position: relative;
    flex-shrink: 0;
    margin: 0 60px;
    opacity: 0;
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-item-showcase .qodef-m-image img {
    display: block
}

.qodef-item-showcase .qodef-m-items {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.qodef-item-showcase .qodef-m-items.qodef--left {
    text-align: right
}

.qodef-item-showcase .qodef-m-items.qodef--right {
    text-align: left
}

.qodef-item-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-item-showcase .qodef-m-item:first-child {
    margin-top: 0
}

.qodef-item-showcase .qodef-m-item:nth-child(1) {
    transition-delay: .2s
}

.qodef-item-showcase .qodef-m-item:nth-child(2) {
    transition-delay: .4s
}

.qodef-item-showcase .qodef-m-item:nth-child(3) {
    transition-delay: .6s
}

.qodef-item-showcase .qodef-m-item:nth-child(4) {
    transition-delay: .8s
}

.qodef-item-showcase .qodef-m-item:nth-child(5) {
    transition-delay: 1s
}

.qodef-item-showcase .qodef-m-item:nth-child(6) {
    transition-delay: 1.2s
}

.qodef-item-showcase .qodef-e-title {
    margin: 0
}

.qodef-item-showcase .qodef-e-title-link {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-item-showcase .qodef-e-title-link:hover {
    color: var(--qode-main-color)
}

.qodef-item-showcase .qodef-e-text {
    margin: 20px 0 0
}

.qodef-item-showcase.qodef--init {
    visibility: visible
}

.qodef-item-showcase.qodef--init .qodef-m-image {
    opacity: 1;
    transform: translateY(0)
}

.qodef-item-showcase.qodef--init .qodef-m-item {
    opacity: 1;
    transform: translateY(0)
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-pricing-table.qodef-status--featured {
    transform: translateY(-25px)
}

.qodef-pricing-table .qodef-m-inner {
    padding: 45px
}

.qodef-pricing-table .qodef-m-title p {
    margin: 0;
    color: var(--qode-main-color)
}

.qodef-pricing-table .qodef-m-price {
    margin-top: -3px
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: flex;
    margin: 0;
    line-height: 1;
    justify-content: center
}

.qodef-pricing-table .qodef-m-content {
    margin: 25px 0 0
}

.qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0
}

.qodef-pricing-table .qodef-m-content ul li {
    color: var(--qode-main-color);
    margin-bottom: 8px
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
    margin-bottom: 0
}

.qodef-pricing-table .qodef-m-content ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 8px
}

.qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 25px 0 0
}

.qodef-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-progress-bar .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column
}

.qodef-progress-bar .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-progress-bar .qodef-m-canvas svg {
    display: block
}

.qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0
}

.qodef-progress-bar.qodef--init {
    visibility: visible
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: .005em
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    transform: none !important
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
    flex-direction: column-reverse
}

.qodef-progress-bar.qodef-layout--line .proggress {
    width: 0
}

.qodef-progress-bar.qodef-layout--line .percentCount {
    position: absolute;
    top: -24px;
    right: 0;
    width: auto
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 7px
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount {
    left: 0;
    right: auto;
    transform: translateX(-50%)
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title .qodef-m-title {
    margin: 0
}

.qodef-section-title .qodef-m-text {
    margin: 11px 0 0
}

.qodef-section-title.qodef-alignment--center {
    text-align: center
}

.qodef-section-title.qodef-alignment--left {
    text-align: left
}

.qodef-section-title.qodef-alignment--right {
    text-align: right
}

.qodef-section-title.qodef-title-decoration .qodef-m-title {
    display: inline;
    position: relative;
    z-index: 5;
    padding: 0 45px;
    font-family: Jost, sans-serif;
    color: #000
}

@media only screen and (max-width:880px) {
    .qodef-section-title.qodef-title-decoration .qodef-m-title {
        padding: 0
    }
}

.qodef-section-title.qodef-title-decoration .qodef-m-title .qodef-m-title-inner {
    position: relative;
    z-index: 10
}

.qodef-section-title.qodef-title-decoration .qodef-m-title:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 21px;
    background-color: #e8e8e8;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    z-index: 3
}

@media only screen and (max-width:880px) {
    .qodef-section-title.qodef-title-decoration .qodef-m-title:before {
        display: none
    }
}

.qodef-section-title.qodef-title-decoration p.qodef-m-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: .02em;
    font-weight: 500
}

.qodef-section-title.qodef--has-appear .qodef-m-title {
    --qode-x: 0px;
    --qode-y: 10px;
    opacity: 0;
    transform: translate3d(var(--qode-x), var(--qode-y), 0);
    transition: opacity .37s ease-out, transform .75s cubic-bezier(.18, .79, .32, .97);
    display: inline-flex
}

.qodef-section-title.qodef--has-appear .qodef-m-title:before {
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 1.4s cubic-bezier(.84, .06, .15, .95)
}

.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-title {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-title:before {
    transform: scaleX(1);
    transition-delay: .4s, .4s
}

.qodef-separator {
    font-size: 0;
    height: auto;
    line-height: 1;
    position: relative
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #e1e1e1
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

.qodef-separator.qodef-show--yes {
    display: block
}

.qodef-separator.qodef-show--no {
    display: none
}

@media only screen and (max-width:1600px) {
    .qodef-separator.qodef-show-1600--yes {
        display: block
    }
}

@media only screen and (max-width:1600px) {
    .qodef-separator.qodef-show-1600--no {
        display: none
    }
}

@media only screen and (max-width:1512px) {
    .qodef-separator.qodef-show-1512--yes {
        display: block
    }
}

@media only screen and (max-width:1512px) {
    .qodef-separator.qodef-show-1512--no {
        display: none
    }
}

@media only screen and (max-width:1368px) {
    .qodef-separator.qodef-show-1368--yes {
        display: block
    }
}

@media only screen and (max-width:1368px) {
    .qodef-separator.qodef-show-1368--no {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .qodef-separator.qodef-show-1200--yes {
        display: block
    }
}

@media only screen and (max-width:1200px) {
    .qodef-separator.qodef-show-1200--no {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-show-1024--yes {
        display: block
    }
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef-show-1024--no {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-separator.qodef-show-880--yes {
        display: block
    }
}

@media only screen and (max-width:880px) {
    .qodef-separator.qodef-show-880--no {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-show-680--yes {
        display: block
    }
}

@media only screen and (max-width:680px) {
    .qodef-separator.qodef-show-680--no {
        display: none
    }
}

#qodef-page-sidebar .widget.widget_ettore_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_ettore_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_ettore_core_separator {
    margin-bottom: 0
}

.qodef-single-image img {
    display: block
}

.qodef-alignment--center .qodef-single-image img {
    margin: 0 auto
}

.qodef-alignment--right .qodef-single-image img {
    margin: 0 0 0 auto
}

.qodef-single-image.qodef--has-appear .qodef-m-image {
    clip-path: inset(0 0 0 100%);
    transition: clip-path 1.85s cubic-bezier(.25, 1, .5, 1)
}

.qodef-single-image.qodef--has-appear.qodef--appeared .qodef-m-image {
    clip-path: inset(0 -1px 0 0)
}

.qodef-stacked-images .qodef-m-images {
    position: relative;
    display: inline-block
}

.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) {
    position: absolute
}

.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
    max-width: initial
}

@media only screen and (max-width:1200px) {
    .qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
        width: 50%
    }
}

.qodef-stacked-images.qodef--has-appear .qodef-m-image {
    opacity: 0;
    transition: .35s opacity ease-out
}

.qodef-stacked-images.qodef--has-appear.qodef--appeared .qodef-m-image {
    opacity: 1
}

.qodef-stacked-images.qodef--has-appear.qodef--appeared .qodef-m-image:nth-of-type(2) {
    transition-delay: .2s
}

.widget.qodef-stamp-widget {
    margin-bottom: 0
}

.qodef-stamp {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 195px;
    height: 195px;
    color: var(--qode-main-color);
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.qodef-stamp .qodef-m-centered-text {
    font-family: "DM Sans", sans-serif;
    font-size: 80px;
    color: var(--qode-main-color);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-stamp .qodef-m-circle {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid currentColor;
    border-radius: 100%;
    opacity: 0;
    transform: scale(.6);
    transition: opacity .2s ease, transform .3s ease
}

.qodef-stamp .qodef-m-text {
    position: relative;
    display: block;
    height: 100%
}

.qodef-stamp .qodef-m-text>* {
    position: absolute;
    top: 0;
    left: calc(50% - 4px);
    width: 8px;
    height: 50%;
    text-align: center;
    opacity: 0;
    transition: opacity .1s;
    transform-origin: bottom center;
    transform: rotate(-90deg)
}

.qodef-stamp.qodef--appear .qodef-m-circle {
    opacity: .8;
    transform: scale(1)
}

.qodef-stamp.qodef--init .qodef-m-text>* {
    opacity: 1
}

.qodef-stamp.qodef--abs {
    position: absolute
}

@media only screen and (max-width:1512px) {
    .qodef-stamp.qodef-hide-on--1512 {
        display: none
    }
}

@media only screen and (max-width:1368px) {
    .qodef-stamp.qodef-hide-on--1368 {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .qodef-stamp.qodef-hide-on--1200 {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-stamp.qodef-hide-on--1024 {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-stamp.qodef-hide-on--880 {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-stamp.qodef-hide-on--680 {
        display: none
    }
}

.qodef-swapping-image-gallery {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start
}

.qodef-swapping-image-gallery .qodef-m-info {
    flex-grow: 1;
    flex-basis: 0
}

.qodef-swapping-image-gallery .qodef-m-image-holder {
    flex-grow: 1;
    flex-basis: 0;
    overflow: hidden;
    box-shadow: 0 0 10.53px 2.47px rgba(2, 2, 2, .04)
}

.qodef-swapping-image-gallery .qodef-m-info {
    padding-top: 60px
}

.qodef-swapping-image-gallery .qodef-m-headline {
    margin: 0 0 60px
}

.qodef-swapping-image-gallery .qodef-m-title {
    margin: 0 0 24px
}

.qodef-swapping-image-gallery .qodef-m-description {
    margin: 0
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .swiper-pagination-custom {
    width: auto
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail {
    font-size: 0;
    cursor: pointer;
    opacity: .35;
    transition: opacity .3s ease-out
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail img {
    display: block
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail.qodef--active {
    opacity: 1
}

.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
    padding-left: 120px
}

.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
    padding-right: 120px
}

.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}

.qodef-tabs.qodef--init {
    visibility: visible
}

.qodef-tabs .qodef-tabs-navigation {
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs .qodef-tabs-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-tabs .qodef-tabs-content p {
    margin: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 26px 0 0;
    padding: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.4090909091em;
    display: block;
    padding: 0 3px 1px;
    transition: color .2s ease-out, background-color .2s ease-out;
    position: relative
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: transform .48s cubic-bezier(.51, .11, .17, .98);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-right: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
    color: #fff;
    transition-delay: .2s
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:before,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:before,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:before,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:before {
    transform: scaleX(1)
}

@media only screen and (max-width:880px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 26px 0;
        padding: 0
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0
    }
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    flex-shrink: 0;
    display: block;
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #e1e1e1
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    width: 100%;
    margin-bottom: 26px
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
    margin-bottom: 0
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
    display: inline-block;
    width: auto
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 0
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0
}

@keyframes qode-text-marquee-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes qode-text-marquee-right {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0)
    }
}

.qodef-text-marquee {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 18px 0 16px
}

.qodef-text-marquee .qodef-m-content {
    display: flex;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: .035em;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    text-transform: uppercase
}

.qodef-text-marquee .qodef-m-content-inner {
    padding-right: 104px
}

.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-left var(--qode-marquee-duration, 25s) linear infinite
}

.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
    animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear infinite
}

.qodef-text-marquee .qodef-m-text-1 {
    color: #000
}

.qodef-text-marquee .qodef-m-text-2 {
    color: #000
}

.qodef-text-marquee .qodef-m-text-3 {
    color: #000
}

.qodef-text-marquee .qodef-m-separator {
    color: var(--qode-main-color);
    position: relative
}

.qodef-text-marquee.qodef-skin--light {
    background: #000
}

.qodef-text-marquee.qodef-skin--light .qodef-m-text-1,
.qodef-text-marquee.qodef-skin--light .qodef-m-text-2,
.qodef-text-marquee.qodef-skin--light .qodef-m-text-3 {
    color: #fff
}

.qodef-text-marquee.qodef-text-marquee-spacing .qodef-m-text-1 {
    margin-right: 100px
}

.qodef-vertical-split-slider--init {
    height: 100vh !important;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.admin-bar.qodef-vertical-split-slider--init {
    margin-top: 32px;
    height: calc(100vh - 32px) !important
}

.qodef-vertical-split-slider--init .qodef-vertical-split-slider {
    visibility: visible
}

.qodef-vertical-split-slider {
    height: 100vh;
    position: relative;
    visibility: hidden
}

.admin-bar .qodef-vertical-split-slider {
    height: calc(100vh - 32px)
}

.qodef-vertical-split-slider .ms-right {
    right: 0 !important
}

.qodef-vertical-split-slider .ms-tableCell {
    height: calc(100vh - 2 * 10%) !important
}

.admin-bar .qodef-vertical-split-slider .ms-tableCell {
    height: calc(100vh - 2 * 10% - 32px) !important
}

.qodef-vertical-split-slider+.qodef-vertical-split-slider-responsive {
    display: none
}

.qodef-vertical-split-slider .qodef-m-slide-image,
.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
    background-position: center;
    background-size: cover;
    position: relative
}

.qodef-vertical-split-slider .qodef-m-slide-content,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding: 10% 24%;
    position: relative
}

.qodef-vertical-split-slider .qodef-m-slide-content>div>:not(.qodef-m-image),
.qodef-vertical-split-slider-responsive .qodef-m-slide-content>div>:not(.qodef-m-image) {
    position: relative;
    z-index: 1
}

.qodef-vertical-split-slider .qodef-m-label-holder,
.qodef-vertical-split-slider-responsive .qodef-m-label-holder {
    bottom: 0;
    display: block;
    height: 200px;
    overflow: hidden;
    position: absolute;
    width: 200px
}

.qodef-vertical-split-slider .qodef-m-label,
.qodef-vertical-split-slider-responsive .qodef-m-label {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 30px 80px 40px 40px;
    width: 100%
}

.qodef-vertical-split-slider .qodef-m-label .qodef-m-label-counter,
.qodef-vertical-split-slider-responsive .qodef-m-label .qodef-m-label-counter {
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 27px;
    line-height: 1.3333333333em
}

.qodef-vertical-split-slider .qodef-m-label .qodef-m-label-text,
.qodef-vertical-split-slider-responsive .qodef-m-label .qodef-m-label-text {
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--qode-main-color);
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: .005em
}

.qodef-vertical-split-slider .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-m-image {
    bottom: 0;
    height: 200px;
    overflow: hidden;
    position: absolute;
    width: 200px;
    z-index: 0
}

.qodef-vertical-split-slider .qodef-m-image img,
.qodef-vertical-split-slider-responsive .qodef-m-image img {
    height: 200px;
    object-fit: cover;
    width: 200px
}

.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-label-holder,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-left .qodef-m-label-holder {
    right: 0
}

.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-left .qodef-m-image {
    left: 0
}

.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-label-holder,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-right .qodef-m-label-holder {
    left: 0
}

.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-right .qodef-m-image {
    right: 0
}

#multiscroll-nav {
    display: none
}

#multiscroll-nav li {
    height: 12px !important;
    margin: 32px 0 !important;
    width: 12px !important
}

#multiscroll-nav li a span {
    background-color: var(--qode-main-color);
    border: none;
    height: 12px;
    left: 0;
    top: 0;
    width: 12px
}

#multiscroll-nav li a.active span {
    background-color: var(--qode-main-color)
}

#multiscroll-nav.right {
    right: 34px !important
}

.qodef-vertical-split-slider--init #multiscroll-nav {
    display: block
}

.qodef-vertical-split-slider--init #multiscroll-nav.qodef-skin--light a:not(.active) span {
    background-color: #fff
}

.qodef-vertical-split-slider--init #multiscroll-nav.qodef-skin--dark a:not(.active) span {
    background-color: #000
}

.qodef-fullscreen-menu--opened #multiscroll-nav {
    z-index: 98
}

html.elementor-html #multiscroll-nav {
    display: none !important
}

.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-1 .qodef-m-title {
    margin: 0 0 35px 0
}

.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-m-text,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-1 .qodef-m-text {
    margin: 0 0 50px 0
}

.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-m-title {
    margin: 0 0 35px 0
}

.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-icon-list-item:first-of-type,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-icon-list-item:first-of-type {
    margin: 0 0 20px 0
}

.qodef-video-button {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.qodef-video-button .qodef-circle-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg)
}

.qodef-video-button .qodef-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 106px;
    line-height: 1
}

.qodef-video-button .qodef-m-play .qodef-circle {
    fill: transparent;
    stroke: currentColor;
    stroke-width: .6;
    overflow: visible;
    transform: rotate(-80deg);
    transition: transform 1.6s
}

.qodef-video-button .qodef-m-play .qodef-circle path {
    stroke-dasharray: 310;
    stroke-dashoffset: 620;
    transition: stroke-dashoffset 1.6s
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner {
    display: block;
    width: 250px;
    height: 250px;
    line-height: 250px;
    position: relative;
    border-radius: 50%;
    text-align: center
}

@media only screen and (max-width:1200px) {
    .qodef-video-button .qodef-m-play .qodef-m-play-inner {
        width: 200px;
        height: 200px;
        line-height: 200px
    }
}

@media only screen and (max-width:880px) {
    .qodef-video-button .qodef-m-play .qodef-m-play-inner {
        width: 125px;
        height: 125px;
        line-height: 125px
    }
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner:hover .qodef-circle {
    transform: rotate(80deg) translateZ(0)
}

.qodef-video-button .qodef-m-play .qodef-m-play-inner:hover .qodef-circle path {
    stroke-dashoffset: 0
}

.qodef-video-button .qodef-m-play .qodef-m-play-label {
    font-family: Jost, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase
}

.qodef-video-button .qodef-m-play span {
    display: block;
    line-height: inherit
}

.qodef-video-button .qodef-m-play span:before {
    display: block;
    line-height: inherit
}

#qodef-side-area {
    position: fixed;
    top: 0;
    left: -490px;
    width: 490px;
    height: 100%;
    min-height: 100%;
    padding: 120px 75px 35px;
    text-align: center;
    background-color: #000;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.qodef-side-area--opened #qodef-side-area {
    left: 0;
    visibility: visible
}

#qodef-side-area.qodef-alignment--center {
    text-align: center
}

#qodef-side-area.qodef-alignment--right {
    text-align: right
}

#qodef-side-area.qodef-alignment--left {
    text-align: left
}

#qodef-side-area-close {
    position: absolute;
    top: 33px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #fff
}

.admin-bar #qodef-side-area-close {
    top: 65px
}

.qodef-side-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transition: opacity .35s ease-out;
    z-index: 1002;
    pointer-events: none
}

.qodef-side-area-cover:after {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 100;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002;
    pointer-events: all
}

.qodef-social-share {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-social-share .qodef-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 13px 0 0;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .02em;
    color: var(--qode-main-color);
    text-transform: uppercase
}

.qodef-social-share ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.qodef-social-share li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0
}

.qodef-social-share li a {
    font-size: 20px;
    display: flex;
    --qode-move: -2px;
    transform: translateY(0);
    transition: transform .4s cubic-bezier(.35, .79, .42, .94)
}

.qodef-browser--safari .qodef-social-share li a {
    will-change: transform
}

.qodef-social-share li a:hover {
    color: currentColor;
    transform: translateY(var(--qode-move))
}

.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle
}

.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon {
    width: 18px;
    height: auto;
    margin-left: 5px
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
    transition-delay: .2s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    transition-delay: .3s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    transition-delay: .4s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    transition-delay: .5s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    transition-delay: .6s
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    transition-delay: .7s
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: flex
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0 !important
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity .2s ease-out, visibility .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    transition: color .2s ease-out, background-color .2s ease-out
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li>* {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
    width: 100%;
    height: 100%
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e1e1e1
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
    border-top: none
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
    background-color: #3b5998;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
    background-color: #00aced;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
    background-color: #007bb5;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
    background-color: #32506d;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
    background-color: #cb2027;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
    background-color: #45668e;
    color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
    font-size: 20px;
    color: #333;
    background-color: #fff
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0;
    right: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px
}

.qodef-social-share.qodef-layout--list li {
    margin-right: 20px
}

.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 15px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #333
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #333
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #333
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #333
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #333
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #333
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #333
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #333
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #333
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #333
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #333
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #333
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #333
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #333
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #333
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000
}

#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--qode-main-color);
    background-color: #fff
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: "";
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--predefined {
    --qodef-clip: 0;
    clip-path: inset(0 0 calc(var(--qodef-clip) * 1%) 0)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-predefined {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2.5vW 2vW 2vW;
    position: relative
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-predefined:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../inc/spinner/layouts/predefined/assets/img/noise.png);
    opacity: .65
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-content {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text {
    position: relative;
    font-size: 50px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0 0 4px;
    color: inherit;
    letter-spacing: .05em;
    transform: scaleX(1.4)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qodef--word {
    overflow: hidden;
    display: inline-flex
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char {
    animation: qode-letter 2.1s infinite;
    opacity: 0
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(1) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(2) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(3) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(4) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(5) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(6) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(7) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(8) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(9) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(10) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(11) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(12) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(13) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(14) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(15) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(16) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(17) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(18) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(19) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(20) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(21) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(22) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(23) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(24) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(25) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(26) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(27) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(28) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(29) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(30) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(31) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(32) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(33) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(34) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(35) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(36) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(37) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(38) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(39) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(40) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(41) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(42) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(43) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(44) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(45) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(46) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(47) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(48) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(49) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char:nth-child(50) {
    animation-delay: calc(var(--qode-i) * .07s)
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text-additional {
    font-size: 15px;
    animation: qode-subtitle 1s forwards ease-out
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-main-color);
    width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
    opacity: 0
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
    display: flex;
    font-family: Jost, sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
    display: inline-block;
    opacity: 0;
    will-change: opacity
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
    white-space: pre
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
    opacity: 1
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -.16s
}

.qodef-sp-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 115;
    visibility: hidden;
    transition: opacity .2s ease-out;
    background-color: rgba(255, 255, 255, .4);
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-sp-holder .qodef-sp-inner {
    width: 90%;
    max-width: 700px;
    background-color: #000;
    padding: 40px;
    opacity: 0;
    box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), .5);
    transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    color: #fff
}

.qodef-sp-holder .qodef-sp-close:hover {
    color: #333
}

.qodef-sp-holder .qodef-sp-close:hover svg line {
    animation: qode-draw .9s cubic-bezier(.57, .39, 0, .86) 1 forwards
}

.qodef-sp-holder .qodef-sp-close:hover svg line:nth-of-type(2) {
    animation-delay: 90ms
}

.qodef-sp-holder .qodef-sp-close .qodef-svg--close {
    width: 15px
}

.qodef-sp-holder .qodef-sp-close .qodef-svg--close line {
    stroke: #fff
}

.qodef-sp-holder .qodef-sp-content-container {
    background-color: #000;
    background-size: cover;
    padding: 32px 60px 34px 40px
}

.qodef-sp-holder .qodef-sp-title {
    margin: 0 0 13px 0;
    color: #fff
}

.qodef-sp-holder .qodef-sp-subtitle {
    margin: 0 0 33px 0;
    color: #ccc
}

.qodef-sp-holder .wpcf7 {
    width: 100%;
    display: block
}

.qodef-sp-holder .qodef-sp-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 9px
}

.qodef-sp-holder .qodef-sp-prevent-inner {
    cursor: pointer;
    display: flex;
    align-items: center
}

.qodef-sp-holder .qodef-sp-prevent-inner>* {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 1
}

.qodef-sp-holder .qodef-sp-prevent-input {
    margin: 0 1px 0 0;
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    overflow: hidden
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
    opacity: 1;
    stroke: #fff
}

.qodef-sp-holder .qodef-sp-prevent-label {
    color: #ccc;
    line-height: 25px;
    margin: 0 0 0 10px
}

.qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.26, .63, 0, .96)
}

.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-page-title.qodef-image--responsive {
    height: auto !important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--center {
    text-align: center
}

.qodef-page-title.qodef-alignment--right {
    text-align: right
}

.qodef-page-title .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-page-title .qodef-m-image img {
    display: block;
    width: 100%
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 40px
}

@media only screen and (max-width:1200px) {
    .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding: 0 4%
    }
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    font-family: Jost, sans-serif;
    font-size: 15px;
    color: #333;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: 400
}

.qodef-page-title .qodef-breadcrumbs a span {
    transition: inherit
}

.qodef-page-title .qodef-breadcrumbs a span:hover,
.qodef-page-title .qodef-breadcrumbs a:hover {
    color: grey
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: "/"
}

.qodef-title--breadcrumbs {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 60px
}

@media only screen and (max-width:1200px) {
    .qodef-title--breadcrumbs {
        border-top: 0
    }
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 5px
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 4px 0 0
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.widget_ettore_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.widget_ettore_core_svg_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important
}

.widget_ettore_core_svg_icon .qodef-m-holder {
    display: flex;
    align-items: center
}

.widget_ettore_core_svg_icon .qodef-svg-icon-widget svg {
    display: block;
    fill: var(--fill-color);
    stroke: var(--stroke-color);
    max-width: 100%;
    max-height: 100%;
    transition: all .25s ease-out
}

.widget_ettore_core_svg_icon .qodef-svg-icon-widget a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.widget_ettore_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_ettore_core_svg_icon .qodef-svg-icon-widget:hover svg {
    fill: var(--fill-hover-color);
    stroke: var(--stroke-hover-color)
}

.widget_ettore_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_ettore_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
    color: var(--text-hover-color)
}

.widget_ettore_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
    background-color: var(--background-hover-color)
}

.widget_ettore_core_svg_icon .qodef-m-icon {
    --fill-color: currentColor;
    --stroke-color: currentColor;
    --fill-hover-color: currentColor;
    --stroke-hover-color: currentColor;
    --background-color: transparent;
    --background-hover-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-height: 100%;
    background-color: var(--background-color);
    overflow: hidden;
    transition: all .25s ease-out
}

.widget_ettore_core_svg_icon .qodef-m-text {
    --text-color: currentColor;
    --text-hover-color: currentColor;
    color: var(--text-color);
    transition: all .25s ease-out;
    line-height: 1
}

#qodef-page-header .widget_ettore_core_svg_icon .qodef-m-text {
    font-family: Jost, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: .08em;
    color: #000;
    text-transform: uppercase;
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--qode-main-color)
}

#qodef-page-header .widget_ettore_core_svg_icon .qodef-m-text .qodef-menu-item-text {
    --qodef-underline-position-y: 20px;
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, #000 0, #000 100%);
    transition: background-size .5s cubic-bezier(.51, .5, .07, .99), color .2s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height)
}

.qodef-weather-widget .qodef-m-inner {
    display: flex;
    align-items: center
}

.qodef-weather-widget .qodef-m-weather {
    margin-right: 20px;
    flex-shrink: 0
}

.qodef-weather-widget .qodef-m-weather-icon {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px
}

.qodef-weather-widget .qodef-m-weather-icon:before {
    content: ""
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before {
    content: "\f75f"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before {
    content: "\f2dc"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before {
    content: "\f0e7"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-drizzle:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before {
    content: "\f73d"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--heavy-intensity-rain:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before {
    content: "\f740"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before {
    content: "\f0c2"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--clouds:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before {
    content: "\f6c4"
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--clear:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before,
.qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before {
    content: "\f185"
}

.qodef-weather-widget .qodef-m-temperature {
    font-size: 25px
}

.qodef-weather-widget .qodef-m-temperature.qodef--high-low .qodef-e-temperature-low:after {
    content: "-"
}

.qodef-weather-widget .qodef-m-weather-info p {
    margin: 0
}

.qodef-weather-widget .qodef-e-heading {
    margin-bottom: 15px
}

.qodef-weather-widget .qodef-e-heading>* {
    margin: 0
}

.qodef-weather-widget .qodef-e-heading-description {
    margin-top: 10px
}

.qodef-weather-widget .qodef-m-other-days {
    display: flex;
    justify-content: space-between;
    margin-top: 25px
}

.qodef-weather-widget .qodef-m-other-days .qodef-m-inner {
    flex-direction: column
}

.qodef-weather-widget.qodef-layout--simple .qodef-m-city {
    padding: 0 10px
}

.qodef-weather-widget .qodef-m-weather-icon {
    color: var(--qode-main-color)
}

.qodef-weather-widget .qodef-e-heading-description {
    color: var(--qode-main-color)
}

#qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon {
    color: #fff
}

#qodef-page-footer .qodef-weather-widget .qodef-e-heading-city {
    color: #fff
}

.qodef-wishlist {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-wishlist .qodef-m-link {
    line-height: 1
}

.qodef-wishlist .qodef-m-link.qodef--added {
    color: var(--qode-main-color)
}

.qodef-wishlist .qodef-m-link.qodef--added i {
    font-weight: 900
}

.qodef-wishlist .qodef-m-response {
    position: absolute;
    top: -6px;
    bottom: auto;
    right: -6px;
    left: auto;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    line-height: 30px;
    color: #333;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), .5);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: opacity .2s ease
}

.qodef-wishlist .qodef-m-response.qodef--show {
    opacity: 1;
    visibility: visible
}

.widget_ettore_core_wishlist {
    display: flex
}

.qodef-wishlist-dropdown {
    position: relative;
    display: inline-flex;
    vertical-align: top;
    height: 100%
}

.qodef-wishlist-dropdown .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-wishlist-dropdown .qodef-m-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.qodef-wishlist-dropdown .qodef-m-link .qodef-m-link-icon {
    width: 17px;
    height: 17px
}

.qodef-wishlist-dropdown .qodef-m-link .qodef-m-wishlist-label {
    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    color: #000;
    margin-left: 8px
}

.qodef-skin--light .qodef-wishlist-dropdown .qodef-m-link .qodef-m-wishlist-label {
    color: #fff
}

.qodef-wishlist-dropdown .qodef-m-link>* {
    margin: 0;
    line-height: 1
}

.qodef-wishlist-dropdown .qodef-m-link {
    color: var(--qode-main-color)
}

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link {
    color: #f2f2f2
}

.qodef-wishlist-dropdown .qodef-m-link-icon {
    flex-shrink: 0;
    margin-right: 2px;
    font-size: 18px
}

.qodef-wishlist-dropdown .qodef-m-link-icon:before {
    display: block;
    line-height: inherit
}

.qodef-wishlist-dropdown .qodef-m-link-icon {
    color: var(--qode-main-color)
}

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link-icon {
    color: #f2f2f2
}

.qodef-wishlist-dropdown .qodef-m-link-count {
    font-family: Jost, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: .005em
}

.qodef-wishlist-dropdown .qodef-m-items {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 266px;
    padding: 25px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all .35s cubic-bezier(.53, .01, .18, 1)
}

.qodef-wishlist-dropdown .qodef-m-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 25px
}

.qodef-wishlist-dropdown .qodef-m-item:last-child {
    margin-bottom: 0
}

.qodef-wishlist-dropdown .qodef-e-image-link {
    flex-shrink: 0;
    max-width: 60px;
    margin-right: 15px
}

.qodef-wishlist-dropdown .qodef-e-image-link img {
    display: block;
    border: 1px solid #e1e1e1;
    border-radius: 4px
}

.qodef-wishlist-dropdown .qodef-e-title {
    margin: 0
}

.qodef-wishlist-dropdown .qodef-e-remove {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    z-index: 3
}

.qodef-wishlist-dropdown .qodef-e-remove * {
    display: block;
    line-height: inherit
}

.qodef-wishlist-dropdown .qodef-e-remove :before {
    display: block;
    line-height: inherit
}

.touchevents .qodef-wishlist-dropdown {
    cursor: pointer
}

.qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items {
    opacity: 1;
    visibility: visible
}

.qodef-working-hours-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-working-hours-list .qodef-working-hours-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px
}

.qodef-working-hours-list .qodef-e-day {
    position: relative;
    margin: 0
}

.qodef-working-hours-list .qodef-e-day-icon {
    position: absolute;
    top: -2px;
    right: -8px;
    font-size: 8px;
    color: var(--qode-main-color)
}

.qodef-working-hours-list .qodef-e-line {
    flex-grow: 1;
    margin: 0 10px;
    border-bottom: 1px solid #bfb8b6;
    opacity: .5
}

.qodef-working-hours-list .qodef-e-time {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-style: italic
}

.qodef-working-hours-list .qodef-e-time.qodef--closed {
    color: var(--qode-main-color)
}

.qodef-working-hours-list .qodef-m-footer {
    position: relative;
    top: 3px;
    font-size: 14px;
    color: #817c7b
}

.qodef-working-hours-list .qodef-m-footer-icon {
    position: relative;
    top: -5px;
    right: 0;
    font-size: 8px;
    color: var(--qode-main-color)
}

@media only screen and (max-width:880px) {
    #qodef-age-verification-modal .qodef-m-content {
        min-width: auto
    }

    #qodef-age-verification-modal .qodef-m-content-note {
        display: none
    }
}

@media only screen and (max-width:1512px) {
    .qodef-background-text .qodef-m-background-text {
        font-size: 135px
    }
}

@media only screen and (max-width:880px) {
    .qodef-background-text .qodef-m-background-text {
        display: none !important
    }
}

@media only screen and (max-width:880px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap
    }

    #qodef-author-info .qodef-m-content {
        margin-top: 23px
    }
}

@media only screen and (max-width:1200px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:1200px) {
    .qodef-header--vertical #qodef-page-header-inner {
        display: none
    }

    .qodef-header--vertical #qodef-page-footer,
    .qodef-header--vertical #qodef-page-outer {
        padding-left: 0
    }
}

@media only screen and (max-width:1200px) {
    #qodef-top-area {
        display: none
    }
}

@media (max-width:1512px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1368px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1200px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:880px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1512px) and (min-width:1369px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1512px) and (min-width:1369px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1512px) and (min-width:1369px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1512px) and (min-width:1369px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1512px) and (min-width:1369px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1512px) and (min-width:1369px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1512px) and (min-width:1369px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1512px) and (min-width:1369px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1368px) and (min-width:1201px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1200px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1200px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1200px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1200px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1200px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1200px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1200px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1200px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:1024px) and (min-width:881px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:1024px) and (min-width:881px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:1024px) and (min-width:881px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:1024px) and (min-width:881px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:1024px) and (min-width:881px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:1024px) and (min-width:881px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:1024px) and (min-width:881px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:1024px) and (min-width:881px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:880px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:880px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:880px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:880px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:880px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:880px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:880px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:880px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media (max-width:680px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns .ctf-tweets {
        --qode-columns: 1
    }
}

@media (max-width:680px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns .ctf-tweets {
        --qode-columns: 2
    }
}

@media (max-width:680px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns .ctf-tweets {
        --qode-columns: 3
    }
}

@media (max-width:680px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns .ctf-tweets {
        --qode-columns: 4
    }
}

@media (max-width:680px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns .ctf-tweets {
        --qode-columns: 5
    }
}

@media (max-width:680px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns .ctf-tweets {
        --qode-columns: 6
    }
}

@media (max-width:680px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns .ctf-tweets {
        --qode-columns: 7
    }
}

@media (max-width:680px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns .ctf-tweets {
        --qode-columns: 8
    }
}

@media only screen and (max-width:1512px) {
    .qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
        --qode-columns-row-gap: 60px
    }

    .qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
        --qode-columns-col-gap: 60px
    }
}

@media only screen and (max-width:1512px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1512, 30px)
    }

    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-1512, 30px)
    }
}

@media only screen and (max-width:1200px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1200, 30px)
    }

    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-1200, 30px)
    }
}

@media only screen and (max-width:880px) {
    .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
        --qode-columns-row-gap: var(--qode-vertical-gutter-custom-880, 30px)
    }

    .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
        --qode-columns-col-gap: var(--qode-gutter-custom-880, 30px)
    }
}

@media only screen and (max-width:880px) {

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table table,
    .qwfw-wishlist-table.qodef-ettore-theme .shop_table tbody,
    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td,
    .qwfw-wishlist-table.qodef-ettore-theme .shop_table th,
    .qwfw-wishlist-table.qodef-ettore-theme .shop_table tr {
        display: grid
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table tr {
        grid-template-columns: minmax(0, 60px) minmax(0, 70px) minmax(0, 1fr) minmax(0, 120px) minmax(0, 180px);
        border-top: 0
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td {
        align-self: center;
        grid-row: span 2;
        padding: 0
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-add-to-cart .add_to_cart {
        padding: 12px 30px
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-remove {
        grid-column: 1;
        padding-left: 0;
        align-items: center
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-thumbnail {
        grid-column: 2;
        width: 70px
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-name {
        grid-row: 1;
        grid-column: 3;
        align-self: end;
        width: 100%;
        padding: 0 25px
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-price {
        grid-column: 3;
        grid-row: 2;
        align-self: start;
        width: 100%;
        display: block;
        padding: 0 25px
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-stock-status {
        grid-column: 4
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-add-to-cart {
        grid-column: 5;
        display: block;
        justify-self: center
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table tbody tr {
        padding: 15px 0
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table th {
        width: 100%;
        padding-left: 0
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table th.product-price {
        display: none
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table th.product-name {
        padding-left: 25px
    }
}

@media only screen and (max-width:680px) {
    .qwfw-wishlist-table.qodef-ettore-theme .shop_table tbody tr {
        padding: 15px 0 20px
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table th.product-add-to-cart,
    .qwfw-wishlist-table.qodef-ettore-theme .shop_table th.product-price,
    .qwfw-wishlist-table.qodef-ettore-theme .shop_table th.product-stock-status {
        padding: 0 !important
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table tr {
        grid-template-columns: minmax(0, 42px) minmax(0, 76px) minmax(0, 1fr)
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table tr .wishlist-empty {
        position: absolute;
        min-width: 100%
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-stock-status {
        font-size: 15px !important
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-remove {
        padding-left: 0;
        grid-row: span 4;
        width: 40px
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-thumbnail {
        width: 76px;
        grid-row: span 4
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-name {
        padding: 0 0 0 25px
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-price {
        padding: 0 0 0 25px
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-stock-status {
        grid-column: 3;
        padding: 0 0 0 25px;
        grid-row: 3
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-add-to-cart {
        grid-column: 3;
        justify-self: start;
        padding: 0 0 0 25px;
        margin-top: 5px;
        grid-row: 4
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table td.product-add-to-cart .add_to_cart {
        padding: 10px 25px;
        margin-right: 0 !important
    }

    .qwfw-wishlist-table.qodef-ettore-theme .shop_table th.product-stock-status {
        display: none
    }
}

@media only screen and (max-width:1200px) {

    #qode-quick-view-for-woocommerce-pop-up #yith-quick-view-content.single-product,
    #yith-quick-view-modal #yith-quick-view-content.single-product {
        overflow-y: scroll
    }

    #qode-quick-view-for-woocommerce-pop-up #yith-quick-view-content.single-product form.cart .button,
    #yith-quick-view-modal #yith-quick-view-content.single-product form.cart .button {
        padding-left: 25px;
        padding-right: 25px;
        white-space: nowrap
    }

    #qode-quick-view-for-woocommerce-pop-up #yith-quick-view-content.single-product form.cart .qodef-buy-now-button .button,
    #yith-quick-view-modal #yith-quick-view-content.single-product form.cart .qodef-buy-now-button .button {
        padding-left: 34px
    }
}

@media only screen and (max-width:880px) {

    #qode-quick-view-for-woocommerce-pop-up #yith-quick-view-content.single-product .qodef-woo-single-inner,
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        grid-template-columns: minmax(0, 1fr);
        max-height: 90vh
    }

    #qode-quick-view-for-woocommerce-pop-up #yith-quick-view-content.single-product .qodef-woo-single-image,
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        align-self: stretch;
        height: 30vh;
        max-height: 30vh;
        min-height: unset;
        flex-basis: unset
    }

    #qode-quick-view-for-woocommerce-pop-up #yith-quick-view-content.single-product .qodef-woo-single-image img,
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image img {
        object-fit: cover
    }
}

@media only screen and (max-width:680px) {

    #qode-quick-view-for-woocommerce-pop-up #yith-quick-view-content.single-product .qodef-woo-single-inner,
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
        padding: 20px 14px
    }

    #qode-quick-view-for-woocommerce-pop-up #yith-quick-view-content.single-product .qodef-woo-single-image,
    #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
        display: none
    }

    #qode-quick-view-for-woocommerce-pop-up #yith-quick-view-content.single-product form.cart,
    #yith-quick-view-modal #yith-quick-view-content.single-product form.cart {
        max-width: 100%;
        row-gap: 10px
    }

    #qode-quick-view-for-woocommerce-pop-up #yith-quick-view-content.single-product form.cart .quantity,
    #yith-quick-view-modal #yith-quick-view-content.single-product form.cart .quantity {
        margin-right: 10px;
        margin-bottom: 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-brand-list .qodef-e.qodef-grid-item {
        border-bottom: 1px solid #e1e1e1
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-grid-item:not(.qodef-custom-product-item) .qodef-e-inner {
        justify-content: space-between
    }

    .qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-grid-item:not(.qodef-custom-product-item) .qodef-e-inner .qodef-e-content {
        padding: 30px 10px 0 !important
    }

    .qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-grid-item:not(.qodef-custom-product-item) .qodef-e-inner .qodef-e-content .price {
        flex-direction: column
    }

    .qodef-woo-product-custom-list.qodef-item-layout--info-boxed .qodef-grid-item:not(.qodef-custom-product-item) .qodef-e-inner .qodef-e-content .price del {
        margin-left: 0
    }

    .qodef-woo-product-custom-list .qodef-grid-inner .qodef-grid-item.qodef-item--landscape {
        width: 100% !important
    }
}

@media only screen and (max-width:1200px) {
    .qodef-woo-product-list .qodef-m-top-info {
        flex-direction: column;
        align-items: flex-start
    }

    .qodef-woo-product-list .qodef-m-top-info .qodef-m-title {
        flex-basis: 100% !important
    }

    .qodef-woo-product-list .qodef-m-top-info .qodef-m-more {
        margin-top: 20px
    }
}

@media only screen and (max-width:880px) {
    .qodef-woo-product-list.qodef-filter--advanced.qodef-filter-type--sidebar {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, 45px) minmax(0, 1fr);
        grid-template-areas: "sidebar-top" "content" "pagination" "top-info" "sidebar";
        row-gap: 30px
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-product-list .qodef-filter-holder {
        display: inline-flex;
        height: auto;
        flex-direction: row;
        margin-bottom: 18px
    }

    .qodef-woo-product-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list {
        flex-direction: column
    }

    .qodef-woo-product-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list li {
        margin-left: 0 !important;
        margin-bottom: 6px !important
    }

    .qodef-woo-product-list .qodef-filter-holder .qodef-category-filter .qodef-category-filter-list .qodef-category-list li .qodef-category-filter-link:not(.qodef--active) {
        padding-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 0
    }

    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .entry-summary {
        margin-top: 42px
    }
}

@media only screen and (max-width:680px) {
    .qodef-product-layout--big-gallery div#qodef-woo-page.qodef--single .woocommerce-tabs {
        margin-top: 73px
    }
}

@media only screen and (max-width:1600px) {
    .qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .qodef-woo-centered-slider-tabs-wrapper {
        padding: 100px 40px
    }
}

@media only screen and (max-width:1200px) {
    .qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
        grid-template-columns: repeat(2, minmax(0, 50%))
    }

    .qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .entry-summary {
        margin-top: 0
    }

    .qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .qodef-woo-single-image {
        grid-row: span 2
    }
}

@media only screen and (max-width:680px) {
    .qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
        grid-template-columns: minmax(0, 100%)
    }

    .qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single form.cart button[type=submit] {
        flex: 1 0 0
    }

    .qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single form.cart .qodef-buy-now-button {
        flex: 1 0 100%
    }

    .qodef-product-layout--centered-slider div#qodef-woo-page.qodef--single form.cart .variations_button {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:1200px) {
    .qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
        gap: 40px
    }

    .qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .entry-summary {
        padding: 20px 10% 60px 0
    }
}

@media only screen and (max-width:880px) {
    .qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
        grid-template-columns: 1fr
    }

    .qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .entry-summary {
        padding: 0 7% 80px
    }

    .qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .qodef-woo-thumbnails-wrapper {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
        gap: 33px
    }

    .qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .entry-summary {
        margin-top: 0
    }

    .qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .entry-summary .qodef-sticky-column--enable {
        position: relative
    }

    .qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single form.cart {
        max-width: 100%;
        flex-wrap: wrap
    }

    .qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single form.cart button[type=submit] {
        flex: 1 0 0
    }

    .qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single form.cart .qodef-buy-now-button {
        flex: 1 0 100%
    }

    .qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single form.cart .variations_button {
        flex-wrap: wrap
    }

    .qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-tabs {
        margin-top: 71px
    }
}

@media only screen and (min-width:881px) {
    .qodef-product-layout--fixed-info div#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important
    }
}

@media only screen and (max-width:1200px) {
    .qodef-banner.qodef--parallax .qodef-m-image img:nth-of-type(1) {
        opacity: 1
    }

    .qodef-banner.qodef--parallax .qodef-m-image img:nth-of-type(2) {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-banner.qodef-banner-mobile-fix-height .qodef-m-image img {
        min-height: 400px;
        object-fit: cover
    }

    .qodef-banner.qodef-mobile-max-height .qodef-m-image img {
        max-height: 600px;
        object-fit: cover
    }
}

@media only screen and (max-width:680px) {
    .qodef-banner .qodef-m-text {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block
    }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-cards-gallery .qodef-m-fake-card {
        transform: scale(.8)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
        transform: scale(.8)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
        transform: translateX(-100%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
        transform: scale(.3) translateX(84%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
        transform: scale(.4) translateX(60%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
        transform: scale(.5) translateX(39%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
        transform: scale(.6) translateX(25%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
        transform: scale(.7) translateX(11.2%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
        transform: scale(.8)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
        transform: translateX(100%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
        transform: scale(.3) translateX(-84%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
        transform: scale(.4) translateX(-60%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
        transform: scale(.5) translateX(-39%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
        transform: scale(.6) translateX(-25%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
        transform: scale(.7) translateX(-11.2%)
    }
}

@media only screen and (max-width:1024px) {

    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
    .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width: 33.3333333333%
    }
}

@media only screen and (max-width:1200px) {
    .qodef-frame-slider-holder {
        margin-bottom: 96px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -96px !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-frame-slider-holder {
        margin-bottom: 86px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -86px !important
    }
}

@media only screen and (max-width:880px) {
    .qodef-frame-slider-holder {
        margin-bottom: 76px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -76px !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-frame-slider-holder {
        margin-bottom: 46px
    }

    .qodef-frame-slider-holder .swiper-pagination-bullets {
        bottom: -46px !important
    }
}

@media only screen and (max-width:1200px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-image-marquee .qodef-m-content.qodef--desktop {
        display: none
    }

    .qodef-image-marquee .qodef-m-content.qodef--mobile {
        display: block
    }
}

@media only screen and (max-width:1200px) {
    .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1368px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 100px 0
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 60%
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 40%
    }
}

@media only screen and (max-width:1200px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 60px 0
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
        width: 80%
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        width: 100%;
        padding-left: 60px;
        align-items: flex-start
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
        font-size: 27px;
        line-height: 1.3333333333em;
        padding-bottom: 3px
    }
}

@media only screen and (max-width:880px) {
    .qodef-interactive-link-showcase.qodef-type--standard {
        padding: 30px 0
    }

    .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
        padding-left: 30px
    }
}

@media only screen and (max-width:1200px) {
    .qodef-item-showcase {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .qodef-item-showcase .qodef-m-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        padding-right: 40px;
        margin: 0 !important
    }

    .qodef-item-showcase .qodef-m-items {
        left: 40%;
        width: calc(100% - 40%)
    }

    .qodef-item-showcase .qodef-m-items .qodef-m-item {
        transition-delay: 0s
    }

    .qodef-item-showcase .qodef-m-items.qodef--left {
        text-align: left
    }

    .qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child {
        margin-top: 40px
    }

    .qodef-item-showcase .qodef-m-item {
        margin-top: 40px
    }
}

@media only screen and (max-width:880px) {
    .qodef-item-showcase .qodef-m-image {
        display: none
    }

    .qodef-item-showcase .qodef-m-items {
        left: 0;
        width: 100%
    }
}

@media only screen and (max-width:1200px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
        padding-left: 60px
    }

    .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
        padding-right: 60px
    }

    .qodef-swapping-image-gallery .qodef-m-info {
        padding-top: 30px
    }

    .qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline {
        margin: 0 0 30px
    }

    .qodef-swapping-image-gallery.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:880px) {
    .qodef-swapping-image-gallery {
        display: block
    }

    .qodef-swapping-image-gallery .qodef-m-image-holder,
    .qodef-swapping-image-gallery .qodef-m-info {
        flex-basis: auto
    }

    .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
        padding-left: 0
    }

    .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
        padding-right: 0
    }
}

@media only screen and (max-width:880px) {
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: block
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }

    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
        margin-top: 26px
    }

    .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
        margin: 26px 0 0
    }
}

@media only screen and (max-width:1200px) {
    .qodef-vertical-split-slider.qodef-disable-below--1200 {
        display: none
    }

    .qodef-vertical-split-slider.qodef-disable-below--1200+.qodef-vertical-split-slider-responsive {
        display: block
    }

    .qodef-vertical-split-slider.qodef-disable-below--1200+.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
        padding: 10% 10% 10% 40px
    }

    .qodef-vertical-split-slider.qodef-disable-below--1200+.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
        min-height: 50vh
    }

    .qodef-vertical-split-slider.qodef-disable-below--1200+.qodef-vertical-split-slider-responsive .qodef-m-label-holder {
        left: 0;
        right: auto
    }
}

@media only screen and (max-width:1024px) {
    .qodef-vertical-split-slider.qodef-disable-below--1024 {
        display: none
    }

    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive {
        display: block
    }

    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
        padding: 10% 10% 10% 40px
    }

    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
        min-height: 50vh
    }

    .qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-label-holder {
        left: 0;
        right: auto
    }
}

@media only screen and (max-width:1512px) {

    .qodef-vertical-split-slider .qodef-m-label-holder,
    .qodef-vertical-split-slider-responsive .qodef-m-label-holder {
        height: 140px;
        width: 140px
    }

    .qodef-vertical-split-slider .qodef-m-image,
    .qodef-vertical-split-slider-responsive .qodef-m-image {
        height: 140px;
        width: 140px
    }

    .qodef-vertical-split-slider .qodef-m-image img,
    .qodef-vertical-split-slider-responsive .qodef-m-image img {
        height: 140px;
        width: 140px
    }
}

@media only screen and (max-width:880px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
        left: auto;
        right: 0
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
        right: auto;
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
        right: auto;
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
        right: auto;
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
        right: auto;
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
        right: auto;
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
        right: auto;
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
        right: auto;
        left: 271px
    }
}

@media only screen and (max-width:1200px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important
    }
}
/* Overlay styling - semi-transparent baggrund */
.qodef-woo-side-area-cart-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    height: 100%;
    z-index: 1000;
}

/* Sørg for at sidecart er over overlay */
.qodef-woo-side-area-cart {
    z-index: 1001 !important;
    position: relative;
}

.widget_ettore_core_woo_side_area_cart {
    z-index: 1002 !important;
}